Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_FILE_PATH | Yes | The directory path for file/image operations, e.g., /Users/yourname/Desktop/testDir | |
| LUCKYCOLA_OPEN_KEY | Yes | Your APPKey from LuckyCola platform | |
| LUCKYCOLA_OPEN_UID | Yes | Your UID from LuckyCola platform |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| checkImage | 检查在线图片内容是否合规 |
| getFoodMenu | 获取菜品的菜谱(制作方法) |
| fileOperation | 对FILE_PATH目录下的文件进行删除、重命名、读取和写入操作,以及图片压缩 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |