Fetch WeChat Official Account (公众号) article data via JZL API. Provides three capabilities: (1) get today's publishing status, (2) get historical article list with pagination, (3) convert article short links to long links with biz extraction. Requires JZLAPIKEY env var. TRIGGER when: user asks to check a WeChat…
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…