MCPcopy Create free account
hub / github.com/0xKarl-dev/claw-codes / MirroredCommand

Class MirroredCommand

src/execution_registry.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9@dataclass(frozen=True)
10class MirroredCommand:
11 name: str
12 source_hint: str
13
14 def execute(self, prompt: str) -> str:
15 return execute_command(self.name, prompt).message
16
17
18@dataclass(frozen=True)

Callers 1

build_execution_registryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected