{ "name": "@rlabs-inc/gemini-mcp", "version": "0.8.1", "mcpName": "io.github.RLabs-Inc/gemini-mcp", "description": "MCP server for Gemini 3 integration with Claude Code - 30+ AI tools including image/video generation, deep research, code execution, and beautiful CLI", "main": "dist/index.js", "type": "module", "bin": { "gemini-mcp": "dist/index.js", "gcli": "dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/RLabs-Inc/gemini-mcp.git" }, "scripts": { "build": "bun run tsc && chmod 755 dist/index.js", "start": "bun dist/index.js", "dev": "bun --watch src/index.ts", "prepare": "(husky || true) && bun run build", "format": "bunx prettier --write .", "lint": "bunx eslint \"**/*.{js,ts}\" --fix", "typecheck": "bun run tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "model-context-protocol", "claude", "gemini", "ai" ], "files": [ "dist/**/*", "LICENSE", "README.md" ], "author": "", "license": "MIT", "dependencies": { "@google/genai": "^2.9.0", "@modelcontextprotocol/sdk": "1.22.0", "undici": "^7.0.0", "zod": "3.24.3", "zod-to-json-schema": "3.24.5" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/bun": "latest", "@types/node": "^20.19.31", "eslint": "^9.0.0", "husky": "^9.0.0", "prettier": "^3.1.1", "typescript": "^5.3.3", "typescript-eslint": "^8.0.0", "vitest": "^4.0.18" }, "overrides": { "zod-to-json-schema": "3.24.5" }, "resolutions": { "zod-to-json-schema": "3.24.5" }, "engines": { "node": ">=18.0.0", "bun": ">=1.2.0" } }