vibe-coder-mcp
Version:
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.
38 lines • 1.08 kB
TypeScript
import { OpenRouterConfig } from '../../types/workflow.js';
export declare class VibeInteractiveREPL {
private rl;
private sessionId;
private conversationHistory;
private openRouterConfig;
private isRunning;
private history;
private completer;
private persistence;
private shutdown;
private autoSaveHandler;
private startTime;
private multiline;
private enableMarkdown;
private requestConcurrency;
private pendingConfirmation;
constructor();
start(config: OpenRouterConfig, resumeSessionId?: string): Promise<void>;
private displayBanner;
private setupEventHandlers;
private handleUserMessage;
private handleSlashCommand;
private showHelp;
private clearHistory;
private showHistory;
private listTools;
private showStatus;
private getSessionData;
private saveSession;
private listSessions;
private exportSession;
private toggleMarkdown;
private handleConfigCommand;
private handleThemeCommand;
private handleExit;
}
//# sourceMappingURL=repl.d.ts.map