MCP server: tool 'search_sonar_issues_in_projects' - additional parameter 'severities'

It would be helpful to have the possibility in the ‘search_sonar_issues_in_projects’ tool, filtering for ‘severities’ and the ‘issueStatuses’ like in the Web UI.

Hey @hkeil,

thank you for trying our MCP server and for sharing your feedback. We’ve added your suggestion to our development backlog, and our team will review it during our next planning cycle.

While we can’t promise a specific timeline for implementation, we will keep you updated on its status. Your ideas are important to us, so please don’t hesitate to share any other suggestions.

@hkeil some good news from our team, we have just launched the new version of the MCP that includes severity filter:

  • search_sonar_issues_in_projects - Search for SonarQube issues in my organization’s projects.

    • projects - Optional list of Sonar projects - String[]

    • pullRequestId - Optional Pull Request’s identifier - String

    • severities - Optional list of severities to filter by. Possible values: INFO, LOW, MEDIUM, HIGH, BLOCKER - String[]

    • p - Optional page number (default: 1) - Integer

    • ps - Optional page size. Must be greater than 0 and less than or equal to 500 (default: 100) - Integer

We hope this is helpful! If you have any other ideas for improving our MCP, please don’t hesitate to reach out. The team would also greatly appreciate your support with a star on our GitHub repo :slight_smile: