@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
11 lines (10 loc) • 394 B
TypeScript
/**
* 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 management
* Provides provider selection and status checking functionality
*/
export declare const aiCoreServer: import("../../../index.js").NeuroLinkMCPServer;