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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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-uat.894577.com/dashboard?id=cold-wallet-frontend-0313&codeScope=overall
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-uat.894577.com/dashboard?id=cold-wallet-frontend-0313&codeScope=overall",
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-uat.894577.com/dashboard?id=cold-wallet-frontend-0313&codeScope=overall",
167
+ "projectUrl": "https://sonarqube.com/dashboard?id=example-project&codeScope=overall",
168
168
  "kind": "issue",
169
169
  "key": "ISSUE-KEY"
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sonarqube-issue-mcp",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "基于 SonarQube 项目链接查询 Security、Reliability 和 Security Hotspots 问题的 MCP 服务。",
5
5
  "type": "module",
6
6
  "bin": {