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" ], } + } } ```