From e94d208fc888358793d99bfd6bc53f11462fc170 Mon Sep 17 00:00:00 2001 From: azmym Date: Mon, 22 Jun 2026 18:29:28 +0200 Subject: [PATCH] chore: bump gemini-mcp to v0.2.1 --- .claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 187e667..fb4bfb7 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -21,7 +21,7 @@ "gemini": { "type": "stdio", "command": "uvx", - "args": ["--from", "git+https://github.com/azmym/gemini-mcp@v0.2.0", "gemini-mcp"], + "args": ["--from", "git+https://github.com/azmym/gemini-mcp@v0.2.1", "gemini-mcp"], "env": { "GEMINI_API_KEY": "${user_config.gemini_api_key}" } } }