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

Method setWebSocketAutoResponse

worker-configuration.d.ts:451–451  ·  view source on GitHub ↗
(maybeReqResp?: WebSocketRequestResponsePair)

Source from the content-addressed store, hash-verified

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;
454 setHibernatableWebSocketEventTimeout(timeoutMs?: number): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected