@mixio-pro/kalaasetu-mcp 2.0.3-beta → 2.0.4-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.3-beta",
3
+ "version": "2.0.4-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",
@@ -113,12 +113,14 @@ export const imageToVideo = {
113
113
  .string()
114
114
  .optional()
115
115
  .default("mixio-pro")
116
- .describe("GCP Project ID for Vertex billing."),
116
+ .describe("GCP Project ID for Vertex billing. Default is mixio-pro."),
117
117
  location_id: z
118
118
  .string()
119
119
  .optional()
120
120
  .default("us-central1")
121
- .describe("GCP region for Vertex AI processing (e.g., 'us-central1')."),
121
+ .describe(
122
+ "GCP region for Vertex AI processing (Default is 'us-central1')."
123
+ ),
122
124
  model_id: z
123
125
  .string()
124
126
  .optional()