Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YUQUE_TOKEN | Yes | Your Yuque API token |
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 |
|---|---|
| yuque_get_user | 获取当前用户信息 (Get current user information) |
| yuque_get_repos | 获取知识库列表 (List knowledge repositories) |
| yuque_get_docs | 获取文档列表 (List documents in a repository) |
| yuque_get_doc | 获取文档详情 (Get document details) |
| yuque_create_doc | 创建新文档 (Create new document) |
| yuque_update_doc | 更新文档 (Update existing document) |
| yuque_delete_doc | 删除文档 (Delete document) |
| yuque_search_docs | 搜索文档 (Search documents) |
| yuque_create_repo | 创建知识库 (Create knowledge repository) |