chore(release): v0.9.8 — local fallback tools/list returns 7 not 4#284
Conversation
Single-issue release: PR #283 fixed the local-mode tools/list path in @agentmemory/mcp to expose all 7 IMPLEMENTED_TOOLS instead of the 4-tool intersection ESSENTIAL_TOOLS ∩ IMPLEMENTED_TOOLS that bug manifested as in MCP clients (Cursor / Roo Code / others) when no agentmemory server was reachable on localhost:3111. Bumping 0.9.7 -> 0.9.8 across the 8 standard files (package.json, packages/mcp/package.json, plugin/.claude-plugin/plugin.json, src/version.ts, src/types.ts ExportData literal, src/functions/export-import.ts supportedVersions, the export round-trip test expectation, and CHANGELOG.md).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR performs a patch version bump from 0.9.7 to 0.9.8 across all package manifests, constants, and type definitions. The version constant is updated, export schema type and import validation logic are expanded to accept 0.9.8, package versions are incremented, and tests and changelog are updated accordingly. ChangesVersion 0.9.8 Release Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Bump
0.9.7→0.9.8to ship PR #283 — the@agentmemory/mcplocal-modetools/listpath now exposes all 7IMPLEMENTED_TOOLSinstead of the 4-tool intersection that MCP clients (Cursor / Roo Code / etc) were seeing when no agentmemory server was reachable.Version bump
8 standard files:
package.jsonpackages/mcp/package.jsonplugin/.claude-plugin/plugin.jsonsrc/version.tssrc/types.ts(ExportData.versionliteral)src/functions/export-import.ts(supportedVersionsset)test/export-import.test.ts(round-trip expectation)CHANGELOG.md(new 0.9.8 entry)Test plan
npm test— 860 / 860.npm run build— tsdown clean.Summary by CodeRabbit
Bug Fixes
Chores