Skip to content

Releases: jurasofish/mcpunk

v0.6.1

23 Feb 21:27
8e9cb90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Feb 03:31
4c8031d
Compare
Choose a tag to compare

What's Changed

Big change is that responses are generally now plain text, and use fewer chars than before. And this also makes them easier to read if you're looking at the tool responses in e.g. claude desktop or in the log file (~/.mcpunk/mcpunk.log by default)

Full Changelog: v0.5.1...v0.6.0

v0.5.1

23 Feb 01:11
d29db74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Jan 23:12
1264138
Compare
Choose a tag to compare

With this release

  • The log file should be a bit more useful, as it's INFO level by default. Less spammy
  • Faster loading of python files thanks to AST caching
  • Minor tweaks to Python and Markdown chunkers plus basic automated testing for them

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

04 Jan 00:53
bcf1110
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

04 Jan 00:30
5bfab31
Compare
Choose a tag to compare

Previously sqlalchemy was outputting to stdout which messed with MCP operation.

And it seems some MCP clients (cline) can be messed up by stderr output. But not certain. To be conservative I have configured MCPunk to aggressively control logging.

With this releast

  1. No longer get big error message in claude desktop when starting (although despite that it did still work)
  2. Works nicely with cline

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

03 Jan 00:00
ae69224
Compare
Choose a tag to compare

I guess MCPunk was totally broken for a bit due to issues with uvicorn dependency, should be okay now

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

15 Dec 04:54
f93c83e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Dec 20:23
b87852a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Dec 22:42
Compare
Choose a tag to compare

Initial release 🚀
Consider as an early preview