@tiwater/office-mcp 0.12.0 → 0.12.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.
Files changed (2) hide show
  1. package/office/index.mjs +1 -1
  2. package/package.json +1 -1
package/office/index.mjs CHANGED
@@ -455,7 +455,7 @@ const tools = [
455
455
  },
456
456
  {
457
457
  name: 'xlsx_inspect',
458
- description: 'Inspect an XLSX workbook and write one JSON observation containing workbook structure, exported values, formulas, styles, merged ranges, and conversion evidence.',
458
+ description: 'Inspect a current XLSX workbook or legacy XLS workbook and write one JSON observation containing workbook structure, exported values, formulas, styles, merged ranges, and any published legacy-format conversion evidence.',
459
459
  inputSchema: artifactInput,
460
460
  outputSchema: artifactOutput('xlsx_inspect'),
461
461
  handler: xlsxInspect,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiwater/office-mcp",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Published MCP server for Tiwater Office document capabilities",
5
5
  "type": "module",
6
6
  "license": "MIT",