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

Method execute

src/execution_registry.py:14–15  ·  view source on GitHub ↗
(self, prompt: str)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

execute_commandFunction · 0.85

Tested by

no test coverage detected