chaimi-keep-mcp 3.1.26 → 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.
- package/README.md +1 -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.
|
|
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
|
|