@tiwater/office-mcp 0.15.13 → 0.16.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 (50) hide show
  1. package/office/README.md +3 -14
  2. package/office/contracts/tiwater-office-provider-contract-manifest-v1.json +1 -507
  3. package/office/index.mjs +16 -54
  4. package/package.json +1 -1
  5. package/office/contracts/docx_apply_font_policy.schema.json +0 -77
  6. package/office/contracts/docx_apply_toc_style_policy.schema.json +0 -53
  7. package/office/contracts/docx_collapse_trailing_empty_paragraphs.schema.json +0 -30
  8. package/office/contracts/docx_collapse_trailing_empty_section.schema.json +0 -30
  9. package/office/contracts/docx_delete_body_drawing_before_paragraph.schema.json +0 -54
  10. package/office/contracts/docx_delete_body_paragraph.schema.json +0 -54
  11. package/office/contracts/docx_delete_body_range.schema.json +0 -69
  12. package/office/contracts/docx_delete_comments.schema.json +0 -52
  13. package/office/contracts/docx_delete_table_rows.schema.json +0 -61
  14. package/office/contracts/docx_freeze_fields.schema.json +0 -30
  15. package/office/contracts/docx_insert_body_image.schema.json +0 -70
  16. package/office/contracts/docx_insert_body_range.schema.json +0 -67
  17. package/office/contracts/docx_insert_table_columns.schema.json +0 -65
  18. package/office/contracts/docx_insert_table_rows.schema.json +0 -140
  19. package/office/contracts/docx_mark_fields_dirty.schema.json +0 -30
  20. package/office/contracts/docx_replace_body_text.schema.json +0 -52
  21. package/office/contracts/docx_replace_drawing_image.schema.json +0 -61
  22. package/office/contracts/docx_replace_header_text.schema.json +0 -52
  23. package/office/contracts/docx_replace_table_rows.schema.json +0 -149
  24. package/office/contracts/docx_sanitize_fields.schema.json +0 -30
  25. package/office/contracts/docx_set_anchored_text.schema.json +0 -52
  26. package/office/contracts/docx_set_body_paragraph_keep_lines.schema.json +0 -53
  27. package/office/contracts/docx_set_body_paragraph_keep_next.schema.json +0 -53
  28. package/office/contracts/docx_set_footer_paragraph_text.schema.json +0 -59
  29. package/office/contracts/docx_set_footer_run_text.schema.json +0 -65
  30. package/office/contracts/docx_set_footer_table_cell_run_text.schema.json +0 -83
  31. package/office/contracts/docx_set_footer_table_cell_text.schema.json +0 -71
  32. package/office/contracts/docx_set_header_paragraph_font_size.schema.json +0 -60
  33. package/office/contracts/docx_set_header_paragraph_text.schema.json +0 -59
  34. package/office/contracts/docx_set_header_run_text.schema.json +0 -65
  35. package/office/contracts/docx_set_header_table_cell_run_text.schema.json +0 -83
  36. package/office/contracts/docx_set_header_table_cell_text.schema.json +0 -71
  37. package/office/contracts/docx_set_paragraph_run_text.schema.json +0 -59
  38. package/office/contracts/docx_set_paragraph_text.schema.json +0 -53
  39. package/office/contracts/docx_set_table_cell_alignment.schema.json +0 -66
  40. package/office/contracts/docx_set_table_cell_font_size.schema.json +0 -66
  41. package/office/contracts/docx_set_table_cell_no_wrap.schema.json +0 -65
  42. package/office/contracts/docx_set_table_cell_rich_text.schema.json +0 -100
  43. package/office/contracts/docx_set_table_cell_run_text.schema.json +0 -77
  44. package/office/contracts/docx_set_table_cell_text.schema.json +0 -68
  45. package/office/contracts/docx_set_table_row_cant_split.schema.json +0 -59
  46. package/office/contracts/docx_set_table_row_height.schema.json +0 -63
  47. package/office/contracts/docx_set_table_row_keep_next.schema.json +0 -59
  48. package/office/contracts/docx_set_table_row_repeat_as_header.schema.json +0 -123
  49. package/office/contracts/docx_set_table_width.schema.json +0 -64
  50. package/office/contracts/docx_start_section.schema.json +0 -56
package/office/README.md CHANGED
@@ -39,20 +39,9 @@ Structural worksheet row deletion is exposed as `xlsx_delete_rows`. Each change
39
39
  contains only `sheet`, `startRow`, and `count`; unsupported dependent workbook
40
40
  structures fail atomically and are reported by the provider receipt.
41
41
 
42
- The bounded DOCX object actions are:
43
-
44
- - `docx_insert_body_range`: copies inclusive direct-body indexes from a bound
45
- source DOCX before a target direct-body boundary. Source documents are hashed
46
- into the receipt. Whole sections preserve supported style, numbering, media,
47
- hyperlink, header, and footer relationships; partial or unsafe sections fail.
48
- - `docx_replace_drawing_image`: replaces one body drawing's embedded image while
49
- preserving its drawing geometry. Image inputs are hashed into the receipt.
50
- - `docx_insert_body_image`: inserts one inline body drawing with explicit EMU
51
- dimensions. Image inputs are hashed into the receipt.
52
- - `docx_set_table_row_repeat_as_header`: sets or unsets native repeat-as-header
53
- state on uniquely addressed direct body, header, or footer table rows. The
54
- whole same-action batch is validated before mutation; nested, missing,
55
- ambiguous, duplicate, or invalid targets fail closed.
42
+ DOCX mutations accept revision-bound native object references. Physical table,
43
+ row, column, paragraph, run, drawing, and body indexes are not public mutation
44
+ addresses.
56
45
 
57
46
  `docx_inspect_tables` preserves the v1 body `Tables` view and additively exposes
58
47
  header/footer topology in `StoryTables`. Header/footer tables carry part
@@ -2,53 +2,9 @@
2
2
  "schema": "tiwater.office-provider-contract-manifest/v1",
3
3
  "provider": {
4
4
  "id": "@tiwater/office-mcp",
5
- "version": "0.15.13"
5
+ "version": "0.16.0"
6
6
  },
