@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
11 lines (10 loc) • 393 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("../../factory.js").NeuroLinkMCPServer;