1 Star 0 Fork 0

Gitee 极速下载/gongrzhe_image-generation-mcp-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/GongRzhe/Image-Generation-MCP-Server
克隆/下载
package.json 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
GongRzhe 提交于 2025-03-25 14:04 +08:00 . 1.0.1
{
"name": "@gongrzhe/image-gen-server",
"version": "1.0.1",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "GongRzhe",
"license": "MIT",
"description": "An MCP server for image generation using the Replicate Flux model",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@types/node": "^22.13.5",
"axios": "^1.7.9",
"typescript": "^5.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GongRzhe/image-gen-server.git"
},
"bugs": {
"url": "https://github.com/GongRzhe/image-gen-server/issues"
},
"homepage": "https://github.com/GongRzhe/image-gen-server#readme",
"bin": {
"image-gen-server": "build/index.js"
},
"files": [
"build/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/gongrzhe_image-generation-mcp-server.git
git@gitee.com:mirrors/gongrzhe_image-generation-mcp-server.git
mirrors
gongrzhe_image-generation-mcp-server
gongrzhe_image-generation-mcp-server
main

搜索帮助