start_process
Launch background processes in WSL, returning a handle and PID; output streams to a log file you can read later.
Instructions
Start a long-running process in WSL (backgrounded). Returns a handle and pid; output is streamed to a log file readable via read_process_output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| env | No | ||
| distro | No | ||
| command | Yes | The command to run; may be multi-line | |
| confirm | No | ||
| separateStderr | No | Write stderr to a separate .err file (read via read_process_output which=stderr) |