devsh-memory-mcp 0.1.0 → 0.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # devsh-memory-mcp
2
2
 
3
- MCP server for devsh/cmux agent memory - enables Claude Desktop, Cursor, and other MCP clients to access sandbox agent memory.
3
+ MCP server for devsh/cmux agent memory - enables Claude Desktop, Cursor, and other MCP clients to access sandbox agent memory and orchestrate multi-agent workflows.
4
4
 
5
5
  ## Installation
6
6
 
@@ -81,14 +81,29 @@ With custom options:
81
81
  | `add_task` | Add a new task to TASKS.json |
82
82
  | `update_task` | Update the status of a task |
83
83
 
84
- ### Orchestration Tools
84
+ ### Orchestration Tools (Head Agent)
85
85
 
86
86
  | Tool | Description |
87
87
  |------|-------------|
88
+ | `spawn_agent` | Spawn a sub-agent to work on a task |
89
+ | `get_agent_status` | Get status of a spawned agent |
90
+ | `list_spawned_agents` | List all agents in current orchestration |
91
+ | `wait_for_agent` | Wait for agent to complete (blocking) |
92
+ | `cancel_agent` | Cancel a running/pending agent |
93
+ | `get_orchestration_summary` | Get dashboard-style orchestration summary |
94
+ | `pull_orchestration_updates` | Sync local PLAN.json with server |
88
95
  | `read_orchestration` | Read PLAN.json, AGENTS.json, or EVENTS.jsonl |
89
96
  | `append_event` | Append an orchestration event to EVENTS.jsonl |
90
97
  | `update_plan_task` | Update task status in PLAN.json |
91
98
 
99
+ ### Environment Variables (Orchestration)
100
+
101
+ | Variable | Description |
102
+ |----------|-------------|
103
+ | `CMUX_TASK_RUN_JWT` | JWT for authenticating orchestration API calls |
104
+ | `CMUX_ORCHESTRATION_ID` | Current orchestration session ID |
105
+ | `CMUX_API_BASE_URL` | API base URL (default: https://cmux.sh) |
106
+
92
107
  ## Memory Directory Structure
93
108
 
94
109
  ```