Skip to content

Commit 0ede835

Browse files
authored
fix(docs): correct nested agent server entry in Quickstart uv example (#77)
1 parent 0133bc4 commit 0ede835

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,15 @@ Or, if using `uv`:
6565
```json
6666
{
6767
"agent_servers": {
68+
"Echo Agent (Python)": {
6869
"type": "custom",
6970
"command": "uv",
7071
"args": [
7172
"run",
7273
"/abs/path/to/agentclientprotocol/python-sdk/examples/echo_agent.py"
7374
],
7475
}
76+
}
7577
}
7678
```
7779

0 commit comments

Comments
 (0)