docs: update MCP tool description for llms.txt

This commit is contained in:
Edgar I.
2025-10-24 13:45:58 +04:00
parent 41d1846278
commit 697b42e9eb

View File

@@ -168,7 +168,7 @@ async def list_tools() -> list[Tool]:
), ),
Tool( Tool(
name="scrape_docs", name="scrape_docs",
description="Scrape documentation and build Claude skill. Creates SKILL.md and reference files.", description="Scrape documentation and build Claude skill. Creates SKILL.md and reference files. Automatically detects llms.txt files for 10x faster processing. Falls back to HTML scraping if not available.",
inputSchema={ inputSchema={
"type": "object", "type": "object",
"properties": { "properties": {