Deprecations and removals

This page contains information on the deprecation and removal of SonarQube MCP Server features and parameters.

Deprecation announcements

Deprecated parameters

SONARQUBE_CLOUD_URL is deprecated in SonarQube MCP Server version 1.9.

  • Replaced with an improved parameter, SONARQUBE_URL, which works for both SonarQube Server and SonarQube Cloud URLs, including the US region. See Common variables for more detail.

SONARQUBE_TOKEN as an HTTP header is deprecated for Transport mode mode.

  • When connecting clients via HTTP or HTTPS transport, use the Authorization: Bearer <YourSonarQubeUserToken> header instead. This is mandatory for the embedded SonarQube Cloud MCP configuration, and recommended for all other HTTP(S) configurations.

  • For Stdio transport, SONARQUBE_TOKEN as an environment variable is unchanged.

Removed parameters

When parameters are removed, updates will be listed here.

Last updated

Was this helpful?