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

Method fetch

worker-configuration.d.ts:413–413  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

411}
412interface DurableObject {
413 fetch(request: Request): Response | Promise<Response>;
414 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;
415 webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;
416 webSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>;

Callers 2

fetchFunction · 0.65
homeContentFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected