vibe-coder-mcp
Version:
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.
5 lines • 297 B
TypeScript
export type CLIMode = 'interactive' | 'oneshot' | 'help';
export declare function detectCLIMode(args: string[]): CLIMode;
export declare function isInteractiveMode(args: string[]): boolean;
export declare function extractRequest(args: string[]): string;
//# sourceMappingURL=mode-detector.d.ts.map