diff --git a/cecli/coders/base_coder.py b/cecli/coders/base_coder.py index 922d5328671..0a6678472fb 100755 --- a/cecli/coders/base_coder.py +++ b/cecli/coders/base_coder.py @@ -2780,7 +2780,6 @@ async def process_tool_calls(self, tool_call_response): def _print_tool_call_info(self, server_tool_calls): """Print information about an MCP tool call.""" - self.io.ring_bell() # self.io.tool_output("Preparing to run MCP tools", bold=False) for server, tool_calls in server_tool_calls.items():