box_exec_background
Launch a background shell command on a Linux box and return immediately, using nohup for long-running tasks.
Instructions
Start a long command via nohup under .mcp-box-jobs// and return immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boxId | Yes | Box id (bx_…) | |
| command | Yes | Shell command to run in background |