Skip to content

Commit dea36b6

Browse files
Always sends success notification when installed
1 parent fdcbf4f commit dea36b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/env/node/gk/cli/integration.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,12 @@ export class GkCliIntegrationProvider implements Disposable {
366366
await installationTask();
367367
}
368368
);
369-
370-
// Show success notification if not silent
371-
void window.showInformationMessage('MCP integration installed successfully');
372369
} else {
373370
await installationTask();
374371
}
375372

373+
// Show success notification if not silent
374+
void window.showInformationMessage('GitKraken MCP integration installed successfully');
376375
} catch (error) {
377376
Logger.error(`Error during MCP installation: ${error}`);
378377

0 commit comments

Comments
 (0)