@tiwater/office-mcp 0.17.2 → 0.17.3
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
CHANGED
|
@@ -212,7 +212,7 @@ const tools = [
|
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
name: 'docx_list_objects',
|
|
215
|
-
description: 'List one small page of revision-bound
|
|
215
|
+
description: 'List one small page of revision-bound nearest-child identities. Use parentRef to restrict any container, such as body paragraphs, table rows, or row cells; use docx_find_literal when selecting by text.',
|
|
216
216
|
inputSchema: inputContract('docx_list_objects'),
|
|
217
217
|
annotations: { readOnlyHint: true, idempotentHint: true },
|
|
218
218
|
handler: args => docxObservation('docx_list_objects', args),
|