From 697b42e9eb181cd13f3fc4f88f6ddbed81dc57ac Mon Sep 17 00:00:00 2001 From: "Edgar I." Date: Fri, 24 Oct 2025 13:45:58 +0400 Subject: [PATCH] docs: update MCP tool description for llms.txt --- mcp/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/server.py b/mcp/server.py index de1613f..83f61a0 100644 --- a/mcp/server.py +++ b/mcp/server.py @@ -168,7 +168,7 @@ async def list_tools() -> list[Tool]: ), Tool( 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={ "type": "object", "properties": {