MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/remote/SessionsWebSocket.ts:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 * 3. Receive SDKMessage stream from the session
81 */
82export class SessionsWebSocket {
83 private ws: WebSocketLike | null = null
84 private state: WebSocketState = 'closed'
85 private reconnectAttempts = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected