Correct MCP registry namespace casing (ArnasDon), bump to 0.1.1#357
Merged
Conversation
The MCP registry namespace is case-sensitive and keyed to the GitHub login: the owner is `ArnasDon`, not `arnasdon`. Publishing as io.github.arnasdon/wacrm-mcp is rejected 403. Fix the name in server.json and the matching mcpName in package.json to io.github.ArnasDon/wacrm-mcp. Bump to 0.1.1 because the published 0.1.0 baked in the lowercase mcpName; the registry validates the published package's mcpName against server.json, so a fresh npm version is required. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
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.
This commit landed on the branch just after #356 was merged, so it missed that PR. Opening it on its own.
The MCP registry namespace is case-sensitive and keyed to the GitHub login — the owner is
ArnasDon, notarnasdon. Publishing asio.github.arnasdon/wacrm-mcpis rejected with 403. This fixes:server.jsonnameandpackage.jsonmcpName→io.github.ArnasDon/wacrm-mcp.0.1.0→0.1.1: the published0.1.0baked in the lowercasemcpName, and the registry validates the published package'smcpNameagainstserver.json, so a fresh npm version is required.mcp-publisher validatepasses; name and version are aligned across both files.🤖 Generated with Claude Code