Current limitation
GitContribute exposes an MCP server through its npm distribution, but the repository does not currently publish MCP Registry metadata or an automated registry release path. Users therefore cannot discover the server through the official MCP Registry and may need to configure it manually.
Desired outcome
Publish GitContribute under the registry name io.github.morluto/gitcontribute, with:
- an
mcpName ownership marker in the npm package;
- a checked-in
server.json describing the npm package, npx runtime, stdio transport, and version;
- package and registry metadata kept at the same release version;
- a trusted release-tag workflow using
mcp-publisher and GitHub OIDC;
- documentation for installing, launching, and configuring the published MCP server.
The registry entry should point at the existing npm artifact rather than introduce a second distribution path.
Current limitation
GitContribute exposes an MCP server through its npm distribution, but the repository does not currently publish MCP Registry metadata or an automated registry release path. Users therefore cannot discover the server through the official MCP Registry and may need to configure it manually.
Desired outcome
Publish GitContribute under the registry name
io.github.morluto/gitcontribute, with:mcpNameownership marker in the npm package;server.jsondescribing the npm package,npxruntime, stdio transport, and version;mcp-publisherand GitHub OIDC;The registry entry should point at the existing npm artifact rather than introduce a second distribution path.