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.
- package/README.md +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
[](https://modelcontextprotocol.io)
|
|
8
8
|
[](https://www.npmjs.com/package/nodebench-mcp)
|
|
9
9
|
|
|
10
|
-
**
|
|
10
|
+
**Operating intelligence for founders, bankers, researchers, and operators. Turn messy context into decision-ready packets, memos, and delegation briefs.**
|
|
11
11
|
|
|
12
|
-
|
|
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.
|
|
3
|
+
"version": "2.70.0",
|
|
4
4
|
"mcpName": "io.github.HomenShum/nodebench",
|
|
5
|
-
"description": "350 MCP tools across
|
|
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"
|