swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 15:38:00 -0400
committermain <main@swarm.moe>2026-03-23 15:38:00 -0400
commitff76c72f3c78694eebe4824318e85c4751343cf4 (patch)
treecfb49d55874a9f90b11fed9756f00e1fc233faeb /README.md
parent36f3be895696e674fced66ef2b6d285149ee5562 (diff)
downloadphone_opus-ff76c72f3c78694eebe4824318e85c4751343cf4.zip
Support resuming Claude consult sessions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86c66f6..301f64a 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ It exposes one blocking domain tool:
- `consult`: run the system `claude` install in print mode, wait for the answer,
and return the response plus execution metadata
+ - pass `session_id` from a previous response to resume that Claude Code conversation
The server keeps the public MCP session in a durable host, isolates the actual
Claude invocation in a disposable worker, and ships standard health and
@@ -40,4 +41,3 @@ Run the server locally with:
```bash
cargo run -- mcp serve
```
-