diff --git a/plugins/mcp-server/resources/META-INF/plugin.xml b/plugins/mcp-server/resources/META-INF/plugin.xml index bc056d39f847..a3f87caf2efc 100644 --- a/plugins/mcp-server/resources/META-INF/plugin.xml +++ b/plugins/mcp-server/resources/META-INF/plugin.xml @@ -43,7 +43,7 @@ - diff --git a/plugins/mcp-server/src/com/intellij/mcpserver/impl/McpClientDetectionActivity.kt b/plugins/mcp-server/src/com/intellij/mcpserver/impl/McpClientDetectionActivity.kt index 75c7b43997c7..6024103f2df4 100644 --- a/plugins/mcp-server/src/com/intellij/mcpserver/impl/McpClientDetectionActivity.kt +++ b/plugins/mcp-server/src/com/intellij/mcpserver/impl/McpClientDetectionActivity.kt @@ -29,13 +29,14 @@ internal class McpClientDetectionSettings : SimplePersistentStateComponent() - val detectedClients = McpClientDetector.detectMcpClients(project) if (McpServerSettings.getInstance().state.enableMcpServer) { showUnconfiguredNotificationIfNeeded(detectedClients, project) - suggestToChangePortIfNeeded(detectedClients, project) return }