Start the HTTP transport
What Redop serves
- the MCP endpoint is
http://localhost:3000/mcp POST /mcphandles JSON-RPC requests- for MCP
2026-07-28, traffic is stateless — no session header is required - for older protocol versions,
GET /mcpopens the event stream andDELETE /mcpcloses the session
Verify with curl (MCP 2026-07-28)
Discover capabilities without a session:Mcp-Method header):
Verify with curl (legacy sessioned)
Start by verifying thatinitialize responds:
Mcp-Session-Id response header from that first response.
Use that session ID on follow-up HTTP requests: