Vahtian for VS Code
io.github.heidihelena/vahtian
Freeze a corpus, check it for drift, keep a hash-chained audit ledger. Local-first, stdlib-only.
client:VS Code
transport:stdio
runtime:pypi
Install Vahtian in VS Code
.vscode/mcp.json
{
"servers": {
"vahtian": {
"type": "stdio",
"command": "uvx",
"args": [
"vahtian"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs