Propagate oauth flow with proxy #704
Unanswered
JeremyCraigMartinez
asked this question in
Q&A
Replies: 0 comments
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.
-
Context:
Creating a proxy server with internal org-wide semantic overlay / business logic on remote Atlassian MCP server (which we do not control). I intend to host this proxy server remotely
Code example
Issue
How can I ensure that when a client (like mcp-remote) attempts to establish a connection with the proxy server, that it will kick over to the browser for the oauth flow? If I were to connect
mcp-remote
directly tohttps://mcp.atlassian.com/v1/sse
, it behaves fine. However, my proxy server does not propagate this behavior.Beta Was this translation helpful? Give feedback.
All reactions