Spaces:
Runtime error
Runtime error
Commit
·
c42caf4
1
Parent(s):
79ebaec
saved
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ from smolagents.mcp_client import MCPClient
|
|
8 |
try:
|
9 |
mcp_client = MCPClient(
|
10 |
## Try this working example on the hub:
|
11 |
-
{"url": "https://slimanemakh-mcp-server.hf.space/gradio_api/mcp/sse"}
|
12 |
-
|
13 |
)
|
14 |
tools = mcp_client.get_tools()
|
15 |
|
|
|
8 |
try:
|
9 |
mcp_client = MCPClient(
|
10 |
## Try this working example on the hub:
|
11 |
+
# {"url": "https://slimanemakh-mcp-server.hf.space/gradio_api/mcp/sse"}
|
12 |
+
{"url": "http://localhost:7860/gradio_api/mcp/sse"}
|
13 |
)
|
14 |
tools = mcp_client.get_tools()
|
15 |
|