@mixio-pro/kalaasetu-mcp 2.0.2-beta → 2.0.3-beta

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.0.2-beta",
3
+ "version": "2.0.3-beta",
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",
@@ -123,7 +123,9 @@ export const imageToVideo = {
123
123
  .string()
124
124
  .optional()
125
125
  .default("veo-3.1-fast-generate-001")
126
- .describe("Specific Vertex Veo model ID to use."),
126
+ .describe(
127
+ "Specific Vertex Veo model ID to use. Default Value is veo-3.1-fast-generate-001"
128
+ ),
127
129
  generate_audio: z
128
130
  .boolean()
129
131
  .optional()