-
Notifications
You must be signed in to change notification settings - Fork 0
Add SSE transport support to cortex-mcp-server #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
/sseendpoint that establishes SSE connection - Send
event: endpointwith session-specific message URL - Add
/message?sessionId=POST endpoint for receiving MCP messages - Stream MCP responses back via SSE
event: message
Infrastructure Ready
- Ingress: https://cortex-mcp.ry-ops.dev ✅
- TLS Certificate: Ready ✅
- DNS: Configured ✅
Reference
See MCP-SSE-Implementation-Tasks.md in cortex-gitops for implementation pattern.
Labels
mcp, sse, enhancement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request