You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
The MCP client has a complete HTTP streaming implementation ready (startStreaming(), addStreamListener(), processStreamChunk()) but it's not activated. Real-time updates for diagram synchronization are needed.
Solution
Activate the existing streaming infrastructure by connecting it to UI components that need real-time updates.
Epic: MCP Integration
Priority: Critical
Story Points: 8
Phase: 1
Problem
The MCP client has a complete HTTP streaming implementation ready (
startStreaming(),addStreamListener(),processStreamChunk()) but it's not activated. Real-time updates for diagram synchronization are needed.Solution
Activate the existing streaming infrastructure by connecting it to UI components that need real-time updates.
Implementation Details
Ready-to-use code in
src/mcp/client.ts:startStreaming()- Complete Server-Sent Events implementationaddStreamListener()- Stream listener managementprocessStreamChunk()- Event parsing and handlinghandleStreamEvent()- Event dispatching to listenersTasks
mcpClient.addStreamListener()from services needing real-time updatesAcceptance Criteria
Technical Notes
/sseendpointMcp-Session-IdheaderFile:
src/mcp/client.ts:541-606