Skip to content

v0.2.0

Latest

Choose a tag to compare

@BiboyQG BiboyQG released this 09 Mar 15:30
· 1 commit to master since this release

WeChat MCP Server v0.2.0

This release expands the MCP toolset and fixes the packaging issue that caused installed wechat-mcp commands to fail with ModuleNotFoundError.

Highlights

  • Fixed the published wheel so pip install wechat-mcp-server now installs an importable wechat_mcp package and a working wechat-mcp CLI. Resolves #9.
  • Added add_contact_by_wechat_id for searching a WeChat ID, opening the add-contact flow, and sending a friend request with optional remark, tags, and privacy settings.
  • Added publish_moment_without_media for creating text-only Moments posts, including draft-only mode with publish=False.
  • Improved reliability around search clearing, chat selection, and Moments composer interaction.

Changes Since v0.1.0

  • New MCP tool: add_contact_by_wechat_id(...)
  • New MCP tool: publish_moment_without_media(...)
  • Packaging fix for wheel builds and the installed console script
  • Better setup and transport documentation for Claude Desktop, Codex, and local development
  • Test cleanup and split smoke scripts for individual tools

Upgrade

pip install -U wechat-mcp-server

Notes

  • The project remains macOS-only and depends on WeChat plus Accessibility permissions.
  • This is still an alpha release; Accessibility-driven automation may need adjustments when WeChat changes its UI.