Skip to content

Commit 8c99312

Browse files
committed
docs(acp): describe the MCP transport field
Signed-off-by: KC <79471844+wolfyy970@users.noreply.github.com>
1 parent 460e55f commit 8c99312

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/buzz-acp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ servers:
143143
```
144144

145145
The JSON is strict. The only top-level fields are `version` and `servers`.
146-
Each server has `name`, `command`, `args`, and `env`. Server names must be
147-
unique, contain 1 to 128 ASCII bytes using only letters, digits, `_`, or `-`,
148-
and cannot contain `__`. Names are checked across both structured entries and
149-
the legacy server.
146+
Each server has `name`, `transport`, `command`, `args`, and `env`. Version 1
147+
supports the `stdio` transport. Server names must be unique, contain 1 to 128
148+
ASCII bytes using only letters, digits, `_`, or `-`, and cannot contain `__`.
149+
Names are checked across both structured entries and the legacy server.
150150

151151
The config file is limited to 64 KiB. A harness can have at most 16 MCP
152152
servers in total, including the server from `BUZZ_ACP_MCP_COMMAND`. An

0 commit comments

Comments
 (0)