MCP OAuth

Get Authorization Consent Context

Get the client details, eligible workspaces, and a CSRF token used to render the consent screen

get/oauth/authorize/context

Query parameters

client_idstring required
redirect_uristring required

Response

Authorization consent context

client_namestring
client_logo_uristring
csrf_tokenstring

Changes