sonarqube-issue-mcp 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ npm install -g sonarqube-issue-mcp
|
|
|
123
123
|
- 输入固定为 SonarQube 项目链接,例如:
|
|
124
124
|
|
|
125
125
|
```text
|
|
126
|
-
https://sonarqube
|
|
126
|
+
https://sonarqube.com/dashboard?id=example-project&codeScope=overall
|
|
127
127
|
```
|
|
128
128
|
|
|
129
129
|
- 自动解析:
|
|
@@ -145,7 +145,7 @@ https://sonarqube-uat.894577.com/dashboard?id=cold-wallet-frontend-0313&codeScop
|
|
|
145
145
|
|
|
146
146
|
```json
|
|
147
147
|
{
|
|
148
|
-
"projectUrl": "https://sonarqube
|
|
148
|
+
"projectUrl": "https://sonarqube.com/dashboard?id=example-project&codeScope=overall",
|
|
149
149
|
"detailLevel": "standard"
|
|
150
150
|
}
|
|
151
151
|
```
|
|
@@ -164,7 +164,7 @@ https://sonarqube-uat.894577.com/dashboard?id=cold-wallet-frontend-0313&codeScop
|
|
|
164
164
|
|
|
165
165
|
```json
|
|
166
166
|
{
|
|
167
|
-
"projectUrl": "https://sonarqube
|
|
167
|
+
"projectUrl": "https://sonarqube.com/dashboard?id=example-project&codeScope=overall",
|
|
168
168
|
"kind": "issue",
|
|
169
169
|
"key": "ISSUE-KEY"
|
|
170
170
|
}
|