Priority: P1 · Area: Ecosystem
mpp-session uses SSE, but most high-value inference providers (OpenAI, Anthropic, Google) stream via WebSocket. An agent running long inference jobs can't use mpp-session without the provider implementing a non-standard SSE wrapper, limiting RouteDock's addressable ecosystem.
Proposed fix: Add an mpp-session-ws mode variant that performs the WebSocket upgrade alongside channel establishment — open the channel, negotiate the voucher, then upgrade the HTTP connection to WebSocket.
RouteDock Drip Wave 6 backlog.
Priority: P1 · Area: Ecosystem
mpp-sessionuses SSE, but most high-value inference providers (OpenAI, Anthropic, Google) stream via WebSocket. An agent running long inference jobs can't usempp-sessionwithout the provider implementing a non-standard SSE wrapper, limiting RouteDock's addressable ecosystem.Proposed fix: Add an
mpp-session-wsmode variant that performs the WebSocket upgrade alongside channel establishment — open the channel, negotiate the voucher, then upgrade the HTTP connection to WebSocket.RouteDock Drip Wave 6 backlog.