{
  "$comment": "Paste this into your MCP client config (Claude Desktop ~/Library/Application Support/Claude/claude_desktop_config.json, Cursor ~/.cursor/mcp.json, or any MCP-compatible host). Replace <host> and <bearer> with your values.",
  "mcpServers": {
    "lumi-stdio": {
      "command": "python",
      "args": ["-m", "services.mcp_external"],
      "cwd": "<path-to>/lumitive_demo/backend",
      "env": {
        "RESTAURANT_NAME": "Golden Harbour Seafood",
        "OPENAI_API_KEY": "sk-..."
      }
    },
    "lumi-http": {
      "url": "https://<host>/mcp/mcp",
      "transport": "streamable_http",
      "headers": {
        "Authorization": "Bearer <bearer>"
      }
    }
  }
}
