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

Method text

apps/radar/worker-configuration.d.ts:2069–2069  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2067 arrayBuffer(): Promise<ArrayBuffer>;
2068 bytes(): Promise<Uint8Array>;
2069 text(): Promise<string>;
2070 json<T>(): Promise<T>;
2071 blob(): Promise<Blob>;
2072}

Callers 15

fetchCloudflareApiFunction · 0.65
getAuthTokenFunction · 0.65
refreshAuthTokenFunction · 0.65
sentry.spec.tsFile · 0.65
mockUserResponseFunction · 0.65
mockAccountsResponseFunction · 0.65
registerDocsToolsFunction · 0.65
registerDocsToolsFunction · 0.65
registerPromptsFunction · 0.65

Calls

no outgoing calls

Tested by 2

mockUserResponseFunction · 0.52
mockAccountsResponseFunction · 0.52