{ "name": "mcp-video-understanding", "version": "1.4.1", "description": "MCP server exposing Gemini video understanding tools", "type": "module", "bin": { "mcp-video-understanding": "build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "npm run build && node build/index.js", "test": "npm run build && node --test test/unit/geminiClient.test.js && node test_api/checkGeminiLocalVideoWithEnv.js", "lint": "tsc --noEmit" }, "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/shin902/mcp-video-understanding.git" }, "keywords": [ "mcp", "gemini", "video" ], "author": "shi", "license": "MIT", "bugs": { "url": "https://github.com/shin902/mcp-video-understanding/issues" }, "homepage": "https://github.com/shin902/mcp-video-understanding#readme", "dependencies": { "@google/genai": "^1.21.0", "@modelcontextprotocol/sdk": "^1.18.2", "dotenv": "^16.6.1" }, "devDependencies": { "@types/node": "^24.6.1", "typescript": "^5.9.3" } }