hive-bash-mcp: drop the redundant output-path line from status's description
Same principle as the enum-enumeration fix, mara caught it in review: the description said where full output lives, but format_task's own answer already names the exact path when output was actually truncated — the description doesn't need to say it too.
This commit is contained in:
parent
a54f711cc5
commit
3fad315ac3
1 changed files with 1 additions and 2 deletions
|
|
@ -217,8 +217,7 @@ impl BashMcp {
|
|||
#[tool(
|
||||
description = "Check the status of a background bash task by its ID (from `run`). The \
|
||||
answer names the state it found and what to do about it, plus the exit code if \
|
||||
finished and a tail of stdout/stderr. Full output lives in \
|
||||
`harness/bash-tasks/<id>.out` / `.err`. \
|
||||
finished and a tail of stdout/stderr. \
|
||||
Pass `wait_seconds` (capped at 30) to wait inline for the task to finish: when the \
|
||||
task finishes within the window the full status is returned immediately. Useful to \
|
||||
avoid a separate round-trip when the task is expected to finish soon."
|
||||
|
|
|
|||
Loading…
Reference in a new issue