vestige/packages/vestige-mcpb/README.md
Sam Valladares 14b061f124
Release v2.1.23 Receipt Lock hardening
Hardens Sanhedrin Receipt Lock for model-agnostic use, adds fail-open telemetry and receipt docs, fixes smart_ingest batch safety, wires opt-in CUDA Qwen3 device selection, and refreshes dashboard/release assets.\n\nFixes #54\nFixes #58\nFixes #60\nRefs #59
2026-05-27 19:03:16 -05:00

38 lines
800 B
Markdown

# Vestige MCPB
One-click installation bundle for Claude Desktop.
## For Users
1. Download `vestige-2.1.23.mcpb` from [GitHub Releases](https://github.com/samvallad33/vestige/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
```bash
# 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)
```