npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@gnegro/dev-publish-mcp

v0.1.2

Published

MCP para publicar e manter apps na Google Play com permissões por scope.

Readme

dev-publish-mcp

MCP para a IA publicar (internal) e manter apps já na Google Play, com permissões por scope. A IA não se dá permissões a si própria.

O que a IA pode fazer (se o dono conceder)

| Scope | Tools | |---|---| | read | play_status, maintenance_digest | | listing.write | play_update_listing, play_upload_images | | reviews.read | play_list_reviews | | reviews.reply | play_reply_review | | testers.write | play_invite_testers | | releases.internal | play_publish (só internal) | | releases.promote | play_promote — produção ainda precisa de allowProduction + frase PROMOTE_TO_PRODUCTION |

Pedidos da IA vão para config/permission-requests.json. Só tu activas com npm run grant.

Setup

cd dev-publish-mcp
cp config/permissions.example.json config/permissions.json
# edita package name + scopes
node src/selftest.js

Service account da Play (não dry-run):

export GOOGLE_PLAY_SERVICE_ACCOUNT_JSON=/abs/path/play-sa.json
export PLAY_PACKAGE_NAME=com.tua.app

Sem estas variáveis o servidor corre em dry-run (não fala com a Google).

Conceder manutenção à IA:

node src/grant.js com.tua.app read listing.write reviews.read reviews.reply testers.write releases.internal

Produção (opcional, à parte):

# em config/permissions.json
# "allowProduction": true
node src/grant.js com.tua.app releases.promote

Cursor / Claude Desktop

Podes usar o pacote diretamente do NPM via npx (recomendado):

{
  "mcpServers": {
    "dev-publish": {
      "command": "npx",
      "args": ["-y", "@gnegro/dev-publish-mcp"],
      "env": {
        "GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "/caminho/absoluto/play-sa.json",
        "PLAY_PACKAGE_NAME": "com.tua.app",
        "DEV_PUBLISH_PERMISSIONS": "/caminho/absoluto/permissions.json"
      }
    }
  }
}

Prompt do agente

Usa o MCP dev-publish.
Primeiro permissions_whoami e maintenance_digest.
Trabalha só com os scopes que tens.
Se faltar scope, permissions_request — não inventes acesso.
Publicação nova: play_publish track=internal.
Produção: só play_promote se eu escrever PROMOTE_TO_PRODUCTION.
Responde em português com o que mudou (reviewId, versionCode, track).

Manutenção típica

  • “Que reviews más temos?” → digest + list_reviews
  • “Responde a esta a pedir desculpa e apontar o fix 1.0.4” → reply
  • “Actualiza a short description em pt-PT” → update_listing
  • “Sobe este AAB para testers internos” → play_publish
  • “Põe 10% em produção” → o dono escreve a frase; a IA chama promote