Investigate get_chat_history limit

This commit is contained in:
dsjzazs
2026-03-14 16:59:17 +08:00
parent 2cd180c63a
commit 7c42ff5d38
4 changed files with 141 additions and 24 deletions

View File

@@ -139,7 +139,7 @@ claude mcp add wechat -- python C:\Users\你的用户名\wechat-decrypt\mcp_serv
前置条件:需要先运行 `python main.py``python find_all_keys.py` 完成密钥提取。
说明:`get_chat_history``search_messages``limit` 最大为 `500`
说明:`search_messages``limit` 最大为 `500``get_chat_history` 支持更大的 `limit`,但消息很多时仍建议配合 `offset` 分页读取
**[查看使用案例 →](USAGE.md)**