Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ try:
36
  )
37
 
38
  # Launch the interface
39
- demo.launch()
40
 
41
  finally:
42
  # Ensure MCPClient disconnects on script termination
 
36
  )
37
 
38
  # Launch the interface
39
+ demo.launch(share=True)
40
 
41
  finally:
42
  # Ensure MCPClient disconnects on script termination