MCPcopy
hub / github.com/browserbase/mcp-server-browserbase / EvalConfig

Interface EvalConfig

evals/run-evals.ts:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47interface EvalConfig {
48 workflows: Array<{ name?: string }>;
49 passThreshold?: number;
50 [key: string]: unknown;
51}
52
53const program = new Command();
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected