Catalog
io.github.nugehs/tieline
Officialby nugehs · JavaScript
tieline
Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.
Detect frontend-backend API contract mismatches automatically.
Topics
api-contractscicontract-testingmcp-serveropenapistatic-analysistypescript
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline@0.1.4",
"mcp"
]
}
}
}