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

10 lines (9 loc) 243 B
/** * Health Routes * Endpoints for health checks and system status */ import type { RouteGroup } from "../../types/index.js"; /** * Create health check routes */ export declare function createHealthRoutes(basePath?: string): RouteGroup;