ellmos-filecommander-mcp 1.8.1 → 1.8.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/CHANGELOG.md CHANGED
@@ -1,162 +1,178 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- ## [Unreleased]
6
-
7
- ### Fixed
8
- - Correct version mismatch in banner/description display (1.7.10 1.8.0) and improve OCR `fc_ocr` error handling for edge cases.
9
-
10
- ### Changed
11
- - Bump `@modelcontextprotocol/sdk` from 1.27.1 to 1.29.0.
12
-
13
- ### CI
14
- - Add a dedicated GitHub Actions test workflow for Node.js 20, 22, and 24. The workflow runs `npm ci`, TypeScript build, Vitest, and an npm package dry-run on pushes and pull requests.
15
- - Lock `@emnapi/core` and `@emnapi/runtime` as dev dependencies so Linux `npm ci` resolves Vitest/Rolldown optional WASM peer dependencies deterministically.
16
-
17
- ### Documentation
18
- - Move the `llms.txt` last-checked marker to the top of the file and normalize search phrases into a crawler-friendly fenced code block.
19
- - Ignore local automation protocol files via `*-protocoll.txt`.
20
- - Normalize `package.json` repository metadata to npm's `git+https` form.
21
-
22
- ## [1.8.0] - 2026-05-31
23
-
24
- ### Added
25
- - **Cloud-lock-safe file operations**: `fc_move`, `fc_batch_rename`, and `fc_safe_delete` now automatically fall back to copy+delete when the Windows Cloud Files filter (`cldflt.sys`) or other file locks block `rename()`. Triggered on EPERM, EACCES, EXDEV, and EBUSY errors.
26
- - **`fc_check_cloud_lock`** New read-only diagnostic tool that checks whether a path is at risk of cloud-sync lock conflicts. Reports driver status, sync folder detection, and risk level. Windows-only (graceful no-op on macOS/Linux).
27
- - Empirical cloud-lock test (`test/empirical_cloud_lock.mjs`) using real Windows file locks to verify the fallback path.
28
- - 7 new unit tests for `cloudSafeRename` helper (143 total tests).
29
- - Full i18n (DE/EN) for all new features.
30
- - Total tools: 44
31
-
32
- ### Changed
33
- - Include `server.json` in the npm package so official MCP Registry metadata ships with the published artifact.
34
- - Rename the official registry title from legacy "BACH FileCommander" to "ellmos FileCommander".
35
- - Update community workflows to `actions/stale@v10` and `actions/first-interaction@v3` with current input names.
36
- - Refresh README/README_de and `llms.txt` discovery notes for Glama, npm, and the ellmos MCP family.
37
-
38
- ## [1.7.10] - 2026-05-23
39
-
40
- ### Fixed
41
- - Refresh npm lockfile and overrides to resolve Dependabot alerts for `fast-xml-builder`, `fast-uri`, `hono`, and `ip-address`.
42
- - Update dev dependency lockfile path away from vulnerable Vite/esbuild ranges.
43
-
44
- ## [1.7.9] - 2026-05-17
45
-
46
- ### Added
47
- - Comprehensive test suite with 136 tests covering all 43 tools (vitest)
48
- - Cross-platform compatibility verified on Windows, macOS, and Linux
49
- - Development/Testing section in README.md and README_de.md
50
-
51
- ## [1.7.2] - 2026-02-20
52
-
53
- ### Fixed
54
- - Update CHANGELOG with 5 missing version entries (v1.5.0-v1.7.1)
55
- - Fix server.json version mismatch
56
- - Update SECURITY.md supported versions (1.3.x -> 1.7.x)
57
- - Add missing runtime dependencies to THIRD_PARTY_NOTICES.md
58
- - Remove stale "NEW in v1.4.0" label from README
59
-
60
- ## [1.7.1] - 2026-02-17
61
-
62
- ### Changed
63
- - Replace custom TOON parser/serializer with official `@toon-format/toon` package
64
- - Proper TOON format: `key: value` syntax instead of custom `key = value`
65
-
66
- ## [1.7.0] - 2026-02-17
67
-
68
- ### Added
69
- - `fc_ocr` - Extract text from images via optional tesseract.js dependency
70
- - `fc_archive` - Create, extract, and list ZIP archives (via adm-zip)
71
- - `fc_checksum` - File hashing (MD5, SHA-1, SHA-256, SHA-512) with optional compare
72
- - `fc_set_safe_mode` - Toggle safety mode: route all deletes through Recycle Bin / Trash
73
- - Expand `fc_convert_format`: add YAML, TOML, XML, and TOON support (was JSON/CSV/INI only)
74
- - Full i18n (DE/EN) for all new tools
75
- - Total tools: 43
76
-
77
- ## [1.6.1] - 2026-02-17
78
-
79
- ### Added
80
- - `mcpName` field in package.json for MCP Registry verification
81
- - `server.json` for official MCP Registry publishing
82
-
83
- ## [1.6.0] - 2026-02-17
84
-
85
- ### Added
86
- - `fc_md_to_pdf` - Real PDF generation via headless Edge/Chrome browser
87
- - Cross-platform browser detection (Windows, macOS, Linux)
88
- - Fallback to HTML output if no browser is available
89
- - Total tools: 39
90
-
91
- ## [1.5.0] - 2026-02-15
92
-
93
- ### Added
94
- - Complete internationalization (i18n) infrastructure with German (default) and English support
95
- - New `fc_set_language` tool for runtime language switching
96
- - `FC_LANGUAGE` environment variable for startup configuration
97
- - ~270 translated strings (tool titles, descriptions, error messages, weekdays)
98
- - i18n test suite (66 tests)
99
- - Language priority: `fc_set_language` > `FC_LANGUAGE` env > `"de"` default
100
-
101
- ## [1.4.1] - 2026-02-14
102
-
103
- ### Fixed
104
- - `fc_md_to_html` completely rewritten: line-by-line parser instead of regex chain
105
- - Added: nested lists, ordered lists, blockquotes, checkboxes, badge images, standalone images
106
- - Added: bold+italic combo (`***text***`), proper `<thead>/<tbody>` tables
107
- - Professional CSS: dark code blocks, colored headers, print-ready layout
108
-
109
- ## [1.4.0] - 2026-02-14
110
-
111
- ### Added
112
- - `fc_fix_json` - Repair common JSON errors (BOM, trailing commas, single quotes, comments, NUL bytes)
113
- - `fc_validate_json` - Validate JSON with detailed error position and context
114
- - `fc_cleanup_file` - Clean files: remove BOM, NUL bytes, trailing whitespace, normalize line endings
115
- - `fc_fix_encoding` - Fix Mojibake and double-encoded UTF-8 (27+ patterns for German, French, Spanish)
116
- - `fc_folder_diff` - Track directory changes (new/modified/deleted files) with snapshots
117
- - `fc_batch_rename` - Pattern-based batch renaming (prefix/suffix removal, replace, auto-detect)
118
- - `fc_convert_format` - Convert between JSON, CSV, and INI formats
119
- - `fc_detect_duplicates` - Find duplicate files using SHA-256 hashing with size pre-filter
120
- - `fc_md_to_html` - Convert Markdown to styled HTML (printable as PDF via browser)
121
- - Total tools: 38
122
-
123
- ## [1.3.0] - 2026-02-14
124
-
125
- ### Changed
126
- - Project prepared for public open-source release
127
- - README rewritten in English for international audience
128
- - Added LICENSE (MIT), SECURITY.md, CONTRIBUTING.md
129
- - Package metadata updated for NPM publishing
130
-
131
- ## [1.2.1] - 2025-01-05
132
-
133
- ### Added
134
- - `fc_str_replace` - String replacement tool with unique-match validation
135
- - Total tools: 29
136
-
137
- ### Fixed
138
- - `fc_safe_delete` PowerShell escaping for paths with special characters
139
- - `&` character handling in Windows paths (PowerShell fallback)
140
-
141
- ## [1.2.0] - 2025-01-05
142
-
143
- ### Added
144
- - Async Search system (5 tools): `fc_start_search`, `fc_get_search_results`, `fc_stop_search`, `fc_list_searches`, `fc_clear_search`
145
- - `fc_safe_delete` - Moves files to Recycle Bin (Windows) or Trash (macOS/Linux) instead of permanent deletion
146
-
147
- ## [1.1.0] - 2025-01-05
148
-
149
- ### Added
150
- - `fc_read_multiple_files` - Read multiple files in one call
151
- - `fc_edit_file` - Line-based file editing (replace/insert/delete)
152
- - `fc_list_processes` - List running system processes
153
- - `fc_kill_process` - Terminate processes by PID or name
154
- - Interactive Sessions (4 tools): `fc_start_session`, `fc_read_output`, `fc_send_input`, `fc_close_session`
155
-
156
- ## [1.0.0] - 2025-01-05
157
-
158
- ### Added
159
- - Initial release with 13 filesystem tools
160
- - File operations: read, write, list, create directory, delete, move, copy, file info, search
161
- - Process execution: `fc_execute_command`, `fc_start_process`
162
- - System: `fc_get_time`
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [Unreleased]
6
+
7
+ ### Added
8
+ - Replace the Spanish, Chinese, Japanese, and Russian i18n fallback stubs with full FileCommander runtime translations.
9
+ - Add an i18n regression test covering localized core messages, interpolation, and stub removal for all four language packs.
10
+
11
+ ### Fixed
12
+ - Use `-EncodedCommand` (Base64/UTF-16LE) for PowerShell execution instead of string interpolation, preventing injection via metacharacters (`$`, backtick, `&`). Fixes CodeQL `js/incomplete-string-escaping` alert.
13
+
14
+ ### Documentation
15
+ - Update README test counts to 154 after adding the i18n regression coverage.
16
+ - Refresh discoverability metadata for the current 44-tool FileCommander release, including jsDelivr and LobeHub visibility, cached third-party directory caveats, and additional Cloud-Lock/OCR/ZIP search phrases.
17
+
18
+ ## [1.8.2] - 2026-06-17
19
+
20
+ ### Fixed
21
+ - Correct version mismatch in banner/description display (1.7.10 → 1.8.0) and improve OCR `fc_ocr` error handling for edge cases.
22
+ - Align `package.json`, lockfile, MCP runtime version, source header, and `server.json` metadata after the update-notifier release.
23
+ - Refresh npm dependency locks so production audit findings for `hono` and `js-yaml` are resolved.
24
+
25
+ ### Changed
26
+ - Bump `@modelcontextprotocol/sdk` from 1.27.1 to 1.29.0.
27
+ - Add a TTY-guarded `update-notifier` check for interactive CLI starts while keeping MCP stdio output unchanged.
28
+
29
+ ### CI
30
+ - Add a dedicated GitHub Actions test workflow for Node.js 20, 22, and 24. The workflow runs `npm ci`, TypeScript build, Vitest, and an npm package dry-run on pushes and pull requests.
31
+ - Lock `@emnapi/core` and `@emnapi/runtime` as dev dependencies so Linux `npm ci` resolves Vitest/Rolldown optional WASM peer dependencies deterministically.
32
+
33
+ ### Documentation
34
+ - Move the `llms.txt` last-checked marker to the top of the file and normalize search phrases into a crawler-friendly fenced code block.
35
+ - Ignore local automation protocol files via `*-protocoll.txt`.
36
+ - Normalize `package.json` repository metadata to npm's `git+https` form.
37
+
38
+ ## [1.8.0] - 2026-05-31
39
+
40
+ ### Added
41
+ - **Cloud-lock-safe file operations**: `fc_move`, `fc_batch_rename`, and `fc_safe_delete` now automatically fall back to copy+delete when the Windows Cloud Files filter (`cldflt.sys`) or other file locks block `rename()`. Triggered on EPERM, EACCES, EXDEV, and EBUSY errors.
42
+ - **`fc_check_cloud_lock`** New read-only diagnostic tool that checks whether a path is at risk of cloud-sync lock conflicts. Reports driver status, sync folder detection, and risk level. Windows-only (graceful no-op on macOS/Linux).
43
+ - Empirical cloud-lock test (`test/empirical_cloud_lock.mjs`) using real Windows file locks to verify the fallback path.
44
+ - 7 new unit tests for `cloudSafeRename` helper (143 total tests).
45
+ - Full i18n (DE/EN) for all new features.
46
+ - Total tools: 44
47
+
48
+ ### Changed
49
+ - Include `server.json` in the npm package so official MCP Registry metadata ships with the published artifact.
50
+ - Rename the official registry title from legacy "BACH FileCommander" to "ellmos FileCommander".
51
+ - Update community workflows to `actions/stale@v10` and `actions/first-interaction@v3` with current input names.
52
+ - Refresh README/README_de and `llms.txt` discovery notes for Glama, npm, and the ellmos MCP family.
53
+
54
+ ## [1.7.10] - 2026-05-23
55
+
56
+ ### Fixed
57
+ - Refresh npm lockfile and overrides to resolve Dependabot alerts for `fast-xml-builder`, `fast-uri`, `hono`, and `ip-address`.
58
+ - Update dev dependency lockfile path away from vulnerable Vite/esbuild ranges.
59
+
60
+ ## [1.7.9] - 2026-05-17
61
+
62
+ ### Added
63
+ - Comprehensive test suite with 136 tests covering all 43 tools (vitest)
64
+ - Cross-platform compatibility verified on Windows, macOS, and Linux
65
+ - Development/Testing section in README.md and README_de.md
66
+
67
+ ## [1.7.2] - 2026-02-20
68
+
69
+ ### Fixed
70
+ - Update CHANGELOG with 5 missing version entries (v1.5.0-v1.7.1)
71
+ - Fix server.json version mismatch
72
+ - Update SECURITY.md supported versions (1.3.x -> 1.7.x)
73
+ - Add missing runtime dependencies to THIRD_PARTY_NOTICES.md
74
+ - Remove stale "NEW in v1.4.0" label from README
75
+
76
+ ## [1.7.1] - 2026-02-17
77
+
78
+ ### Changed
79
+ - Replace custom TOON parser/serializer with official `@toon-format/toon` package
80
+ - Proper TOON format: `key: value` syntax instead of custom `key = value`
81
+
82
+ ## [1.7.0] - 2026-02-17
83
+
84
+ ### Added
85
+ - `fc_ocr` - Extract text from images via optional tesseract.js dependency
86
+ - `fc_archive` - Create, extract, and list ZIP archives (via adm-zip)
87
+ - `fc_checksum` - File hashing (MD5, SHA-1, SHA-256, SHA-512) with optional compare
88
+ - `fc_set_safe_mode` - Toggle safety mode: route all deletes through Recycle Bin / Trash
89
+ - Expand `fc_convert_format`: add YAML, TOML, XML, and TOON support (was JSON/CSV/INI only)
90
+ - Full i18n (DE/EN) for all new tools
91
+ - Total tools: 43
92
+
93
+ ## [1.6.1] - 2026-02-17
94
+
95
+ ### Added
96
+ - `mcpName` field in package.json for MCP Registry verification
97
+ - `server.json` for official MCP Registry publishing
98
+
99
+ ## [1.6.0] - 2026-02-17
100
+
101
+ ### Added
102
+ - `fc_md_to_pdf` - Real PDF generation via headless Edge/Chrome browser
103
+ - Cross-platform browser detection (Windows, macOS, Linux)
104
+ - Fallback to HTML output if no browser is available
105
+ - Total tools: 39
106
+
107
+ ## [1.5.0] - 2026-02-15
108
+
109
+ ### Added
110
+ - Complete internationalization (i18n) infrastructure with German (default) and English support
111
+ - New `fc_set_language` tool for runtime language switching
112
+ - `FC_LANGUAGE` environment variable for startup configuration
113
+ - ~270 translated strings (tool titles, descriptions, error messages, weekdays)
114
+ - i18n test suite (66 tests)
115
+ - Language priority: `fc_set_language` > `FC_LANGUAGE` env > `"de"` default
116
+
117
+ ## [1.4.1] - 2026-02-14
118
+
119
+ ### Fixed
120
+ - `fc_md_to_html` completely rewritten: line-by-line parser instead of regex chain
121
+ - Added: nested lists, ordered lists, blockquotes, checkboxes, badge images, standalone images
122
+ - Added: bold+italic combo (`***text***`), proper `<thead>/<tbody>` tables
123
+ - Professional CSS: dark code blocks, colored headers, print-ready layout
124
+
125
+ ## [1.4.0] - 2026-02-14
126
+
127
+ ### Added
128
+ - `fc_fix_json` - Repair common JSON errors (BOM, trailing commas, single quotes, comments, NUL bytes)
129
+ - `fc_validate_json` - Validate JSON with detailed error position and context
130
+ - `fc_cleanup_file` - Clean files: remove BOM, NUL bytes, trailing whitespace, normalize line endings
131
+ - `fc_fix_encoding` - Fix Mojibake and double-encoded UTF-8 (27+ patterns for German, French, Spanish)
132
+ - `fc_folder_diff` - Track directory changes (new/modified/deleted files) with snapshots
133
+ - `fc_batch_rename` - Pattern-based batch renaming (prefix/suffix removal, replace, auto-detect)
134
+ - `fc_convert_format` - Convert between JSON, CSV, and INI formats
135
+ - `fc_detect_duplicates` - Find duplicate files using SHA-256 hashing with size pre-filter
136
+ - `fc_md_to_html` - Convert Markdown to styled HTML (printable as PDF via browser)
137
+ - Total tools: 38
138
+
139
+ ## [1.3.0] - 2026-02-14
140
+
141
+ ### Changed
142
+ - Project prepared for public open-source release
143
+ - README rewritten in English for international audience
144
+ - Added LICENSE (MIT), SECURITY.md, CONTRIBUTING.md
145
+ - Package metadata updated for NPM publishing
146
+
147
+ ## [1.2.1] - 2025-01-05
148
+
149
+ ### Added
150
+ - `fc_str_replace` - String replacement tool with unique-match validation
151
+ - Total tools: 29
152
+
153
+ ### Fixed
154
+ - `fc_safe_delete` PowerShell escaping for paths with special characters
155
+ - `&` character handling in Windows paths (PowerShell fallback)
156
+
157
+ ## [1.2.0] - 2025-01-05
158
+
159
+ ### Added
160
+ - Async Search system (5 tools): `fc_start_search`, `fc_get_search_results`, `fc_stop_search`, `fc_list_searches`, `fc_clear_search`
161
+ - `fc_safe_delete` - Moves files to Recycle Bin (Windows) or Trash (macOS/Linux) instead of permanent deletion
162
+
163
+ ## [1.1.0] - 2025-01-05
164
+
165
+ ### Added
166
+ - `fc_read_multiple_files` - Read multiple files in one call
167
+ - `fc_edit_file` - Line-based file editing (replace/insert/delete)
168
+ - `fc_list_processes` - List running system processes
169
+ - `fc_kill_process` - Terminate processes by PID or name
170
+ - Interactive Sessions (4 tools): `fc_start_session`, `fc_read_output`, `fc_send_input`, `fc_close_session`
171
+
172
+ ## [1.0.0] - 2025-01-05
173
+
174
+ ### Added
175
+ - Initial release with 13 filesystem tools
176
+ - File operations: read, write, list, create directory, delete, move, copy, file info, search
177
+ - Process execution: `fc_execute_command`, `fc_start_process`
178
+ - System: `fc_get_time`
package/README.md CHANGED
@@ -17,9 +17,9 @@ A comprehensive **Model Context Protocol (MCP) server** that gives AI assistants
17
17
 
