nodebench-mcp 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodebench-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Make AI agents catch the bugs they normally ship. 80 MCP tools: structured research, 3-layer testing, quality gates, persistent knowledge, LLM calling, and security analysis. v2.2: +5 'doer' tools — call_llm, extract_structured_data, diff_outputs, scan_dependencies, run_code_analysis. --preset lite (32), core (57), or full (80). Benchmarked: 13 issues caught, 26 blind spots prevented.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|