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

Method replace

worker-configuration.d.ts:1578–1578  ·  view source on GitHub ↗
(content: string | ReadableStream | Response, options?: ContentOptions)

Source from the content-addressed store, hash-verified

1576 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1577 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1578 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1579 remove(): Text;
1580}
1581interface DocumentEnd {

Callers 15

pathToToolNameSuffixFunction · 0.65
toolNameToTitleFunction · 0.65
buildNonCodemodeToolsFunction · 0.65
buildJsonInputSchemaFunction · 0.65
buildInputSchemaFunction · 0.65
resolveRefsFunction · 0.65
sourceToUrlFunction · 0.65
extractTitleFunction · 0.65
titleCaseFunction · 0.65
callNonCodemodeToolFunction · 0.65
sanitizeHtmlFunction · 0.65

Calls

no outgoing calls

Tested by 1

s256ChallengeFunction · 0.52