swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 22:32:57 -0400
committermain <main@swarm.moe>2026-03-23 22:32:57 -0400
commitd64d1bd730aec23bcc5b01a78a8945863ea4d5a7 (patch)
treeb757569797231838509f74051c2fdb828ab57857 /README.md
parent00949559a8a4757e1198e1ea582ebfcf7268fec4 (diff)
downloadphone_opus-d64d1bd730aec23bcc5b01a78a8945863ea4d5a7.zip
Hide background consult surfaces
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 062fdd8..1cdde02 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,6 @@ It exposes one blocking domain tool:
and return the response plus execution metadata
- pass `session_id` from a previous response to resume that Claude Code conversation
- a fixed consult prefix is prepended before the caller-supplied prompt
- - pass `background: true` to queue the consult and get back a job handle instead of blocking
-- `consult_job`: inspect one background consult job and receive the final result once it completes
-- `consult_wait`: block on one background consult job until it completes or a timeout elapses, then return the current job state plus any final result
-- `consult_jobs`: list recent background consult jobs
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