From db8b2ca2b55fe1972767e9840edf87de527b486b Mon Sep 17 00:00:00 2001 From: nikkie Date: Sat, 7 Mar 2026 18:00:27 +0900 Subject: [PATCH] fix(docs): correct nested agent server entry in Quickstart uv example --- docs/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index 401b7d5..08a6602 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -65,6 +65,7 @@ Or, if using `uv`: ```json { "agent_servers": { + "Echo Agent (Python)": { "type": "custom", "command": "uv", "args": [ @@ -72,6 +73,7 @@ Or, if using `uv`: "/abs/path/to/agentclientprotocol/python-sdk/examples/echo_agent.py" ], } + } } ```