We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3328b commit 71ddda1Copy full SHA for 71ddda1
mcpdoc/main.py
@@ -81,7 +81,7 @@ def list_doc_sources() -> str:
81
return content
82
83
# Parse the domain names in the llms.txt URLs
84
- allowed_domains = [extract_domain(entry["llms_txt"]) for entry in doc_source]
+ allowed_domains = set(extract_domain(entry["llms_txt"]) for entry in doc_source)
85
86
@server.tool()
87
async def fetch_docs(url: str) -> str:
0 commit comments