feat: add run test flow
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user