For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deprecations and removals

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

This page lists deprecated and removed parameters for the SonarQube MCP Server.

Deprecation announcements

Deprecated parameters

SONARQUBE_CLOUD_URL is deprecated in SonarQube MCP Server version 1.9.

  • Replaced by SONARQUBE_URL, which works for 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 HTTP and HTTPS transport.

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

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

Removed parameters

SONARQUBE_ADVANCED_ANALYSIS_ENABLED was removed in SonarQube MCP Server version 1.13.

  • Replaced by a SonarQube Cloud organization level feature flag. The MCP Server now automatically detects whether agentic-analysis.md is enabled for your organization; no environment variable is required.

Last updated

Was this helpful?