vestige/server.json
Sam Valladares bf3e9583ff 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>
2026-06-29 16:18:42 -05: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.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "vestige-mcp-server",
"version": "2.2.0",
"transport": {
"type": "stdio"
}
}
]
}