add mcp server

This commit is contained in:
ipu 2025-08-12 16:39:59 +03:00
parent 29697f6274
commit 46ec8c7fe3
8 changed files with 1665 additions and 17 deletions

View file

@ -20,7 +20,8 @@ async def insurance_chat(request: models.InsuranceChatRequest):
session_id=result["session_id"],
answer=result["answer"],
sources=result["sources"],
history=result["history"]
history=result["history"],
hooks=result["hooks"],
)
except Exception as e: