Browse Source

Remove redundant MCP notifications (#4170)

Co-authored-by: Cline Evaluation <[email protected]>
Ara 7 months ago
parent
commit
79edbf9a92
1 changed files with 0 additions and 12 deletions
  1. 0 12
      src/services/mcp/McpHub.ts

+ 0 - 12
src/services/mcp/McpHub.ts

@@ -384,18 +384,6 @@ export class McpHub {
 						})
 					}
 
-					// Also show as VS Code notification for now (can be removed later if desired)
-					switch (level) {
-						case "error":
-							vscode.window.showErrorMessage(`MCP ${name}: ${message}`)
-							break
-						case "warning":
-							vscode.window.showWarningMessage(`MCP ${name}: ${message}`)
-							break
-						default:
-							vscode.window.showInformationMessage(`MCP ${name}: ${message}`)
-					}
-
 					// Forward to webview if available
 					if (this.postMessageToWebview) {
 						await this.postMessageToWebview({