tools

Mcp Oauth Callback

Handle OAuth callback for MCP server authentication.

get/v1/tools/mcp/oauth/callback/{session_id}

Path parameters

session_idstring required

Query parameters

codestring nullable

OAuth authorization code

OAuth authorization code

statestring nullable

OAuth state parameter

OAuth state parameter

errorstring nullable

OAuth error

OAuth error

error_descriptionstring nullable

OAuth error description

OAuth error description

Response

Successful Response

{"stackTrail":"paths:/v1/tools/mcp/oauth/callback/{session_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes