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

Function removeNonCodemodeTools

tests/helpers/spec.ts:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22/** Remove the precomputed artifact to exercise rolling-deploy fallback. */
23export async function removeNonCodemodeTools(): Promise<void> {
24 await env.SPEC_BUCKET.delete('non-codemode-tools.json')
25 resetIsolateCache()
26}
27
28/** Wipe the spec bucket and the in-isolate spec cache. Call in afterEach. */
29export async function clearSpec(): Promise<void> {

Callers 1

Calls 2

resetIsolateCacheFunction · 0.90
deleteMethod · 0.65

Tested by

no test coverage detected