UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio

13 lines (12 loc) 389 B
#!/usr/bin/env node /** * NeuroLink Setup Command - Main Provider Setup Wizard * * Provides a beautiful welcome experience for new users and guided * provider selection, while delegating to existing setup commands. */ import type { SetupArgs } from "../../lib/types/index.js"; /** * Main setup command handler */ export declare function handleSetup(argv: SetupArgs): Promise<void>;