MCPcopy Create free account
hub / github.com/Louisym/MiniCC / execute

Method execute

src/execution_registry.py:23–24  ·  view source on GitHub ↗
(self, payload: str)

Source from the content-addressed store, hash-verified

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

bootstrap_sessionMethod · 0.45

Calls 1

execute_toolFunction · 0.70

Tested by

no test coverage detected