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.
- package/README.md +13 -0
- 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`,统一使用驼峰命名法
|