Replies: 1 comment
-
Filtering tools as a feature is something that can be implemented generically in a client as you mention to not overwhelm the LLM on what is exposed client side. However, what the server offers in regards to filtering list tools / specification should be up to the server's implementation as there could be cross tool dependency or dynamic tool registration such that one tool could be dependent on another or enable other tools. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
I haven't found anything in the spec or the server configs, how it would be possible for a user to filter the tools/resources provided by a server.
Most MCP Hosts allow to filter tools by UI (checkboxes or switches)
And Agent Frameworks like ADK allow filtering of tools for a server that's added as well.
But nothing specified for claude_desktop_config.json or mcp.json?
Any thought son that?
Beta Was this translation helpful? Give feedback.
All reactions