mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-26 23:51:02 +02:00
Version bumps across all 9 manifests (incl. the mcpb manifest stale at 2.2.0 since v2.2.1) + Cargo.lock + rebuilt embedded dashboard. Full changelog for the 42 audit fixes (#139/#140/#141), the consolidation opt-out (#142, thanks @Vrakoss), the WebGPU Cognitive Observatory, and the zero-knowledge cloud-sync client. Gates: cargo test 1580/0, clippy clean, svelte-check 937/0/0, build green. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| build.sh | ||
| manifest.json | ||
| README.md | ||
Vestige MCPB
One-click installation bundle for Claude Desktop.
For Users
- Download
vestige-2.1.23.mcpbfrom GitHub Releases - Double-click to install
- 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)