You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. If the user wants more context, Claude uses its own file-reading capability to show full files.
188
189
189
190
---
@@ -192,8 +193,8 @@ model, regardless of this variable.
192
193
193
194
### API and MCP layering
194
195
195
-
-`CodeRAGAPI` (`src/api.py`) provides a clean, reusable façade over the core Code-RAG pipeline (initialize collection, index, search, get chunks, stats, close).
196
-
-`src/mcp_server.py` hosts the MCP server and exposes that API as tools for Claude over stdio.
196
+
-`CodeRAGAPI` (`src/code_rag/api.py`) provides a clean, reusable façade over the core Code-RAG pipeline (initialize collection, index, search, get chunks, stats, close).
197
+
-`src/code_rag/mcp_server.py` hosts the MCP server and exposes that API as tools for Claude over stdio.
197
198
- The same API can later back other interfaces (e.g., HTTP, gRPC) without changing core logic.
0 commit comments