Skip to content

Commit 61bed6f

Browse files
authored
Merge pull request #40 from atriumn/fix/mcp-registry-name
fix: use personal namespace for MCP registry publishing
2 parents 605e142 + 604ca91 commit 61bed6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"engines": {
5959
"node": ">=18"
6060
},
61-
"mcpName": "io.github.atriumn/tokencost-dev",
61+
"mcpName": "io.github.jeff-atriumn/tokencost-dev",
6262
"publishConfig": {
6363
"access": "public",
6464
"registry": "https://registry.npmjs.org/"

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.atriumn/tokencost-dev",
3+
"name": "io.github.jeff-atriumn/tokencost-dev",
44
"description": "LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM",
55
"repository": {
66
"url": "https://github.com/atriumn/tokencost-dev",

0 commit comments

Comments
 (0)