Skip to content
Gemini CLI

tieline for Gemini CLI

io.github.nugehs/tieline

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

client:Gemini CLI transport:stdio runtime:npm

Install tieline in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

tieline in other clients