@noelclaw/mcp 1.5.4 → 1.5.5

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.
@@ -115,7 +115,7 @@ async function handleSwarmTool(name, args) {
115
115
  `Started: ${new Date(data.startedAt).toUTCString()}`,
116
116
  ...marketLines,
117
117
  ``,
118
- `5 agents active market monitor, sentiment tracker, workflow executor, signal scanner, vault writer.`,
118
+ `Use \`show me swarm status\` to monitor or \`stop the swarm\` when done.`,
119
119
  ].join("\n"),
120
120
  }],
121
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noelclaw/mcp",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
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": {