MCPcopy
hub / github.com/davila7/claude-code-templates / Env

Interface Env

cli-tool/components/sandbox/cloudflare/src/index.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export { Sandbox } from '@cloudflare/sandbox';
5
6interface Env {
7 Sandbox: DurableObjectNamespace<Sandbox>;
8 ANTHROPIC_API_KEY: string;
9}
10
11interface ExecuteRequest {
12 question: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected