mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
Update meigen-ai-design to 1.0.1
- Bump pinned MCP server to meigen@1.2.8 - image-generator agent: omit aspectRatio by default (server now auto-infers) - Bump plugin version 1.0.0 -> 1.0.1
This commit is contained in:
@@ -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.0",
|
||||
"version": "1.0.1",
|
||||
"author": {
|
||||
"name": "MeiGen",
|
||||
"url": "https://github.com/jau123"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meigen-ai-design",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"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",
|
||||
|
||||
@@ -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.5"]
|
||||
"args": ["-y", "meigen@1.2.8"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,7 +44,8 @@ Multiple derivative images — spawn parallel agents, each with referenceImages
|
||||
1. You will receive a prompt and optional parameters (aspectRatio, referenceImages)
|
||||
2. Call `generate_image` with EXACTLY the provided parameters
|
||||
3. Do NOT specify `model` or `provider` — let the server auto-detect
|
||||
4. Return the COMPLETE tool response text as-is
|
||||
4. If `aspectRatio` was NOT provided, OMIT it from the call — the server defaults to `"auto"` and will infer the best ratio from the prompt. Only pass an explicit value (e.g. `"16:9"`, `"1:1"`) when the caller specified one.
|
||||
5. Return the COMPLETE tool response text as-is
|
||||
|
||||
## Rules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user