Spaces:
Runtime error
Runtime error
Commit
·
14e9c7e
1
Parent(s):
91d5e12
Change MCP server
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from smolagents import InferenceClientModel, CodeAgent, ToolCollection, MCPClien
|
|
7 |
try:
|
8 |
|
9 |
mcp_client = MCPClient(
|
10 |
-
{"url": "https://
|
11 |
)
|
12 |
tools = mcp_client.get_tools()
|
13 |
|
|
|
7 |
try:
|
8 |
|
9 |
mcp_client = MCPClient(
|
10 |
+
{"url": "https://techarmour-mcp-sentiment.hf.space/gradio_api/mcp/sse"}
|
11 |
)
|
12 |
tools = mcp_client.get_tools()
|
13 |
|