15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|