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.

14 lines 706 B
export declare class ResponseFormatter { private static readonly MAX_WIDTH; private static readonly CONTENT_WIDTH; static formatResponse(text: string, title?: string): void; static formatError(error: string): void; static formatSuccess(message: string): void; static formatInfo(message: string): void; static formatWarning(message: string): void; static formatCode(code: string, language?: string): void; static formatList(items: string[], title?: string): void; static formatTable(headers: string[], rows: string[][]): void; static formatKeyValue(pairs: Record<string, string | number | boolean>, title?: string): void; } //# sourceMappingURL=formatter.d.ts.map