# Drip MCP Server Requirements
# Install with: pip install -r requirements.txt
# Core MCP SDK with FastMCP support
mcp>=0.1.0
# Alternative if mcp is not available:
# pip install git+https://github.com/modelcontextprotocol/python-sdk.git
# HTTP client for API requests
httpx>=0.24.0
# Data validation
pydantic>=2.0.0
# Standard library (included with Python 3.8+)
# asyncio - for async operations