MCPcopy 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
67class DummyStreamManager:

Calls

no outgoing calls

Tested by

no test coverage detected