execute_command
Run terminal commands directly within a secure server environment. Specify the command, arguments, and working directory to execute system processes safely.
Instructions
Execute a command in the local system
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments | |
command | Yes | Command to execute | |
cwd | No | Working directory for command execution |