Skip to content

fix: exact GitHub org casing for registry namespace (io.github.HYPD-AI), v0.1.3#7

Merged
ionut85 merged 1 commit into
mainfrom
fix/registry-namespace-casing
Jun 3, 2026
Merged

fix: exact GitHub org casing for registry namespace (io.github.HYPD-AI), v0.1.3#7
ionut85 merged 1 commit into
mainfrom
fix/registry-namespace-casing

Conversation

@ionut85

@ionut85 ionut85 commented Jun 3, 2026

Copy link
Copy Markdown
Member

The first registry publish was rejected because the namespace is case-sensitive and must match the GitHub org's canonical name (HYPD-AI).

Changes

  • Use io.github.HYPD-AI/openai-ads-mcp in server.json (name) and package.json (mcpName).
  • Bump 0.1.2 → 0.1.3 (package.json, src/version.ts, server.json) so the published npm package carries the matching mcpName for the registry's ownership check.

The MCP registry namespace is case-sensitive and tied to the GitHub org's
canonical name (HYPD-AI), so io.github.hypd-ai was rejected. Use
io.github.HYPD-AI/openai-ads-mcp in both server.json (name) and package.json
(mcpName), and bump to 0.1.3 so the published npm package carries the matching
mcpName for the registry ownership check.
@ionut85
ionut85 merged commit d96ee62 into main Jun 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants