feat: searxng MCP server for self-hosted web search

This commit is contained in:
joungmin
2026-02-28 06:38:41 +09:00
commit 6e4125c707
5 changed files with 68 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
mcp[cli]>=1.0.0
httpx>=0.27.0
python-dotenv>=1.0.0