@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dypai-ai/mcp",
3
- "version": "1.5.34",
3
+ "version": "1.5.35",
4
4
  "description": "DYPAI MCP Server — AI agent toolkit for building and deploying full-stack apps",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
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 (google/gemini-3.1-flash-image-preview, same as DYPAI Builder).
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.34" },
545
+ serverInfo: { name: "dypai", version: "1.5.35" },
546
546
  instructions: serverInstructions,
547
547
  })
548
548
  }