UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with external MCP server integration, multi-provider support, and professional CLI. Connect to 65+ MCP servers for filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 9 major pr

8 lines (7 loc) 203 B
#!/usr/bin/env node /** * MCP Server Management Commands * Real MCP server connectivity and management */ import type { Argv } from 'yargs'; export declare function addMCPCommands(yargs: Argv): Argv;