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 9c8294b commit 1abcefcCopy full SHA for 1abcefc
src/env/node/gk/cli/integration.ts
@@ -366,13 +366,12 @@ export class GkCliIntegrationProvider implements Disposable {
366
await installationTask();
367
}
368
);
369
-
370
- // Show success notification if not silent
371
- void window.showInformationMessage('MCP integration installed successfully');
372
} else {
373
374
375
+ // Show success notification if not silent
+ void window.showInformationMessage('GitKraken MCP integration installed successfully');
376
} catch (error) {
377
Logger.error(`Error during MCP installation: ${error}`);
378
0 commit comments