play declaration gap lint for Cursor
io.github.jmshinhwa/play-declaration-gap-lint
15 checks that name every Play Console declaration your manifest opens
client:Cursor
transport:stdio
runtime:npm
Install play declaration gap lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"play-declaration-gap-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/play-declaration-gap-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs