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

Class

src/remote/RemoteSessionManager.ts:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 * - Permission request/response flow
94 */
95export class RemoteSessionManager {
96 private websocket: SessionsWebSocket | null = null
97 private pendingPermissionRequests: Map<string, SDKControlPermissionRequest> =
98 new Map()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected