-
Notifications
You must be signed in to change notification settings - Fork 0
Add SSE transport support to youtube-channel-intelligence #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The youtube-channel-intelligence MCP server needs SSE transport support to work with Claude Desktop via mcp-remote.
Current State
- Server type: Custom container image (10.43.170.72:5000/youtube-channel-intelligence:latest)
- Transport: HTTP endpoints only, no SSE
- SSE Status: ❌ Returns 'Not found' for /sse
Requirements
- Add
/sseendpoint that establishes SSE connection - Send
event: endpointwith session-specific message URL - Add
/message?sessionId=POST endpoint - Stream MCP responses back via SSE
- Integrate with existing Redis queue processor
Infrastructure Ready
- Ingress: https://youtube-intelligence-mcp.ry-ops.dev ✅
- TLS Certificate: Ready ✅
- DNS: Configured ✅
Reference
See MCP-SSE-Implementation-Tasks.md in cortex-gitops for implementation pattern.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request