docs(tools/bash): add killed to status tool status enum

The kill tool (previous commit) produces the 'killed' terminal status,
but the status tool docs listed only pending/running/done/timed_out/
interrupted. Add 'killed' to complete the enum.
This commit is contained in:
iris 2026-07-02 12:56:21 +02:00 committed by mara
commit eb04225ddf

View file

@ -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)