mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-10 00:02:37 +02:00
- vestige-mcp-server: 1.6.0 → 2.0.0, updated description and keywords - @vestige/init: 1.6.0 → 2.0.0, updated banner with v2.0 and dashboard URL Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
42 lines
806 B
JSON
42 lines
806 B
JSON
{
|
|
"name": "vestige-mcp-server",
|
|
"version": "2.0.0",
|
|
"description": "Vestige MCP Server — Cognitive memory for AI with FSRS-6, 3D dashboard, and 29 brain modules",
|
|
"bin": {
|
|
"vestige-mcp": "bin/vestige-mcp.js",
|
|
"vestige": "bin/vestige.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.js"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"claude",
|
|
"ai",
|
|
"memory",
|
|
"vestige",
|
|
"fsrs",
|
|
"spaced-repetition",
|
|
"neuroscience",
|
|
"cognitive",
|
|
"3d-visualization"
|
|
],
|
|
"author": "Sam Valladares",
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/samvallad33/vestige.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
]
|
|
}
|