change max lenght

This commit is contained in:
Pablo Estevez
2026-01-17 17:48:15 +00:00
parent 97e597d9db
commit c33c6f9073
118 changed files with 3546 additions and 960 deletions

View File

@@ -95,7 +95,14 @@ async def test_mcp_scrape_docs_detection():
"name": "test_mcp_unified",
"description": "Test unified via MCP",
"merge_mode": "rule-based",
"sources": [{"type": "documentation", "base_url": "https://example.com", "extract_api": True, "max_pages": 5}],
"sources": [
{
"type": "documentation",
"base_url": "https://example.com",
"extract_api": True,
"max_pages": 5,
}
],
}
with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as f: