meigen-ai-design: bump to 1.0.5, pin npm to meigen@1.2.13 (#510)

Co-authored-by: jau123 <quaasparrotte@gmail.com>
This commit is contained in:
jau123
2026-05-03 05:14:31 +08:00
committed by GitHub
parent c15b108a8d
commit 7d17c7552d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -963,7 +963,7 @@
"name": "meigen-ai-design",
"source": "./plugins/meigen-ai-design",
"description": "AI image generation with creative workflow orchestration, prompt engineering, and curated inspiration library via MCP server",
"version": "1.0.2",
"version": "1.0.5",
"author": {
"name": "MeiGen",
"url": "https://github.com/jau123"
@@ -1,6 +1,6 @@
{
"name": "meigen-ai-design",
"version": "1.0.2",
"version": "1.0.5",
"description": "AI image generation with creative workflow orchestration, parallel multi-direction output, prompt engineering, and a 1,300+ curated inspiration library. Requires MeiGen MCP server (supports MeiGen Cloud, local ComfyUI, and OpenAI-compatible APIs).",
"author": {
"name": "MeiGen",
+1 -1
View File
@@ -11,7 +11,7 @@ This plugin requires the **meigen** MCP server. Install it by adding to your pro
"mcpServers": {
"meigen": {
"command": "npx",
"args": ["-y", "meigen@1.2.10"]
"args": ["-y", "meigen@1.2.13"]
}
}
}