GemSuite-MCP

by PV-Bhat
Verified
{ "name": "gemsuite-mcp", "version": "1.0.0", "description": "Professional Gemini API integration for Claude and MCP-compatible hosts with intelligent model selection and advanced file handling", "main": "simple-index.js", "scripts": { "build": "echo 'No build step needed for CommonJS version'", "start": "node simple-index.js", "test": "node test/test-gemini-tools.js" }, "keywords": [ "gemini", "mcp", "ai", "claude", "google-ai", "model-context-protocol" ], "author": "PV-Bhat", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.6.2", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.3", "typescript": "^5.3.2" }, "repository": { "type": "git", "url": "https://github.com/PV-Bhat/gemsuite-mcp.git" }, "engines": { "node": ">=16.0.0" } }