UNPKG

dbx-mcp-server

Version:

A Model Context Protocol server for Dropbox integration with AI-powered PDF analysis, multi-directory indexing, and parallel processing

6 lines (5 loc) 409 B
import { McpToolResponse } from '../interfaces.js'; export declare function deleteItem(path: string): Promise<McpToolResponse>; export declare function safeDeleteItem(path: string, userId: string, skipConfirmation?: boolean, retentionDays?: number, reason?: string, permanent?: boolean): Promise<McpToolResponse>; export { deleteItem as legacyDelete }; export declare function cleanupDeletionTracker(): void;