Skip to content

Commit 736b0f0

Browse files
authored
Update units/en/unit2/gradio-client.mdx
1 parent 6f305b3 commit 736b0f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

units/en/unit2/gradio-client.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ from smolagents.mcp_client import MCPClient
8686

8787
try:
8888
mcp_client = MCPClient(
89-
# {"url": "https://YOUR_USERNAME-mcp-sentiment.hf.space/gradio_api/mcp/sse"}
89+
## Try this working example on the hub:
90+
# {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
9091
{"url": "http://localhost:7860/gradio_api/mcp/sse"}
9192
)
9293
tools = mcp_client.get_tools()

0 commit comments

Comments
 (0)