bash_execute
Execute and capture Bash commands with defined working directories, environment variables, and time limits. Provides secure access to Bash functionality within MCP Filesystem Server's controlled environment.
Instructions
Execute a Bash command directly with output capture. More flexible than execute_command but still with security restrictions. Allows for direct access to Bash functionality.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The bash command to execute | |
env | No | Additional environment variables for the command | |
timeout | No | Maximum execution time in milliseconds (max 60s) | |
workingDir | No | Working directory for command execution |