io.github.mustafacagri/ai-quality-gate✓
io.github.mustafacagri/ai-quality-gate · v1.0.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mustafacagri/ai-quality-gate",
"description": "🚀 Kill the Junior AI Era. 🤖 Level up AI code to automatically Principal standards. 🛡️ Quality Gate ✨",
"repository": {
"url": "https://github.com/mustafacagri/ai-quality-gate",
"source": "github"
},
"version": "1.0.4",
"packages": [
{
"registryType": "npm",
"identifier": "ai-quality-gate",
"version": "1.0.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to the project root for analysis (auto-detected if omitted)",
"format": "string",
"name": "PROJECT_ROOT"
},
{
"description": "SonarQube server base URL (e.g., http://localhost:9000)",
"format": "string",
"name": "SONAR_HOST_URL"
},
{
"description": "SonarQube authentication token",
"format": "string",
"isSecret": true,
"name": "SONAR_TOKEN"
},
{
"description": "SonarQube project key",
"format": "string",
"name": "SONAR_PROJECT_KEY"
},
{
"description": "Enable stricter JSX literal checks for i18n projects (true/false)",
"format": "string",
"name": "ENABLE_I18N_RULES"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}