Skip to main content
Glama
index.ts445 B
/** * File handling system * Exports all file handlers, interfaces, and utilities */ // Base interfaces and types export * from './base.js'; // Factory function export { getFileHandler, isExcelFile, isImageFile } from './factory.js'; // File handlers export { TextFileHandler } from './text.js'; export { ImageFileHandler } from './image.js'; export { BinaryFileHandler } from './binary.js'; export { ExcelFileHandler } from './excel.js';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wonderwhy-er/DesktopCommanderMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server