# Token Optimization MCP Server — Dependencies
# Keep minimal to avoid bloating the environment.

# Official MCP Python SDK (includes FastMCP)
mcp[cli]>=1.2.0

# Async file I/O — avoids blocking the event loop on large files
aiofiles>=24.1.0

# FAISS for vector similarity search (CPU-only build, no CUDA needed)
faiss-cpu>=1.9.0

# NumPy — required by FAISS for array operations
numpy>=1.26.0
