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 | 
|---|---|
| get_project_info | 根据项目名称查询项目基本信息,包括开始日期、简介、投资金额和当前进度  | 
| get_project_count | 获取项目总数  | 
| get_project_all | 获取全部项目  | 
| add_project | 新增项目  | 
| get_random_wallpaper | 从Bing壁纸获取随机壁纸,返回壁纸的URL、标题和描述信息  |