docs(worker): document new external MCP tools
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,7 @@ ASP.NET Core hosted service that executes tasks via Claude CLI in isolated envir
|
|||||||
- Override slot: immediate execution via `RunNow(taskId)`
|
- Override slot: immediate execution via `RunNow(taskId)`
|
||||||
- Wake signaling via `SemaphoreSlim`, backstop timer (30s default)
|
- Wake signaling via `SemaphoreSlim`, backstop timer (30s default)
|
||||||
- **StaleTaskRecovery** — startup-only service, flips orphaned "running" tasks to "failed"
|
- **StaleTaskRecovery** — startup-only service, flips orphaned "running" tasks to "failed"
|
||||||
|
- **External/ExternalMcpService** — always-on MCP tools for general Claude sessions: `ListTaskLists`, `ListTasks`, `GetTask`, `AddTask` (with tags), `UpdateTask`, `UpdateTaskStatus`, `SetTaskTags`, `ListTags`, `DeleteTask`, `RunTaskNow`, `CancelTask`. Auth via optional `X-ClaudeDo-Key` header.
|
||||||
|
|
||||||
## Task Execution Pipeline
|
## Task Execution Pipeline
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user