diff --git a/mcp_codebase.py b/mcp_codebase.py index 26c5ab9..e51481a 100644 --- a/mcp_codebase.py +++ b/mcp_codebase.py @@ -2062,6 +2062,7 @@ Example – health_check() → { "status":"ready","total_chunks":11234,"index_ag "batch_size": EMBEDDING_BATCH_SIZE }, "Tools": { + "NOTE": "THESE TOOLS ARE RESTRICTED BY .gitignore AS WELL AS .ragignore", "search_codebase": search_codebase.__doc__, "find_code_references": find_code_references.__doc__, "read_file_lines_tool": read_file_lines_tool.__doc__