Clean up unused imports in RAG module

Remove import of deleted project_module.
This commit is contained in:
Rasmus Widing
2025-08-18 20:42:49 +03:00
parent d01e27adc3
commit d5bfaba3af

View File

@@ -85,7 +85,7 @@ def register_rag_tools(mcp: FastMCP):
Args:
query: Search query
source_domain: Optional domain filter (e.g., 'docs.anthropic.com').
source_domain: Optional domain filter (e.g., 'docs.anthropic.com').
Note: This is a domain name, not the source_id from get_available_sources.
match_count: Max results (default: 5)