Commit ·
780c7ab
1
Parent(s): 72282ab
minor fix
Browse files
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://
|
| 1505 |
-
help="MCP server URL (default: https://
|
| 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",
|