Skip to main content
GET
OAuth redirect target that completes an MCP connection

Query Parameters

code
string
required

The one-time authorization code issued by the external authorization server.

state
string
required

The one-time state issued by POST /mcp-connections; binds this callback to its PKCE flow.

Response

Connection established. Returns a short plain-text confirmation for the browser.

The response is of type string.

Example:

"MCP connection established. You can close this window."