From ac2babfd82d0a7b2778f54bf36abafe193484932 Mon Sep 17 00:00:00 2001 From: Justin Quan Date: Mon, 16 Dec 2024 14:07:07 -0800 Subject: [PATCH] remove double ping for mcp approval --- webview-ui/src/components/chat/ChatView.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 6972430..696df80 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -155,9 +155,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie setSecondaryButtonText(undefined) break case "use_mcp_server": - if (!isAutoApproved(lastMessage)) { - playSound("notification") - } setTextAreaDisabled(isPartial) setClineAsk("use_mcp_server") setEnableButtons(!isPartial)