@post-ripple/mcp 0.12.0 → 0.13.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.
Files changed (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -388,6 +388,11 @@ register("create_video", "Render a short-form (9:16) video from library ingredie
388
388
  demoTrim: clipTrimSchema
389
389
  .optional()
390
390
  .describe("hook_demo: play only this window of the demo clip (requires a demo)"),
391
+ audioStartMs: z
392
+ .number()
393
+ .min(0)
394
+ .optional()
395
+ .describe("hook_demo: start the background track this many ms in (default 0). The played length always equals the video's duration; clamped so the window fits the track."),
391
396
  greenScreenId: z.string().optional().describe("green_screen_meme: clip id from list_green_screens (required)"),
392
397
  backgroundId: z.string().optional().describe("green_screen_meme: image id from list_backgrounds (required)"),
393
398
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@post-ripple/mcp",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "MCP server that lets AI agents (Claude Code, Codex, opencode) manage a Post Ripple workspace: content, scheduling, publishing, and analytics.",
5
5
  "type": "module",
6
6
  "bin": {