MCPcopy Create free account
hub / github.com/idosal/git-mcp / getWebSockets

Method getWebSockets

worker-configuration.d.ts:450–450  ·  view source on GitHub ↗
(tag?: string)

Source from the content-addressed store, hash-verified

448 blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>;
449 acceptWebSocket(ws: WebSocket, tags?: string[]): void;
450 getWebSockets(tag?: string): WebSocket[];
451 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;
452 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null;
453 getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected