Error message
One of:When this error occurs
Discovery found DCR, but a later OAuth step failed: dynamic client registration was rejected, the token exchange (authorization-code or refresh) failed, the authorization server returned a 5xx / network error, or its response didn’t parse. The full low-level detail — endpoint URL, status code, and response body — is logged server-side; provide the response’slog_id to support so they can find it.
How to fix
- A transient “authorization server returned an error” — retry.
- Registration or token rejections usually mean a misconfigured authorization server; check its logs.
- If the error notes tools are available without authorization, you can use the server open — add its URL to
mcp_servers[]without aconnection_id.

