{
  "service": "Gram Blog Chatbot",
  "version": "1.0.0",
  "status": "running",
  "environment": "production",
  "endpoints": {
    "chat": "/chat",
    "health": "/health",
    "admin": {
      "uploadPaper": "/admin/upload-paper",
      "clearPapers": "/admin/clear-papers"
    }
  }
}