v0.6.0
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)
- Output test durations by @jurasofish in #31
- Makefile
install-dev->install(and now frozen) by @jurasofish in #32 - Use
inspect.cleandocovertextwrap.dedentfor tool resp by @jurasofish in #33 - Tweak
MCPToolOutputby @jurasofish in #34 - Return text from tools by @jurasofish in #35
- Rework file tree by @jurasofish in #36
Full Changelog: v0.5.1...v0.6.0