Is there a way to limit tools available to an agent from an MCP server? #54
Unanswered
desmondcarot
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is a great suggestion. It's ultimately down to the Host/Client what gets presented to the LLM/Agent. Thinking aloud, this feels like something that would be better configured in the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working with
@fast.Agent
and using setting it up like this:@fast.Agent("agent1", servers=["filesystem"])
This setup works fine, but it gives the agent access to all the tools provided by the filesystem server. For security and functionality purposes, I want to restrict which tools from a server the agent can access.
Is there a way to do something like this?
Basically, I want to allow only a subset of tools from the filesystem server.
Does the
@fast.Agent
API (or MCP server config in general) support something like this?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions