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

33 lines
921 B
JSON

{
"manifest_version": "0.2",
"name": "vestige",
"display_name": "Vestige",
"version": "2.1.23",
"description": "AI memory system built on 130 years of cognitive science. 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"
}
}
}
}
}