Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMEOUT | No | Request timeout (ms) | 30000 |
| MAX_RESULTS | No | Default number of results | 20 |
| SEARXNG_URL | No | SearXNG service address | http://localhost:8888 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_search | 执行网页搜索,返回搜索结果列表。 用途:
参数说明:
返回格式:
|
| get_server_info | 获取搜索服务器信息,包括服务状态、版本等。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |