Skip to content

Commit 605e142

Browse files
authored
Merge pull request #38 from atriumn/feat/mcp-registry
feat: add MCP registry metadata for official directory listing
2 parents 12dfd82 + 8b63952 commit 605e142

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

package.json

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

server.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.atriumn/tokencost-dev",
4+
"description": "LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM",
5+
"repository": {
6+
"url": "https://github.com/atriumn/tokencost-dev",
7+
"source": "github"
8+
},
9+
"version": "0.1.2",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "tokencost-dev",
14+
"version": "0.1.2",
15+
"transport": {
16+
"type": "stdio"
17+
}
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)