We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542ec2b commit 79edbf9Copy full SHA for 79edbf9
src/services/mcp/McpHub.ts
@@ -384,18 +384,6 @@ export class McpHub {
384
})
385
}
386
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
395
- default:
396
- vscode.window.showInformationMessage(`MCP ${name}: ${message}`)
397
- }
398
-
399
// Forward to webview if available
400
if (this.postMessageToWebview) {
401
await this.postMessageToWebview({
0 commit comments