deepseek_fix
Delegate bug-fixing and failing-test loops to an isolated Git worktree, keeping your main workspace untouched. Returns structured JSON for review.
Instructions
Delegate a bug-fix or failing-test loop to DeepSeek Harness in an isolated Git worktree. The main workspace is never modified automatically. Returns compact structured JSON.
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. | |
| evidence | No | Optional error message, failing test output, stack trace, or symptoms already observed by Codex. | |
| timeout_minutes | No | Optional timeout override in minutes. |