nodebench-mcp 2.60.0 → 2.61.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.
|
@@ -156,7 +156,7 @@ CATEGORY: ${queryDef.category}
|
|
|
156
156
|
API RESPONSE (truncated):
|
|
157
157
|
${resultSnippet}
|
|
158
158
|
|
|
159
|
-
Evaluate this response against these 7 criteria. For each, return pass (true/false) and
|
|
159
|
+
Evaluate this response against these 7 criteria. For each, return pass (true/false) and MAX 10-word reasoning:
|
|
160
160
|
|
|
161
161
|
1. RELEVANT_ENTITY: Does the response identify a relevant entity or workspace for this query?
|
|
162
162
|
2. USEFUL_ANSWER: Is the answer/summary useful and relevant to what was asked?
|
|
@@ -191,7 +191,7 @@ Return ONLY valid JSON (no markdown, no code fences):
|
|
|
191
191
|
contents: [{ parts: [{ text: prompt }] }],
|
|
192
192
|
generationConfig: {
|
|
193
193
|
temperature: 0.1,
|
|
194
|
-
maxOutputTokens:
|
|
194
|
+
maxOutputTokens: 2048,
|
|
195
195
|
responseMimeType: "application/json",
|
|
196
196
|
},
|
|
197
197
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodebench-mcp",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0",
|
|
4
4
|
"mcpName": "io.github.HomenShum/nodebench",
|
|
5
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.",
|
|
6
6
|
"type": "module",
|