MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / MirroredTool

Class MirroredTool

claw-code/src/execution_registry.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclass(frozen=True)
19class MirroredTool:
20 name: str
21 source_hint: str
22
23 def execute(self, payload: str) -> str:
24 return execute_tool(self.name, payload).message
25
26
27@dataclass(frozen=True)

Callers 1

build_execution_registryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected