mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-02 22:01:01 +02:00
chore(registries): bump server.json + mcpb manifest to v2.2.0
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>
This commit is contained in:
parent
bb9f27f37e
commit
9120db2e31
2 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue