UNPKG

clickhouse-mcp

Version:
6 lines 142 B
/** * Main function to start the MCP server. */ declare function main(): Promise<void>; export { main }; //# sourceMappingURL=index.d.ts.map