@kolbo/mcp 1.5.3 → 1.5.4
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 +1 -1
- package/src/tools/generate.js +1 -1
package/package.json
CHANGED
package/src/tools/generate.js
CHANGED
|
@@ -90,7 +90,7 @@ function registerGenerateTools(server, client) {
|
|
|
90
90
|
// ─── generate_creative_director ─────────────────────────────
|
|
91
91
|
server.tool(
|
|
92
92
|
'generate_creative_director',
|
|
93
|
-
'Generate
|
|
93
|
+
'Generate 2–8 related images or videos as one coherent set from a single creative brief. Use this when the user gives a general brief ("make 4 product shots", "create a storyboard") and you are planning the scenes — it handles style consistency and runs scenes in parallel. If the user explicitly provides separate prompts for each image, use parallel generate_image calls instead. Supports image and video modes (`workflow_type`). Visual DNA and moodboard references keep character/style consistent across every scene.',
|
|
94
94
|
{
|
|
95
95
|
prompt: z.string().describe('Creative brief or concept describing the full set of scenes to generate'),
|
|
96
96
|
scene_count: z.number().optional().describe('Number of scenes to generate, 1–8. Default: 4'),
|