← Back to Plugins
MCP Server MCP

tieline

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @nugehs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@nugehs/tieline",
      "version": "0.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...