chaimi-keep-mcp 3.1.25 → 3.1.27

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 (3) hide show
  1. package/README.md +1 -3
  2. package/SKILL.md +1 -10
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -13,9 +13,7 @@
13
13
  **如果您是 AI Agent 开发者,请注意:**
14
14
 
15
15
  1. **不要缓存工具定义**:MCP 工具定义可能会更新,请在每次调用前通过 `mcporter list` 获取最新定义
16
- 2. **关注版本号**:工具描述中包含版本号(如【v3.1.21】),版本变化时请更新您的 Skill
17
- 3. **save_receipt 工具要求**:items 数组中每个商品必须包含完整的4个字段:`name`、`amount`、`price`、`quantity`
18
- 4. **自动填充字段**:`agentType`、`apiProvider`、`rawInput`、`mcp_version` 为自动填充字段,无需用户输入
16
+ 2. **save_receipt 工具要求**:items 数组中每个商品必须包含完整的4个字段:`name`、`amount`、`price`、`quantity`
19
17
 
20
18
  ## 快速安装
21
19
 
package/SKILL.md CHANGED
@@ -220,13 +220,4 @@ MCP Server: v3.1.23
220
220
 
221
221
  ---
222
222
 
223
- ## 相关文档
224
-
225
- - [MCP Server 源码](../../../../../mcp-server-local/)
226
- - [授权机制设计](./【MCP】授权机制设计-v3.2.0.md)
227
- - [安装使用指南](../../03-部署运维/【MCP】WorkBuddy安装使用指南v3.31.md)
228
-
229
- ---
230
-
231
- *最后更新:2026-04-13*
232
- *历史版本:通过 Git 查看*
223
+ *最后更新:2026-04-14*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaimi-keep-mcp",
3
- "version": "3.1.25",
3
+ "version": "3.1.27",
4
4
  "description": "柴米记账 MCP Server - 支持 Claude、Cursor、OpenClaw、WorkBuddy 等 AI 工具直接记账",
5
5
  "main": "server.js",
6
6
  "bin": {