start_background_task
Queue a long-running tool to run in the background. Returns a taskId; poll with get_task_status. Allowed tools: rebuild_solution.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
toolName | string | ✓ | Tool name to run in the background. Currently allowed: rebuild_solution. |