mendapi for VS Code
com.mendapi/mendapi
Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.
client:VS Code
transport:stdio
runtime:npm
Install mendapi in VS Code
.vscode/mcp.json
{
"servers": {
"mendapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mendapi"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs