MCP Package Docs Server
by sammcj
[project]
name = "mcp-searxng"
version = "0.1.0"
description = "MCP server for connecting agentic systems to search systems via searXNG"
readme = "README.md"
authors = [
{ name = "TerminalMan", email = "84923604+SecretiveShell@users.noreply.github.com" }
]
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"mcp>=1.1.2",
"pydantic>=2.10.3",
]
[project.scripts]
mcp-searxng = "mcp_searxng:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"