Skip to content

Commit 78c42dd

Browse files
committed
More doc fixing with "agent serve mcp"
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent f678e03 commit 78c42dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/features/acp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A host application would spawn docker-agent as a subprocess and communicate via
7777

7878
```javascript
7979
// Pseudocode for an IDE extension
80-
const child = spawn("docker", "agent", "serve", ["acp", "./agent.yaml"]);
80+
const child = spawn("docker", ["agent", "serve", "acp", "./agent.yaml"]);
8181

8282
// Send a message to the agent
8383
child.stdin.write(

docs/features/mcp-mode/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Add a configuration to your Claude Desktop MCP settings file:
5050
"myagent": {
5151
"command": "/usr/local/bin/docker",
5252
"args": [
53-
"agent"
53+
"agent",
54+
"serve",
5455
"mcp",
5556
"agentcatalog/coder",
5657
"--working-dir",

0 commit comments

Comments
 (0)