MCPcopy
hub / github.com/cloudflare/mcp-server-cloudflare / get

Method get

apps/radar/worker-configuration.d.ts:2025–2025  ·  view source on GitHub ↗
(key: string, options: R2GetOptions & {
        onlyIf: R2Conditional | Headers;
    })

Source from the content-addressed store, hash-verified

2023interface R2Bucket {
2024 head(key: string): Promise<R2Object | null>;
2025 get(key: string, options: R2GetOptions & {
2026 onlyIf: R2Conditional | Headers;
2027 }): Promise<R2ObjectBody | R2Object | null>;
2028 get(key: string, options?: R2GetOptions): Promise<R2ObjectBody | null>;

Callers 15

isApiTokenRequestFunction · 0.65
handleApiTokenModeFunction · 0.65
createAuthHandlersFunction · 0.65
clientIdAlreadyApprovedFunction · 0.65
parseRedirectApprovalFunction · 0.65
validateOAuthStateFunction · 0.65
setSentryRequestHeadersFunction · 0.65
getMethod · 0.65
sentry.spec.tsFile · 0.65
mockUserResponseFunction · 0.65

Calls

no outgoing calls

Tested by 2

mockUserResponseFunction · 0.52
mockAccountsResponseFunction · 0.52