Connection Protocol
The MCP server uses streamable HTTP with the following specifications:- Transport: Streamable HTTP
- Accept Header:
application/json text/event-stream - Protocol: JSON-RPC 2.0 over HTTP
Example Request
Error Handling
The server returns standard JSON-RPC 2.0 error responses:-32700: Parse error-32600: Invalid request-32601: Method not found-32602: Invalid params-32603: Internal error