Skip to content

v0.1.2 - npm provenance + one-click .mcpb bundle

Choose a tag to compare

@igorsaevets igorsaevets released this 27 Jul 22:23
· 66 commits to main since this release

Install

One click (Claude Desktop): download page2ai-mcp-0.1.2.mcpb below and open it. Claude Desktop installs the server and its dependencies; no Node toolchain, no JSON editing, no terminal.

Command line (any MCP client):

npx -y page2ai-mcp

What is in this release

  • npm provenance is live. @page2ai/mcp@0.1.2 is published from a tag-triggered GitHub Actions workflow with id-token: write, so every release carries a Sigstore/SLSA attestation naming the commit and the workflow run that built it. Verify it yourself with npm audit signatures, or fetch the attestation directly: https://registry.npmjs.org/-/npm/v1/attestations/@page2ai%2fmcp@0.1.2
  • Packaging fix. package-lock.json pinned @page2ai/core to a sibling directory path, so npm ci could not resolve it on any machine except the one it was authored on. Regenerated from the registry; there are no out-of-tree entries left.
  • MCPB bundle. manifest 0.3, validated against the MCPB schema, packed with production dependencies only.

Bundle integrity

file    page2ai-mcp-0.1.2.mcpb
size    4,011,379 bytes
sha256  e7184767ee7aff0fe2d827000d7a6c07454dbb5114fcb10f42b3653b650636ab

The tool

page_to_markdown fetches a URL (or takes an HTML string) and returns clean Markdown: headings, code blocks with language hints, tables and lists preserved; navigation, ads, cookie banners and footers stripped. No external API calls, SSRF-guarded, runs entirely locally.

MIT licensed. Docs: https://igorsaevets.github.io/page2ai-docs/mcp/