Automate AI code quality fixes with an MCP server that runs ESLint, Prettier, and SonarQube checks and reports issues back to AI
{
"mcpServers": {
"ai-quality-gate": {
"command": "npx",
"args": [
"-y",
"ai-quality-gate"
]
}
}
}