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

Method evaluate

src/tools/execute.ts:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19interface CodeExecutorEntrypoint {
20 evaluate(): Promise<{ result: unknown; err?: string; stack?: string }>
21}
22
23type GlobalOutboundProps = { apiToken: string; fetchWithRetryCaller: string }

Callers 1

runExecuteFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected