[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "mcp-search-servers" version = "1.1.0" description = "MCP servers exposing Google and DuckDuckGo search via SearXNG" readme = "README.md" license = { text = "MIT" } requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0,<2.0.0", "httpx>=0.27.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "ruff>=0.4", ] playwright = [ "playwright>=1.44", ] [tool.setuptools] packages = ["lib"] [tool.ruff] line-length = 100 target-version = "py310" [tool.ruff.lint] select = ["E", "F", "W", "I"] [tool.pytest.ini_options] testpaths = ["tests"]