run-background-task
Execute long-running shell commands in the background, allowing continued interaction with the task while it runs. The tool supports managing and monitoring processes efficiently.
Instructions
Runs a long-running command (like 'npm run dev') in background. When the command is running, you can interact with it using other tools.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Unique name of the task | |
shell | Yes | Shell command to run in background |