UNPKG

@raihan0824/mcp-veo2

Version:

MCP server for generating videos with Google Veo2

52 lines (51 loc) 1.19 kB
{ "name": "@raihan0824/mcp-veo2", "version": "1.2.1", "description": "MCP server for generating videos with Google Veo2", "main": "dist/index.js", "bin": { "mcp-veo2-server": "dist/cli.js" }, "type": "module", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "tsc -w & node --watch dist/index.js", "debug": "npx @modelcontextprotocol/inspector node --no-deprecation dist/index.js", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "video", "generation", "veo2", "gemini", "cli", "npx" ], "author": "raihan0824", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@google/genai": "^0.9.0", "@modelcontextprotocol/sdk": "latest", "@types/aws-sdk": "^0.0.42", "@types/express": "^4.17.21", "@types/node": "^20.10.5", "@types/uuid": "^10.0.0", "aws-sdk": "^2.1692.0", "dotenv": "^16.6.1", "express": "^4.18.2", "typescript": "^5.3.3", "uuid": "^11.1.0", "zod": "^3.22.4" } }