Summary
The cortex-mcp-server needs SSE (Server-Sent Events) transport support to work with Claude Desktop via mcp-remote.
Current State
- Server type: Node.js (node:18-alpine)
- Transport: stdio MCP server with custom HTTP wrapper
- SSE Status: ❌ Not implemented
Requirements
- Add
/sse endpoint that establishes SSE connection
- Send
event: endpoint with session-specific message URL
- Add
/message?sessionId= POST endpoint for receiving MCP messages
- Stream MCP responses back via SSE
event: message
Infrastructure Ready
Reference
See MCP-SSE-Implementation-Tasks.md in cortex-gitops for implementation pattern.
Labels
mcp, sse, enhancement
Summary
The cortex-mcp-server needs SSE (Server-Sent Events) transport support to work with Claude Desktop via
mcp-remote.Current State
Requirements
/sseendpoint that establishes SSE connectionevent: endpointwith session-specific message URL/message?sessionId=POST endpoint for receiving MCP messagesevent: messageInfrastructure Ready
Reference
See
MCP-SSE-Implementation-Tasks.mdin cortex-gitops for implementation pattern.Labels
mcp, sse, enhancement