diff options
| author | main <main@swarm.moe> | 2026-03-23 19:16:10 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-23 19:16:10 -0400 |
| commit | 00949559a8a4757e1198e1ea582ebfcf7268fec4 (patch) | |
| tree | 7bb8821c1d597eb386998a6f0b4cba1b9e24de41 /README.md | |
| parent | dd2b64ed08b8ac55d6aaeb54d635b33b51eea790 (diff) | |
| download | phone_opus-00949559a8a4757e1198e1ea582ebfcf7268fec4.zip | |
Add blocking wait for background consult jobs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ It exposes one blocking domain tool: - 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 |