vestige/packages/vestige-mcpb
Sam Valladares d4313df759
Some checks are pending
CI / Test (macos-latest) (push) Waiting to run
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Release Build (aarch64-apple-darwin) (push) Blocked by required conditions
CI / Release Build (x86_64-unknown-linux-gnu) (push) Blocked by required conditions
CI / Release Build (x86_64-apple-darwin) (push) Blocked by required conditions
Test Suite / Unit Tests (push) Waiting to run
Test Suite / MCP E2E Tests (push) Waiting to run
Test Suite / User Journey Tests (push) Blocked by required conditions
Test Suite / Dashboard Build (push) Waiting to run
Test Suite / Code Coverage (push) Waiting to run
Release v2.1.0
2026-04-27 13:20:51 -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.0 2026-04-27 13:20:51 -05:00
manifest.json Release v2.1.0 2026-04-27 13:20:51 -05:00
README.md Release v2.1.0 2026-04-27 13:20:51 -05:00

Vestige MCPB

One-click installation bundle for Claude Desktop.

For Users

  1. Download vestige-2.1.0.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.0.mcpb   # Final bundle (generated)