chaimi-keep-mcp 3.3.3-beta.15 → 3.3.3-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,6 +89,14 @@ export MCP_PROMPT_URL="你的Prompt服务地址"
|
|
|
89
89
|
|
|
90
90
|
## Changelog
|
|
91
91
|
|
|
92
|
+
### v3.3.3-beta.16 (2026-04-30)
|
|
93
|
+
- **修复** npm 发布版本号冲突 - 重新发布,解决版本号已被占用问题
|
|
94
|
+
|
|
95
|
+
### v3.3.3-beta.15 (2026-04-30)
|
|
96
|
+
- **修复** mcp-server-local case 重复问题 - 修复 convertParams 中第二个 `case 'save_receipt'` 实际应该是 `case 'get_expenses'` 的严重问题
|
|
97
|
+
- **优化** save_expense 字段支持 - 新增 `productCategory` 和 `productSubCategory` 字段支持,与 save_receipt 保持一致
|
|
98
|
+
- **优化** 文本记账 prompt 更新 - 更新 mcpPrompt 文本记账 prompt,新增商品分类体系说明
|
|
99
|
+
|
|
92
100
|
### v3.3.3-beta.13 (2026-04-30)
|
|
93
101
|
- **变更** 多端记账分类统一 - 支持商品分类和记账分类分离
|
|
94
102
|
- 保持 `category`(记账分类,43个标准分类)
|