Mohammad Haghir commited on
Commit
85fdcb7
·
1 Parent(s): a14e94a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from smolagents.mcp_client import MCPClient
8
  try:
9
  mcp_client = MCPClient(
10
  ## Try this working example on the hub:
11
- {"url": "https://mhea-mcp-client.hf.space/gradio_api/mcp/sse"}
12
  )
13
  tools = mcp_client.get_tools()
14
 
 
8
  try:
9
  mcp_client = MCPClient(
10
  ## Try this working example on the hub:
11
+ {"url": "https://mhea-mcp-sentiment.hf.space/gradio_api/mcp/sse"}
12
  )
13
  tools = mcp_client.get_tools()
14