Skip to content

Release v2.4.3

Choose a tag to compare

@github-actions github-actions released this 02 Aug 17:26
· 9 commits to main since this release
c2fc4dd

🚀 新版本发布: v2.4.3

📋 更新内容

  • fix(docker): tini 注册为 child subreaper,消除误导性告警 (#794) (c2fc4dd)

📦 下载说明

主程序(MCP 服务):

  • macOS Apple Silicon: xiaohongshu-mcp-darwin-arm64
  • Windows x64: xiaohongshu-mcp-windows-amd64.exe
  • Linux x64: xiaohongshu-mcp-linux-amd64

登录工具:

  • macOS Apple Silicon: xiaohongshu-login-darwin-arm64
  • Windows x64: xiaohongshu-login-windows-amd64.exe
  • Linux x64: xiaohongshu-login-linux-amd64

🔧 使用方法

# 1. 首先运行登录工具获取 cookie
./xiaohongshu-login-darwin-arm64

# 2. 然后启动 MCP 服务
./xiaohongshu-mcp-darwin-arm64

# 或指定参数
./xiaohongshu-mcp-darwin-arm64 -headless=false

⚠️ 注意事项

  • 首次运行时会自动下载无头浏览器(约 150MB),请确保网络连接正常
  • 后续运行无需重复下载浏览器
  • 登录工具生成的 cookie 保存在 ~/.xiaohongshu/cookies.json

📊 构建信息

  • Commit: c2fc4dd
  • Go Version: 1.24
  • Build Time: 2026-08-02T17:24:36Z