mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-02 22:01:01 +02:00
chore(registry): shorten server.json description to registry's 100-char limit
The MCP Registry rejects descriptions over 100 chars (422). Tightened to the backward-reach hook so server.json matches the published v2.2.0 registry entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9120db2e31
commit
bf3e9583ff
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
||||
"name": "io.github.samvallad33/vestige",
|
||||
"title": "Vestige",
|
||||
"description": "Local-first cognitive memory MCP server for AI agents. Stores in local SQLite, reaches backward through time to find a failure's root cause (Retroactive Salience Backfill, Cai 2024 Nature), flags when a claim contradicts stored memory, and decays unused memories on the FSRS-6 forgetting curve. No cloud required.",
|
||||
"description": "Local-first memory for AI agents that reaches backward to find a failure's root cause.",
|
||||
"repository": {
|
||||
"url": "https://github.com/samvallad33/vestige",
|
||||
"source": "github"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue