Dynamic auth for different users ? #1505
Unanswered
AdenTetrixx
asked this question in
Q&A
Replies: 1 comment
-
|
I guess you need to use a session for list / get tools, and pass the auth there |
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.
-
Hey everyone, I'm using FastMCP with OpenAPI to expose some of my API as tools.
Currently, the HTTP client is fixed at server initialization, which means all clients connecting to this MCP server use the same API token and permissions.
Is there a way to handle this when different users need different API permissions?
Beta Was this translation helpful? Give feedback.
All reactions