mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(mcp): add SearXNG search tool (#1988)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
co-authored by
Steven Enamakel
parent
9376ffc19f
commit
f82a302d38
@@ -110,6 +110,20 @@ OPENHUMAN_WEB_SEARCH_TIMEOUT_SECS=10
|
||||
# [optional] Default max results per query (1-20, default 10)
|
||||
# OPENHUMAN_SELTZ_MAX_RESULTS=10
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# SearXNG search (self-hosted — https://docs.searxng.org)
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] Enable the searxng_search agent/MCP tool. Default: false.
|
||||
# OPENHUMAN_SEARXNG_ENABLED=false
|
||||
# [optional] Base URL for your SearXNG instance. Default: http://localhost:8080
|
||||
# OPENHUMAN_SEARXNG_BASE_URL=http://localhost:8080
|
||||
# [optional] Default max results per query (1-50, default 10)
|
||||
# OPENHUMAN_SEARXNG_MAX_RESULTS=10
|
||||
# [optional] Default language when a tool call omits language. Default: en
|
||||
# OPENHUMAN_SEARXNG_DEFAULT_LANGUAGE=en
|
||||
# [optional] Request timeout in seconds. Default: 10
|
||||
# OPENHUMAN_SEARXNG_TIMEOUT_SECONDS=10
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Proxy
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user