Skip to content

Commit 2aa5a46

Browse files
authored
Merge pull request docker#2130 from gtardif/fix_more_serve_docs
More doc fixing with "agent serve mcp"
2 parents 592da25 + 78c42dd commit 2aa5a46

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)