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

Method do_confirm_tool_execution

tests/chat/test_tool_processor.py:58–60  ·  view source on GitHub ↗
(self, tool_name, arguments)

Source from the content-addressed store, hash-verified

56 pass
57
58 async def do_confirm_tool_execution(self, tool_name, arguments):
59 # Mock confirmation - always return True for tests
60 return True
61
62 async def start_tool_execution(self, tool_name, arguments):
63 # Mock start tool execution - no-op for tests

Calls

no outgoing calls

Tested by

no test coverage detected