Bash
bashRun a single allowlisted verification command in the workspace, such as tests, build, lint, typecheck, or a project script, to validate the code without chaining or file inspection.
Instructions
Run one allowlisted verification command in the workspace, such as tests, build, lint, typecheck, or a project script. Do not use for git status/diff or file inspection; use show_changes, tree, search, and read instead. Do not chain commands with &&, pipes, redirects, or shell file readers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory relative to workspace root. Default: . | |
| command | Yes | Command to run. | |
| session_id | No | Optional bash session id. If configured on the server, a provided value must match it. | |
| timeout_ms | No | Timeout in milliseconds. Default: 30000. Max: 600000. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use the workspace selected for this MCP session. |