Skip to content

Commit 79edbf9

Browse files
arafatkatzeCline Evaluation
andauthored
Remove redundant MCP notifications (RooCodeInc#4170)
Co-authored-by: Cline Evaluation <[email protected]>
1 parent 542ec2b commit 79edbf9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/services/mcp/McpHub.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -384,18 +384,6 @@ export class McpHub {
384384
})
385385
}
386386

387-
// Also show as VS Code notification for now (can be removed later if desired)
388-
switch (level) {
389-
case "error":
390-
vscode.window.showErrorMessage(`MCP ${name}: ${message}`)
391-
break
392-
case "warning":
393-
vscode.window.showWarningMessage(`MCP ${name}: ${message}`)
394-
break
395-
default:
396-
vscode.window.showInformationMessage(`MCP ${name}: ${message}`)
397-
}
398-
399387
// Forward to webview if available
400388
if (this.postMessageToWebview) {
401389
await this.postMessageToWebview({

0 commit comments

Comments
 (0)