Start the HTTP transport
What Redop serves
- the MCP endpoint is
http://localhost:3000/mcp POST /mcphandles JSON-RPC requestsGET /mcpopens the event stream used for server notificationsDELETE /mcpcloses the session
Verify with curl
Start by verifying thatinitialize responds:
Mcp-Session-Id response header from that first response.
Use that session ID on follow-up HTTP requests:
MCP-Session-Id on non-initialize HTTP requests.