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

9 lines (8 loc) 214 B
import type { Argv } from 'yargs'; export declare const ollamaCommand: { command: string; describe: string; builder: (yargs: Argv) => Argv<{}>; handler: () => void; }; export default ollamaCommand;