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) 236 B
/** * MCP Routes * Endpoints for MCP server management */ import type { RouteGroup } from "../../types/index.js"; /** * Create MCP server management routes */ export declare function createMCPRoutes(basePath?: string): RouteGroup;