@kavindu26589/code-quality
v0.1.0
Published
MCP server that scans, fixes, formats, and verifies generated Java test flows
Maintainers
Readme
@kavindu26589/code-quality
MCP server (TypeScript) that scans, fixes, formats, and verifies generated Java test flows.
Port of the Rust code-quality crate.
Tools
list_flows— list all capture-folder flow suites.scan_flow— scan a flow suite and return diagnostics.auto_fix_flow— auto-fix fixable diagnostics.format_flow— apply the internal formatter.verify_flow— compile gate viamvn test-compile.flow_quality_report— scan + compile gate + PASS/FAIL verdict.
Run
npx -y @kavindu26589/code-qualityopencode config
"code-quality": {
"type": "local",
"command": ["npx", "-y", "@kavindu26589/code-quality"],
"enabled": true
}Environment
AUTOTEST_ROOT— default AutoTest root (defaults toD:\Skorpian\AnDTest\AutoTest).JAVA_HOME,MAVEN_HOME— used byverify_flow.
License
MIT
