Start background PowerShell job
start_jobStart background PowerShell jobs with persistent logs, enabling progress checks via job_status instead of blocking the terminal.
Instructions
Start a long-running PowerShell command in the background with persistent stdout/stderr logs. Poll with job_status instead of waiting in exec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| label | No | ||
| command | Yes |