mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-22 23:31:02 +02:00
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>
33 lines
1,014 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|