Odel
tieline

tieline

Local
@nugehsJavaScriptMITUpdated 2mo ago

Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@nugehs/tielinev0.1.4

Run

npx -y @nugehs/tieline

MCP client config

{
  "mcpServers": {
    "tieline": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/tieline"
      ]
    }
  }
}