v1.0.0 — 首发:发布到 PyPI
首次发布,可被任何 MCP 兼容 Agent 直接使用。
安装
MCP 客户端(Claude Desktop / Cline / Cursor / Continue)
```json
{
"mcpServers": {
"menus": {
"command": "uvx",
"args": ["menus-mcp"]
}
}
}
```
Claude Code(插件方式)
```
/plugin marketplace add spyyps/recommend-dish
/plugin install menus-recommender@spyyps-recommend-dish
```
Gemini CLI
`git clone` 本仓库后在该目录运行 `gemini`,会自动加载 GEMINI.md。
工具
- `recommend_dishes` — 加权随机推荐,支持关键词 / 价格档 / 菜系 / 地理筛选与「换一批」去重
- `list_keywords` — 列出关键词白名单
数据
- 396 道菜,10 个地区,40+ 菜系
- 价格 ¥6 ~ ¥388(CNY)
链接
- PyPI:https://pypi.org/project/menus-mcp/1.0.0/
- MCP server 文档:mcp-server/README.md
- 发布清单:mcp-server/RELEASING.md