vestige/server.json
Sam Valladares 488252d19d release: v2.3.0 — Cognitive Observatory + Zero-Knowledge Sync
Version bumps across all 9 manifests (incl. the mcpb manifest stale at
2.2.0 since v2.2.1) + Cargo.lock + rebuilt embedded dashboard. Full
changelog for the 42 audit fixes (#139/#140/#141), the consolidation
opt-out (#142, thanks @Vrakoss), the WebGPU Cognitive Observatory, and
the zero-knowledge cloud-sync client.

Gates: cargo test 1580/0, clippy clean, svelte-check 937/0/0, build green.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-25 21:58:03 +08:00

21 lines
572 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.samvallad33/vestige",
"title": "Vestige",
"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"
},
"version": "2.3.0",
"packages": [
{
"registryType": "npm",
"identifier": "vestige-mcp-server",
"version": "2.3.0",
"transport": {
"type": "stdio"
}
}
]
}