@tiwater/office-mcp 0.10.0 → 0.10.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/README.md +9 -0
- package/package.json +1 -1
package/office/README.md
CHANGED
|
@@ -23,6 +23,15 @@ Shared stdio MCP server for Office document workflows.
|
|
|
23
23
|
Install `@tiwater/office-mcp` together with the runtime versions required by
|
|
24
24
|
the consumer, then run `tiwater-office-mcp` as a stdio MCP server.
|
|
25
25
|
|
|
26
|
+
Office MCP 0.10 requires these minimum published runtimes on `PATH`:
|
|
27
|
+
|
|
28
|
+
| Command | Package | Minimum version |
|
|
29
|
+
| --- | --- | --- |
|
|
30
|
+
| `tiwater-docx` | NuGet `tiwater.docx.cli` | 0.15.0 |
|
|
31
|
+
| `tiwater-xlsx` | NuGet `tiwater.xlsx.cli` | 0.2.55 |
|
|
32
|
+
| `tiwater-pptx` | NuGet `tiwater.pptx.cli` | 0.2.22 |
|
|
33
|
+
| `tiwater-convert` | NuGet `tiwater.convert.cli` | 0.9.22 |
|
|
34
|
+
|
|
26
35
|
The server invokes published `tiwater-docx`, `tiwater-xlsx`,
|
|
27
36
|
`tiwater-pptx`, and `tiwater-convert` commands from `PATH`. It does not require
|
|
28
37
|
a source checkout or fall back to local projects.
|