@dypai-ai/mcp 1.5.32 → 1.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +2 -6
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -348,8 +348,8 @@ Use for: hero/landing visuals, editorial illustrations, product mockups,
|
|
|
348
348
|
empty-state art, textures.
|
|
349
349
|
NOT for: icons, logos, brand marks, text-heavy graphics, tiny UI primitives.
|
|
350
350
|
|
|
351
|
-
Pricing: charged to the calling user's organization
|
|
352
|
-
|
|
351
|
+
Pricing: charged to the calling user's organization using the platform
|
|
352
|
+
image model (black-forest-labs/flux.2-pro, same as DYPAI Builder).
|
|
353
353
|
Failed generations cost 0. The response includes credits_charged and
|
|
354
354
|
credits_remaining.
|
|
355
355
|
|
|
@@ -391,10 +391,6 @@ image type (png/jpg/webp).`,
|
|
|
391
391
|
type: "string",
|
|
392
392
|
description: "Optional things to avoid (text overlays, logos, watermarks, clutter). Up to 500 chars.",
|
|
393
393
|
},
|
|
394
|
-
model: {
|
|
395
|
-
type: "string",
|
|
396
|
-
description: "Optional OpenRouter image model override (e.g. black-forest-labs/flux-schnell for cheaper, recraft-ai/recraft-v3 for vectors). Prefer the default unless you need a specific style.",
|
|
397
|
-
},
|
|
398
394
|
target_path: {
|
|
399
395
|
type: "string",
|
|
400
396
|
description: "Optional. Relative path inside the project where the image should be saved (e.g. 'public/generated/hero.png' or 'src/assets/empty-state.webp'). If a directory (ends with '/'), a filename is generated. Extension must match the image type. Omit to receive only the cloud URL.",
|