nodebench-mcp 2.69.0 → 2.70.0

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/README.md +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,9 +7,11 @@
7
7
  [![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io)
8
8
  [![Tools](https://img.shields.io/badge/Tools-338-orange.svg)](https://www.npmjs.com/package/nodebench-mcp)
9
9
 
10
- **Entity intelligence for any company, market, or question turn messy context into decision-ready packets, memos, and delegation briefs.**
10
+ **Operating intelligence for founders, bankers, researchers, and operators. Turn messy context into decision-ready packets, memos, and delegation briefs.**
11
11
 
12
- 338 tools across 55 domains. You start with 15 (starter preset). Call `discover_tools` to find what you need, then `load_toolset` to activate it. No context bloat, no IDE crashes.
12
+ 350 tools across 57 domains. You start with 15 (starter preset). Call `discover_tools` to find what you need, then `load_toolset` to activate it. No context bloat, no IDE crashes.
13
+
14
+ > **New here?** Read **[AGENT_LOGIC.md](./AGENT_LOGIC.md)** for the complete plain-English guide to how NodeBench thinks — what happens when you say "What changed this week?" or "Analyze Anthropic", the full decision tree, fallback chain, and cost estimates.
13
15
 
14
16
  ```bash
15
17
  # Starter preset (15 tools) — decision intelligence + progressive discovery
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "nodebench-mcp",
3
- "version": "2.69.0",
3
+ "version": "2.70.0",
4
4
  "mcpName": "io.github.HomenShum/nodebench",
5
- "description": "350 MCP tools across 55 domains. Operating intelligence for founders: decision packets, structured research, agent verification, quality gates, progressive discovery with 8-mode hybrid search + neural embeddings, TOON encoding, Agent-as-a-Graph bipartite search. Starter: 15 tools. Core: 81 tools. Full: 350 tools.",
5
+ "description": "Operating intelligence for founders. 350 MCP tools across 57 domains. Starts with 15 tools, discovers more as you need them. Weekly resets, company analysis, competitor briefs, delegation packets all with memory that compounds across sessions.",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "nodebench-mcp": "./dist/index.js"