UNPKG

pollo-mcp

Version:

Pollo AI Model Context Protocol (MCP) Server for video generation

48 lines (47 loc) 1.23 kB
{ "name": "pollo-mcp", "version": "3.0.4", "description": "Pollo AI Model Context Protocol (MCP) Server for video generation", "keywords": [ "mcp", "pollo", "ai", "video-generation" ], "author": "Coco AI Team (https://github.com/coco-ai-team)", "repository": "https://github.com/coco-ai-team/Pollo-MCP.git", "bugs": "https://github.com/coco-ai-team/Pollo-MCP/issues", "homepage": "https://github.com/coco-ai-team/Pollo-MCP#readme", "type": "module", "scripts": { "build": "tsc && chmod +x dist/index.js", "build:debug": "tsc --sourcemap", "start": "node dist/index.js", "start:sse": "node dist/index.js --sse" }, "files": [ "dist", "README.md", "README.zh-CN.md" ], "bin": { "mcp-server-pollo": "dist/index.js" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "axios": "^1.9.0", "commander": "^14.0.0", "json-schema-to-zod": "^2.6.1", "zod": "^3.25.56", "express": "^5.1.0" }, "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^24.0.0", "prettier": "^3.5.3", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "^5.8.3" } }