vestige/packages/vestige-mcpb
Sam Valladares 9120db2e31 chore(registries): bump server.json + mcpb manifest to v2.2.0
Updates the official MCP Registry manifest (server.json) and the Claude
Desktop .mcpb bundle manifest to 2.2.0, and refreshes their descriptions to
lead with the v2.2.0 flagship (Retroactive Salience Backfill).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 16:06:52 -05:00
..
.gitignore feat: add MCPB bundle and fix npm package distribution 2026-01-27 00:15:17 -06:00
build.sh Release v2.1.23 Receipt Lock hardening 2026-05-27 19:03:16 -05:00
manifest.json chore(registries): bump server.json + mcpb manifest to v2.2.0 2026-06-29 16:06:52 -05:00
README.md Release v2.1.23 Receipt Lock hardening 2026-05-27 19:03:16 -05:00

Vestige MCPB

One-click installation bundle for Claude Desktop.

For Users

  1. Download vestige-2.1.23.mcpb from GitHub Releases
  2. Double-click to install
  3. Restart Claude Desktop

That's it. No npm, no terminal, no config files.

For Developers

Building the bundle

# Install mcpb CLI
npm install -g @anthropic-ai/mcpb

# Download binaries from GitHub release
./build.sh

# Pack
mcpb pack

Structure

vestige-mcpb/
├── manifest.json        # Bundle metadata
├── server/              # Platform binaries (downloaded)
│   ├── vestige-mcp-darwin-arm64
│   ├── vestige-mcp-linux-x64
│   └── vestige-mcp-win32-x64.exe
└── vestige-2.1.23.mcpb  # Final bundle (generated)