This repository was archived by the owner on May 21, 2026. It is now read-only.
v0.2.5
Added
- MCP tool annotations: Tools declare
readOnlyHint,destructiveHint,openWorldHint, andidempotentHintfor informed client permission/caching decisions - Execution metadata: All tool results include
executionTime,timedOut, andresolvedModelfields - 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.