bash_pipe
Execute piped Bash commands to combine operations, manage outputs, and control execution environment with strict filesystem access on the MCP Filesystem Server.
Instructions
Execute a sequence of Bash commands piped together. Allows for powerful command combinations with pipes. Results include both stdout and stderr.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commands | Yes | Array of commands to pipe together | |
env | No | Additional environment variables for the command | |
timeout | No | Maximum execution time in milliseconds (max 60s) | |
workingDir | No | Working directory for command execution |