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 636 B
export declare class MarkdownRenderer { private static readonly MAX_WIDTH; private static readonly CONTENT_WIDTH; static render(text: string): string; private static renderHeaders; private static renderCodeBlocks; private static renderInlineCode; private static renderBold; private static renderItalic; private static renderLinks; private static renderLists; private static renderBlockquotes; private static renderHorizontalRules; private static renderTables; private static renderTableRows; static renderWrapped(text: string): string; } //# sourceMappingURL=markdown.d.ts.map