devsh-memory-mcp 0.3.3 → 0.3.4
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.
|
@@ -1156,7 +1156,7 @@ function createMemoryMcpServer(config) {
|
|
|
1156
1156
|
case "spawn_agent": {
|
|
1157
1157
|
const { prompt, agentName: spawnAgentName, repo, branch, dependsOn, priority } = args;
|
|
1158
1158
|
const jwt = process.env.CMUX_TASK_RUN_JWT;
|
|
1159
|
-
const serverUrl = process.env.CMUX_SERVER_URL ?? "https://cmux-server.
|
|
1159
|
+
const serverUrl = process.env.CMUX_SERVER_URL ?? "https://cmux-server.karldigi.dev";
|
|
1160
1160
|
const orchestrationId = process.env.CMUX_ORCHESTRATION_ID;
|
|
1161
1161
|
if (!jwt) {
|
|
1162
1162
|
return {
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devsh-memory-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "MCP server for devsh/cmux agent memory - enables Claude Desktop and external clients to access sandbox memory and orchestrate multi-agent workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|