From 955738236dbe091991a6f16c74d6a5f340922b90 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 6 Jul 2026 22:55:14 +0300 Subject: [PATCH] fix: add mcp-name ownership proof to README for MCP Registry publication The MCP Registry requires the server name to appear as 'mcp-name: io.github.commit-check/commit-check-mcp' in the PyPI package README as proof of ownership. Without this line, the registry validation fails. Placed at the bottom of README with HTML comments explaining its purpose, to prevent accidental deletion. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4aa56e9..c07991b 100644 --- a/README.md +++ b/README.md @@ -345,3 +345,9 @@ Config precedence is: | **Official MCP Registry** | [`io.github.commit-check/commit-check-mcp`](https://registry.modelcontextprotocol.io/?q=commit-check-mcp) | | **Glama.ai** | [`github/commit-check/commit-check-mcp`](https://glama.ai/mcp/servers/github/commit-check/commit-check-mcp) | | **PyPI** | [`commit-check-mcp`](https://pypi.org/project/commit-check-mcp/) | + +--- + + + +mcp-name: io.github.commit-check/commit-check-mcp