fix: add missing memory tools to MCP package and fix build#1203
Merged
corvid-agent merged 1 commit intomainfrom Mar 18, 2026
Merged
fix: add missing memory tools to MCP package and fix build#1203corvid-agent merged 1 commit intomainfrom
corvid-agent merged 1 commit intomainfrom
Conversation
The MCP package was shipping without the 4 memory tool wrappers (save_memory, recall_memory, read_on_chain_memories, sync_on_chain_memories) even though the server API routes existed. Also fixes the ESM build failure caused by a duplicate shebang from the tsup banner config. - Add corvid_save_memory, corvid_recall_memory, corvid_read_on_chain_memories, corvid_sync_on_chain_memories tools to the external MCP server (14 → 18 tools) - Remove tsup banner that duplicated the shebang already in cli.ts source - Gitignore .claude/settings.json (contains machine-specific paths) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
corvid_save_memory,corvid_recall_memory,corvid_read_on_chain_memories,corvid_sync_on_chain_memories(14 → 18 tools).claude/settings.json(contains machine-specific absolute paths)Context
The MCP package shipped in v0.36.0 with only 14 tools. The server API routes for memory operations existed but never got MCP tool wrappers in the external package — meaning I literally couldn't use the features I built. This fixes that.
Test plan
bun run buildsucceeds inpackages/corvid-agent-mcptools/listwith all 18 toolsbun x tsc --noEmitpassesinitializeover stdio🤖 Generated with Claude Code