github akutishevsky/lunchmoney-mcp mcpb-1.1.0
MCPB 1.1.0

latest releases: mcpb-1.2.0, mcpb-1.1.1
7 hours ago

[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 format script
  • Husky pre-commit hook to auto-format code on every commit
  • MCP Inspector script (npm run inspect)
  • server.json for MCP registry listing
  • CLAUDE.md for Claude Code guidance

Changed

  • Migrated from DXT to MCPB packaging format (using @anthropic-ai/mcpb)
  • All tool responses now use formatData() (TOON encoding) instead of JSON.stringify()

Don't miss a new lunchmoney-mcp release

NewReleases is sending notifications on new releases.