Description
The component renders tool descriptions as unstyled plain text. Many MCP servers return descriptions that contain standard markdown - fenced code blocks, headings, bold, lists - none of which were being parsed.
Fix: Replace the custom line-by-line parser in mcp-tools-list.tsx with react-markdown + remark-gfm so all markdown constructs render correctly out of the box.