docs(#2659): note bash extraMcpServers example is illustrative, tracks bashHttpPort
This commit is contained in:
parent
c4fcf7fbf1
commit
63b1a6fe39
1 changed files with 6 additions and 0 deletions
|
|
@ -131,6 +131,12 @@ in
|
||||||
it into `--mcp-config` + `--allowedTools`. Take effect on the
|
it into `--mcp-config` + `--allowedTools`. Take effect on the
|
||||||
agent's next harness restart (no operator approval needed beyond
|
agent's next harness restart (no operator approval needed beyond
|
||||||
whatever brought the new agent.nix into deployed/*).
|
whatever brought the new agent.nix into deployed/*).
|
||||||
|
|
||||||
|
The `bash` entry above is illustrative only — it's auto-injected
|
||||||
|
below (`hyperhive.extraMcpServers.bash` via `lib.mkDefault`) already
|
||||||
|
tracking `hyperhive.mcp.bashHttpPort`, so overriding it directly
|
||||||
|
with a hardcoded port (as shown) is unusual and will drift if
|
||||||
|
`bashHttpPort` is changed separately; bump `bashHttpPort` instead.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue