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

Method execute

src/docker_mcp/docker_executor.py:10–11  ·  view source on GitHub ↗
(self, cmd: str | List[str])

Source from the content-addressed store, hash-verified

8
9class CommandExecutor(Protocol):
10 async def execute(self, cmd: str | List[str]) -> Tuple[int, str, str]:
11 pass
12
13
14class WindowsExecutor:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected