SrikanthNagelli commited on
Commit
780c7ab
·
1 Parent(s): 72282ab

minor fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1501,8 +1501,8 @@ async def main():
1501
  parser = argparse.ArgumentParser(description="LLM-Powered MCP Client with Intelligent Task Decomposition")
1502
  parser.add_argument(
1503
  "--server-url",
1504
- default="https://srikanthnagelli-agents-mcp-hackathon.hf.space/gradio_api/mcp/sse",
1505
- help="MCP server URL (default: https://srikanthnagelli-agents-mcp-hackathon.hf.space/gradio_api/mcp/sse)"
1506
  )
1507
  parser.add_argument(
1508
  "--local",
 
1501
  parser = argparse.ArgumentParser(description="LLM-Powered MCP Client with Intelligent Task Decomposition")
1502
  parser.add_argument(
1503
  "--server-url",
1504
+ default="https://agents-mcp-hackathon-test-mcp-server.hf.space/gradio_api/mcp/sse",
1505
+ help="MCP server URL (default: https://agents-mcp-hackathon-test-mcp-server.hf.space/gradio_api/mcp/sse)"
1506
  )
1507
  parser.add_argument(
1508
  "--local",