From 97654a9721e7cb1e5c7a284d0f3080473a1d1b76 Mon Sep 17 00:00:00 2001 From: MultiMail Date: Wed, 10 Jun 2026 20:54:39 -0400 Subject: [PATCH] fix: shorten registry description to <=100 chars (new registry schema cap) --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index c755c59..f3bdec6 100644 --- a/server.json +++ b/server.json @@ -1,7 +1,7 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "dev.multimail/mcp-server", - "description": "Give your agent its own email address with graduated human oversight — from full approval to autonomous sending.", + "description": "Give your agent its own email address with graduated human oversight, from approval to autonomy.", "repository": { "url": "https://github.com/multimail-dev/mcp-server", "source": "github"