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

Method text

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

Source from the content-addressed store, hash-verified

2023 retry(options?: QueueRetryOptions): void;
2024 ack(): void;
2025}
2026interface QueueEvent<Body = unknown> extends ExtendableEvent {
2027 readonly messages: readonly Message<Body>[];
2028 readonly queue: string;

Callers 9

getSpecFunction · 0.65
callNonCodemodeToolFunction · 0.65
getAuthTokenFunction · 0.65
refreshAuthTokenFunction · 0.65
beginAuthorizationFunction · 0.65
parseMcpResultFunction · 0.65

Calls

no outgoing calls

Tested by 1

beginAuthorizationFunction · 0.52