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