-
Notifications
You must be signed in to change notification settings - Fork 618
[Docs] Update MCP tool filtering to use comma-separated list #8189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Update MCP tool filtering to use comma-separated list #8189
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Caution Review failedThe pull request is closed. WalkthroughDocumentation updates adjust MCP tool filtering examples from repeated query parameters (tool=...) to a single comma-separated tools parameter (tools=...). Changes are limited to MDX content and example snippets in two pages; no code, logic, or control-flow modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (2)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8189 +/- ##
=======================================
Coverage 55.03% 55.03%
=======================================
Files 919 919
Lines 60562 60562
Branches 4122 4122
=======================================
Hits 33332 33332
Misses 27126 27126
Partials 104 104
🚀 New features to boost your workflow:
|
size-limit report 📦
|

PR-Codex overview
This PR updates the documentation and code to clarify how to filter available tools for the MCP server by using a comma-separated list of tools instead of multiple
toolquery parameters.Detailed summary
page.mdxfiles to specify using a comma-separated list of tools for filtering.apps/portal/src/app/ai/mcp/page.mdxandapps/portal/src/app/payments/x402/agents/page.mdxto reflect the new query parameter format.urlin themcpServersobject andMultiServerMCPClientto usetoolsinstead oftool.Summary by CodeRabbit