eval-mcp
v0.5.0
Published
End to end vibe-testing framework for MCPs:
Downloads
470
Readme
End to end vibe-testing framework for MCPs:
Functionality:
- Define your tests in a JSON file
- Test with different models
- Test with multiple MCPs enabled
- Evaluate after running whether or not the result is as expected.
Usage
{
"devDependencies": {
"eval-mcp": "^0.4.0"
},
"scripts": {
"test": "eval-mcp eval-mcp.json"
}
}eval-mcp.json
{
"$schema": "https://eval-mcp.wilmake.com",
"evals": [
//... your evals
]
}