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

Method setWebSocketAutoResponse

worker-configuration.d.ts:565–565  ·  view source on GitHub ↗
(maybeReqResp?: WebSocketRequestResponsePair)

Source from the content-addressed store, hash-verified

563declare abstract class DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {
564 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
565 idFromName(name: string): DurableObjectId;
566 idFromString(id: string): DurableObjectId;
567 get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;
568 getByName(name: string, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected