StacksFinder
compare_audits
Compare two audit reports to track technical debt trends over time. Shows new issues, resolved issues, and health score change.
Remote hoklims/stacksfinder-mcp
Other tools also called compare_audits?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"baseAuditId": {
"type": "string",
"description": "Base (older) audit ID"
},
"compareAuditId": {
"type": "string",
"description": "Compare (newer) audit ID"
}
}
}