kadlint for VS Code
io.github.feelyday/kadlint
Korean ad-compliance linter for cosmetics and health-food marketing copy
client:VS Code
transport:stdio
runtime:npm
Install kadlint in VS Code
.vscode/mcp.json
{
"servers": {
"kadlint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kadlint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs