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

Class CommandExecutor

src/docker_mcp/docker_executor.py:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
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