Skip to content

Commit ac2babf

Browse files
committed
remove double ping for mcp approval
1 parent bb5faba commit ac2babf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
155155
setSecondaryButtonText(undefined)
156156
break
157157
case "use_mcp_server":
158-
if (!isAutoApproved(lastMessage)) {
159-
playSound("notification")
160-
}
161158
setTextAreaDisabled(isPartial)
162159
setClineAsk("use_mcp_server")
163160
setEnableButtons(!isPartial)

0 commit comments

Comments
 (0)