Skip to content

Release v2.2.6

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:23
a5bb5b8

🚀 新版本发布: v2.2.6

📋 更新内容

  • fix(interact): 交互写操作确认后补足停留,避免请求未完成 (#778) (a5bb5b8)

📦 下载说明

主程序(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: a5bb5b8
  • Go Version: 1.24
  • Build Time: 2026-07-28T16:20:10Z