docs: acp support (#4793)

This commit is contained in:
dianed-square
2025-09-24 10:23:52 -07:00
committed by GitHub
parent 035af16489
commit 5acaca4301
2 changed files with 121 additions and 0 deletions
@@ -341,6 +341,22 @@ goose mcp <name>
---
#### acp
Run Goose as an Agent Client Protocol (ACP) agent server over stdio. This enables Goose to work with ACP-compatible clients like Zed.
ACP is an emerging protocol specification that standardizes communication between AI agents and client applications, making it easier for clients to integrate with various AI agents.
**Usage:**
```bash
goose acp
```
:::info
This command is automatically invoked by ACP-compatible clients and is not typically run directly by users. The client manages the lifecycle of the `goose acp` process. See [Using Goose in ACP Clients](/docs/guides/acp-clients) for details.
:::
---
### Project Management
#### project