Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from smolagents import InferenceClientModel, CodeAgent, ToolCollection, MCPClien
|
|
8 |
try:
|
9 |
mcp_client = MCPClient(
|
10 |
{
|
11 |
-
"url": "
|
12 |
} # This is the MCP Server we created in the previous section
|
13 |
)
|
14 |
tools = mcp_client.get_tools()
|
|
|
8 |
try:
|
9 |
mcp_client = MCPClient(
|
10 |
{
|
11 |
+
"url": "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse"
|
12 |
} # This is the MCP Server we created in the previous section
|
13 |
)
|
14 |
tools = mcp_client.get_tools()
|