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

Method put

worker-configuration.d.ts:577–577  ·  view source on GitHub ↗
(key: string, value: T, options?: DurableObjectPutOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected