Skip to content

v0.24.2

Choose a tag to compare

@gjczone gjczone released this 02 Jul 06:01

v0.24.2

Bug Fixes

  • MCP JSON mode parity: All 7 MCP tools now support { "json": true } for structured JSON output, matching the Pi native extension behavior. Previously, only shazam_verify and shazam_changes honored the json parameter; the other 5 tools (overview, lookup, impact, format, rename_symbol) silently ignored it and always returned text.

Upgrade

pi install npm:pi-shazam@latest

Or for MCP clients:

{ "mcpServers": { "pi-shazam": { "command": "npx", "args": ["-y", "-p", "pi-shazam@latest", "pi-shazam-mcp"] } } }

Full Changelog: v0.24.1...v0.24.2