Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
2026
interface
QueueEvent<Body = unknown> extends ExtendableEvent {
2027
readonly messages: readonly Message<Body>[];
2028
readonly queue: string;
Callers
9
getSpec
Function · 0.65
callNonCodemodeTool
Function · 0.65
getAuthToken
Function · 0.65
refreshAuthToken
Function · 0.65
non-codemode-worker.test.ts
File · 0.65
beginAuthorization
Function · 0.65
oauth-routes.test.ts
File · 0.65
oauth-handler.test.ts
File · 0.65
parseMcpResult
Function · 0.65
Calls
no outgoing calls
Tested by
1
beginAuthorization
Function · 0.52