Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
class
CommandExecutor(Protocol):
10
async
def
execute(self, cmd: str | List[str]) -> Tuple[int, str, str]:
11
pass
12
13
14
class
WindowsExecutor:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected