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