run_background
Launch a command in the background with a unique identifier, and optionally set its working directory.
Instructions
Run a command in background
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (optional) | |
| name | Yes | Unique name for this background process | |
| command | Yes | Command to run in background |