UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, and professional CLI. Built-in tools operational, 58+ external MCP servers discoverable. Connect to filesystem, GitHub, database operations, and more. Build, test, and

9 lines (8 loc) 266 B
/** * Enhanced Provider Setup Messages * Provides detailed setup instructions for AI providers */ /** * Generate enhanced error message with setup instructions */ export declare function getProviderSetupMessage(provider: string, missingVars: string[]): string;