mcp-sonarqube
Version:
SonarQube Model Context Protocol (MCP) Server - AI-powered code quality analysis
71 lines (70 loc) • 1.61 kB
JSON
{
"name": "mcp-sonarqube",
"version": "1.1.1",
"description": "SonarQube Model Context Protocol (MCP) Server - AI-powered code quality analysis",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-sonarqube": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/akhilthomas236/sonarqube-mcp-npm.git"
},
"homepage": "https://github.com/akhilthomas236/sonarqube-mcp-npm#readme",
"bugs": {
"url": "https://github.com/akhilthomas236/sonarqube-mcp-npm/issues"
},
"scripts": {
"build": "tsc",
"dev": "ts-node --esm src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"test:watch": "jest --watch",
"clean": "rm -rf dist"
},
"keywords": [
"sonarqube",
"mcp",
"model-context-protocol",
"code-quality",
"ai",
"copilot",
"static-analysis",
"typescript",
"security",
"vulnerability",
"quality-gate",
"technical-debt"
],
"author": {
"name": "Development Team",
"url": "https://github.com/akhilthomas236"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.1",
"jest": "^29.7.0",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"axios": "^1.11.0",
"dotenv": "^17.2.1",
"mcp-sonarqube": "^1.0.0",
"zod": "^3.25.76"
}
}