Update app.py
Browse files
app.py
CHANGED
@@ -532,6 +532,8 @@ def send_task_to_agents_with_keywords(keywords: str, task: str, request: gr.Requ
|
|
532 |
with gr.Blocks(title="MCP-Open Floor Bridge", theme=gr.themes.Soft()) as demo:
|
533 |
gr.Markdown("""
|
534 |
# π MCP-Open Floor Bridge Server
|
|
|
|
|
535 |
|
536 |
## Setup:
|
537 |
- **Environment Variable**: `export OPENFLOOR_AGENTS="https://agent1.com,https://agent2.com"`
|
|
|
532 |
with gr.Blocks(title="MCP-Open Floor Bridge", theme=gr.themes.Soft()) as demo:
|
533 |
gr.Markdown("""
|
534 |
# π MCP-Open Floor Bridge Server
|
535 |
+
|
536 |
+
**Please use the new version available under [https://mcp.openfloor.dev/](https://mcp.openfloor.dev/).**
|
537 |
|
538 |
## Setup:
|
539 |
- **Environment Variable**: `export OPENFLOOR_AGENTS="https://agent1.com,https://agent2.com"`
|