dbx-mcp-server
Version:
A Model Context Protocol server for Dropbox integration with AI-powered PDF analysis, multi-directory indexing, and parallel processing
4 lines (3 loc) • 557 B
TypeScript
export { listFiles, uploadFile, downloadFile, createFolder, getFileMetadata, getFileContent, getRawFileMetadata, downloadFileAsBuffer, copyItem, moveItem, getSharingLink, searchFiles, getAccountInfo, getTeamInfo, deleteItem, safeDeleteItem, handleDropboxError, formatDropboxPath, getDropboxClient, getDropboxClientForPath, getCachedTeamConfig, getCachedBusinessUserId, shouldUseTeamSpace } from './dropbox/index.js';
export type { SearchOptions } from './dropbox/advanced-operations.js';
export type { TeamConfig, ClientOptions } from './dropbox/index.js';