captain-awesome commited on
Commit
88662e1
·
verified ·
1 Parent(s): 96a8c30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,8 +106,8 @@ from smolagents.mcp_client import MCPClient
106
  try:
107
  mcp_client = MCPClient(
108
  ## Try this working example on the hub:
109
- # {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
110
- {"url": "http://localhost:7860/gradio_api/mcp/sse"}
111
  )
112
  tools = mcp_client.get_tools()
113
 
 
106
  try:
107
  mcp_client = MCPClient(
108
  ## Try this working example on the hub:
109
+ {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
110
+ # {"url": "http://localhost:7860/gradio_api/mcp/sse"}
111
  )
112
  tools = mcp_client.get_tools()
113