@mixio-pro/kalaasetu-mcp 2.3.23 → 2.3.24

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mixio-pro/kalaasetu-mcp",
3
- "version": "2.3.23",
3
+ "version": "2.3.24",
4
4
  "description": "A powerful Model Context Protocol server providing AI tools for content generation and analysis",
5
5
  "type": "module",
6
6
  "module": "src/index.ts",
@@ -170,7 +170,7 @@ export const generateImage = {
170
170
 
171
171
  const numRefImages = args.reference_images?.length || 0;
172
172
  const MODELS =
173
- numRefImages > 3
173
+ numRefImages >= 3
174
174
  ? [
175
175
  "gemini-3-pro-image-preview",
176
176
  "gemini-3.1-flash-image-preview",