Skip to content
VS Code

Evidrift for VS Code

io.github.bm1016bm-svg/evidrift

Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI.

client:VS Code transport:stdio runtime:npm

Install Evidrift in VS Code

.vscode/mcp.json

{
  "servers": {
    "evidrift": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "evidrift"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Evidrift in other clients