Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
14
_execute_tool_calls
Method · 0.45
test_execute_echo
Method · 0.45
test_empty_command
Method · 0.45
test_read_existing_file
Method · 0.45
test_read_nonexistent
Method · 0.45
test_read_with_offset_and_limit
Method · 0.45
test_write_new_file
Method · 0.45
test_write_creates_directories
Method · 0.45
test_replace_unique_string
Method · 0.45
test_reject_non_unique
Method · 0.45
test_reject_not_found
Method · 0.45
test_find_python_files
Method · 0.45
Calls
no outgoing calls
Tested by
13
test_execute_echo
Method · 0.36
test_empty_command
Method · 0.36
test_read_existing_file
Method · 0.36
test_read_nonexistent
Method · 0.36
test_read_with_offset_and_limit
Method · 0.36
test_write_new_file
Method · 0.36
test_write_creates_directories
Method · 0.36
test_replace_unique_string
Method · 0.36
test_reject_non_unique
Method · 0.36
test_reject_not_found
Method · 0.36
test_find_python_files
Method · 0.36
test_search_in_file
Method · 0.36