Skip to content

0.0.1-beta.10

Pre-release
Pre-release

Choose a tag to compare

@zzstoatzz zzstoatzz released this 20 Feb 16:31
· 42 commits to main since this release
277c972

what's new

  • fastmcp 3.0.0 upgrade (#130) — migrates from fastmcp 2.x to 3.0.0. session-scoped async state, create_proxy API, updated deps. prerequisite for upcoming profile-based workspace switching (#129).
  • auto-compact responses (#128) — tools now return compact summaries by default when browsing, full detail when filtering by specific IDs. reduces context bloat and eliminates expensive batch API calls (N+1) in compact mode.
  • fix: pin fastmcp>=3.0.0 dependency (#131) — the dependency floor still allowed fastmcp 2.x, breaking all tool calls when the resolver picked an older version.
  • docs: fastmcp client usage pattern (#124) — adds fastmcp client example to CLAUDE.md.