MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / BenchmarkOptions

Interface BenchmarkOptions

benchmark/simple-benchmark.ts:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181interface BenchmarkOptions {
182 task: string;
183 systemPrompt: string;
184 mcpServers: Record<string, { command: string; args: string[] }>;
185 disallowedTools?: string[];
186}
187
188async function runAgentBenchmark(options: BenchmarkOptions): Promise<BenchmarkResult> {
189 const toolUsage: ToolUsage = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected