[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "quickerspot-mcp" version = "0.1.7" description = "Servidor MCP oficial para o QuickerSpot" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0,<2.0.0", "httpx>=0.27.0", "python-dotenv>=1.0.0", ] [project.scripts] quickerspot-mcp = "quickerspot_mcp.server:main" [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "respx>=0.21.0", "ruff>=0.3.0", ] [tool.ruff] line-length = 100 target-version = "py310" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]