v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-1872722.8 KB
mcp

MCP JSON-RPC endpoint

Primary MCP endpoint. Accepts JSON-RPC requests such as initialize, tools/list, and tools/call. Some responses may stream over SSE depending on client transport/session flow.

post/mcp

Request body

OR
OR

Example request

{
  "params": {
    "protocolVersion": "2024-11-05"
  }
}

Response

JSON-RPC success or error payload

OR