wlchee commited on
Commit
70716f1
·
verified ·
1 Parent(s): 72237af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ try:
48
  finally:
49
  # Ensure MCPClient disconnects on script termination
50
  if mcp_client:
51
- mcp_client.disconnect()
 
48
  finally:
49
  # Ensure MCPClient disconnects on script termination
50
  if mcp_client:
51
+ mcp_client.disconnect(share=True,ssr_mode=False)