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 0131b0f commit ca053ddCopy full SHA for ca053dd
units/en/unit1/mcp-clients.mdx
@@ -254,7 +254,7 @@ We can also connect to an MCP server that is hosted on a remote machine. In this
254
from smolagents.mcp_client import MCPClient
255
256
with MCPClient(
257
- {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
+ {"url": "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse"}
258
) as tools:
259
# Tools from the remote server are available
260
print("\n".join(f"{t.name}: {t.description}" for t in tools))
0 commit comments