Reelier for VS Code
io.github.seldonframe/reelier
Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.
client:VS Code
transport:stdio
runtime:npm
Install Reelier in VS Code
.vscode/mcp.json
{
"servers": {
"reelier": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reelier"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs