diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ It exposes one blocking domain tool: - by default, phone_opus reuses the remembered Claude context for the consulted `cwd` - pass `fresh_context: true` to opt out and start a fresh Claude context for that `cwd` - a fixed consult prefix is prepended before the caller-supplied prompt + - downstream failures still surface any reusable context handle for that `cwd`, so a post-reset retry can stick to the same session 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 |