UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

14 lines (13 loc) 449 B
/** * SPDX-License-Identifier: PolyForm-Small-Business-1.0.0 * * Copyright (c) 2025 Desktope Commander MCP Contributors * * This file is licensed under the PolyForm Small Business License 1.0.0 * See the LICENSE file in the /src/polyform directory for the full license text. */ // Export all enhanced edit functionality export * from './edit.js'; export * from './fuzzySearch.js'; export * from './handlers.js'; export * from './schemas.js';