swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```
-