Skip to content

Commit d2e8d5e

Browse files
committed
docs: correct stale tool count and library version in the plugin shell
The doc-sync sweep at close time caught three facts this change had just invalidated, all in plugins/che-word-mcp/CLAUDE.md: - "242 tools(binary v3.20.0 tools/list 實測)" — the count is 245, measured the same way the original claim was: by running the released v4.0.0 binary as an MCP server and reading tools/list. v3.20.0 is several releases stale. - "Built on ooxml-swift v0.24.0" and the same figure in the Binary Dependency table — it is v3.0.1. The che-word-mcp README's own version-history rows were checked and left alone: they describe what each past release did and are correctly frozen. A v4.0.0 row was added there separately. Also bumps the submodule pointer. Refs PsychQuant/che-word-mcp#180 Refs PsychQuant/che-word-mcp#181
1 parent ac9ea54 commit d2e8d5e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

mcp/che-word-mcp

plugins/che-word-mcp/CLAUDE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Purpose
44

5-
Microsoft Word (.docx) MCP plugin. Wraps the [CheWordMCP](https://github.com/PsychQuant/che-word-mcp) Swift binary via auto-download wrapper. **Swift-native OOXML manipulation** — reads and writes .docx without requiring Microsoft Word installation. 242 tools(binary v3.20.0 `tools/list` 實測)cover the full Office.js OOXML Roadmap P0 set ([#43](https://github.com/PsychQuant/che-word-mcp/issues/43) closed 100%).
5+
Microsoft Word (.docx) MCP plugin. Wraps the [CheWordMCP](https://github.com/PsychQuant/che-word-mcp) Swift binary via auto-download wrapper. **Swift-native OOXML manipulation** — reads and writes .docx without requiring Microsoft Word installation. 245 tools(binary v4.0.0 `tools/list` 實測)cover the full Office.js OOXML Roadmap P0 set ([#43](https://github.com/PsychQuant/che-word-mcp/issues/43) closed 100%).
66

7-
Built on [`ooxml-swift`](https://github.com/PsychQuant/ooxml-swift) v0.24.0.
7+
Built on [`ooxml-swift`](https://github.com/PsychQuant/ooxml-swift) v3.0.1.
88

99
## Components
1010

11-
### MCP Tools (242)
11+
### MCP Tools (245)
1212

1313
| Category | Representative tools |
1414
|----------|---------------------|
@@ -46,7 +46,7 @@ MCP namespace: `mcp__che-word-mcp__<tool>`.
4646
| Mode | Param | Tools | Use when |
4747
|------|-------|-------|----------|
4848
| Direct | `source_path` | 18 | 快速 read-only 檢查(list/search/info),不需 open/close lifecycle |
49-
| Session | `doc_id` | All 242 | 任何寫入或多步驟編輯都要走這個 |
49+
| Session | `doc_id` | All 245 | 任何寫入或多步驟編輯都要走這個 |
5050

5151
## Track Changes Contract(v3.12.0+ 重要)
5252

@@ -67,7 +67,7 @@ MCP namespace: `mcp__che-word-mcp__<tool>`.
6767

6868
- Binary repo: [`PsychQuant/che-word-mcp`](https://github.com/PsychQuant/che-word-mcp)
6969
- Binary name: `CheWordMCP`
70-
- Underlying lib: [`PsychQuant/ooxml-swift`](https://github.com/PsychQuant/ooxml-swift) v0.24.0
70+
- Underlying lib: [`PsychQuant/ooxml-swift`](https://github.com/PsychQuant/ooxml-swift) v3.0.1
7171
- Release asset naming: asset filename must contain `CheWordMCP`
7272

7373
### Plugin vs Binary Version Sync

0 commit comments

Comments
 (0)