Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/mcp-cli
/ start_tool_execution
Method
start_tool_execution
tests/chat/test_tool_processor.py:62–64 ·
view source on GitHub ↗
(self, tool_name, arguments)
Source
from the content-addressed store, hash-verified
60
return
True
61
62
async
def
start_tool_execution(self, tool_name, arguments):
63
# Mock start tool execution - no-op for tests
64
pass
65
66
67
class
DummyStreamManager:
Callers
9
test_start_tool_execution_with_stuck_refresh_task
Method · 0.45
test_start_tool_clears_stale_streaming_state
Method · 0.45
test_render_tool_status_updates_live_status
Method · 0.45
test_start_tool_execution
Method · 0.45
test_stop_tool_execution_success
Method · 0.45
test_stop_tool_execution_failure
Method · 0.45
test_concurrent_streaming_and_tool
Method · 0.45
test_refresh_loop_with_tool
Method · 0.45
test_start_tool_execution
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected