addedInput schema / properties / after / description
Added value: +"A forward cursor over the matches of `phrase_start`/`phrase_end`: any match at or before this word index is skipped. -1, the default, means from the start."
removedInput schema / properties / after / title
Removed value: -"After"
addedInput schema / properties / asset / description
Added value: +"The film clip whose audio plays under the voice. It has to be on screen across the span — the audio reads from wherever the shot showing it has got to — so cue it first."
removedInput schema / properties / asset / title
Removed value: -"Asset"
addedInput schema / properties / clip_id / description
Added value: +"The VO track whose words the span is measured in."
removedInput schema / properties / clip_id / title
Removed value: -"Clip Id"
removedInput schema / properties / fade_in / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / fade_in / description
Added value: +"Seconds of fade as the film audio comes in."
removedInput schema / properties / fade_in / title
Removed value: -"Fade In"
addedInput schema / properties / fade_in / type
Added value: +[
+ "number",
+ "null"
+]
removedInput schema / properties / fade_out / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / fade_out / description
Added value: +"Seconds of fade as it goes out."
removedInput schema / properties / fade_out / title
Removed value: -"Fade Out"
addedInput schema / properties / fade_out / type
Added value: +[
+ "number",
+ "null"
+]
removedInput schema / properties / occurrence / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / occurrence / description
Added value: +"Disambiguate `phrase_start`/`phrase_end` by count, **1-based**. Unset, an ambiguous phrase is refused rather than guessed at."
removedInput schema / properties / occurrence / title
Removed value: -"Occurrence"
addedInput schema / properties / occurrence / type
Added value: +[
+ "integer",
+ "null"
+]
removedInput schema / properties / path / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / path / description
Added value: +"The project directory to act on. Omit it — the usual case — when this server is bound to a project (started as `proofcut -C DIR mcp`, or inside a project; `ping` says which): it then resolves to that one bound project, a relative path resolves against it, and a path outside it is refused by name. Unbound, `path` is the whole address and omitting it refuses rather than guessing."
removedInput schema / properties / path / title
Removed value: -"Path"
addedInput schema / properties / path / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / phrase_end / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / phrase_end / description
Added value: +"Set the span's end by wording instead."
removedInput schema / properties / phrase_end / title
Removed value: -"Phrase End"
addedInput schema / properties / phrase_end / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / phrase_start / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / phrase_start / description
Added value: +"Set the span's start by wording instead."
removedInput schema / properties / phrase_start / title
Removed value: -"Phrase Start"
addedInput schema / properties / phrase_start / type
Added value: +[
+ "string",
+ "null"
+]
addedInput schema / properties / plan / description
Added value: +"Resolve the whole call and report what it would do, writing nothing. Prefer it over doing the thing and undoing it."
removedInput schema / properties / plan / title
Removed value: -"Plan"
removedInput schema / properties / under / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / under / description
Added value: +"How far below the VO the film audio sits, in LU. 13 by default."
removedInput schema / properties / under / title
Removed value: -"Under"
addedInput schema / properties / under / type
Added value: +[
+ "number",
+ "null"
+]
removedInput schema / properties / word_index_end / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / word_index_end / description
Added value: +"Last VO word of the span."
removedInput schema / properties / word_index_end / title
Removed value: -"Word Index End"
addedInput schema / properties / word_index_end / type
Added value: +[
+ "integer",
+ "null"
+]
removedInput schema / properties / word_index_start / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / word_index_start / description
Added value: +"First VO word of the span. With `clip_id` it is the entry's address; a second call at the same address replaces it."
removedInput schema / properties / word_index_start / title
Removed value: -"Word Index Start"
addedInput schema / properties / word_index_start / type
Added value: +[
+ "integer",
+ "null"
+]
removedInput schema / title
Removed value: -"hold_underArguments"