From 304d7d3a15595cf671854d53a40c8608194358bb Mon Sep 17 00:00:00 2001 From: SMTP Relay & Email - Free Send <60409540+msgwing@users.noreply.github.com> Date: Sun, 20 Sep 2026 14:29:26 +0200 Subject: [PATCH] docs(readme): link the MCP server from the top nav line 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ef3a4..6e60905 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ from a shared `@msgwing.com` address rather than your own [![Exchange Online Basic auth (SMTP AUTH) countdown](https://raw.githubusercontent.com/msgwing/ZeroSMTP/status/countdown-card.svg)](docs/EXCHANGE-ONLINE-SMTP-AUTH.md) -[**Get a free account →**](https://msgwing.com) · [**Exchange Online migration →**](docs/EXCHANGE-ONLINE-SMTP-AUTH.md) · [Documentation site](https://docs.msgwing.com/) · [Quickstart](#quickstart) · [Code examples](#code-examples) · [FAQ](docs/FAQ.md) · [Deutsch](README.de.md) · [Polski](README.pl.md) +[**Get a free account →**](https://msgwing.com) · [**Exchange Online migration →**](docs/EXCHANGE-ONLINE-SMTP-AUTH.md) · [Documentation site](https://docs.msgwing.com/) · [Quickstart](#quickstart) · [Code examples](#code-examples) · [MCP server](packages/zerosmtp-mcp/README.md) · [FAQ](docs/FAQ.md) · [Deutsch](README.de.md) · [Polski](README.pl.md)