nodebench-mcp 2.10.0 → 2.10.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -81,7 +81,7 @@ const PRESETS = {
81
81
  function parseToolsets() {
82
82
  if (cliArgs.includes("--help")) {
83
83
  const lines = [
84
- "nodebench-mcp v2.10.0 — Development Methodology MCP Server",
84
+ "nodebench-mcp v2.10.1 — Development Methodology MCP Server",
85
85
  "",
86
86
  "Usage: nodebench-mcp [options]",
87
87
  "",
@@ -657,7 +657,7 @@ artifacts (findings, risks, gaps, tests, evals, gates, learnings) that compound
657
657
  ],
658
658
  },
659
659
  ];
660
- const server = new Server({ name: "nodebench-mcp-methodology", version: "2.10.0" }, { capabilities: { tools: {}, prompts: {} } });
660
+ const server = new Server({ name: "nodebench-mcp-methodology", version: "2.10.1" }, { capabilities: { tools: {}, prompts: {} } });
661
661
  // Handle tools/list — return all tools with their JSON Schema inputSchemas
662
662
  server.setRequestHandler(ListToolsRequestSchema, async () => {
663
663
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebench-mcp",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "Make AI agents catch the bugs they normally ship. 134 MCP tools: progressive discovery with 7-mode hybrid search (keyword, fuzzy, n-gram, prefix, semantic, exact, dense TF-IDF cosine), agent contract (front-door pattern), project boilerplate scaffolding, autonomous capability benchmarks (C-compiler pattern), structured research, 3-layer testing, quality gates, persistent knowledge, LLM calling, security analysis, platform bridge, model benchmarking, visual regression, report generation, academic paper writing, deterministic local file parsing, Android flicker detection, Figma flow analysis, and contract compliance scoring. --preset lite (36), core (84), or full (134). Benchmarked: 13 issues caught, 26 blind spots prevented.",
5
5
  "type": "module",
6
6
  "bin": {