@clipform/mcp-server 1.35.0 → 1.37.0

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.
@@ -2,7 +2,7 @@ import {
2
2
  WORKFLOW_TYPES,
3
3
  getDiscoveryParams,
4
4
  getSessionContextWithAuth
5
- } from "./chunk-BYJMRIB6.js";
5
+ } from "./chunk-UA3MYEUA.js";
6
6
  import {
7
7
  __export
8
8
  } from "./chunk-HCZI2UJ5.js";
@@ -4121,7 +4121,7 @@ function quizWorkflow(args, sessionContext, authMode = "authenticated") {
4121
4121
  5. **Build video** for each question:
4122
4122
  - clipform_search_media (kind: "image") - 3 images per question, batch all queries in one call
4123
4123
  - clipform_generate_video with wait: false per question - fires all renders in parallel - then collect URLs with clipform_check_render
4124
- 6. **Attach media** with clipform_upload_node_media (batch all uploads in one call). Include captions, set show_captions: true.
4124
+ 6. **Attach media** with clipform_upload_node_media (batch all uploads in one call). Include captions, set show_captions: true and fit_media: true (generated renders must not be cropped).
4125
4125
  7. **Publish** with clipform_update_form
4126
4126
  8. **Log** with clipform_log_generation (sources, images, attributions)
4127
4127
 
@@ -4194,7 +4194,7 @@ function comprehensionQuizWorkflow(args, sessionContext, authMode = "authenticat
4194
4194
  7. **Build video** for each question:
4195
4195
  - clipform_search_media (kind: "image") - 3 images per question, batch all queries in one call
4196
4196
  - clipform_generate_video with wait: false per question - fires all renders in parallel - then collect URLs with clipform_check_render
4197
- 8. **Attach media** with clipform_upload_node_media (batch all uploads in one call). Include captions, set show_captions: true.
4197
+ 8. **Attach media** with clipform_upload_node_media (batch all uploads in one call). Include captions, set show_captions: true and fit_media: true (generated renders must not be cropped).
4198
4198
  9. **Publish** with clipform_update_form
4199
4199
  10. **Log** with clipform_log_generation - include the YouTube URL, video title, and channel as sources
4200
4200
 
@@ -4231,7 +4231,7 @@ function compositionQuizWorkflow(args, sessionContext, authMode = "authenticated
4231
4231
  - Final end_screen node: show_score: true, icon: "trophy", show_share_button: true, cta_type: "restart", cta_text: a short challenge. NOTE: per-tier messages (score_ranges) are coming soon - write one great message.
4232
4232
  - tags: format "quiz", genre "trivia", and 2-3 topic words
4233
4233
  5. **Generate narration** with clipform_generate_tts - batch ALL items in one call. The visual does the teasing: set stakes, never describe what's on screen or read the clue aloud. Reveal narration can celebrate.
4234
- 6. **Attach media** with clipform_upload_node_media (batch all uploads in one call) - clue clip on each choice node, reveal clip on each button node. Include captions, set show_captions: true.
4234
+ 6. **Attach media** with clipform_upload_node_media (batch all uploads in one call) - clue clip on each choice node, reveal clip on each button node. Include captions, set show_captions: true and fit_media: true (generated renders must not be cropped).
4235
4235
  7. **Publish** with clipform_update_form
4236
4236
  8. **Log** with clipform_log_generation - record the composition IDs used per question alongside sources and attributions`;
4237
4237
  }
@@ -4705,4 +4705,4 @@ export {
4705
4705
  getWorkflowText,
4706
4706
  registerPrompts
4707
4707
  };
4708
- //# sourceMappingURL=chunk-6MLZZSNM.js.map
4708
+ //# sourceMappingURL=chunk-XOYZMNJD.js.map