Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_HOME | No | Cache directory | ~/.cache/huggingface |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| HUGGINGFACE_TOKEN | Yes | HuggingFace access token | |
| HUGGINGFETCH_DOWNLOAD_DIR | No | Default download directory | ~/Downloads/huggingface_models |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| download_huggingface_model | ⚡ 高速下载 HuggingFace 模型到本地 |
| list_huggingface_files | 列出 HuggingFace 仓库中的文件,支持过滤和排序 |
| explore_huggingface_repo | 探索 HuggingFace 仓库的目录结构,返回层级化的文件树 |
| search_huggingface_files | 在 HuggingFace 仓库中搜索特定文件 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |