Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,8 @@ from smolagents import InferenceClientModel, CodeAgent, MCPClient
|
|
104 |
|
105 |
try:
|
106 |
mcp_client = MCPClient(
|
107 |
-
{"url": "https://abidlabs-mcp-tool-http.hf.space/gradio_api/mcp/sse"}
|
|
|
108 |
)
|
109 |
tools = mcp_client.get_tools()
|
110 |
|
|
|
104 |
|
105 |
try:
|
106 |
mcp_client = MCPClient(
|
107 |
+
# {"url": "https://abidlabs-mcp-tool-http.hf.space/gradio_api/mcp/sse"}
|
108 |
+
{"url":"https://captain-awesome-alquranchapters.hf.space/gradio_api/mcp/sse"}
|
109 |
)
|
110 |
tools = mcp_client.get_tools()
|
111 |
|