Open
Description
I am trying to write a custom MCP Server with OAuth using the Google Provider. The Auth works but then it fails with Incompatible auth server: does not support dynamic client registration
. Google OAuth doesn't support DCR.
Logs:
[74465] Using specified callback port: 8080
[74465] [74465] Connecting to remote server: http://localhost:8000/mcp
[74465] Using transport strategy: http-first
[74465] Received error: Error POSTing to endpoint (HTTP 405): {"detail":"Method Not Allowed"}
[74465] Recursively reconnecting for reason: falling-back-to-alternate-transport
[74465] [74465] Connecting to remote server: http://localhost:8000/mcp
[74465] Using transport strategy: sse-only
[74465] Connection error: Error: Incompatible auth server: does not support dynamic client registration
Any idea how to fix thsi?
Metadata
Metadata
Assignees
Labels
No labels