diff --git a/docs/tools/bash.md b/docs/tools/bash.md index 7b46886b..4bdf6aa2 100644 --- a/docs/tools/bash.md +++ b/docs/tools/bash.md @@ -40,7 +40,7 @@ Exposed as `mcp__bash__run`. Poll the status of a task submitted with `run`. Returns: -- `status` — `pending` / `running` / `done` / `timed_out` / `interrupted` +- `status` — `pending` / `running` / `done` / `timed_out` / `interrupted` / `killed` - `exit_code` — set when done - run duration - last 4 KiB of stdout and stderr (full output in the `.out` / `.err` files)