mirror of
https://github.com/unclecode/crawl4ai.git
synced 2026-06-10 15:58:15 +00:00
Fixes #1652 The `get_markdown` function was missing a docstring, which caused the MCP tool 'md' to have no description when exposed via `_list_tools()`. This made it difficult for LLMs and developers to understand the tool's purpose. Added comprehensive docstring describing the tool's functionality and supported extraction modes. Co-Authored-By: Claude <noreply@anthropic.com>