Skip to content

Releases: SonarSource/sonarqube-mcp-server

1.7.0.1765

20 Jan 10:18
2bfce90

Choose a tag to compare

  • Avoid errors when parsing unknown properties in HTTP mode
  • Add a new branch parameter 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

05 Jan 10:23

Choose a tag to compare

For full release notes, see JIRA

1.5.0.1706

22 Dec 10:57

Choose a tag to compare

For full release notes, see JIRA

1.4.0.1666

09 Dec 11:08

Choose a tag to compare

  • Support logging to clients via stderr
  • Always list all tools at start up (some MCP clients do not support list_changed event)
  • Refactor HTTP transport mode

For full release notes, see JIRA

1.3.0.1623

27 Nov 12:26
1dda54c

Choose a tag to compare

  • 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

11 Nov 14:34

Choose a tag to compare

  • 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

30 Oct 09:33
bb3307f

Choose a tag to compare

  • Streamable HTTP and remote authentication support.
  • Code coverage integration – the get_component_measures tool 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 branch parameter when fetching Quality Gate information.
  • Fixed a typo in get_component_measures (nloc → ncloc).
  • Resolved an issue where search_dependency_risks was 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

07 Oct 18:33
cc1a000

Choose a tag to compare

Fix Docker publication

For full release notes, see JIRA

1.0.0.1421

01 Oct 13:57

Choose a tag to compare

  • 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

17 Sep 12:51
efc6981

Choose a tag to compare

Improved handling and parsing of tool parameters

For full release notes, see JIRA

Thanks to @rishichintala for his contribution