How to get tools of a particular tool_set, by using FastMCP client. #1040
-
|
Currently I am loading all tools from github remote server using FastMCP client like this: client_http = Client(config) when i load the tools, all 91 tools are getting loaded. But i need only some tools, of tool sets "users, repos, context". How can I get only these? I tried by adding tool_filter, but it didn't work. again all the tools were loaded. Can anyone help me how to get only a particular toolset of tools? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @suchith83 it is actually documented in the repo: https://github.com/github/github-mcp-server/blob/main/docs/remote-server.md You can use URLs, or you can use headers. |
Beta Was this translation helpful? Give feedback.
Hi @suchith83 it is actually documented in the repo: https://github.com/github/github-mcp-server/blob/main/docs/remote-server.md
You can use URLs, or you can use headers.