Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ from smolagents.mcp_client import MCPClient
|
|
106 |
try:
|
107 |
mcp_client = MCPClient(
|
108 |
## Try this working example on the hub:
|
109 |
-
|
110 |
-
{"url": "http://localhost:7860/gradio_api/mcp/sse"}
|
111 |
)
|
112 |
tools = mcp_client.get_tools()
|
113 |
|
|
|
106 |
try:
|
107 |
mcp_client = MCPClient(
|
108 |
## Try this working example on the hub:
|
109 |
+
{"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
|
110 |
+
# {"url": "http://localhost:7860/gradio_api/mcp/sse"}
|
111 |
)
|
112 |
tools = mcp_client.get_tools()
|
113 |
|