18
18
  **44 tools** in a single server - everything an AI agent needs to interact with the local system.
19
19
 
20
- **Discovery keywords:** local filesystem MCP server, safe delete MCP, Recycle Bin MCP server, process management MCP, interactive shell MCP, async file search for AI agents, Markdown to PDF MCP, OCR MCP server.
20
+ **Discovery keywords:** local filesystem MCP server, safe delete MCP, Recycle Bin MCP server, process management MCP, interactive shell MCP, async file search for AI agents, cloud-lock-safe file operations, Markdown to PDF MCP, OCR MCP server, ZIP archive MCP.
21
21
 
22
- **Registry status:** published on [npm](https://www.npmjs.com/package/ellmos-filecommander-mcp), listed on [Glama](https://glama.ai/mcp/servers/eyurifgg4t), and prepared for the official MCP Registry via [`server.json`](server.json). Glama currently indexes the repository metadata but still reports `tools: []`, so a reindex should be triggered after the next npm patch release.
22
+ **Registry status:** published on [npm](https://www.npmjs.com/package/ellmos-filecommander-mcp), indexed by [jsDelivr](https://www.jsdelivr.com/package/npm/ellmos-filecommander-mcp), visible on [LobeHub](https://lobehub.com/mcp/ellmos-ai-ellmos-filecommander-mcp), listed on [Glama](https://glama.ai/mcp/servers/eyurifgg4t), and prepared for the official MCP Registry via [`server.json`](server.json). Some third-party directories still show older 43-tool metadata, so the canonical README/npm metadata should remain the source of truth until their reindex catches up.
23
23
 
24
24
  ---
25
25
 
@@ -266,6 +266,8 @@ FileCommander is designed to be discoverable by both people and AI agents:
266
266
 
267
267
  Primary search terms: `ellmos-filecommander-mcp`, `FileCommander MCP`, `filesystem MCP server`, `safe delete MCP`, `async file search MCP`, `process management MCP`, `Markdown PDF MCP`.
268
268
 
269
+ External discovery notes: npm and jsDelivr already show the current 44-tool package metadata. LobeHub indexes the GitHub repo as an MCP server. Some secondary MCP directories still cache older 43-tool descriptions; use the package description and this README as the canonical 44-tool reference.
270
+
269
271
  ---
270
272
 
271
273
  ## Security
@@ -303,7 +305,7 @@ npm test
303
305
 
304
306
  ### Testing
305
307
 
306
- The project includes a comprehensive test suite with **143 tests** covering filesystem operations, format conversion, encoding repair, archive handling, duplicate detection, and more.
308
+ The project includes a comprehensive test suite with **154 tests** covering filesystem operations, format conversion, encoding repair, archive handling, duplicate detection, i18n language packs, and more.
307
309
 
308
310
  ```bash
309
311
  npm test # Run all tests
package/README_de.md CHANGED
@@ -17,9 +17,9 @@ Ein umfassender **Model Context Protocol (MCP) Server**, der KI-Assistenten voll
17
17
 
18
18
  **44 Tools** in einem einzigen Server — alles, was ein KI-Agent für die Interaktion mit dem lokalen System braucht.
19
19
 
20
- **Discovery-Suchbegriffe:** lokaler Dateisystem-MCP-Server, Safe-Delete-MCP, Papierkorb-MCP-Server, Prozessverwaltungs-MCP, interaktive Shell per MCP, asynchrone Dateisuche für KI-Agenten, Markdown-zu-PDF-MCP, OCR-MCP-Server.
20
+ **Discovery-Suchbegriffe:** lokaler Dateisystem-MCP-Server, Safe-Delete-MCP, Papierkorb-MCP-Server, Prozessverwaltungs-MCP, interaktive Shell per MCP, asynchrone Dateisuche für KI-Agenten, Cloud-Lock-sichere Dateioperationen, Markdown-zu-PDF-MCP, OCR-MCP-Server, ZIP-Archiv-MCP.
21
21
 
22
- **Registry-Status:** auf [npm](https://www.npmjs.com/package/ellmos-filecommander-mcp) veröffentlicht, auf [Glama](https://glama.ai/mcp/servers/eyurifgg4t) gelistet und über [`server.json`](server.json) für die offizielle MCP Registry vorbereitet. Glama indexiert aktuell die Repository-Metadaten, meldet aber noch `tools: []`; nach dem nächsten npm-Patchrelease sollte dort ein Reindex angestoßen werden.
22
+ **Registry-Status:** auf [npm](https://www.npmjs.com/package/ellmos-filecommander-mcp) veröffentlicht, über [jsDelivr](https://www.jsdelivr.com/package/npm/ellmos-filecommander-mcp) indexiert, auf [LobeHub](https://lobehub.com/mcp/ellmos-ai-ellmos-filecommander-mcp) sichtbar, auf [Glama](https://glama.ai/mcp/servers/eyurifgg4t) gelistet und über [`server.json`](server.json) für die offizielle MCP Registry vorbereitet. Einige Drittverzeichnisse zeigen noch ältere 43-Tool-Metadaten; bis deren Reindex durch ist, bleiben README und npm-Metadaten die kanonische 44-Tool-Referenz.
23
23
 
24
24
  ---
25
25
 
@@ -266,6 +266,8 @@ FileCommander ist so dokumentiert, dass Menschen, LLMs und MCP-Verzeichnisse ihn
266
266
 
267
267
  Primäre Suchbegriffe: `ellmos-filecommander-mcp`, `FileCommander MCP`, `filesystem MCP server`, `safe delete MCP`, `async file search MCP`, `process management MCP`, `Markdown PDF MCP`.
268
268
 
269
+ Externe Auffindbarkeit: npm und jsDelivr zeigen bereits die aktuellen 44-Tool-Paketmetadaten. LobeHub indexiert das GitHub-Repo als MCP-Server. Einige sekundäre MCP-Verzeichnisse cachen noch ältere 43-Tool-Beschreibungen; die Paketbeschreibung und diese README sind die kanonische 44-Tool-Referenz.
270
+
269
271
  ---
270
272
 
271
273
  ## Sicherheit
@@ -303,7 +305,7 @@ npm test
303
305
 
304
306
  ### Tests
305
307
 
306
- Das Projekt enthält eine umfassende Test-Suite mit **143 Tests** für Dateisystem-Operationen, Format-Konvertierung, Encoding-Reparatur, Archiv-Handling, Duplikat-Erkennung und mehr.
308
+ Das Projekt enthält eine umfassende Test-Suite mit **154 Tests** für Dateisystem-Operationen, Format-Konvertierung, Encoding-Reparatur, Archiv-Handling, Duplikat-Erkennung, i18n-Sprachpakete und mehr.
307
309
 
308
310
  ```bash
309
311
  npm test # Alle Tests ausführen
@@ -1 +1 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../src/i18n/es.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,eAAO,MAAM,EAAE,EAAE,YAAwB,CAAC"}
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../src/i18n/es.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,eAAO,MAAM,EAAE,EAAE,YA6bhB,CAAC"}