UNPKG

levisnkyyyy-images-mcp

Version:

Model Context Protocol server for AI image and video generation using LiteLLM and fal.ai

55 lines 1.21 kB
{ "name": "levisnkyyyy-images-mcp", "version": "2.6.0", "description": "Model Context Protocol server for AI image and video generation using LiteLLM and fal.ai", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai", "image-generation", "image-editing", "litellm", "openai", "dall-e", "flux-pro", "flux-max", "veo3", "fal-ai", "video-generation" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/images-mcp.git" }, "bugs": { "url": "https://github.com/yourusername/images-mcp/issues" }, "homepage": "https://github.com/yourusername/images-mcp#readme", "files": [ "dist/**/*", "README.md", "LICENSE" ], "bin": { "images-mcp": "./dist/index.js" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@fal-ai/client": "^1.5.0", "@modelcontextprotocol/sdk": "^1.12.1", "@types/node": "^22.15.30", "tsx": "^4.19.4", "typescript": "^5.8.3" } }