chaimi-keep-mcp 3.1.44-beta.5 → 3.1.44

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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -141,6 +141,19 @@ AI 会自动调用 `save_income` 工具记录收入。
141
141
 
142
142
  ## 更新日志
143
143
 
144
+ ### v3.1.44 (2026-04-21) 🎉 正式版
145
+ - **正式发布** 包含所有 beta 版本修复
146
+ - MCP 调用日志字段缺失修复
147
+ - get_text_parse_prompt 改为云端实现
148
+ - 统一字段命名规范(mcp_version → mcpVersion)
149
+ - 简化工具参数定义
150
+
151
+ ### v3.1.44-beta.5 (2026-04-21)
152
+ - **优化** 简化工具参数定义
153
+ - 从 `save_expense`、`save_receipt`、`save_income` 中移除 `mcpVersion` 参数
154
+ - `mcpVersion` 由服务器自动填充,无需 Agent 传递
155
+ - 简化 Agent 调用流程
156
+
144
157
  ### v3.1.44-beta.4 (2026-04-21)
145
158
  - **优化** 统一字段命名规范
146
159
  - 将 `mcp_version` 改为 `mcpVersion`,统一使用驼峰命名法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaimi-keep-mcp",
3
- "version": "3.1.44-beta.5",
3
+ "version": "3.1.44",
4
4
  "description": "柴米记账 MCP Server - 支持 Claude、Cursor、OpenClaw、WorkBuddy 等 AI 工具直接记账",
5
5
  "main": "server.js",
6
6
  "bin": {