1.25.0.3221
·
12 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
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
vortextoolset — Organizations entitled to Vortex now have a unifiedvortextoolset available. SetSONARQUBE_TOOLSETS=vortexto activate it. Tools previously reachable via theanalysistoolset remain accessible through it as well.idetoolset — IDE bridge analysis tools (analyze_file_list,toggle_automatic_analysis) are now also available under a dedicatedidetoolset, reflecting their distinct purpose from Vortex analysis.- Deprecation of
analyze_code_snippet— When thevortextoolset is active for your organization,analyze_code_snippetis automatically disabled to avoid conflicting analysis tools.
Bug Fixes
- Fixed HTTPS liveness probe returning
400 Invalid SNIwhen 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.