action runtime sunset lint for Cursor
io.github.jmshinhwa/action-runtime-sunset-lint
Finds the GitHub Actions steps that stop running on 2026-09-23, with the version to move to
client:Cursor
transport:stdio
runtime:npm
Install action runtime sunset lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"action-runtime-sunset-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/action-runtime-sunset-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs