Spaces:
Runtime error
Runtime error
Raju KC commited on
Commit ·
7da2525
1
Parent(s): c0f2fa0
change url to my mcp server
Browse files
app.py
CHANGED
|
@@ -8,9 +8,9 @@ from smolagents.mcp_client import MCPClient
|
|
| 8 |
try:
|
| 9 |
mcp_client = MCPClient(
|
| 10 |
## Try this working example on the hub:
|
| 11 |
-
{"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
|
| 12 |
# {"url": "http://localhost:7860/gradio_api/mcp/sse"}
|
| 13 |
-
|
| 14 |
)
|
| 15 |
tools = mcp_client.get_tools()
|
| 16 |
|
|
|
|
| 8 |
try:
|
| 9 |
mcp_client = MCPClient(
|
| 10 |
## Try this working example on the hub:
|
| 11 |
+
# {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
|
| 12 |
# {"url": "http://localhost:7860/gradio_api/mcp/sse"}
|
| 13 |
+
{"url": "https://kcrazy-mcp-sentiment.hf.space/gradio_api/mcp/sse"}
|
| 14 |
)
|
| 15 |
tools = mcp_client.get_tools()
|
| 16 |
|