Will MCP server support showing tools based on user identity/roles to mcp client? #468
venkybirla
started this conversation in
General
Replies: 2 comments
-
I'm currently also investigating how to solve this issue or if we use the server implementation incorrectly. My current approach would probably be to fork and and extend the toolsListRequestHandler with a filter with some custom logic that can be provided from the outside. My worst idea is it to just intercept the "response" and filter the tools that shouldn't be visible for the user. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the subject of #578 |
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
Discussion Topic
Will MCP server support showing tools based on user identity/roles to mcp client?
Lets say 2 users(user1 and user2) are connecting to same mcp server . user 1 and user 2 should get different set of tool list . For example - user 1 should get tool1 and tool2 as tool list while user 2 should get tool1 and tool2 as tool list.
Beta Was this translation helpful? Give feedback.
All reactions