fix(mcp): server.json description within Registry 100-char limit - #2000
Merged
Conversation
Re-publish of 0.20.0 failed validate with 422: description was 155 chars. Shorten the differentiated blurb, lock the limit in make check and the publish workflow, and document it for release hygiene. Ref #1987 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
SebTardif
enabled auto-merge (squash)
July 27, 2026 16:03
This was referenced Jul 27, 2026
Closed
SebTardif
added a commit
that referenced
this pull request
Jul 27, 2026
## Summary MPI cycle after 0.21.0: - Document `make server-json-test` in AGENTS.md and CONTRIBUTING.md (part of `check` / `check-fast` since #2000; docs lagged). - Patch bumps: `clap_complete` 4.6.8, `schemars` 1.2.2. - Replace em dashes in human-facing competitive/embedder docs and README alt text (project style rule). ## Gate Open issues remaining are external/human only (#1990 post, #960 winget, #961 Chocolatey feed). ## Verification - `make check-fast` green - `make embedder-smoke` green - `make server-json-test` ok Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
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.
Summary
Official MCP Registry rejects
server.jsondescriptionlonger than 100 characters (HTTP 422). The competitive-batch blurb was 155 chars, so re-publishing 0.20.0 with the differentiated text failed.Changes
make server-json-test+ wire intomake check/check-fastmcp-publisher validateVerification
make server-json-test→ ok (92/100)0.20.0Ref #1987