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

@tva-agentic-design/mcp

v2.0.0

Published

Thin MCP stdio adapter for an active local Agentic Design Runtime.

Readme

design-runtime-mcp

Thin MCP stdio adapter for an active local Agentic Design Runtime.

design-runtime-mcp --workspace /absolute/path/to/workspace

The adapter reads an owner-only runtime descriptor and forwards only typed inspection, preview, commit, import, validation, and export requests over the protected local HTTP API. export_frame and export_project support canonical PNG, JPEG, and WebP artifacts with bounded resolution, lossy quality, and JPEG matte settings; batch validation completes before rendering begins.

Brand Library tools list and inspect immutable workspace kits, create a new revision from runtime-verified project assets/fonts, preview or commit an exact project pin, detach without rewriting artwork, and apply concrete palette, type, logo, component, or template changes. Brand definitions are data-only and expand into normal scene operations; they cannot execute code or link a frame to mutable remote state.

Update tools expose signed-official-manifest check, inactive fetch, explicit stopped-runtime apply, and known-good rollback. They never accept arbitrary URLs, run git pull, replace an active runtime, or install remote plugin content. Apply and rollback return a clear new-task/connector-restart handoff.

The packaged Codex plugin uses a separate workspace-aware entry point:

agentic-design-mcp --plugin-root /absolute/path/to/installed/plugin

Its tools require an explicit workspacePath. It can install the plugin's exact bundled runtime, start or reconnect <client-root>/design-runtime, securely open Studio, return PNG previews, wait for human revisions, export, and gracefully stop the runtime. Runtime API and workspace schema compatibility are checked before any design request.