v0.24.2
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, onlyshazam_verifyandshazam_changeshonored thejsonparameter; the other 5 tools (overview, lookup, impact, format, rename_symbol) silently ignored it and always returned text.
Upgrade
pi install npm:pi-shazam@latestOr 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