execute_command
Execute shell commands on remote Linux servers through SSH, capturing stdout, stderr, and exit code for AI-driven development environments.
Instructions
Execute a shell command on the remote server. Returns stdout, stderr, and exit code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to execute | |
| workingDirectory | No | Optional working directory (defaults to home directory) |