docs(mcp): sync mcp-tools-reference.md to the real 35-tool registry#1923
Merged
Conversation
The reference documented ~15 tools that no longer exist (drift inherited from main, predating the consolidation). Align it with the registry: - Remove phantom sections: categorize_transaction, reset_transaction_category, batch_categorize_transactions, bulk_recategorize, import_categories, add_transaction_tag, remove_transaction_tag, add_transaction_comment, list_transaction_comments, create_session, trigger_sync, and the whole account-link + match family. - Drop the stale "call create_session first" Sessions guidance (sessions are automatic now) and the series `tags` mentions (series tags removed in #1918). - Add the missing set_transaction_metadata section. Documented tools now match the registry exactly (35/35). Docs-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y7qg4TN9ZPcHsXR714UrjG
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.
Aligns
docs/mcp-tools-reference.mdwith the actual MCP tool registry, which had drifted to document ~15 tools that no longer exist.Changes
categorize_transaction,reset_transaction_category,batch_categorize_transactions,bulk_recategorize,import_categories,add_transaction_tag,remove_transaction_tag,add_transaction_comment,list_transaction_comments,create_session,trigger_sync, and the whole account-link + match family.create_sessionfirst" Sessions guidance (audit sessions are automatic now) and the seriestagsmentions (series tags were removed in chore(series): fully remove series tags (destructive) #1918).set_transaction_metadatasection.Test plan
###tool headers in the doc == registered tool names ininternal/mcp/server.go(35/35, no phantom, none missing)🤖 Generated with Claude Code