UNPKG

csv-mcp

Version:

A Model Context Protocol (MCP) server for powerful CSV file operations - read, write, query, transform, analyze CSV data with formulas and charts.

14 lines 292 B
/** * Jest Test Setup * Global configuration and utilities for CSV testing */ declare global { namespace jest { interface Matchers<R> { toBeValidCSVData(): R; toHaveValidMCPStructure(): R; } } } export {}; //# sourceMappingURL=setup.d.ts.map