Patch release. No runtime behaviour changes vs v0.0.2 — same 13 tools, same Zod schemas, same upstream calls. Publishes a fresh tarball pair only so the release workflow run is fully green end-to-end.
What changed
release.ymlSBOM step switched to@cyclonedx/cdxgen --type pnpm. The previous tool (@cyclonedx/cyclonedx-npm) shells out tonpm ls, which doesn't understand pnpm workspace symlinks and exited 254 on the v0.0.2 run. cdxgen has native pnpm support. SBOM artifact is now attached to this run as expected.FETCH_LICENSE=trueso license metadata is included..gitignore:.playwright-mcp/added so browser-automation scratch never lands in commits.CHANGELOG.mdpopulated with full v0.0.1 / v0.0.2 / v0.0.3 entries.
Install
npx -y @hhc-mcp/stdio@0.0.3Same Claude Desktop config snippet as v0.0.2 — just bump the version pin.
Supply chain
- Sigstore provenance via npm OIDC:
- SBOM (CycloneDX, pnpm-aware) attached as
sbomartifact on the release.yml run.
PR: #81 · Merge commit: 1470f5d