Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIYUAN_TOKEN | Yes | 思源笔记 API 令牌(必需)| SiYuan Note API token (required) - 在思源笔记设置 - 关于 中查看 | Check in SiYuan Note Settings - About - 用于 API 认证 | Used for API authentication |
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 |
|---|---|
| executeCommand | 执行指定的命令 |
| queryCommands | 查询可用的命令列表 |
| help | 获取命令的帮助信息 |