UNPKG

@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

12 lines (11 loc) 241 B
/** * Centralized type exports for NeuroLink */ // Common utility types export * from "./common.js"; // Tool system types export * from "./tools.js"; // Provider types export * from "./providers.js"; // CLI types export * from "./cli.js";