@tiwater/office-mcp 0.21.49 → 0.21.50

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.
@@ -59,7 +59,7 @@
59
59
  }, "required": ["part", "path"], "additionalProperties": false
60
60
  },
61
61
  "cells": {
62
- "type": "array", "minItems": 1,
62
+ "type": "array", "minItems": 0,
63
63
  "items": {
64
64
  "type": "object", "properties": {
65
65
  "columns": { "type": "array", "minItems": 1, "description": "One or more contiguous request-local column IDs occupied by this cell.", "items": { "type": "string", "minLength": 1, "maxLength": 80 } },
@@ -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.49"
5
+ "version": "0.21.50"
6
6
  },
7
7
  "tools": [
8
8
  {
@@ -218,11 +218,11 @@
218
218
  "name": "docx_set_table",
219
219
  "providerContract": {
220
220
  "source": "packages/docx-cli/contracts/mcp-input/docx_set_table.schema.json",
221
- "sha256": "d04c40174ce3427689c970b26dd3a282f9d9f6889e4c5ac737eca5926ef709b9"
221
+ "sha256": "578f549f5f331631d77b904eb60a24a4f5c89841ddd013c19629c07af3748a8b"
222
222
  },
223
223
  "inputContract": {
224
224
  "path": "office/contracts/docx_set_table.schema.json",
225
- "sha256": "d04c40174ce3427689c970b26dd3a282f9d9f6889e4c5ac737eca5926ef709b9"
225
+ "sha256": "578f549f5f331631d77b904eb60a24a4f5c89841ddd013c19629c07af3748a8b"
226
226
  }
227
227
  },
228
228
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiwater/office-mcp",
3
- "version": "0.21.49",
3
+ "version": "0.21.50",
4
4
  "description": "Published MCP distribution for independent Tiwater Office, PDF, and Text document capabilities",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  "schema": "tiwater.pdf-provider-contract-manifest/v1",
3
3
  "provider": {
4
4
  "id": "@tiwater/office-mcp",
5
- "version": "0.21.49"
5
+ "version": "0.21.50"
6
6
  },
7
7
  "runtime": {
8
8
  "command": "tiwater-pdf"
@@ -2,7 +2,7 @@
2
2
  "schema": "tiwater.text-provider-contract-manifest/v1",
3
3
  "provider": {
4
4
  "id": "@tiwater/office-mcp",
5
- "version": "0.21.49"
5
+ "version": "0.21.50"
6
6
  },
7
7
  "tools": [
8
8
  {