[project] name = "searxng-mcp" version = "0.1.0" description = "MCP server exposing the PFI fleet's SearXNG instance as a Claude Code tool" requires-python = ">=3.11" dependencies = ["mcp>=1.2.0", "httpx>=0.27"] [project.scripts] searxng-mcp = "searxng_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"