Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.vouchdev/vouch",
"title": "Vouch",
"description": "Git-native, review-gated knowledge base for LLM agents. Cited retrieval, salience reflex, append-only audit log.",
"description": "Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes.",
"repository": {
"url": "https://github.com/vouchdev/vouch",
"source": "github"
Expand All @@ -26,7 +26,7 @@
"environmentVariables": [
{
"name": "VOUCH_KB_PATH",
"description": "Absolute path to the .vouch directory itself (e.g. /path/to/project/.vouch). When unset, vouch walks up from the working directory to find the nearest .vouch/ KB.",
"description": "Absolute path to the .vouch directory; if unset, vouch walks up from the cwd to find it.",
"isRequired": false,
"format": "string"
}
Expand Down
Loading