Different tools for different paths (similar to routes) #1391
Unanswered
am-akash1309
asked this question in
Q&A
Replies: 0 comments
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.
-
I been wondering if I can have the tools grouped under different routes.
mcp.run( transport="http", port=8000, log_level="debug", path="/db_tools", )
I have noticed that all the tools from the object
mcp
can be accessed through /db_tools.So, let's say I have different agent for reading and writing in a database. Will it be possible to create two different paths in the same port as
/db_write
and/db_read
? So that I can access only the particular tools that an agent needs and not all in the server.Beta Was this translation helpful? Give feedback.
All reactions