MCPcopy Create free account
hub / github.com/IBM/mcp-cli / FakeToolCallResult

Class FakeToolCallResult

tests/planning/test_executor.py:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35@dataclass
36class FakeToolCallResult:
37 tool_name: str
38 success: bool = True
39 result: Any = "mock result"
40 error: str | None = None
41
42
43class FakeToolInfo:

Callers 4

execute_toolMethod · 0.70
execute_toolMethod · 0.70
smart_executeMethod · 0.70
retry_executeMethod · 0.70

Calls

no outgoing calls

Tested by 4

execute_toolMethod · 0.56
execute_toolMethod · 0.56
smart_executeMethod · 0.56
retry_executeMethod · 0.56