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

Method list

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

Source from the content-addressed store, hash-verified

574}
575type DurableObjectLocationHint = "wnam" | "enam" | "sam" | "weur" | "eeur" | "apac" | "oc" | "afr" | "me";
576type DurableObjectRoutingMode = "primary-only";
577interface DurableObjectNamespaceGetDurableObjectOptions {
578 locationHint?: DurableObjectLocationHint;
579 routingMode?: DurableObjectRoutingMode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected