Releases: SonarSource/sonarqube-mcp-server
Releases · SonarSource/sonarqube-mcp-server
1.9.0.1909
- Introduced a new advanced remote analysis tool, currently available in Beta for a limited set of selected customers
- Improved startup performance by skipping analyzer downloads when no analysis tools are enabled
- Deprecated
SONARQUBE_CLOUD_URL- please useSONARQUBE_URLinstead - Added a new
scopeparameter (MAIN / TEST) for toolanalyze_code_snippetto deliver more accurate results
For full release notes, see JIRA
1.8.0.1862
Dependency and security updates
1.7.0.1765
- Avoid errors when parsing unknown properties in HTTP mode
- Add a new
branchparameter when searching for issues - Avoid waiting for analyzers to be downloaded to use tools
- Fix tool definition for enum parameters (thanks to @krisvandebroek for the contribution)
For full release notes, see JIRA
1.6.0.1711
For full release notes, see JIRA
1.5.0.1706
For full release notes, see JIRA
1.4.0.1666
- Support logging to clients via stderr
- Always list all tools at start up (some MCP clients do not support
list_changedevent) - Refactor HTTP transport mode
For full release notes, see JIRA
1.3.0.1623
- Support for tool annotations
- Introduction of a read-only mode
- Introduce toolsets to selectively enable or disable tools at start-up
- Improve start-up time and let tools be registered dynamically
For full release notes, see JIRA
1.2.0.1565
- Added support for structured output and schema validation - this should bring more accurate and relevant responses
- Optimized startup time by preventing unnecessary analyzer downloads
- Fixed an issue where using severities as a tool parameter caused errors
- Improved shutdown mechanism to prevent stale containers
For full release notes, see JIRA
1.1.0.1530
- Streamable HTTP and remote authentication support.
- Code coverage integration – the
get_component_measurestool now includes code coverage metrics. - Enhanced logging for better traceability and debugging.
- Clearer and more informative error messages when a tool fails.
- Updated Docker configuration to prevent the creation of excessive containers.
- Corrected the
branchparameter when fetching Quality Gate information. - Fixed a typo in
get_component_measures(nloc → ncloc). - Resolved an issue where
search_dependency_riskswas not properly registered as a tool. - Removed unused Maven dependencies from the bundled JAR.
For full release notes, see JIRA
Thanks to @derekslenk for his contribution
1.0.1.1435
Fix Docker publication
For full release notes, see JIRA