Replies: 1 comment
-
|
I started issue for this, do not know whether it's better to discuss or make issue: #516 |
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.
-
Looking at the code, I already know it will be complex so I try this discussion.
I got multiple remote MCP server (sse & httpstream) secured with oauth.
Usually those server are used by tool on local computer, and this is not a big problem, client are managing authentication, there is a single user so it is quite easy.
I try to put an endpoint on my web application (deployed somewhere, used by many) that need to use an agent with those MCP servers.
I'd like to have something like:
At the current status of this project, is it even possible ? and How ? I guess it can be possible by updating the session manager to use a specific McpTransport builder that provide a specific HttpClient to the McpClientTransport but I do not know if there is indirection in the threading model that would make this irrelevant...
If you have ideas // examples // .... you would be welcome
Thank you
Beta Was this translation helpful? Give feedback.
All reactions