Skip to content

v1.0.1 — Registry listing & discovery

Choose a tag to compare

@benbalter benbalter released this 19 Jul 15:08
4d6aafb

What's new

A distribution-and-discovery release — no changes to the tools, prompts, or
bundled data (still built from Open and Async v1.0.0). This gets the server
listed and findable across the MCP ecosystem.

Added

  • Listed in the official MCP registry as com.open-and-async/mcp — install
    and discover it via any registry-aware client. Namespace is DNS-verified
    against open-and-async.com.
  • server.json — official-registry manifest (npm package, stdio transport).
  • smithery.yaml — Smithery listing config for the npx stdio server.

Changed

  • package.json now declares "mcpName": "com.open-and-async/mcp", the
    ownership link the registry uses to tie the npm package to the listing.
  • Reader-centric package description — leads with what you do with it
    (draft decision docs, turn meetings async, triage sync vs async) instead of
    internal framing.
  • .gitignore ignores *.pem registry signing keys.

Install

claude mcp add open-async -- npx -y @open-and-async/mcp

Any stdio MCP client works the same way: npx -y @open-and-async/mcp.

Full changelog: v1.0.0...v1.0.1