From ff76c72f3c78694eebe4824318e85c4751343cf4 Mon Sep 17 00:00:00 2001 From: main Date: Mon, 23 Mar 2026 15:38:00 -0400 Subject: Support resuming Claude consult sessions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` - -- cgit v1.2.3