Replies: 3 comments
-
As an aside, since it seems we are working on similar things, do you know if loading the MCP servers normally is computationally heavy? Is it possible to load them beforehand so when the session with the agent initializes, it's as fast as possible? |
Beta Was this translation helpful? Give feedback.
-
hey @seanzhou1023 , do you have suggestion how to approach this? |
Beta Was this translation helpful? Give feedback.
-
Working on the same thing. My issue so far is that MCPTools should be able to handle the auth discovery endpoints and trigger oauth upon receiving a 401 error but instead just crashes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, I have a problem of authorization access to OAuth2 based remote MCP server.
MCPToolSet
discover new tools via get_tools which creates a session. As the session is not authorized and exchanged for access token, it fails to retrieve the tools.Looks like the reactive tool auth request flow in this case doesn't fit as its scoped to specific tool while here its more of discovery of tools which should be invoked in earlier lifecycles.
Would like to hear your opinions and suggestions how to tackle this.
Related work: #2061
Beta Was this translation helpful? Give feedback.
All reactions