mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-21 04:39:07 +00:00
feat(mcp): first docker proxy working
This commit is contained in:
@@ -288,7 +288,7 @@ class ContainerManager:
|
||||
mcp_names = []
|
||||
|
||||
# Ensure MCP is a list
|
||||
mcps_to_process = mcp or []
|
||||
mcps_to_process = mcp if isinstance(mcp, list) else []
|
||||
|
||||
# Process each MCP
|
||||
for mcp_name in mcps_to_process:
|
||||
|
||||
Reference in New Issue
Block a user