@tiwater/office-mcp 0.15.0 → 0.15.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.
|
@@ -53,7 +53,9 @@
|
|
|
53
53
|
"maximum": 9007199254740991
|
|
54
54
|
},
|
|
55
55
|
"vMerge": {
|
|
56
|
-
"type": "string"
|
|
56
|
+
"type": "string",
|
|
57
|
+
"enum": ["restart", "continue", "none"],
|
|
58
|
+
"description": "Vertical merge state for this cell. Use none to clear a merge inherited from the template row."
|
|
57
59
|
},
|
|
58
60
|
"bold": {
|
|
59
61
|
"type": "boolean"
|
|
@@ -58,7 +58,9 @@
|
|
|
58
58
|
"maximum": 9007199254740991
|
|
59
59
|
},
|
|
60
60
|
"vMerge": {
|
|
61
|
-
"type": "string"
|
|
61
|
+
"type": "string",
|
|
62
|
+
"enum": ["restart", "continue", "none"],
|
|
63
|
+
"description": "Vertical merge state for this cell. Use none to clear a merge inherited from the template row."
|
|
62
64
|
},
|
|
63
65
|
"bold": {
|
|
64
66
|
"type": "boolean"
|
|
@@ -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.15.
|
|
5
|
+
"version": "0.15.1"
|
|
6
6
|
},
|
|
7
7
|
"tools": [
|
|
8
8
|
{
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
"name": "docx_insert_table_rows",
|
|
197
197
|
"providerContract": {
|
|
198
198
|
"source": "packages/docx-cli/contracts/mcp-input/docx_insert_table_rows.schema.json",
|
|
199
|
-
"sha256": "
|
|
199
|
+
"sha256": "d51c0578d5a27cfe290afeca068f36e78af49403487351203f3b19af277f56a8"
|
|
200
200
|
},
|
|
201
201
|
"inputContract": {
|
|
202
202
|
"path": "office/contracts/docx_insert_table_rows.schema.json",
|
|
203
|
-
"sha256": "
|
|
203
|
+
"sha256": "d51c0578d5a27cfe290afeca068f36e78af49403487351203f3b19af277f56a8"
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
{
|
|
@@ -317,11 +317,11 @@
|
|
|
317
317
|
"name": "docx_replace_table_rows",
|
|
318
318
|
"providerContract": {
|
|
319
319
|
"source": "packages/docx-cli/contracts/mcp-input/docx_replace_table_rows.schema.json",
|
|
320
|
-
"sha256": "
|
|
320
|
+
"sha256": "4bc40b83f154993a98b374ba94631c689493ead78f9c56e6069ccc8681ab382f"
|
|
321
321
|
},
|
|
322
322
|
"inputContract": {
|
|
323
323
|
"path": "office/contracts/docx_replace_table_rows.schema.json",
|
|
324
|
-
"sha256": "
|
|
324
|
+
"sha256": "4bc40b83f154993a98b374ba94631c689493ead78f9c56e6069ccc8681ab382f"
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
327
|
{
|