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 6f305b3 commit 736b0f0Copy full SHA for 736b0f0
units/en/unit2/gradio-client.mdx
@@ -86,7 +86,8 @@ from smolagents.mcp_client import MCPClient
86
87
try:
88
mcp_client = MCPClient(
89
- # {"url": "https://YOUR_USERNAME-mcp-sentiment.hf.space/gradio_api/mcp/sse"}
+ ## Try this working example on the hub:
90
+ # {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
91
{"url": "http://localhost:7860/gradio_api/mcp/sse"}
92
)
93
tools = mcp_client.get_tools()
0 commit comments