terminal_execute_background
Launch long-running processes in the background and receive an instant PID for later termination. Avoid blocking your terminal while keeping control of the process.
Instructions
Start a long-running process in the background. Returns the PID immediately. Use terminal_execute with "kill " to stop it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | |
| command | Yes | Command to run in background |