{ "name": "claude-gemini-mcp", "version": "0.1.2", "mcpName": "io.github.PavelGuzenfeld/gemini", "description": "MCP server that exposes Google Gemini as tools for Claude Code", "type": "module", "main": "index.js", "bin": { "claude-gemini-mcp": "index.js", "gemini-mcp": "index.js" }, "scripts": { "start": "node index.js", "test": "node --test test/smoke.test.js" }, "keywords": [ "mcp", "gemini", "claude", "claude-code", "google-ai", "model-context-protocol" ], "author": "Pavel Guzenfeld", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/PavelGuzenfeld/gemini-mcp.git" }, "homepage": "https://github.com/PavelGuzenfeld/gemini-mcp#readme", "engines": { "node": ">=20" }, "files": [ "index.js", "LICENSE", "README.md" ], "dependencies": { "@google/genai": "^1.16.0", "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.8" } }