diff --git a/packages/vestige-mcpb/manifest.json b/packages/vestige-mcpb/manifest.json index 9d8c786..9c9d937 100644 --- a/packages/vestige-mcpb/manifest.json +++ b/packages/vestige-mcpb/manifest.json @@ -2,8 +2,8 @@ "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.", + "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" diff --git a/server.json b/server.json index 5ae8955..6b4203e 100644 --- a/server.json +++ b/server.json @@ -2,17 +2,17 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.samvallad33/vestige", "title": "Vestige", - "description": "Local-first cognitive memory and accountability MCP server for AI agents. Uses local SQLite by default, exposes memory/search tools, and adds Receipt Lock to check verification claims against command receipts without requiring cloud services.", + "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.", "repository": { "url": "https://github.com/samvallad33/vestige", "source": "github" }, - "version": "2.1.27", + "version": "2.2.0", "packages": [ { "registryType": "npm", "identifier": "vestige-mcp-server", - "version": "2.1.27", + "version": "2.2.0", "transport": { "type": "stdio" }