Open
Description
When using the AuthConfig
a big limitation is that the redirect URI for the OAuth flow is the client. Meaning you would need to authorize every client in your app. That is very challenging when you want to offer a Remote MCP server.
Can we add a /callback as part of the Auth proxy that is used as generic redirect? Similar to cloudflare here: https://github.com/cloudflare/ai/blob/c1eba8d4e03c0e008362bdade88f3c5a38f8070e/demos/remote-mcp-github-oauth/src/github-handler.ts#L66