UNPKG

dbx-mcp-server

Version:

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

17 lines 776 B
// New refactored dbx-api.ts - Main API interface // This file serves as the main API interface and re-exports all functionality // from the modular dropbox/ directory for backward compatibility export { // File operations listFiles, uploadFile, downloadFile, createFolder, getFileMetadata, getFileContent, getRawFileMetadata, downloadFileAsBuffer, // Advanced operations copyItem, moveItem, getSharingLink, searchFiles, // Team operations getAccountInfo, getTeamInfo, // Delete operations deleteItem, safeDeleteItem, // Utility exports handleDropboxError, formatDropboxPath, getDropboxClient, getDropboxClientForPath, // Team configuration getCachedTeamConfig, getCachedBusinessUserId, shouldUseTeamSpace } from './dropbox/index.js'; //# sourceMappingURL=dbx-api.js.map