deepseek_task
Delegate coding tasks to an isolated Git worktree for safe implementation, refactoring, or debugging. Returns compact JSON with status, patches, and artifact paths for review before applying.
Instructions
Delegate a normal implementation/refactor/debug task to DeepSeek Harness in an isolated Git worktree. The main workspace is never modified automatically; Codex must review the report and patch before applying anything. Returns compact structured JSON with status, task_id, retry information, usage, and artifact paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Workspace directory. Defaults to the MCP server process working directory. | |
| task | Yes | The concrete coding task to delegate to DeepSeek Harness. | |
| timeout_minutes | No | Optional timeout override in minutes. |