Infrastructure
MCP protocol SSE stream
GET
/mcpOpens a Server-Sent Events stream for the MCP protocol server.
Returns Content-Type: text/event-stream.
Response Body
text/event-stream
curl -X GET "http://localhost:8080/mcp""string"MCP protocol message POST
Receives a JSON-RPC 2.0 message for the MCP protocol server. Returns a JSON-RPC 2.0 response, or null for notifications.
WebSocket connection GET
Upgrades to a WebSocket connection for real-time updates. Server pushes log events, MCP log events, and store update notifications. Heartbeat pings are sent every 30 seconds.