MCPcopy Create free account
hub / github.com/QuantGeekDev/docker-mcp / run_command

Method run_command

src/docker_mcp/docker_executor.py:43–44  ·  view source on GitHub ↗
(self, command: str, *args)

Source from the content-addressed store, hash-verified

41
42 @abstractmethod
43 async def run_command(self, command: str, *args) -> Tuple[int, str, str]:
44 pass
45
46 def _initialize_docker_cmd(self) -> str:
47 if platform.system() == 'Windows':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected