[1.1.0] - 2026-02-15
Added
- TOON format support for tool responses, reducing token usage by 30-50% compared to JSON
- Null field stripping from API responses before TOON encoding for further token savings
- Detailed error handling for all LunchMoney API responses with extracted error messages
- Try/catch wrappers on all tool handlers to gracefully handle network failures
- Prettier code formatter with
npm run formatscript - Husky pre-commit hook to auto-format code on every commit
- MCP Inspector script (
npm run inspect) server.jsonfor MCP registry listingCLAUDE.mdfor Claude Code guidance
Changed
- Migrated from DXT to MCPB packaging format (using
@anthropic-ai/mcpb) - All tool responses now use
formatData()(TOON encoding) instead ofJSON.stringify()