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

Function runWebMCPBenchmark

benchmark/simple-benchmark.ts:273–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273async function runWebMCPBenchmark(): Promise<BenchmarkResult> {
274 return runAgentBenchmark({
275 task: TASK,
276 systemPrompt: WEBMCP_SYSTEM_PROMPT,
277 mcpServers: MCP_SERVER_CONFIG,
278 });
279}
280
281async function main(): Promise<void> {
282 cli.header("Simple Benchmark: Screenshots vs WebMCP Tools\nAgent SDK Version");

Callers 1

mainFunction · 0.70

Calls 1

runAgentBenchmarkFunction · 0.70

Tested by

no test coverage detected