Spaces:
Runtime error
Runtime error
Mohammad Haghir commited on
Commit ·
85fdcb7
1
Parent(s): a14e94a
server
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from smolagents.mcp_client import MCPClient
|
|
| 8 |
try:
|
| 9 |
mcp_client = MCPClient(
|
| 10 |
## Try this working example on the hub:
|
| 11 |
-
{"url": "https://mhea-mcp-
|
| 12 |
)
|
| 13 |
tools = mcp_client.get_tools()
|
| 14 |
|
|
|
|
| 8 |
try:
|
| 9 |
mcp_client = MCPClient(
|
| 10 |
## Try this working example on the hub:
|
| 11 |
+
{"url": "https://mhea-mcp-sentiment.hf.space/gradio_api/mcp/sse"}
|
| 12 |
)
|
| 13 |
tools = mcp_client.get_tools()
|
| 14 |
|