{ "name": "corent-mcp", "version": "0.3.1", "description": "MCP server for the Corent media generation API \u2014 give any AI agent the ability to generate images and videos.", "mcpName": "io.github.gg13121/corent-mcp", "license": "MIT", "type": "module", "homepage": "https://corent.tech", "repository": { "type": "git", "url": "git+https://github.com/gg13121/corent-mcp.git" }, "bin": { "corent-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js" }, "keywords": [ "mcp", "modelcontextprotocol", "image-generation", "video-generation", "ai-agents", "corent" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "typescript": "^5.6.0", "@types/node": "^22.0.0" }, "bugs": { "url": "https://github.com/gg13121/corent-mcp/issues" } }