Skip to content

Fix incorrect MCP tool parameters in docs#358

Merged
DK09876 merged 1 commit intomainfrom
fix/mcp-docs-params
Feb 12, 2026
Merged

Fix incorrect MCP tool parameters in docs#358
DK09876 merged 1 commit intomainfrom
fix/mcp-docs-params

Conversation

@DK09876
Copy link
Contributor

@DK09876 DK09876 commented Feb 12, 2026

Summary

  • Remove phantom max_results param from recall docs (only has query + max_tokens)
  • Remove budget param from local-mcp recall docs (only reflect has budget, recall uses HIGH internally)
  • Add missing name and mission optional params to create_bank docs
  • Add missing mental_model_id optional param to create_mental_model docs

Found by auditing docs against actual tool schemas from the running server.

Test plan

  • Verify mcp-server.md recall params match mcp_tools.py recall signature
  • Verify local-mcp.md recall params match local MCP recall (no budget)

🤖 Generated with Claude Code

- Remove phantom `max_results` param from recall (only has query + max_tokens)
- Remove `budget` param from local-mcp recall (only reflect has budget)
- Add missing `name` and `mission` optional params to create_bank
- Add missing `mental_model_id` optional param to create_mental_model

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@DK09876 DK09876 merged commit d8376ec into main Feb 12, 2026
26 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant