mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-21 04:39:07 +00:00
feat: add option for custom docker host socket
Why: The socket is different when we use rootless mode with docker.
This commit is contained in:
@@ -79,6 +79,7 @@ class ProxyMCP(BaseModel):
|
||||
proxy_options: Dict[str, Any] = Field(default_factory=dict)
|
||||
env: Dict[str, str] = Field(default_factory=dict)
|
||||
host_port: Optional[int] = None # External port to bind the SSE port to on the host
|
||||
docker_host: Optional[str] = None # Docker host to use for the proxy container
|
||||
|
||||
|
||||
MCP = Union[RemoteMCP, DockerMCP, ProxyMCP]
|
||||
|
||||
Reference in New Issue
Block a user