From 604ca911badc5599c4f2385d926626a8d947ca7b Mon Sep 17 00:00:00 2001 From: Jeff Rogers Date: Thu, 26 Feb 2026 18:12:35 -0600 Subject: [PATCH] fix: use personal namespace for MCP registry publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The registry requires public org membership verification which isn't resolving for the atriumn org. Use jeff-atriumn personal namespace instead — still points to the same repo and npm package. Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- server.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ff4e6a..97e0250 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "engines": { "node": ">=18" }, - "mcpName": "io.github.atriumn/tokencost-dev", + "mcpName": "io.github.jeff-atriumn/tokencost-dev", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" diff --git a/server.json b/server.json index 9a5cbb6..3ca3968 100644 --- a/server.json +++ b/server.json @@ -1,6 +1,6 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", - "name": "io.github.atriumn/tokencost-dev", + "name": "io.github.jeff-atriumn/tokencost-dev", "description": "LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM", "repository": { "url": "https://github.com/atriumn/tokencost-dev",