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

@taptap/maker

v0.0.34

Published

TapTap Maker local development CLI and MCP server

Readme

@taptap/maker

TapTap Maker local development CLI and MCP server.

Usage

npx -y @taptap/maker init

Common commands:

taptap-maker init
taptap-maker doctor
taptap-maker apps --json
taptap-maker pat set
taptap-maker install
taptap-maker mcp verify
taptap-maker mcp install --launcher npx
taptap-maker mcp verify --mode npx
npx -y --package @taptap/[email protected] taptap-maker mcp report --ide <client> --target-dir <project> --context-stdin --consent --json
taptap-maker agents update
taptap-maker upgrade
taptap-maker dev-kit update

taptap-maker install is a shortcut alias for taptap-maker mcp install. mcp install defaults to a stable versioned self runtime under the Maker home directory, using the current absolute Node executable without an npx cache or network dependency. The explicit --launcher npx compatibility mode pins this package version and persists a dedicated writable npm cache for both verification and the AI client. taptap-maker upgrade refreshes the current machine MCP config and the current bound project's managed AGENTS.md policy block. The user-level MCP entry never stores a project cwd; reinstall and upgrade also remove legacy project cwd values. On upgrade, --target-dir only selects the project whose managed AGENTS.md policy is updated. Clients with one unambiguous MCP Roots workspace resolve it automatically; clients without usable Roots pass target_dir on each concrete Maker tool call. Initial install or a package/static-schema change can require one client reconnect to load the new MCP tools. Binding or switching Maker projects does not rewrite MCP config and does not require a new conversation.

DeepSeek Harness (DSH) uses the @deepseek-ai/dsh-mcp-client plugin instead of mcp.json. taptap-maker install auto-detects DSH and merges the user-level $DSH_HOME/cordis.patch.yml, uses the stable self runtime, enables visible startup failures, and extends tool calls to one hour. DSH hot reloads that patch without an IDE restart. Because DSH does not currently advertise MCP Roots, its Agent must pass the active Maker game directory as target_dir on project-related tool calls. New plugin rows use Cordis insert patches; existing profile-scoped Maker rows are updated in place to avoid a duplicate server namespace.

This package contains only the Maker CLI/MCP bundle and Maker workflow skills. It does not include the legacy TapTap Open API MCP server, proxy, native signer, or OpenClaw plugin package contents.

For likely Maker MCP/proxy infrastructure failures, the bundled workflow asks for user consent once before running npx -y --package @taptap/[email protected] taptap-maker mcp report. The command submits a sanitized GitHub Issue only with --consent; unavailable GitHub CLI, auth, or network returns manual_required with a copyable report and never blocks the original Maker task.

Full connection and tool-call troubleshooting guide: docs/MAKER_MCP_CONNECTION_TROUBLESHOOTING.md.

Version: 0.0.34