From 78c42dd92edf949f237ef24d430b96e2862e40ff Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Mon, 16 Mar 2026 18:00:28 +0100 Subject: [PATCH] More doc fixing with "agent serve mcp" Signed-off-by: Guillaume Tardif --- docs/features/acp/index.md | 2 +- docs/features/mcp-mode/index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/features/acp/index.md b/docs/features/acp/index.md index 7e9960cc3..b19b6a61d 100644 --- a/docs/features/acp/index.md +++ b/docs/features/acp/index.md @@ -77,7 +77,7 @@ A host application would spawn docker-agent as a subprocess and communicate via ```javascript // Pseudocode for an IDE extension -const child = spawn("docker", "agent", "serve", ["acp", "./agent.yaml"]); +const child = spawn("docker", ["agent", "serve", "acp", "./agent.yaml"]); // Send a message to the agent child.stdin.write( diff --git a/docs/features/mcp-mode/index.md b/docs/features/mcp-mode/index.md index 825bded6f..f9099120a 100644 --- a/docs/features/mcp-mode/index.md +++ b/docs/features/mcp-mode/index.md @@ -50,7 +50,8 @@ Add a configuration to your Claude Desktop MCP settings file: "myagent": { "command": "/usr/local/bin/docker", "args": [ - "agent" + "agent", + "serve", "mcp", "agentcatalog/coder", "--working-dir",