jimengpic-mcp
Version:
即梦AI图片生成MCP服务器,支持通过文字提示生成高质量图片
56 lines • 1.28 kB
JSON
{
"name": "jimengpic-mcp",
"version": "1.0.0",
"description": "即梦AI图片生成MCP服务器,支持通过文字提示生成高质量图片",
"main": "build/index.js",
"type": "module",
"bin": {
"jimengpic-mcp": "./build/index.js",
"jimengpic": "./build/index.js"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepublishOnly": "npm run build",
"test": "node test.js",
"start": "node build/index.js"
},
"files": [
"build/**/*",
"README.md"
],
"keywords": [
"mcp",
"jimeng",
"ai",
"image-generation",
"volcengine",
"text-to-image",
"mcp-server",
"claude",
"anthropic"
],
"author": {
"name": "Jia Zhang",
"email": "comeonzhj@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/comeonzhj/jimengpic-mcp",
"repository": {
"type": "git",
"url": "https://github.com/comeonzhj/jimengpic-mcp.git"
},
"bugs": {
"url": "https://github.com/yourusername/jimengpic-mcp/issues"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.0",
"zod": "^3.23.8"
}
}