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 |
---|---|
mcp_howtocook_getAllRecipes | 获取所有菜谱 |
mcp_howtocook_getRecipesByCategory | 根据分类查询菜谱,可选分类有: 水产, 早餐, 调味料, 甜品, 饮品, 荤菜, 半成品, 汤羹, 主食, 素菜 |
mcp_howtocook_recommendMeals | 根据用户的忌口、过敏原、人数智能推荐菜谱,创建一周的膳食计划以及大致的购物清单 |
mcp_howtocook_whatToEat | 不知道吃什么?根据人数直接推荐适合的菜品组合 |