Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,6 +48,4 @@ try:
|
|
| 48 |
finally:
|
| 49 |
# Ensure MCPClient disconnects on script termination
|
| 50 |
if mcp_client:
|
| 51 |
-
mcp_client.disconnect()
|
| 52 |
-
|
| 53 |
-
====
|
|
|
|
| 48 |
finally:
|
| 49 |
# Ensure MCPClient disconnects on script termination
|
| 50 |
if mcp_client:
|
| 51 |
+
mcp_client.disconnect()
|
|
|
|
|
|