mcp
Direct Model Context Protocol operations following the JSON-RPC 2.0 specification for communicating with MCP-compatible AI models. Supports multiple communication patterns including streamable HTTP responses, and bidirectional Server-Sent Events (SSE) connections.
📄️ Process MCP request (Streamable HTTP)
Core Streamable HTTP endpoint for Model Context Protocol requests following JSON-RPC 2.0 specification.
📄️ Establish Server-Sent Events connection for MCP
Establishes a Server-Sent Events (SSE) connection for bi-directional MCP communication.
📄️ Send MCP message via SSE connection
Processes MCP messages sent by the client as part of an established SSE connection.