UNPKG

tryaii-mcp-server

Version:

TryAII MCP Server - 15+ AI models with comparison, cost tracking, and collective intelligence

12 lines 356 B
#!/usr/bin/env node /** * TryAII MCP Server - Main Entry Point * * This is the main entry point for the npm package. * It can be run as a CLI tool or imported as a module. */ import { config } from './middleware/utils/config.js'; declare function main(): Promise<void>; export { main, config }; export default main; //# sourceMappingURL=index.d.ts.map