chaimi-keep-mcp 3.3.3-beta.12 → 3.3.3-beta.13

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/SKILL.md +9 -5
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -128,15 +128,19 @@ chaimi-keep-mcp ⭐ 本Skill
128
128
  └─ get_skill() 获取 SKILL.md 规范
129
129
  └─ references/response-templates.md 了解回复模板
130
130
 
131
- 第2步:拿Token
132
- └─ 文字记账:get_text_parse_prompt() 获取 Token 和解析模板
133
- └─ 小票记账:get_parse_prompt() 获取 Token 和解析模板
131
+ 第2步:拿凭证
132
+ └─ 文字记账:get_text_parse_prompt() 获取凭证和解析模板
133
+ └─ 小票记账:get_parse_prompt() 获取凭证和解析模板
134
+
135
+ 【强制流程】必须先调用此工具,让 AI 解析用户输入
136
+ 此工具会返回解析结果,你只需将结果原样传给 save_expense/save_income
137
+ ⚠️ 禁止自行解析或提取任何字段,必须让 AI 处理
134
138
 
135
139
  第3步:AI解析
136
- └─ 按模板解析用户输入,生成结构化数据 + _requestToken
140
+ └─ 按模板解析用户输入,生成结构化数据 + _flowmate
137
141
 
138
142
  第4步:执行记账
139
- └─ 调用工具(save_expense/income/receipt,带上 _requestToken
143
+ └─ 调用工具(save_expense/income/receipt,带上 _flowmate
140
144
  └─ 根据 _templateLocation 使用模板渲染美学回复
141
145
  ```
142
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaimi-keep-mcp",
3
- "version": "3.3.3-beta.12",
3
+ "version": "3.3.3-beta.13",
4
4
  "description": "柴米AI记账 MCP Server - 支持 Claude、Cursor、OpenClaw、WorkBuddy 等 AI 工具直接记账",
5
5
  "main": "server.js",
6
6
  "bin": {