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

Class ToolResult

miniclaudecode/tools/base.py:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14@dataclass(frozen=True)
15class ToolResult:
16 output: str
17 is_error: bool = False
18
19
20class Tool(ABC):

Callers 10

test_error_flagMethod · 0.90
checkMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
_rg_searchMethod · 0.85
_python_searchMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_error_flagMethod · 0.72