cbpr address lint for VS Code
io.github.jmshinhwa/cbpr-address-lint
Find the ISO 20022 postal addresses your correspondent bank will repair by hand, before you send the
client:VS Code
transport:stdio
runtime:npm
Install cbpr address lint in VS Code
.vscode/mcp.json
{
"servers": {
"cbpr-address-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/cbpr-address-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs