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

Class

worker-configuration.d.ts:518–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516 allowUnconfirmed?: boolean;
517}
518declare class WebSocketRequestResponsePair {
519 constructor(request: string, response: string);
520 get request(): string;
521 get response(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected