メインコンテンツまでスキップ

Establish Server-Sent Events connection for MCP

GET 

/mcp/sse

Establishes a Server-Sent Events (SSE) connection for bi-directional MCP communication. This endpoint creates a persistent connection that allows the server to push real-time updates to the client. The client receives a unique session ID that must be used when sending messages back to the server. This connection model is particularly useful for streaming responses, progress updates, and maintaining state across multiple interactions without requiring repeated connection establishment.

Responses

SSE connection established successfully