v0.6.4
[0.6.4] — 2026-05-16
Fix-only release. The v0.6.3 npm tarball shipped mcpName as io.github.drbaher/sign-cli (lowercase), but the official MCP registry namespaces by GitHub login (DrBaher) and rejected the publish. v0.6.4 corrects the casing in package.json and server.json so the registry submission succeeds — every other surface is unchanged.
Fixed
package.jsonmcpNameandserver.jsonnamenow useio.github.DrBaher/sign-cli. The MCP registry validates the npm tarball'smcpNamefield against the GitHub login (case-sensitive), so the previous lowercase value blocked the registry publish even after the npm publish succeeded.