You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi wanted to know if we have this sort of feature already built, where I can return a different state for different users line /MCP/user_123/SSE
And it serves tools that user_124 has access to
For security auth I was planning to use a bearer token so every users URL is unique and secure
If yes, my next query would be if a user were to delete a tool would the server have to re mount tools on restart or can it update in realtime without having to restart
Use Case
I would like to implement RBAC to the tools served, via the URL, also preferably without having to restart the MCP server.. (Internal tooling at my org)
Proposed Implementation
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Enhancement Description
Hi wanted to know if we have this sort of feature already built, where I can return a different state for different users line /MCP/user_123/SSE
And it serves tools that user_124 has access to
For security auth I was planning to use a bearer token so every users URL is unique and secure
If yes, my next query would be if a user were to delete a tool would the server have to re mount tools on restart or can it update in realtime without having to restart
Use Case
I would like to implement RBAC to the tools served, via the URL, also preferably without having to restart the MCP server.. (Internal tooling at my org)
Proposed Implementation
The text was updated successfully, but these errors were encountered: