@tiwater/office-mcp 0.21.57 → 0.21.58
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.
- package/office/contracts/pptx_apply_template.schema.json +9 -0
- package/office/contracts/tiwater-office-provider-contract-manifest-v1.json +3 -3
- package/package.json +1 -1
- package/pdf/contracts/tiwater-pdf-provider-contract-manifest-v1.json +1 -1
- package/text/contracts/tiwater-text-provider-contract-manifest-v1.json +1 -1
|
@@ -90,6 +90,14 @@
|
|
|
90
90
|
"additionalProperties": false
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
+
"systemPlaceholderPolicy": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"enum": [
|
|
96
|
+
"preserve",
|
|
97
|
+
"target-template"
|
|
98
|
+
],
|
|
99
|
+
"description": "Whether source slide-level date, footer, header, and slide-number placeholders remain or yield to the selected target template."
|
|
100
|
+
},
|
|
93
101
|
"output": {
|
|
94
102
|
"type": "string",
|
|
95
103
|
"minLength": 1,
|
|
@@ -109,6 +117,7 @@
|
|
|
109
117
|
"template",
|
|
110
118
|
"targetMasterPath",
|
|
111
119
|
"slides",
|
|
120
|
+
"systemPlaceholderPolicy",
|
|
112
121
|
"output",
|
|
113
122
|
"receiptOutput"
|
|
114
123
|
],
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema": "tiwater.office-provider-contract-manifest/v1",
|
|
3
3
|
"provider": {
|
|
4
4
|
"id": "@tiwater/office-mcp",
|
|
5
|
-
"version": "0.21.
|
|
5
|
+
"version": "0.21.58"
|
|
6
6
|
},
|
|
7
7
|
"tools": [
|
|
8
8
|
{
|
|
@@ -383,11 +383,11 @@
|
|
|
383
383
|
"name": "pptx_apply_template",
|
|
384
384
|
"providerContract": {
|
|
385
385
|
"source": "packages/pptx-cli/contracts/mcp-input/pptx_apply_template.schema.json",
|
|
386
|
-
"sha256": "
|
|
386
|
+
"sha256": "12c9a66f9c0330febe511f8db8e986c71c22450dee2b7789fdcc3c8034091917"
|
|
387
387
|
},
|
|
388
388
|
"inputContract": {
|
|
389
389
|
"path": "office/contracts/pptx_apply_template.schema.json",
|
|
390
|
-
"sha256": "
|
|
390
|
+
"sha256": "12c9a66f9c0330febe511f8db8e986c71c22450dee2b7789fdcc3c8034091917"
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
{
|
package/package.json
CHANGED