add gemini cli global comment

This commit is contained in:
2025-12-02 03:13:57 +00:00
parent 25486773e8
commit 29c5a74cb0
+3
View File
@@ -5,6 +5,9 @@
"youtube-mcp": { "youtube-mcp": {
"command": "uv", "command": "uv",
"args": ["run", "mcp", "run", "src/server.py"] "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/
} }
} }
} }