vestige/packages/vestige-mcpb/manifest.json
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

33 lines
1,014 B
JSON

{
"manifest_version": "0.2",
"name": "vestige",
"display_name": "Vestige",
"version": "2.2.0",
"description": "AI memory system built on 130 years of cognitive science. Reaches backward through time to find a failure's root cause (Retroactive Salience Backfill), FSRS-6 spaced repetition, synaptic tagging, and local-first storage.",
"author": {
"name": "Sam Valladares",
"url": "https://github.com/samvallad33"
},
"repository": {
"type": "git",
"url": "https://github.com/samvallad33/vestige"
},
"license": "AGPL-3.0-only",
"server": {
"type": "binary",
"entry_point": "server/vestige-mcp-darwin-arm64",
"mcp_config": {
"command": "${__dirname}/server/vestige-mcp-darwin-arm64",
"args": [],
"env": {},
"platform_overrides": {
"win32": {
"command": "${__dirname}/server/vestige-mcp-win32-x64.exe"
},
"linux": {
"command": "${__dirname}/server/vestige-mcp-linux-x64"
}
}
}
}
}