{
  "name": "token-optimizer",
  "version": "7.2.0",
  "description": "Context-window optimization tools (caching, compression, smart file tooling) for the Gemini CLI.",
  "mcpServers": {
    "token-optimizer": {
      "command": "npx",
      "args": [
        "-y",
        "@ooples/token-optimizer-mcp@latest"
      ]
    }
  },
  "settings": [
    {
      "name": "Enforcement mode",
      "description": "Optional override: enforce is the default; use advise for non-blocking guidance or off to disable lifecycle hooks.",
      "envVar": "TOKEN_OPTIMIZER_MODE",
      "sensitive": false
    },
    {
      "name": "Large-read threshold in bytes",
      "description": "Optional byte threshold for large-read guidance and routing (default 25600).",
      "envVar": "TOKEN_OPTIMIZER_LARGE_READ_BYTES",
      "sensitive": false
    }
  ],
  "contextFileName": "GEMINI.md"
}
