Skip to content

Commit 16d31bc

Browse files
committed
fit the manifest description into the registry limit
The registry caps ServerDetail.description at 100 characters; the review-notifications rewrite ran to 151 and 422'd the v1.1.1 publish. The schema constrains only description, name, title, and version -- the environment-variable descriptions are unconstrained. Verify: curl the server.schema.json and check maxLength fields against server.json values.
1 parent 2397b0a commit 16d31bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "team.gaijin/go-gerrit-mcp",
44
"title": "Gerrit Code Review",
5-
"description": "Capability-gated MCP tools for Gerrit code review: search, read diffs, comment, vote, transition, and opt-in review notifications pushed into the session",
5+
"description": "Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session",
66
"version": "0.0.0",
77
"repository": {
88
"url": "https://github.com/GaijinEntertainment/go-gerrit-mcp",

0 commit comments

Comments
 (0)