-
Notifications
You must be signed in to change notification settings - Fork 34
MCP-50 Add support for system API on SQ:S #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
da27a35 to
922855d
Compare
3 similar comments
|
| File | Issue | Status |
|---|---|---|
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/test/java/org/sonarsource/sonarqube/mcp/tools/system/SystemHealthToolTests.java | Update this method so that its implementation is not identical to "it_should_return_the_system_health_status_green" on line 107. |
|
| File | Issue | Status |
|---|---|---|
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/test/java/org/sonarsource/sonarqube/mcp/tools/system/SystemHealthToolTests.java | Update this method so that its implementation is not identical to "it_should_return_the_system_health_status_green" on line 107. |
|
| File | Issue | Status |
|---|---|---|
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/SystemApi.java | Refactor your code to get this URI from a customizable parameter. | |
| src/test/java/org/sonarsource/sonarqube/mcp/tools/system/SystemHealthToolTests.java | Update this method so that its implementation is not identical to "it_should_return_the_system_health_status_green" on line 107. |
802a65a to
f365f2e
Compare
src/main/java/org/sonarsource/sonarqube/mcp/serverapi/system/response/InfoResponse.java
Show resolved
Hide resolved
965d08d to
449078f
Compare
|



MCP-50