{ "name": "mcp-xmorf", "version": "1.0.2", "mcpName": "io.github.crawde/xmorf", "description": "MCP server for xmorf — AI image editing and generation API", "type": "module", "main": "dist/index.js", "bin": { "mcp-xmorf": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "xmorf", "image-editing", "image-generation", "ai" ], "author": "Crawde", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/crawde/mcp-xmorf" }, "homepage": "https://xmorf.com/docs", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" } }