Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.
claude mcp add tieline -- npx -y @nugehs/tieline
claude_desktop_config.json
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tieline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/tieline"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nugehs--tieline/reviews or the review_server meta-tool.
POST /mcp