hospital mrf lint for VS Code
io.github.jmshinhwa/hospital-mrf-lint
15 offline rules read your standard charges JSON the way 45 CFR Part 180 and the CMS template do - t
client:VS Code
transport:stdio
runtime:npm
Install hospital mrf lint in VS Code
.vscode/mcp.json
{
"servers": {
"hospital-mrf-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/hospital-mrf-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs