mcpbeat Sign in
I

Play Declaration Gap Lint MCP Server

local only

Play Declaration Gap Lint runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

15 checks that name every Play Console declaration your manifest opens

Installs / week
npm · @readystack/play-declaration-gap-lint
0
Stars
1 open issues
23 Sep 2026
Last commit
no recent releases
License
JavaScript

Nothing serious here today

Today is the operative word: we check Play Declaration Gap Lint every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add play-declaration-gap-lint -- npx -y @readystack/play-declaration-gap-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "play-declaration-gap-lint": {
      "args": [
        "-y",
        "@readystack/play-declaration-gap-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.play-declaration-gap-lint]
command = "npx"
args = ["-y", "@readystack/play-declaration-gap-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "play-declaration-gap-lint": {
      "args": [
        "-y",
        "@readystack/play-declaration-gap-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "play-declaration-gap-lint": {
      "args": [
        "-y",
        "@readystack/play-declaration-gap-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Play Declaration Gap Lint

same job, measured the same way
K8s Removed API Lint
by jmshinhwa

15 checks for the apiVersions kubectl no longer serves, on the manifest open in your editor

377 installs/wk local only
Spdx License Field Lint
by jmshinhwa

Reads the licence field in the open manifest and names every deprecated SPDX id, invalid string, PEP

308 installs/wk local only
Cron Schedule Lint
by jmshinhwa

Names every schedule line in the file you have open that fires at the wrong hour, twice, or never at

371 installs/wk local only
Dora Ict Contract Clause Lint
by jmshinhwa

Twenty-two checks over the ICT vendor contracts in your repository - every missing Article 30 clause

399 installs/wk local only
Angular Removed API Lint
by jmshinhwa

32 checks for Angular APIs that were removed or deprecated, plus the support window on your version

351 installs/wk local only
Cloud Cost Landmine Lint
by jmshinhwa

Names every line in the file you have open that starts a recurring cloud charge, with the published

343 installs/wk local only
SQL Card Data Lint
by jmshinhwa

Names every column, index, view and seed row in a .sql migration that stores card data, with its PCI

362 installs/wk local only
Pg Migration Lock Lint
by jmshinhwa

Names every statement in a Rails, Django or raw SQL migration that takes a table-blocking Postgres l

392 installs/wk local only

Play Declaration Gap Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Play Declaration Gap Lint?
Play Declaration Gap Lint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @readystack/play-declaration-gap-lint.
How do I connect Play Declaration Gap Lint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @readystack/play-declaration-gap-lint straight from npm; nothing to host, nothing to sign up for.
Is Play Declaration Gap Lint open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.