@writepanda/mcp 1.32.0 → 1.32.1

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.
Files changed (2) hide show
  1. package/bin/server.mjs +6 -2
  2. package/package.json +1 -1
package/bin/server.mjs CHANGED
@@ -489,13 +489,17 @@ const TOOLS = [
489
489
  {
490
490
  name: "project_add_motion_graphic",
491
491
  description:
492
- "Drop a motion-graphic MP4 (typically the output of motion_render_html) onto the timeline. Optional SFX plays when it appears.",
492
+ "Drop a motion-graphic MP4 onto the timeline. The `file` argument MUST be the exact `outputPath` returned by a prior motion_render_html / motion_generate / motion_concat / motion_screenshot job — NEVER hand-author or guess this path. Optional SFX plays when it appears.",
493
493
  inputSchema: {
494
494
  type: "object",
495
495
  properties: {
496
496
  id: { type: "string" },
497
497
  path: { type: "string" },
498
- file: { type: "string", description: "Absolute path to MP4" },
498
+ file: {
499
+ type: "string",
500
+ description:
501
+ "Absolute path to the rendered MP4/WebM. MUST be the exact `outputPath` returned by motion_render_html (or motion_generate / motion_concat / motion_screenshot). Do NOT construct paths manually — guessed paths get truncated at whitespace (e.g. `/Users/.../Library/Application` from `Application Support`) and the overlay flickers and disappears in preview. If you don't have an outputPath, render one first.",
502
+ },
499
503
  durationMs: { type: "number" },
500
504
  atMs: { type: "number", description: "Default: end of timeline" },
501
505
  soundUrl: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@writepanda/mcp",
3
- "version": "1.32.0",
3
+ "version": "1.32.1",
4
4
  "description": "Model Context Protocol server for PandaStudio. Exposes the desktop video editor's automation surface to Cursor, Continue, Cline, Claude Desktop, and any MCP-compliant client.",
5
5
  "keywords": [
6
6
  "pandastudio",