# React Native Godot MCP Server Requirements

# Core MCP dependencies
mcp>=1.0.0
fastmcp>=0.1.0

# HTTP client for fetching documentation
httpx>=0.24.0

# Data validation and models
pydantic>=2.0.0

# Async support (usually included with Python 3.8+)
asyncio

# JSON handling (included in Python standard library)
# json

# Optional: For testing and development
pytest>=7.0.0
pytest-asyncio>=0.21.0

# Optional: For enhanced terminal output in tests
colorama>=0.4.6
