MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/mcpWebSocketTransport.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export class WebSocketTransport implements Transport {
23 private started = false
24 private opened: Promise<void>
25 private isBun = typeof Bun !== 'undefined'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected