From 08c317b69befdbb488bd227b4f57c2867d7323d8 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 06:06:26 +0000 Subject: [PATCH] fix(mcp): shorten server.json description to registry limit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MCP registry rejects descriptions over 100 characters (422 'expected length <= 100'); ours was 124. Everything else in the publish pipeline now passes — npm skip, publisher download, OIDC login all succeeded on the last run. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01V4VPi6jevTXbVqtK5RRSEc --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index e7a94e7..fd6471b 100644 --- a/server.json +++ b/server.json @@ -1,7 +1,7 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", "name": "io.github.nyuchi/nyuchi-docs", - "description": "Search, read, and ask the Nyuchi engineering + product docs (docs.nyuchi.com), and send feedback or raise issues about them.", + "description": "Search, read, and ask the Nyuchi docs (docs.nyuchi.com); send feedback or raise issues.", "repository": { "url": "https://github.com/nyuchi/nyuchi-docs", "source": "github"