#!/usr/bin/env node /** * File Organizer MCP Server v3.4.2 * * A powerful, security-hardened Model Context Protocol server for intelligent file organization. * Features 7-layer path validation, file categorization, duplicate detection, and more. * * Usage: * npx file-organizer-mcp - Start the MCP server * npx file-organizer-mcp --setup - Run the setup wizard * npx file-organizer-mcp --version - Show version * npx file-organizer-mcp --help - Show help * * @version 3.4.2 * @license MIT */ export {}; //# sourceMappingURL=index.d.ts.map