docs(#2659): note bash extraMcpServers example is illustrative, tracks bashHttpPort

This commit is contained in:
damocles 2026-07-23 18:00:06 +02:00 committed by mara
commit 63b1a6fe39

View file

@ -131,6 +131,12 @@ in
it into `--mcp-config` + `--allowedTools`. Take effect on the
agent's next harness restart (no operator approval needed beyond
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.
'';
};