Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| PROXY_URL | No | Proxy server URL | http://127.0.0.1:7890 |
| USE_PROXY | No | Enable HTTP proxy | false |
| CORS_ORIGIN | No | CORS origin configuration | * |
| ENABLE_CORS | No | Enable CORS | false |
| DEFAULT_SEARCH_ENGINE | No | Default search engine | bing |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key required |
| fetchLinuxDoArticle | Fetch full article content from a linux.do post URL |
| fetchCsdnArticle | Fetch full article content from a csdn post URL |
| fetchGithubReadme | Fetch README content from a GitHub repository URL |
| fetchJuejinArticle | Fetch full article content from a Juejin(掘金) post URL |