Skip to content

1.25.0.3221

Choose a tag to compare

@github-actions github-actions released this 18 Aug 12:13
· 12 commits to master since this release
Immutable release. Only release title and notes can be modified.
323b33c

SonarQube MCP Server v1.25.0

This release introduces the new vortex and ide toolsets for Vortex-enabled organizations, deprecates analyze_code_snippet in that context, and fixes an HTTPS liveness probe failure on Kubernetes.

Features

  • vortex toolset — Organizations entitled to Vortex now have a unified vortex toolset available. Set SONARQUBE_TOOLSETS=vortex to activate it. Tools previously reachable via the analysis toolset remain accessible through it as well.
  • ide toolset — IDE bridge analysis tools (analyze_file_list, toggle_automatic_analysis) are now also available under a dedicated ide toolset, reflecting their distinct purpose from Vortex analysis.
  • Deprecation of analyze_code_snippet — When the vortex toolset is active for your organization, analyze_code_snippet is automatically disabled to avoid conflicting analysis tools.

Bug Fixes

  • Fixed HTTPS liveness probe returning 400 Invalid SNI when kubelet probes via pod IP on Kubernetes with TLS enabled, which was causing unnecessary pod restarts.

Miscellaneous

  • Updated dependencies, including sonarlint-core, Jetty, and Gradle.
  • Added telemetry for Vortex toolset adoption.