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

9 lines (8 loc) 272 B
/** * NeuroLink Direct Tools Server * Wraps the agent direct tools as an MCP server for proper registration */ /** * Direct Tools Server - Agent direct tools for immediate use */ export declare const directToolsServer: import("../../../index.js").NeuroLinkMCPServer;