# MCP KQL Server Dependencies

# Core MCP Framework
mcp>=1.28.1,<2.0.0
# Azure Kusto (KQL) Integration
azure-kusto-data>=4.0.0,<6.0.0

# Data Handling and AI/ML
pandas>=1.3.0,<3.0.0
sentence-transformers>=2.0.0,<6.0.0
numpy>=1.21.0,<3.0.0

# -- Standard Libraries (included with Python, not installed via pip) --
# pathlib
# os
# re
# threading
# dataclasses
# functools
# typing
# asyncio
# logging
# subprocess
# platform
# json
