connect.mcp

MCP endpoint

Stateless MCP endpoint using Streamable HTTP transport. Accepts JSON-RPC requests and notifications. Session management is handled internally by Connect—clients should not send mcp-session-id headers. Requires service token with mcp scope.

post/connect/{namespace}/{connectionId}/mcp

Path parameters

namespacestring required
connectionIdstring required

Response

JSON-RPC response

jsonrpc'2.0' required
{"stackTrail":"components:schemas:JsonRpcResponse:properties:result","oasType":"schema","type":"unknown"}

Changes