Files
youtube-mcp/.gemini/settings.json

14 lines
585 B
JSON

// generated via: gemini mcp add youtube-mcp uv run mcp run src/server.py
// if I do --scope user then this would go in ~/.gemini/settings.json and is available globally
{
"mcpServers": {
"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/
}
}
}