{ "name": "@ludylops/youtube-video-analyzer-mcp", "mcpName": "io.github.ludmila-omlopes/youtube-video-analyzer", "version": "0.3.0", "description": "MCP stdio server for analyzing YouTube videos, audio, metadata, and long VODs with Google Gemini", "repository": { "type": "git", "url": "git+https://github.com/ludmila-omlopes/youtube-video-analyzer-mcp-server.git" }, "type": "module", "workspaces": [ "packages/*" ], "main": "dist/index.js", "bin": { "youtube-video-analyzer-mcp": "bin/youtube-video-analyzer-mcp.js" }, "files": [ "bin", "dist", "!dist/test", "docs", "README.md", "CHANGELOG.md", "CONTRIBUTING.md", "SUPPORT.md", "SECURITY.md", "LICENSE", ".env.example", "server.json" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "scripts": { "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"", "build": "npm run build --workspace @ludylops/video-analysis-core && npm run clean && tsc -p tsconfig.json", "start": "node dist/index.js", "test": "npm run test --workspace @ludylops/video-analysis-core && npm run build --workspace @ludylops/video-analysis-core && tsx src/test/index.ts", "release:check": "npm run test && npm run build" }, "keywords": [ "mcp", "model-context-protocol", "gemini", "youtube", "youtube-analysis", "video-analysis", "audio-analysis", "long-video", "vod", "transcript", "metadata", "ai-tools" ], "license": "MIT", "dependencies": { "@google/genai": "^1.45.0", "@ludylops/video-analysis-core": "0.1.0", "@modelcontextprotocol/sdk": "^1.27.1", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "dotenv": "^16.6.1", "zod": "^4.1.12" }, "devDependencies": { "@types/node": "^22.19.15", "esbuild": "^0.28.0", "tsx": "^4.21.0", "typescript": "^5.9.3" } }