Releases: SonarSource/sonarqube-mcp-server
Releases · SonarSource/sonarqube-mcp-server
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
1.0.0.1421
- Add support for Gemini CLI
- Add support for Zed
- Add configuration examples for Kiro, Copilot Agent, Copilot CLI, and Codex CLI
- Support filtering by severity when fetching issues
For full release notes, see JIRA
0.0.8.1353
Improved handling and parsing of tool parameters
For full release notes, see JIRA
Thanks to @rishichintala for his contribution