UNPKG

vibe-coder-mcp

Version:

Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.

18 lines 990 B
import { CLIUtils } from '../../tools/vibe-task-manager/cli/commands/index.js'; export declare class EnhancedCLIUtils extends CLIUtils { static formatSuccess(message: string): void; static formatError(message: string): void; static formatInfo(message: string): void; static formatWarning(message: string): void; static formatBox(content: string, title: string): void; static formatTable(headers: ReadonlyArray<string>, rows: ReadonlyArray<ReadonlyArray<string>>): void; static formatHeading(text: string): void; static formatExample(command: string, description: string): void; static formatLoading(message: string): void; static formatKeyValue(data: Record<string, string>): void; static formatList(items: ReadonlyArray<string>): void; static formatNumberedList(items: ReadonlyArray<string>): void; static formatSeparator(character?: string, length?: number): void; static clear(): void; } //# sourceMappingURL=cli-formatter.d.ts.map