Download Latest Version Release v1.7.3 source code.tar.gz (279.7 kB)
Email in envelope

Get an email when there's a new version of SonarQube MCP Server

Home / v1.7.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-31 1.7 kB
Release v1.7.3 source code.tar.gz 2025-07-31 279.7 kB
Release v1.7.3 source code.zip 2025-07-31 388.1 kB
Totals: 3 Items   669.5 kB 1

πŸš€ Release v1.7.3

This release includes important improvements to the system health API and code quality enhancements.

πŸ› Fixed

  • System Health API Upgrade: Migrated from deprecated V1 to V2 API to eliminate deprecation warnings
  • Enhanced Documentation: Added comprehensive JSDoc explaining V2 API response structure and transformation logic
  • Code Quality: Extracted causes aggregation logic to private helper method for improved readability and testability
  • Backward Compatibility: Maintained full compatibility while using modern SonarQube health API

πŸ”„ Changed

  • System health endpoint now uses /api/v2/system/health instead of deprecated /api/system/health
  • Improved error handling for clustered SonarQube setups with proper causes aggregation from all nodes

πŸ“ˆ Quality Metrics

  • βœ… All 855+ tests passing
  • βœ… 92.39% test coverage maintained
  • βœ… Full CI pipeline validation completed
  • βœ… SonarCloud quality gate passed
  • βœ… CodeQL security analysis passed
  • βœ… Snyk vulnerability scanning passed

πŸ“‹ Compatibility

  • Compatible with all supported SonarQube versions
  • No breaking changes for consumers
  • Seamless upgrade from v1.7.2

πŸ”§ Technical Details

  • Handles V2 API response structure differences (status + nodes with causes)
  • Aggregates causes from all nodes in clustered SonarQube deployments
  • Maintains existing SonarQubeHealthStatus interface for backward compatibility
  • Enhanced with comprehensive JSDoc documentation for future maintainers

Full Changelog: https://github.com/sapientpants/sonarqube-mcp-server/compare/v1.7.0...v1.7.3

πŸ€– Generated with Claude Code

Source: README.md, updated 2025-07-31