run-background-task
Execute long-running shell commands in the background, enabling continued interaction with the process through compatible tools while it runs.
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 |