v0.10.1
What's Changed in v0.10.1
Token/Context Optimizations (#88)
5 optimizations that cut MCP tool description tokens by ~47%:
- Description compression — shorter, denser tool descriptions
- Property deduplication — shared property definitions
- Default value removal — omit default values from schemas
- Cursor-based pagination — 20 tools per page instead of all at once
- Compact enum formatting — inline small enums
Core profile: ~2,400 estimated tokens (was ~4,500+).
Cross-Compilation CI (#87)
Automated release builds for 10 platform binaries:
- Linux: x64, ARM64, musl (static), ARMv7
- macOS: ARM64 (Apple Silicon), x64 (Intel)
- Windows: x64, ARM64
- FreeBSD: x64
Platform binaries are attached to this release.
Docs Fix
Updated tool count documentation: 14 core tools (86+ available via profiles).
Full Changelog: v0.10.0...v0.10.1