file-organizer-mcp 3.2.7 → 3.2.8
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 +8 -0
- package/MIGRATION.md +1 -1
- package/README.md +2 -2
- package/bin/file-organizer-mcp.mjs +1 -1
- package/bin/file-organizer-setup.mjs +1 -1
- package/dist/src/config.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.2.8] - 2026-02-10
|
|
4
|
+
|
|
5
|
+
### 🚨 CRITICAL FIX: MCP Protocol Compatibility
|
|
6
|
+
|
|
7
|
+
**FINAL FIX - v3.2.8**
|
|
8
|
+
- Removed old local node_modules version conflict
|
|
9
|
+
- npx now correctly resolves to global installation
|
|
10
|
+
|
|
3
11
|
## [3.2.7] - 2026-02-10
|
|
4
12
|
|
|
5
13
|
### 🚨 CRITICAL FIX: MCP Protocol Compatibility
|
package/MIGRATION.md
CHANGED
|
@@ -362,4 +362,4 @@ If you've followed all steps, you're now running File Organizer MCP v3.0 with en
|
|
|
362
362
|
**Questions?** Create an issue on [GitHub](https://github.com/kridaydave/File-Organizer-MCP/issues)
|
|
363
363
|
|
|
364
364
|
**Last Updated:** February 10, 2026 (v3.2.7 hotfix)
|
|
365
|
-
**Version:** 3.2.
|
|
365
|
+
**Version:** 3.2.8
|
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# <a id="file-organizer-mcp-server"></a>File Organizer MCP Server 🗂️
|
|
2
2
|
|
|
3
|
-
**Version:** 3.2.
|
|
3
|
+
**Version:** 3.2.8 | **MCP Protocol:** 2024-11-05 | **Node:** ≥18.0.0
|
|
4
4
|
|
|
5
5
|
[Why Us](#why-specialized-tools) • [Quick Start](#quick-start) • [Features](#features) • [Tools](#tools-reference) • [Examples](#example-workflows) • [API](API.md) • [Security](#security-configuration) • [Architecture](ARCHITECTURE.md)
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
[](https://www.npmjs.com/package/file-organizer-mcp)
|
|
10
10
|
[](https://www.npmjs.com/package/file-organizer-mcp)
|
|
11
11
|
[](https://github.com/kridaydave/File-Organizer-MCP)
|
|
12
12
|
[](https://nodejs.org)
|
package/dist/src/config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "file-organizer-mcp",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"description": "Intelligent file organization MCP server for Claude with security-hardened operations, auto-categorization, and duplicate detection",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|