[mcpServer] Show notification in case of port mismatch

notify call was missing

GitOrigin-RevId: fd6729f9a3110a3ae024801b59742075722b05e2
This commit is contained in:
Maxim.Kolmakov
2025-09-30 12:12:09 +00:00
committed by intellij-monorepo-bot
parent 78197eacbb
commit 6fabce0e69
@@ -76,6 +76,7 @@ internal class McpClientDetectionActivity : ProjectActivity {
notification
.addAction(AutoconfigureAction(project, notMatchingPort, notification))
.addAction(ShowSettingsAction(project)).notify(project)
notification.notify(project)
}
}