Skip to content
Cursor

en301549 lint for Cursor

io.github.jmshinhwa/en301549-lint

Flags the EN 301 549 clause each line breaks, and separates what is in force today from what arrives

client:Cursor transport:stdio runtime:npm

Install en301549 lint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "en301549-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/en301549-lint"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

en301549 lint in other clients