Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

v0.2.5

Choose a tag to compare

@hampsterx hampsterx released this 08 Apr 03:21
· 28 commits to master since this release

Added

  • MCP tool annotations: Tools declare readOnlyHint, destructiveHint, openWorldHint, and idempotentHint for informed client permission/caching decisions
  • Execution metadata: All tool results include executionTime, timedOut, and resolvedModel fields
  • Rich tool descriptions: Inline parameter docs and usage examples for clients that display them
  • Progress heartbeats: Long-running operations emit MCP progress notifications
  • MCP transport wiring tests and CI smoke step (npm run smoke:ci)

See CHANGELOG.md for full details.