mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-24 21:38:07 +02:00
|
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
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| build.sh | ||
| manifest.json | ||
| README.md | ||
Vestige MCPB
One-click installation bundle for Claude Desktop.
For Users
- Download
vestige-2.1.0.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.0.mcpb # Final bundle (generated)