From 0b16dbfb3785334489f60cd4618b0c5de5163d0a Mon Sep 17 00:00:00 2001 From: Talton Figgins Date: Thu, 3 Sep 2026 13:58:20 -0400 Subject: [PATCH] server.json: bump to 1.0.1 with repository link and icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The published registry record (dev.modem/modem 1.0.0) predates the repository field in this file, and registry versions are immutable, so the link and icons only reach the registry via a version bump. Why it matters: github.com/mcp renders each listing as a repo-backed card (stars, language, license, topics, OG image). Entries with no repository have nothing to render — com.stripe/mcp resolves to stripe/agent-toolkit, com.figma.mcp/mcp to figma/mcp-server-guide. Icons point at raw.githubusercontent on main, so merge #1 first. --- server.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/server.json b/server.json index c924839..9feef52 100644 --- a/server.json +++ b/server.json @@ -8,7 +8,30 @@ "url": "https://github.com/modem-dev/mcp", "source": "github" }, - "version": "1.0.0", + "version": "1.0.1", + "icons": [ + { + "src": "https://raw.githubusercontent.com/modem-dev/mcp/main/assets/logo-400.png", + "mimeType": "image/png", + "sizes": [ + "400x400" + ] + }, + { + "src": "https://raw.githubusercontent.com/modem-dev/mcp/main/assets/logo-64.png", + "mimeType": "image/png", + "sizes": [ + "64x64" + ] + }, + { + "src": "https://raw.githubusercontent.com/modem-dev/mcp/main/assets/logo-square.svg", + "mimeType": "image/svg+xml", + "sizes": [ + "any" + ] + } + ], "remotes": [ { "type": "streamable-http",