Process MCP request (Streamable HTTP)
POST/mcp
Core Streamable HTTP endpoint for Model Context Protocol requests following JSON-RPC 2.0 specification. This endpoint routes MCP-compliant requests to the appropriate server, handling authentication and validation.
Request
Responses
- 200
- 400
- 500
Successfully processed MCP request with streaming response
Request validation failed due to malformed JSON-RPC format, missing required fields, or invalid method parameters
Server-side error occurred during request processing, such as target server unavailability, timeout, or internal router error