library · inferred from evidence
mcpOAuth
A section or component related to OAuth in the Claude Code configuration.
- Supabase MCP OAuth fails with {"message":"Unrecognized client_id"} in Cursor / Claude Code
The most common root cause is a stale cached OAuth Dynamic Client Registration on the client side: the client keeps re-sending a client_id that Supabase's auth server no longer recognizes, so every login attempt fails the same way. Fix: del