MCPcopy Create free account
hub / github.com/cloudflare/mcp / list

Method list

worker-configuration.d.ts:589–589  ·  view source on GitHub ↗
(options?: DurableObjectListOptions)

Source from the content-addressed store, hash-verified

587 readonly id: DurableObjectId;
588 readonly storage: DurableObjectStorage;
589 container?: Container;
590 facets: DurableObjectFacets;
591 blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>;
592 acceptWebSocket(ws: WebSocket, tags?: string[]): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected