From 29c5a74cb0b2e292eebff6bc26d5f5159c234d89 Mon Sep 17 00:00:00 2001 From: ruinivist Date: Tue, 2 Dec 2025 03:13:57 +0000 Subject: [PATCH] add gemini cli global comment --- .gemini/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gemini/settings.json b/.gemini/settings.json index 545ac71..1bbe33a 100644 --- a/.gemini/settings.json +++ b/.gemini/settings.json @@ -5,6 +5,9 @@ "youtube-mcp": { "command": "uv", "args": ["run", "mcp", "run", "src/server.py"] + // "cwd": "home/zero/main/mcp/youtube-mcp" // had this been a global config in ~/.gemini/settings.json, you need this + // apparently ~/ doesn't work, has to be full path + // https://geminicli.com/docs/get-started/configuration/ } } }