MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

src/remote/appServer/client.ts:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248export class RemoteAppServerClient {
249 private ws: WS | null = null
250 private readonly events: AsyncEventQueue<RemoteAppServerEvent>
251 private readonly pendingRequests = new Map<string, PendingRequest>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected