Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
add_document | 添加单个文档到知识库 |
add_directory | 添加目录中的所有文档到知识库 |
query_knowledge_base | 查询知识库 |
list_documents | 列出知识库中的所有文档 |
get_document | 获取特定文档信息 |
remove_document | 从知识库中移除文档 |
clear_knowledge_base | 清空知识库 |
get_stats | 获取知识库统计信息 |