You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/buzz-acp/README.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,6 @@ All configuration is via environment variables (or CLI flags — every env var h
111
111
|`BUZZ_ACP_AGENT_COMMAND`| no |`goose`| Agent binary to spawn. |
112
112
|`BUZZ_ACP_AGENT_ARGS`| no |`acp`| Agent arguments (comma-separated). |
113
113
|`BUZZ_ACP_MCP_COMMAND`| no |`""` (empty) | Path to an optional MCP server binary to provide to the agent subprocess. |
114
-
|`BUZZ_ACP_MCP_SERVERS`| no | — | JSON array of additional stdio MCP servers. Supports `name`, `command`, `args`, literal `env`, `inherit_env` names resolved from the harness environment, and optional exact `allowed_tools`. Maximum 16 total including `BUZZ_ACP_MCP_COMMAND`. |
115
114
|`BUZZ_ACP_IDLE_TIMEOUT`| no |`620`| Idle timeout: max seconds of silence before cancelling a turn. Resets on any agent stdout activity. |
116
115
|`BUZZ_ACP_MAX_TURN_DURATION`| no |`7200`| Absolute wall-clock cap per turn (safety valve). |
117
116
|`BUZZ_API_TOKEN`| no | — | API token (required if relay enforces token auth). |
@@ -120,42 +119,6 @@ All configuration is via environment variables (or CLI flags — every env var h
120
119
121
120
**Legacy env vars:**`BUZZ_ACP_PRIVATE_KEY`, `BUZZ_ACP_API_TOKEN`, and `BUZZ_ACP_TURN_TIMEOUT` (replaced by `BUZZ_ACP_IDLE_TIMEOUT`) are still accepted as fallbacks.
122
121
123
-
### Additional MCP servers
124
-
125
-
`BUZZ_ACP_MCP_SERVERS` lets one agent attach multiple account-scoped MCP
126
-
servers without rebuilding `buzz-acp`. Keep credential values in the process
127
-
environment and name them through `inherit_env`; the harness resolves those
128
-
values only when it starts the corresponding child process.
0 commit comments