@noelclaw/mcp 1.4.0 → 1.4.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/dist/tools/miroshark.js +1 -1
- package/package.json +1 -1
package/dist/tools/miroshark.js
CHANGED
|
@@ -134,7 +134,7 @@ async function handleMirosharkTool(name, args) {
|
|
|
134
134
|
if (!simId)
|
|
135
135
|
throw new Error("No simulation_id in create response");
|
|
136
136
|
// Step 6: kick off agent preparation (async — don't block)
|
|
137
|
-
const prepared = await miroJson("/miroshark/api/simulation/prepare", "POST", { simulation_id: simId });
|
|
137
|
+
const prepared = await miroJson("/miroshark/api/simulation/prepare", "POST", { simulation_id: simId, parallel_profile_count: 10 });
|
|
138
138
|
const prepTaskId = prepared.task_id;
|
|
139
139
|
return {
|
|
140
140
|
content: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noelclaw/mcp",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Noelclaw as an MCP skill — persistent memory, multi-agent coordination, scenario simulation, DeFi execution, and Sentinel-gated playbooks.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|