dbx-mcp-server
Version:
A Model Context Protocol server for Dropbox integration with AI-powered PDF analysis, multi-directory indexing, and parallel processing
8 lines (7 loc) • 405 B
TypeScript
export const getTestFolderURI: jest.Mock<any, any, any>;
export const getTestFileURI: jest.Mock<any, any, any>;
export const getTestResourceContent: jest.Mock<any, any, any>;
export const createMockContent: jest.Mock<any, any, any>;
export const createMockMetadata: jest.Mock<any, any, any>;
export const createMockFilesList: jest.Mock<any, any, any>;
export const getMockedApi: jest.Mock<any, any, any>;