Skip to content

Release v2.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:04
· 13 commits to main since this release
d7f176a

🚀 新版本发布: v2.4.0

📋 更新内容

  • feat(profile): 主页支持按 tab 读取笔记 / 收藏 / 点赞 (#790) (d7f176a)

📦 下载说明

主程序(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: d7f176a
  • Go Version: 1.24
  • Build Time: 2026-08-02T08:00:27Z