fix(ssh): do not enable ssh automatically

This commit is contained in:
2025-04-01 17:08:52 -06:00
parent a74251b119
commit f32b3dd269
6 changed files with 20 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ class UserConfigManager:
"mount_local": True,
"networks": [], # Default networks to connect to (besides mc-network)
"volumes": [], # Default volumes to mount, format: "source:dest"
"mcps": [], # Default MCP servers to connect to
"mcps": [], # Default MCP servers to connect to
},
"services": {
"langfuse": {},