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

Method execute

mini_claude_code/runtime.py:135–135  ·  view source on GitHub ↗
(self, tool_name: str, input: str)

Source from the content-addressed store, hash-verified

133
134class ToolExecutor(Protocol):
135 def execute(self, tool_name: str, input: str) -> str: ...
136
137
138# ============================================================

Callers 1

_process_tool_useMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected