feat: add run test flow

This commit is contained in:
2026-09-03 19:12:25 +05:00
parent ec0fa88f96
commit b6b89d128a
9 changed files with 908 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "eval",
"version": "1.0.0",
"description": "MCP rubber-duck evaluation harness",
"scripts": {
"run": "node src/run.mjs",
"report-html": "node src/report-html.mjs"
},
"license": "ISC",
"type": "module",
"dependencies": {
"@modelcontextprotocol/client": "^2.0.0"
}
}