We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba09b1d commit 768a1d1Copy full SHA for 768a1d1
README.md
@@ -55,7 +55,7 @@ make test
55
```python
56
from mcpd import McpdClient, McpdError
57
58
-client = McpdClient(endpoint="http://localhost:8090")
+client = McpdClient(api_endpoint="http://localhost:8090")
59
60
# List available servers
61
print(client.servers())
@@ -82,7 +82,7 @@ from any_agent import AnyAgent, AgentConfig
82
from mcpd import McpdClient
83
84
# Assumes the mcpd daemon is running
85
86
87
agent_config = AgentConfig(
88
tools=client.agent_tools(),
0 commit comments