UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with external MCP server integration, multi-provider support, and professional CLI. Connect to 65+ MCP servers for filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 9 major pr

11 lines (10 loc) 416 B
/** * NeuroLink AI Core Server * Wraps existing AI provider functionality as MCP tools for orchestration * Integrates AIProviderFactory with Factory-First MCP architecture */ /** * AI Core Server - Central hub for AI provider tools * Provides text generation, provider selection, AI analysis, and development workflow tools */ export declare const aiCoreServer: import("../../factory.js").NeuroLinkMCPServer;