Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTES_DIR | No | Directory path for notes | ./notes |
| TASKS_FILE | No | Path to tasks file | ./tasks.md |
| RAG_DB_PATH | No | Path to RAG database | ./data/rag.db |
| WEB_ALLOWED_HOSTS | No | Comma-separated list of allowed web hosts | example.com,developer.mozilla.org |
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 |
|---|---|
| rag_search | Поиск по личному корпусу документов |
| rag_add_document | Добавить документ в RAG корпус |
| file_read | Читать содержимое файла |
| file_write | Записать содержимое в файл |
| web_fetch | Получить содержимое веб-страницы |
| task_create | Создать новую задачу |
| task_list | Список задач |