MCPcopy Create free account
hub / github.com/bcefghj/miniClaudeCode / execute

Method execute

miniclaudecode/tools/base.py:46–46  ·  view source on GitHub ↗
(self, params: dict[str, Any])

Source from the content-addressed store, hash-verified

44
45 @abstractmethod
46 def execute(self, params: dict[str, Any]) -> ToolResult: ...
47
48 def to_api_schema(self) -> dict[str, Any]:
49 return {

Calls

no outgoing calls

Tested by 13

test_execute_echoMethod · 0.36
test_empty_commandMethod · 0.36
test_read_nonexistentMethod · 0.36
test_write_new_fileMethod · 0.36
test_reject_not_foundMethod · 0.36
test_search_in_fileMethod · 0.36