ToolBox MCP Server
by xiaoguomeiyitian
Verified
cli_tool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | No | Single-line command content | |
commands | No | Multi-line command sequence (mutually exclusive with 'command') | |
cwd | No | Working directory (absolute or relative to build/) | |
mode | No | Execution mode: sync - synchronous blocking, async - asynchronous non-blocking | sync |
platform | No | Force execution context (win32, linux) | auto |
safe_mode | No | Enable dangerous command filtering | |
timeout | No | Command timeout in seconds |