Lean MCP implementation

This commit is contained in:
2026-02-23 03:29:21 +00:00
parent a9bc36b5fc
commit 159e8ee433
37 changed files with 2380 additions and 3541 deletions

10
src/va_agent/server.py Normal file
View File

@@ -0,0 +1,10 @@
"""FastAPI server exposing the RAG agent endpoint.
NOTE: This file is a stub. The rag_eval module was removed in the
lean MCP implementation. This file is kept for reference but is not
functional.
"""
from fastapi import FastAPI
app = FastAPI(title="RAG Agent")