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

shopify-editions-spring26-mcp

v1.0.0

Published

MCP server: the verified, opinion-decorated map of Shopify Editions Spring '26. By Rick Watson / RMW Commerce.

Readme

Shopify Editions Spring '26 — MCP

Ask any AI agent what Shopify actually shipped in the Spring '26 Edition. 237 distinct changes (Shopify announced "150+"), each graded by source tier — 104 confirmed against primary docs, the rest tracked to Shopify's own marketing and flagged as such. Queryable in one call.

It doesn't claim every line is gospel — it tells you, per claim, exactly how much to trust it and why. That transparency is the point.

By Rick Watson / RMW Commerce. Snapshot: 2026-06-17 (Spring '26 release day) — coming_soon/preview items shift as Shopify ships them; re-run to refresh, or ask time_capsule(id) whether a forward-marker has landed.

Demo — one claim, corroborated across every doc surface

See it run locally: node demo.js doc_teaming (or node demo.js all) — real dispatch() output, no faking.


Use it in 30 seconds

Hosted — no install, no Node, no npm. Just paste the URL (ChatGPT, web agents, curl):

https://editions.rmwcommerce.com
direct: https://shopify-editions-spring26-mcp-1649969634.us-central1.run.app

Local — Claude Desktop, Claude Code, Cursor, Cline, Windsurf, Zed, Goose, VS Code. Clone once:

git clone https://github.com/watsonrm/shopify-editions-spring26-mcp && cd shopify-editions-spring26-mcp && npm install

then point your host's MCP config at it:

{ "mcpServers": { "shopify-editions": { "command": "node", "args": ["/absolute/path/to/shopify-editions-spring26-mcp/server.js"] } } }

Per-surface steps for every host → INSTALL.md.


Ask it things

| You want | Tool | |---|---| | What got deprecated, and the deadline | deprecations | | What's announced but not live yet | unreleased | | What's new for B2B / supply chain / payments / … | query {topic:"b2b"} | | Everything in one domain | query {domain:"agentic"} | | The full record for one feature | get {id:"ucp_protocol"} | | Who's verified to support UCP | get {id:"ucp_endorsers"} | | Which merchants Shopify showcased (and the gaps) | customers | | How this was built + every correction we made | methodology |

Seven tools: query · get · unreleased · deprecations · customers · methodology · easter.


Why trust it

Built by a multi-agent pipeline; every claim checked against Shopify's own docs (help center, dev docs, changelog, videos), adversarially red-teamed, with a public corrections log of what we got wrong and fixed. Full method → METHODOLOGY.md.

Found an error?

Corrections welcome — [email protected]. Every fix lands in the public corrections log (methodologycorrections_log); getting it right beats being right the first time.

Verify it yourself

npm install && npm test     # logic + HTTP + stdio, all asserted

About

This MCP is doc-teaming in production. See Doc-Teaming: Write Documents an Agent Can Check for the concept (grade every claim by source tier, corroborate across sources, quarantine marketing, red-team the contested lines), and Marketing to Agents for the broader playbook (for any site with a real API, shipping an MCP server beats an llms.txt). Canonical URL to cite: https://editions.rmwcommerce.com.

License

MIT (code & data). Opinions (rick_lens) © Rick Watson / RMW Commerce, reuse with attribution. Independent commentary — not affiliated with or endorsed by Shopify.