MCP
Start MCP authorization
Begin an MCP OAuth authorization. Redirects the browser to the Kaneo consent page, which then approves or denies the request.
get/mcp/authorize
Query parameters
response_type'code' required
client_idstring required
redirect_uristring required
code_challengestring required
PKCE challenge; only S256 is accepted.
PKCE challenge; only S256 is accepted.
code_challenge_method'S256' required
statestring
Changes
Changed in 1 of the 23 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○