7
7
  "tools": [
8
- {
9
- "name": "docx_apply_font_policy",
10
- "providerContract": {
11
- "source": "packages/docx-cli/contracts/mcp-input/docx_apply_font_policy.schema.json",
12
- "sha256": "633d9cb0380036fe9bde845aeb48fc50472cc954c64942c50dd8b0663ff58542"
13
- },
14
- "inputContract": {
15
- "path": "office/contracts/docx_apply_font_policy.schema.json",
16
- "sha256": "633d9cb0380036fe9bde845aeb48fc50472cc954c64942c50dd8b0663ff58542"
17
- }
18
- },
19
- {
20
- "name": "docx_apply_toc_style_policy",
21
- "providerContract": {
22
- "source": "packages/docx-cli/contracts/mcp-input/docx_apply_toc_style_policy.schema.json",
23
- "sha256": "d5acecc4566d64621dd38bfe81c5b26de596df53d8c3c8b24fb96cc53f6ceaf1"
24
- },
25
- "inputContract": {
26
- "path": "office/contracts/docx_apply_toc_style_policy.schema.json",
27
- "sha256": "d5acecc4566d64621dd38bfe81c5b26de596df53d8c3c8b24fb96cc53f6ceaf1"
28
- }
29
- },
30
- {
31
- "name": "docx_collapse_trailing_empty_paragraphs",
32
- "providerContract": {
33
- "source": "packages/docx-cli/contracts/mcp-input/docx_collapse_trailing_empty_paragraphs.schema.json",
34
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
35
- },
36
- "inputContract": {
37
- "path": "office/contracts/docx_collapse_trailing_empty_paragraphs.schema.json",
38
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
39
- }
40
- },
41
- {
42
- "name": "docx_collapse_trailing_empty_section",
43
- "providerContract": {
44
- "source": "packages/docx-cli/contracts/mcp-input/docx_collapse_trailing_empty_section.schema.json",
45
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
46
- },
47
- "inputContract": {
48
- "path": "office/contracts/docx_collapse_trailing_empty_section.schema.json",
49
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
50
- }
51
- },
52
8
  {
53
9
  "name": "docx_compare",
54
10
  "providerContract": {
@@ -82,50 +38,6 @@
82
38
  "sha256": "45d30d97ba58ece704beb352ea41b4105f64cf9f43f11e94b6fb3de52b0b5823"
83
39
  }
84
40
  },
85
- {
86
- "name": "docx_delete_body_drawing_before_paragraph",
87
- "providerContract": {
88
- "source": "packages/docx-cli/contracts/mcp-input/docx_delete_body_drawing_before_paragraph.schema.json",
89
- "sha256": "e3a3994c59c246b69e8510c2ae17d7d328db8564a5b5a6a9f5819fb7d96a8f6d"
90
- },
91
- "inputContract": {
92
- "path": "office/contracts/docx_delete_body_drawing_before_paragraph.schema.json",
93
- "sha256": "e3a3994c59c246b69e8510c2ae17d7d328db8564a5b5a6a9f5819fb7d96a8f6d"
94
- }
95
- },
96
- {
97
- "name": "docx_delete_body_paragraph",
98
- "providerContract": {
99
- "source": "packages/docx-cli/contracts/mcp-input/docx_delete_body_paragraph.schema.json",
100
- "sha256": "e3a3994c59c246b69e8510c2ae17d7d328db8564a5b5a6a9f5819fb7d96a8f6d"
101
- },
102
- "inputContract": {
103
- "path": "office/contracts/docx_delete_body_paragraph.schema.json",
104
- "sha256": "e3a3994c59c246b69e8510c2ae17d7d328db8564a5b5a6a9f5819fb7d96a8f6d"
105
- }
106
- },
107
- {
108
- "name": "docx_delete_body_range",
109
- "providerContract": {
110
- "source": "packages/docx-cli/contracts/mcp-input/docx_delete_body_range.schema.json",
111
- "sha256": "4fee9af05fec2528d5dda690635c82af1d05447bf99b96e58b322fda4afd537e"
112
- },
113
- "inputContract": {
114
- "path": "office/contracts/docx_delete_body_range.schema.json",
115
- "sha256": "4fee9af05fec2528d5dda690635c82af1d05447bf99b96e58b322fda4afd537e"
116
- }
117
- },
118
- {
119
- "name": "docx_delete_comments",
120
- "providerContract": {
121
- "source": "packages/docx-cli/contracts/mcp-input/docx_delete_comments.schema.json",
122
- "sha256": "7b7a901a8be893936cb137684c90bbde3245231914da7ecd8b06ff88811e7201"
123
- },
124
- "inputContract": {
125
- "path": "office/contracts/docx_delete_comments.schema.json",
126
- "sha256": "7b7a901a8be893936cb137684c90bbde3245231914da7ecd8b06ff88811e7201"
127
- }
128
- },
129
41
  {
130
42
  "name": "docx_delete_object",
131
43
  "providerContract": {
@@ -137,17 +49,6 @@
137
49
  "sha256": "a9ef8f5a195a9fd6731023e76731f3aef0905002b160c876e2fbc5288dcde66b"
138
50
  }
139
51
  },
140
- {
141
- "name": "docx_delete_table_rows",
142
- "providerContract": {
143
- "source": "packages/docx-cli/contracts/mcp-input/docx_delete_table_rows.schema.json",
144
- "sha256": "3241806cd61f8d773bd6168779b4aa55b9b0d30ce6af5243353c695491b0bbfc"
145
- },
146
- "inputContract": {
147
- "path": "office/contracts/docx_delete_table_rows.schema.json",
148
- "sha256": "3241806cd61f8d773bd6168779b4aa55b9b0d30ce6af5243353c695491b0bbfc"
149
- }
150
- },
151
52
  {
152
53
  "name": "docx_export_json",
153
54
  "providerContract": {
@@ -170,61 +71,6 @@
170
71
  "sha256": "a81b88ee6fa7d897d01c4cb05a18ca3b92738f2690b6f2fa6aff402c4c1ff182"
171
72
  }
172
73
  },
173
- {
174
- "name": "docx_freeze_fields",
175
- "providerContract": {
176
- "source": "packages/docx-cli/contracts/mcp-input/docx_freeze_fields.schema.json",
177
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
178
- },
179
- "inputContract": {
180
- "path": "office/contracts/docx_freeze_fields.schema.json",
181
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
182
- }
183
- },
184
- {
185
- "name": "docx_insert_body_image",
186
- "providerContract": {
187
- "source": "packages/docx-cli/contracts/mcp-input/docx_insert_body_image.schema.json",
188
- "sha256": "fad1a327678f30c562cb86718b7b0011b271a27c306ec33bd4625df4057c9d0c"
189
- },
190
- "inputContract": {
191
- "path": "office/contracts/docx_insert_body_image.schema.json",
192
- "sha256": "fad1a327678f30c562cb86718b7b0011b271a27c306ec33bd4625df4057c9d0c"
193
- }
194
- },
195
- {
196
- "name": "docx_insert_body_range",
197
- "providerContract": {
198
- "source": "packages/docx-cli/contracts/mcp-input/docx_insert_body_range.schema.json",
199
- "sha256": "b65ee7b8bc45f5a9f7fa8ae996e271cdcb5c5f749a461c328729d3caeb6d0fb6"
200
- },
201
- "inputContract": {
202
- "path": "office/contracts/docx_insert_body_range.schema.json",
203
- "sha256": "b65ee7b8bc45f5a9f7fa8ae996e271cdcb5c5f749a461c328729d3caeb6d0fb6"
204
- }
205
- },
206
- {
207
- "name": "docx_insert_table_columns",
208
- "providerContract": {
209
- "source": "packages/docx-cli/contracts/mcp-input/docx_insert_table_columns.schema.json",
210
- "sha256": "7e915156dfb453a4a0ab6d28262d41dcfafde9c3e4973681a4e2b3ff4238b937"
211
- },
212
- "inputContract": {
213
- "path": "office/contracts/docx_insert_table_columns.schema.json",
214
- "sha256": "7e915156dfb453a4a0ab6d28262d41dcfafde9c3e4973681a4e2b3ff4238b937"
215
- }
216
- },
217
- {
218
- "name": "docx_insert_table_rows",
219
- "providerContract": {
220
- "source": "packages/docx-cli/contracts/mcp-input/docx_insert_table_rows.schema.json",
221
- "sha256": "62538d1502dda08676d777493208acdb7f64b236486ddcd22c5394f6c1c08888"
222
- },
223
- "inputContract": {
224
- "path": "office/contracts/docx_insert_table_rows.schema.json",
225
- "sha256": "62538d1502dda08676d777493208acdb7f64b236486ddcd22c5394f6c1c08888"
226
- }
227
- },
228
74
  {
229
75
  "name": "docx_inspect",
230
76
  "providerContract": {
@@ -258,17 +104,6 @@
258
104
  "sha256": "7f0c3213addbeab2ff96579bcdd860ad65b8ae95c9e6b1e3fb7e5497f3e5a89d"
259
105
  }
260
106
  },
261
- {
262
- "name": "docx_mark_fields_dirty",
263
- "providerContract": {
264
- "source": "packages/docx-cli/contracts/mcp-input/docx_mark_fields_dirty.schema.json",
265
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
266
- },
267
- "inputContract": {
268
- "path": "office/contracts/docx_mark_fields_dirty.schema.json",
269
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
270
- }
271
- },
272
107
  {
273
108
  "name": "docx_merge_cells",
274
109
  "providerContract": {
@@ -291,39 +126,6 @@
291
126
  "sha256": "ed4068627fe84872fb8d15d57d5950a22d03e79b4bb11cbc376a8d8b84cee0c0"
292
127
  }
293
128
  },
294
- {
295
- "name": "docx_replace_body_text",
296
- "providerContract": {
297
- "source": "packages/docx-cli/contracts/mcp-input/docx_replace_body_text.schema.json",
298
- "sha256": "b7636d8c9e91ca01682f821f2f87c3e0c19c83469b2bacbb2820509a328341d7"
299
- },
300
- "inputContract": {
301
- "path": "office/contracts/docx_replace_body_text.schema.json",
302
- "sha256": "b7636d8c9e91ca01682f821f2f87c3e0c19c83469b2bacbb2820509a328341d7"
303
- }
304
- },
305
- {
306
- "name": "docx_replace_drawing_image",
307
- "providerContract": {
308
- "source": "packages/docx-cli/contracts/mcp-input/docx_replace_drawing_image.schema.json",
309
- "sha256": "4ec32c02f96c53c1272fcde3433db6c451751cb729858c9518968d8bab470fca"
310
- },
311
- "inputContract": {
312
- "path": "office/contracts/docx_replace_drawing_image.schema.json",
313
- "sha256": "4ec32c02f96c53c1272fcde3433db6c451751cb729858c9518968d8bab470fca"
314
- }
315
- },
316
- {
317
- "name": "docx_replace_header_text",
318
- "providerContract": {
319
- "source": "packages/docx-cli/contracts/mcp-input/docx_replace_header_text.schema.json",
320
- "sha256": "b7636d8c9e91ca01682f821f2f87c3e0c19c83469b2bacbb2820509a328341d7"
321
- },
322
- "inputContract": {
323
- "path": "office/contracts/docx_replace_header_text.schema.json",
324
- "sha256": "b7636d8c9e91ca01682f821f2f87c3e0c19c83469b2bacbb2820509a328341d7"
325
- }
326
- },
327
129
  {
328
130
  "name": "docx_replace_style_ids",
329
131
  "providerContract": {
@@ -335,303 +137,6 @@
335
137
  "sha256": "aa8fc12a350a391fadf32546847f29a816319efcab01866a1f406dc8313ea1ed"
336
138
  }
337
139
  },
338
- {
339
- "name": "docx_replace_table_rows",
340
- "providerContract": {
341
- "source": "packages/docx-cli/contracts/mcp-input/docx_replace_table_rows.schema.json",
342
- "sha256": "374584b43766e600099685e5633cebe0676f3c69bb1fd38069d6131404f44b6a"
343
- },
344
- "inputContract": {
345
- "path": "office/contracts/docx_replace_table_rows.schema.json",
346
- "sha256": "374584b43766e600099685e5633cebe0676f3c69bb1fd38069d6131404f44b6a"
347
- }
348
- },
349
- {
350
- "name": "docx_sanitize_fields",
351
- "providerContract": {
352
- "source": "packages/docx-cli/contracts/mcp-input/docx_sanitize_fields.schema.json",
353
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
354
- },
355
- "inputContract": {
356
- "path": "office/contracts/docx_sanitize_fields.schema.json",
357
- "sha256": "81d56b2c065c84a53e71a9defa6aa1c591331f453beeaaf77098a6a0cc96c218"
358
- }
359
- },
360
- {
361
- "name": "docx_set_anchored_text",
362
- "providerContract": {
363
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_anchored_text.schema.json",
364
- "sha256": "b9a568618b4010cd93a67e7a88782e7c13930e84ec846dbe671ae1a0b5cb1e5b"
365
- },
366
- "inputContract": {
367
- "path": "office/contracts/docx_set_anchored_text.schema.json",
368
- "sha256": "b9a568618b4010cd93a67e7a88782e7c13930e84ec846dbe671ae1a0b5cb1e5b"
369
- }
370
- },
371
- {
372
- "name": "docx_set_body_paragraph_keep_lines",
373
- "providerContract": {
374
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_body_paragraph_keep_lines.schema.json",
375
- "sha256": "83c76031758eef013032a31053c882cd6adfd80faa0b7c0c3c252e38ca59091b"
376
- },
377
- "inputContract": {
378
- "path": "office/contracts/docx_set_body_paragraph_keep_lines.schema.json",
379
- "sha256": "83c76031758eef013032a31053c882cd6adfd80faa0b7c0c3c252e38ca59091b"
380
- }
381
- },
382
- {
383
- "name": "docx_set_body_paragraph_keep_next",
384
- "providerContract": {
385
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_body_paragraph_keep_next.schema.json",
386
- "sha256": "be27b51504011921ef126596fe0667cf39f7c3d5fb44a8f1c3d7070855b9a673"
387
- },
388
- "inputContract": {
389
- "path": "office/contracts/docx_set_body_paragraph_keep_next.schema.json",
390
- "sha256": "be27b51504011921ef126596fe0667cf39f7c3d5fb44a8f1c3d7070855b9a673"
391
- }
392
- },
393
- {
394
- "name": "docx_set_footer_paragraph_text",
395
- "providerContract": {
396
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_footer_paragraph_text.schema.json",
397
- "sha256": "ae5688d56169ea474a45e07b00eae5bf76b75c369c34fe7e07a667ce2506e54c"
398
- },
399
- "inputContract": {
400
- "path": "office/contracts/docx_set_footer_paragraph_text.schema.json",
401
- "sha256": "ae5688d56169ea474a45e07b00eae5bf76b75c369c34fe7e07a667ce2506e54c"
402
- }
403
- },
404
- {
405
- "name": "docx_set_footer_run_text",
406
- "providerContract": {
407
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_footer_run_text.schema.json",
408
- "sha256": "172333dfdc28c0d1aec30e99033d93eb0fa6b06f92e3437a6b76866690e47ee7"
409
- },
410
- "inputContract": {
411
- "path": "office/contracts/docx_set_footer_run_text.schema.json",
412
- "sha256": "172333dfdc28c0d1aec30e99033d93eb0fa6b06f92e3437a6b76866690e47ee7"
413
- }
414
- },
415
- {
416
- "name": "docx_set_footer_table_cell_run_text",
417
- "providerContract": {
418
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_footer_table_cell_run_text.schema.json",
419
- "sha256": "3e87f74a5031fa0f5153ab2faf1899ca8aa4671076782ad0ea86365a1ae4e59e"
420
- },
421
- "inputContract": {
422
- "path": "office/contracts/docx_set_footer_table_cell_run_text.schema.json",
423
- "sha256": "3e87f74a5031fa0f5153ab2faf1899ca8aa4671076782ad0ea86365a1ae4e59e"
424
- }
425
- },
426
- {
427
- "name": "docx_set_footer_table_cell_text",
428
- "providerContract": {
429
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_footer_table_cell_text.schema.json",
430
- "sha256": "493c71c500ae9be8581f88c26b00d9b9060bc5fcf5672b7991cc49cccbcc1906"
431
- },
432
- "inputContract": {
433
- "path": "office/contracts/docx_set_footer_table_cell_text.schema.json",
434
- "sha256": "493c71c500ae9be8581f88c26b00d9b9060bc5fcf5672b7991cc49cccbcc1906"
435
- }
436
- },
437
- {
438
- "name": "docx_set_header_paragraph_font_size",
439
- "providerContract": {
440
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_header_paragraph_font_size.schema.json",
441
- "sha256": "e3349162d35070dc5302948e20b03327a0dce81116e8bfef732fd7ce55bc4c91"
442
- },
443
- "inputContract": {
444
- "path": "office/contracts/docx_set_header_paragraph_font_size.schema.json",
445
- "sha256": "e3349162d35070dc5302948e20b03327a0dce81116e8bfef732fd7ce55bc4c91"
446
- }
447
- },
448
- {
449
- "name": "docx_set_header_paragraph_text",
450
- "providerContract": {
451
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_header_paragraph_text.schema.json",
452
- "sha256": "e610686144c146e6e5045a12e7f21b005a3bbd2145715b239d58de0e609c486c"
453
- },
454
- "inputContract": {
455
- "path": "office/contracts/docx_set_header_paragraph_text.schema.json",
456
- "sha256": "e610686144c146e6e5045a12e7f21b005a3bbd2145715b239d58de0e609c486c"
457
- }
458
- },
459
- {
460
- "name": "docx_set_header_run_text",
461
- "providerContract": {
462
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_header_run_text.schema.json",
463
- "sha256": "0e81ceb7c8ab89b513ae57bd582fc7672784f675a75b78e16a29eaf05b5a27ff"
464
- },
465
- "inputContract": {
466
- "path": "office/contracts/docx_set_header_run_text.schema.json",
467
- "sha256": "0e81ceb7c8ab89b513ae57bd582fc7672784f675a75b78e16a29eaf05b5a27ff"
468
- }
469
- },
470
- {
471
- "name": "docx_set_header_table_cell_run_text",
472
- "providerContract": {
473
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_header_table_cell_run_text.schema.json",
474
- "sha256": "2ab360176e716c60d7f0ab3d7800f21dc8c0bbaae18dea1f528f0586b1520a98"
475
- },
476
- "inputContract": {
477
- "path": "office/contracts/docx_set_header_table_cell_run_text.schema.json",
478
- "sha256": "2ab360176e716c60d7f0ab3d7800f21dc8c0bbaae18dea1f528f0586b1520a98"
479
- }
480
- },
481
- {
482
- "name": "docx_set_header_table_cell_text",
483
- "providerContract": {
484
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_header_table_cell_text.schema.json",
485
- "sha256": "e53093e69280d211234fcb07efe80a12cf08e0de9f788ca5424b14bfa74181a5"
486
- },
487
- "inputContract": {
488
- "path": "office/contracts/docx_set_header_table_cell_text.schema.json",
489
- "sha256": "e53093e69280d211234fcb07efe80a12cf08e0de9f788ca5424b14bfa74181a5"
490
- }
491
- },
492
- {
493
- "name": "docx_set_paragraph_run_text",
494
- "providerContract": {
495
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_paragraph_run_text.schema.json",
496
- "sha256": "c99c144f4939e8b00a6015d9d49dd2cbfe9e31fc795cdc5d98ffec6f699ddf29"
497
- },
498
- "inputContract": {
499
- "path": "office/contracts/docx_set_paragraph_run_text.schema.json",
500
- "sha256": "c99c144f4939e8b00a6015d9d49dd2cbfe9e31fc795cdc5d98ffec6f699ddf29"
501
- }
502
- },
503
- {
504
- "name": "docx_set_paragraph_text",
505
- "providerContract": {
506
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_paragraph_text.schema.json",
507
- "sha256": "7ef168d5d948654bc45407d7c5a86fb9e2fb2fff2297d54e6b383cfc89a248e1"
508
- },
509
- "inputContract": {
510
- "path": "office/contracts/docx_set_paragraph_text.schema.json",
511
- "sha256": "7ef168d5d948654bc45407d7c5a86fb9e2fb2fff2297d54e6b383cfc89a248e1"
512
- }
513
- },
514
- {
515
- "name": "docx_set_table_cell_alignment",
516
- "providerContract": {
517
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_cell_alignment.schema.json",
518
- "sha256": "2b47b14c9e2345d2436da3770fd601012ad664301a8cc0cd33802b879239ff53"
519
- },
520
- "inputContract": {
521
- "path": "office/contracts/docx_set_table_cell_alignment.schema.json",
522
- "sha256": "2b47b14c9e2345d2436da3770fd601012ad664301a8cc0cd33802b879239ff53"
523
- }
524
- },
525
- {
526
- "name": "docx_set_table_cell_font_size",
527
- "providerContract": {
528
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_cell_font_size.schema.json",
529
- "sha256": "eb6c059c21579ca26be7866a094ebbbe13b2c76cfa354f596d8b547868ea4022"
530
- },
531
- "inputContract": {
532
- "path": "office/contracts/docx_set_table_cell_font_size.schema.json",
533
- "sha256": "eb6c059c21579ca26be7866a094ebbbe13b2c76cfa354f596d8b547868ea4022"
534
- }
535
- },
536
- {
537
- "name": "docx_set_table_cell_no_wrap",
538
- "providerContract": {
539
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_cell_no_wrap.schema.json",
540
- "sha256": "80ba98f35da68adf59a3b7fe3edbe7b54a806c181fd56c428690972f25b8e4fb"
541
- },
542
- "inputContract": {
543
- "path": "office/contracts/docx_set_table_cell_no_wrap.schema.json",
544
- "sha256": "80ba98f35da68adf59a3b7fe3edbe7b54a806c181fd56c428690972f25b8e4fb"
545
- }
546
- },
547
- {
548
- "name": "docx_set_table_cell_rich_text",
549
- "providerContract": {
550
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_cell_rich_text.schema.json",
551
- "sha256": "014d6bdcd263a3929fd1594958d11e29f7b899b58218459220042cf777b37dda"
552
- },
553
- "inputContract": {
554
- "path": "office/contracts/docx_set_table_cell_rich_text.schema.json",
555
- "sha256": "014d6bdcd263a3929fd1594958d11e29f7b899b58218459220042cf777b37dda"
556
- }
557
- },
558
- {
559
- "name": "docx_set_table_cell_run_text",
560
- "providerContract": {
561
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_cell_run_text.schema.json",
562
- "sha256": "b687a2d1a0c88024797e8e766514223f3e5d54630f87b08ba4b8b494bb00a4c9"
563
- },
564
- "inputContract": {
565
- "path": "office/contracts/docx_set_table_cell_run_text.schema.json",
566
- "sha256": "b687a2d1a0c88024797e8e766514223f3e5d54630f87b08ba4b8b494bb00a4c9"
567
- }
568
- },
569
- {
570
- "name": "docx_set_table_cell_text",
571
- "providerContract": {
572
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_cell_text.schema.json",
573
- "sha256": "dc658c65766b72534b3a9612f43c5f2724c2118f95eb5a01f5d34f8bea33a816"
574
- },
575
- "inputContract": {
576
- "path": "office/contracts/docx_set_table_cell_text.schema.json",
577
- "sha256": "dc658c65766b72534b3a9612f43c5f2724c2118f95eb5a01f5d34f8bea33a816"
578
- }
579
- },
580
- {
581
- "name": "docx_set_table_row_cant_split",
582
- "providerContract": {
583
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_row_cant_split.schema.json",
584
- "sha256": "7aa1a316faa7755369ab3f1df21ce90f30fc37d91036ca0b773d8a96883b4d63"
585
- },
586
- "inputContract": {
587
- "path": "office/contracts/docx_set_table_row_cant_split.schema.json",
588
- "sha256": "7aa1a316faa7755369ab3f1df21ce90f30fc37d91036ca0b773d8a96883b4d63"
589
- }
590
- },
591
- {
592
- "name": "docx_set_table_row_height",
593
- "providerContract": {
594
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_row_height.schema.json",
595
- "sha256": "ea80148316166086b06834f05452ad0e5e0f725cdd5c57eadfe441436e08203f"
596
- },
597
- "inputContract": {
598
- "path": "office/contracts/docx_set_table_row_height.schema.json",
599
- "sha256": "ea80148316166086b06834f05452ad0e5e0f725cdd5c57eadfe441436e08203f"
600
- }
601
- },
602
- {
603
- "name": "docx_set_table_row_keep_next",
604
- "providerContract": {
605
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_row_keep_next.schema.json",
606
- "sha256": "3040b060c2b21831618f470ab89a1080178e669b1cb9203b3e67ca595a01e472"
607
- },
608
- "inputContract": {
609
- "path": "office/contracts/docx_set_table_row_keep_next.schema.json",
610
- "sha256": "3040b060c2b21831618f470ab89a1080178e669b1cb9203b3e67ca595a01e472"
611
- }
612
- },
613
- {
614
- "name": "docx_set_table_row_repeat_as_header",
615
- "providerContract": {
616
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_row_repeat_as_header.schema.json",
617
- "sha256": "2110ac306b05e302854024f03e537e8af11d801bf78e570b55b84165d061df86"
618
- },
619
- "inputContract": {
620
- "path": "office/contracts/docx_set_table_row_repeat_as_header.schema.json",
621
- "sha256": "2110ac306b05e302854024f03e537e8af11d801bf78e570b55b84165d061df86"
622
- }
623
- },
624
- {
625
- "name": "docx_set_table_width",
626
- "providerContract": {
627
- "source": "packages/docx-cli/contracts/mcp-input/docx_set_table_width.schema.json",
628
- "sha256": "1c10cfc9147591411fa3531a8737019215f8c2900529bf2d2079b3e68d5b298a"
629
- },
630
- "inputContract": {
631
- "path": "office/contracts/docx_set_table_width.schema.json",
632
- "sha256": "1c10cfc9147591411fa3531a8737019215f8c2900529bf2d2079b3e68d5b298a"
633
- }
634
- },
635
140
  {
636
141
  "name": "docx_split_cells",
637
142
  "providerContract": {
@@ -643,17 +148,6 @@
643
148
  "sha256": "d25ff4b44dade94bf3f09676feae31c93d4ec3a14c22d9f5602f3016d6fd40ec"
644
149
  }
645
150
  },
646
- {
647
- "name": "docx_start_section",
648
- "providerContract": {
649
- "source": "packages/docx-cli/contracts/mcp-input/docx_start_section.schema.json",
650
- "sha256": "e0472581c11af044328fa1b7e1605118a93b9973c48b5602af79435b53afd00e"
651
- },
652
- "inputContract": {
653
- "path": "office/contracts/docx_start_section.schema.json",
654
- "sha256": "e0472581c11af044328fa1b7e1605118a93b9973c48b5602af79435b53afd00e"
655
- }
656
- },
657
151
  {
658
152
  "name": "docx_strip_direct_formatting",
659
153
  "providerContract": {