execute_command
Run shell commands in an isolated workspace: Debian sandbox with Node and wrangler pre-installed to manage Cloudflare resources directly.
Instructions
在工作区内执行任意 shell 命令(local 后端直接本机 shell;proot 后端为 Debian 沙箱,Node + wrangler 已装)。cwd 默认 /workspace。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | 工作目录(相对 /workspace 或绝对,默认 /workspace) | |
| command | Yes | 要执行的 shell 命令 | |
| timeout | No | 超时毫秒,默认 60000 |