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

Class

src/cli/remoteIO.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 * Supports WebSocket transport
34 */
35export class RemoteIO extends StructuredIO {
36 private url: URL
37 private transport: Transport
38 private inputStream: PassThrough

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected