tieline for VS Code
io.github.nugehs/tieline
Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.
client:VS Code
transport:stdio
runtime:npm
Install tieline in VS Code
.vscode/mcp.json
{
"servers": {
"tieline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/tieline"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs