MCPcopy
hub / github.com/virattt/dexter / formatResponse

Function formatResponse

src/utils/markdown-table.ts:222–227  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

220 * - Converts **bold** to ANSI bold
221 */
222export function formatResponse(content: string): string {
223 let result = content;
224 result = transformMarkdownTables(result);
225 result = transformBold(result);
226 return result;
227}

Callers 1

setTextMethod · 0.85

Calls 2

transformMarkdownTablesFunction · 0.85
transformBoldFunction · 0.85

Tested by

no test coverage detected