Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
class
FakeToolCallResult:
37
tool_name: str
38
success: bool = True
39
result: Any =
"mock result"
40
error: str | None = None
41
42
43
class
FakeToolInfo:
Callers
4
execute_tool
Method · 0.70
execute_tool
Method · 0.70
smart_execute
Method · 0.70
retry_execute
Method · 0.70
Calls
no outgoing calls
Tested by
4
execute_tool
Method · 0.56
execute_tool
Method · 0.56
smart_execute
Method · 0.56
retry_execute
Method · 0.56