shell_execute
Run shell commands securely on the MCP Shell Server, specifying inputs, working directory, and execution timeout for controlled and authorized command execution.
Instructions
Execute um comando shell Comandos permitidos:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Comando e seus argumentos como array | |
directory | Yes | Diretório de trabalho onde o comando será executado | |
stdin | No | Entrada a ser passada para o comando via stdin | |
timeout | No | Tempo máximo de execução em segundos |