Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Release v1.6.0

Choose a tag to compare

@sapientpants sapientpants released this 24 Jul 14:38
d6ef7ae

What's New in v1.6.0

πŸŽ‰ Major Features

  • πŸš€ Kubernetes deployment support with Helm charts for easy deployment (#183)
  • πŸ“Š Comprehensive monitoring and observability features (#182)
  • πŸ” Built-in authorization server for standalone authentication (#181)
  • πŸ”‘ External IdP integration support (OAuth2/OIDC) (#180)
  • πŸ“ Comprehensive audit logging system (#179)
  • πŸ‘€ Service account management system (#178)
  • πŸ”§ JSON string array support for MCP parameters

πŸ“¦ Dependencies Updated

  • @modelcontextprotocol/sdk: 1.15.1 β†’ 1.16.0
  • @jest/globals: 30.0.4 β†’ 30.0.5
  • @types/bcrypt: 5.0.2 β†’ 6.0.0
  • @types/node: 24.0.14 β†’ 24.1.0
  • @typescript-eslint/eslint-plugin: 8.37.0 β†’ 8.38.0
  • @typescript-eslint/parser: 8.37.0 β†’ 8.38.0
  • eslint-config-prettier: 10.1.5 β†’ 10.1.8
  • eslint-plugin-prettier: 5.5.1 β†’ 5.5.3
  • jest: 30.0.4 β†’ 30.0.5
  • nock: 14.0.5 β†’ 14.0.6
  • supertest: 7.1.3 β†’ 7.1.4

πŸ› Bug Fixes & Improvements

  • Fixed code duplication issues identified by SonarQube
  • Various security and code quality improvements

πŸ“š Documentation

For detailed changes, see the CHANGELOG.md

πŸš€ Installation

npm install -g sonarqube-mcp-server@1.6.0

Or with Docker:

docker pull ghcr.io/sapientpants/sonarqube-mcp-server:1.6.0