[project]
name = "mcp-web-auto"
version = "0.1.0"
description = ""
authors = ["kimtth <kimtth@email.com>"]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.11.10",
"asyncio>=3.4.3",
"fastmcp>=0.4.1",
"loguru>=0.7.3",
"mcp>=1.1.1",
"openai>=1.57.1",
"pydantic>=2.10.3",
"pytest-playwright>=0.6.2",
"python-dotenv>=1.0.1",
"typing-extensions>=4.12.2",
]