fix: update Dewey MCP tool names after prefix drop (dewey#28)#3
Merged
fix: update Dewey MCP tool names after prefix drop (dewey#28)#3
Conversation
Dewey PR #28 dropped the dewey_ prefix from 4 MCP tool registrations to eliminate the dewey_dewey_* double-prefix in OpenCode agent UIs. - store_learning (was dewey_dewey_store_learning) - semantic_search (was dewey_dewey_semantic_search) - Deprecation warnings now show correct agent-facing names (dewey_store_learning, dewey_semantic_search)
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
Dewey PR #28 dropped the
dewey_prefix from 4 MCP tool registrations to eliminate thedewey_dewey_*double-prefix in OpenCode agent UIs.This updates replicator's memory proxy to use the new internal tool names when calling Dewey directly via HTTP JSON-RPC:
store_learning(wasdewey_dewey_store_learning)semantic_search(wasdewey_dewey_semantic_search)dewey_store_learning,dewey_semantic_search)All 11 packages pass, 20 memory proxy tests pass with updated assertions.