@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.
- package/office/index.mjs +1 -1
- 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
|
|
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,
|