We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yryuu/mcp-localfile-all-read'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Parse CSV file with automatic encoding detection
*/
export declare function parseCSV(filePath: string): Promise<any[]>;
/**
* Parse CSV and return as formatted string
*/
export declare function parseCSVAsString(filePath: string): Promise<string>;
//# sourceMappingURL=csv.d.ts.map