@dypai-ai/mcp 1.5.34 → 1.5.35
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 -2
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -349,7 +349,7 @@ empty-state art, textures.
|
|
|
349
349
|
NOT for: icons, logos, brand marks, text-heavy graphics, tiny UI primitives.
|
|
350
350
|
|
|
351
351
|
Pricing: charged to the calling user's organization using the platform
|
|
352
|
-
image model (
|
|
352
|
+
image model (black-forest-labs/flux.2-pro, same as DYPAI Builder).
|
|
353
353
|
Output is optimized WebP. Failed generations cost 0.
|
|
354
354
|
The response includes credits_charged, size, and credits_remaining.
|
|
355
355
|
|
|
@@ -542,7 +542,7 @@ async function handleRequest(msg) {
|
|
|
542
542
|
return makeResponse(id, {
|
|
543
543
|
protocolVersion: "2024-11-05",
|
|
544
544
|
capabilities: { tools: {} },
|
|
545
|
-
serverInfo: { name: "dypai", version: "1.5.
|
|
545
|
+
serverInfo: { name: "dypai", version: "1.5.35" },
|
|
546
546
|
instructions: serverInstructions,
|
|
547
547
|
})
|
|
548
548
|
}
|