Initial commit
This commit is contained in:
commit
8885c1872f
14 changed files with 1990 additions and 0 deletions
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[project]
|
||||
name = "searxng-mcp"
|
||||
version = "0.1.0"
|
||||
description = "MCP server exposing SearxNG web search as a tool"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Hans Aschauer", email = "hans.git@ch23.de" }
|
||||
]
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fastmcp>=3.2.4",
|
||||
"httpx>=0.28.1",
|
||||
"pydantic-settings>=2.13.1",
|
||||
"trafilatura>=2.0.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
searxng-mcp = "searxng_mcp.__main__:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.10.8,<0.11.0"]
|
||||
build-backend = "uv_build"
|
||||
Loading…
Add table
Add a link
Reference in a new issue