Lean MCP implementation
This commit is contained in:
10
src/va_agent/server.py
Normal file
10
src/va_agent/server.py
Normal 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")
|
||||
Reference in New Issue
Block a user