payroll deduction code audit for VS Code
io.github.jmshinhwa/payroll-deduction-code-audit
Twelve rules over the deduction-code map, before the January 31 W-2 filing date
client:VS Code
transport:stdio
runtime:npm
Install payroll deduction code audit in VS Code
.vscode/mcp.json
{
"servers": {
"payroll-deduction-code-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/payroll-deduction-code-audit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs