@mixio-pro/kalaasetu-mcp 2.0.2-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
|
@@ -113,17 +113,21 @@ 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(
|
|
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()
|
|
125
127
|
.default("veo-3.1-fast-generate-001")
|
|
126
|
-
.describe(
|
|
128
|
+
.describe(
|
|
129
|
+
"Specific Vertex Veo model ID to use. Default Value is veo-3.1-fast-generate-001"
|
|
130
|
+
),
|
|
127
131
|
generate_audio: z
|
|
128
132
|
.boolean()
|
|
129
133
|
.optional()
|