ysharma HF Staff commited on
Commit
e36de10
·
verified ·
1 Parent(s): 1dbe6fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)