Update ui_components.py
Browse files- ui_components.py +1 -3
ui_components.py
CHANGED
|
@@ -28,10 +28,8 @@ class UIComponents:
|
|
| 28 |
def _initialize_default_servers(self):
|
| 29 |
"""Initialize default MCP servers on app startup"""
|
| 30 |
default_servers = [
|
|
|
|
| 31 |
("background removal", "ysharma/background-removal-mcp"),
|
| 32 |
-
("text to video", "ysharma/ltx-video-distilled"),
|
| 33 |
-
("text to speech", "ysharma/Kokoro-TTS-mcp-test"),
|
| 34 |
-
("text to image", "ysharma/dalle-3-xl-lora-v2")
|
| 35 |
]
|
| 36 |
|
| 37 |
logger.info("🚀 Initializing default MCP servers...")
|
|
|
|
| 28 |
def _initialize_default_servers(self):
|
| 29 |
"""Initialize default MCP servers on app startup"""
|
| 30 |
default_servers = [
|
| 31 |
+
("Nymbo-Tools", "Nymbo/Tools"),
|
| 32 |
("background removal", "ysharma/background-removal-mcp"),
|
|
|
|
|
|
|
|
|
|
| 33 |
]
|
| 34 |
|
| 35 |
logger.info("🚀 Initializing default MCP servers...")
|