spagestic commited on
Commit
11116c6
·
verified ·
1 Parent(s): 062fde7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -542,9 +542,5 @@ if __name__ == "__main__":
542
  # Create and launch the MCP server
543
  app = create_mcp_interface()
544
  app.launch(
545
- # server_name="0.0.0.0",
546
- server_port=7862,
547
- share=False,
548
- show_error=True,
549
- mcp_server=True
550
  )
 
542
  # Create and launch the MCP server
543
  app = create_mcp_interface()
544
  app.launch(
545
+ mcp_server=True
 
 
 
 
546
  )