# MCP Action Server V1 Dependencies
# Production-ready server with 100% validation success

# Core MCP framework
mcp>=1.0.0

# Parsing and grammar support
lark>=1.1.0

# HTTP client for MCP
httpx>=0.24.0

# Data validation
pydantic>=2.0.0

# Standard library dependencies (included with Python)
# json - built-in
# re - built-in
# ast - built-in
# typing - built-in
# asyncio - built-in

# Development and testing (optional)
pytest>=7.0.0
pytest-asyncio>=0.21.0
# Production-ready server with 100% validation success

# Core MCP framework
mcp>=1.0.0

# Parsing and grammar support
lark>=1.1.0

# HTTP client for MCP
httpx>=0.24.0

# Data validation
pydantic>=2.0.0

# Standard library dependencies (included with Python)
# json - built-in
# re - built-in
# ast - built-in
# typing - built-in
# asyncio - built-in

# Development and testing (optional)
pytest>=7.0.0
pytest-asyncio>=0.21.0
