Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODE_EDIT_ROOT | No | 安全标记(默认启动时的 CWD),不做访问边界,也不参与相对路径解析。 | . |
| CODE_EDIT_ALLOWED_ROOTS | No | 逗号分隔允许目录列表(已被 CODE_EDIT_ALLOWED_DIRECTORIES 替代,保留兼容性) | |
| CODE_EDIT_ALLOWED_ROOTS_FILE | No | 允许目录持久化 JSON 文件路径 | tools/.code_edit_roots.json |
| CODE_EDIT_ALLOWED_DIRECTORIES | No | 逗号分隔允许目录列表(兼容旧的 CODE_EDIT_ALLOWED_ROOTS) | |
| CODE_EDIT_FILE_READ_LINE_LIMIT | No | read_file 最大行数限制 | 1000 |
| CODE_EDIT_FILE_WRITE_LINE_LIMIT | No | file_ops 写入行数警戒值 | 50 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |