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

Commit 9e3d9f0

Browse files
committed
Bump version to 1.0.1
1 parent eb6c2e4 commit 9e3d9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The SonarQube MCP Server enables AI assistants to interact with SonarQube's code
7777
"command": "npx",
7878
"args": [
7979
"-y",
80-
"sonarqube-mcp-server@1.1.0"
80+
"sonarqube-mcp-server@1.0.1"
8181
],
8282
"env": {
8383
"SONARQUBE_URL": "https://sonarqube.example.com",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonarqube-mcp-server",
3-
"version": "1.1.0",
3+
"version": "1.0.1",
44
"description": "Model Context Protocol server for SonarQube",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)