mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-02 22:01:01 +02:00
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>
21 lines
572 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|