sfdx retirement lint for Cursor
io.github.jmshinhwa/sfdx-retirement-lint
Finds retired API versions and removed sfdx force:* commands in your DX repo before a deploy or a CI
client:Cursor
transport:stdio
runtime:npm
Install sfdx retirement lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sfdx-retirement-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/sfdx-retirement-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs