Home › Development › vdiff

vdiff

Breaking-change diffs for npm packages: removed exports, changed signatures, migration notes.

TypeScript Cloud
★ 0 stars Last pushed 2026-07-09 License: NOASSERTION

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y vdiff-mcp@0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "vdiff": {
      "command": "npx",
      "args": [
        "-y",
        "vdiff-mcp@0.1.2"
      ],
      "env": {
        "VDIFF_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • VDIFF_API_URL — Base URL of the vdiff API instance to use (defaults to the hosted https://vdiff-api.onrender.com)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry