Merge pull request #28 from dsjzazs/feat/auto-install-deps

fix: 改为通过 requirements 安装依赖
This commit is contained in:
joshua-deng
2026-03-14 22:22:54 +08:00
committed by GitHub
3 changed files with 20 additions and 9 deletions

View File

@@ -219,12 +219,12 @@ Claude 会调用 `get_chat_history(chat_name="██群", limit=500)` 获取消
## Setup / 配置方法
```bash
# 1. 安装依赖
pip install mcp pycryptodome
# 2. 注册到 Claude Code
claude mcp add wechat -- python C:\path\to\mcp_server.py
```bash
# 1. 安装依赖
pip install -r requirements.txt
# 2. 注册到 Claude Code
claude mcp add wechat -- python C:\path\to\mcp_server.py
# 3. 在 Claude Code 中直接对话
claude