Skip to content

Releases: SonarSource/sonarqube-mcp-server

1.9.0.1909

05 Feb 10:48

Choose a tag to compare

  • 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 use SONARQUBE_URL instead
  • Added a new scope parameter (MAIN / TEST) for tool analyze_code_snippet to deliver more accurate results

For full release notes, see JIRA

1.8.0.1862

02 Feb 13:46

Choose a tag to compare

Dependency and security updates

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