Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -466,4 +466,4 @@ Select an MCP server above to view configuration details.
|
|
466 |
# Create and launch the interface
|
467 |
if __name__ == "__main__":
|
468 |
demo = create_interface()
|
469 |
-
demo.launch()
|
|
|
466 |
# Create and launch the interface
|
467 |
if __name__ == "__main__":
|
468 |
demo = create_interface()
|
469 |
+
demo.launch(mcp_server=True)
|