Conversation
zerosmtp-mcp had no discovery path from README.md or docs.msgwing.com - zero mentions in either, confirmed by grep. Per tools/build-readme-toc.py's own comment, 52 of 55 unique visitors in the last fortnight land on README.md, so that is where a missing link costs the most. Measured 2026-09-20 via tools/metrics.py: zerosmtp-mcp median 7 downloads/day (14-day window), target is >=25 by 2026-10-15. The package README already has a one-line try-now (JSON MCP config), it was just unreachable from the two channels that carry traffic.
msgwing
enabled auto-merge (squash)
September 20, 2026 12:29
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EVIDENCE:
grep -rn "zerosmtp-mcp\|MCP" README.md README.de.md README.pl.md docs/*.mdreturned nothing before this change - zero discovery path from either entry point measured.tools/build-readme-toc.py's own header comment: 52 of 55 unique visitors in the last fortnight land on README.md, not on docs.msgwing.com.python tools/metrics.py --alltoday (2026-09-20): zerosmtp-mcp median 7 downloads/day over 14 days, against the >=25-by-2026-10-15 threshold in CLAUDE.md goal D.The package (
packages/zerosmtp-mcp/README.md) already has a working one-line try-now (a JSON MCP-client config block, second heading in the file) - it was simply unreachable. This adds one link to the top nav line of README.md, the same line that already links Quickstart/Code examples/FAQ.Not a KLASY-gated file (
packages/*/package.json,.github/workflows/*,data/*.json,docs/ALTERNATIVES.mdpertools/check-board-review.py), so no BOARD: verdict required - confirmed by reading that script before opening this.Verification run:
python tools/build-readme-toc.py --check-> passes unchanged (no heading touched, TOC untouched)git diff-> one line changed in README.md