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 1e6a195 commit d0c05c2Copy full SHA for d0c05c2
units/en/unit2/gradio-client.mdx
@@ -20,7 +20,7 @@ Let's connect to an example MCP Server that is already running on Hugging Face.
20
from smolagents.mcp_client import MCPClient
21
22
with MCPClient(
23
- {"url": "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse"}
+ {"url": "https://abidlabs-mcp-tool-http.hf.space/gradio_api/mcp/sse"}
24
) as tools:
25
# Tools from the remote server are available
26
print("\n".join(f"{t.name}: {t.description}" for t in tools))
0 commit comments