Skip to content

Commit ca053dd

Browse files
authored
Update mcp-clients.mdx
1 parent 0131b0f commit ca053dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/en/unit1/mcp-clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ We can also connect to an MCP server that is hosted on a remote machine. In this
254254
from smolagents.mcp_client import MCPClient
255255

256256
with MCPClient(
257-
{"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
257+
{"url": "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse"}
258258
) as tools:
259259
# Tools from the remote server are available
260260
print("\n".join(f"{t.name}: {t.description}" for t in tools))

0 commit comments

Comments
 (0)