Skip to content

Commit 1b66e08

Browse files
committed
Bump posecode-mcp to 0.1.1 and add the mcpName field the registry requires
The MCP registry rejected publishing with: "NPM package 'posecode-mcp' is missing required 'mcpName' field" — it wants proof, inside the published npm package itself, that whoever publishes it also controls the io.github namespace in server.json. 0.1.0 is already on npm without that field and npm won't let us overwrite a published version, so bump to 0.1.1 (server.json's version and packages[0].version follow it) and add: "mcpName": "io.github.posecode-dev/posecode-mcp" Also cleaned an escaped em dash out of the npm package description while touching this file. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B7RkyiTt9soiYdw5vt6BEP
1 parent 80747ac commit 1b66e08

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/posecode-mcp/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "posecode-mcp",
3-
"version": "0.1.0",
4-
"description": "Model Context Protocol server for Posecode \u2014 let any LLM agent validate, ROM-check, and get a render link for a .posecode movement, natively.",
3+
"version": "0.1.1",
4+
"description": "Model Context Protocol server for Posecode: let any LLM agent validate, ROM-check, and get a render link for a .posecode movement, natively.",
5+
"mcpName": "io.github.posecode-dev/posecode-mcp",
56
"license": "MIT",
67
"type": "module",
78
"main": "./src/index.ts",

packages/posecode-mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/posecode-dev/posecode",
77
"source": "github"
88
},
9-
"version": "0.1.0",
9+
"version": "0.1.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "posecode-mcp",
14-
"version": "0.1.0",
14+
"version": "0.1.1",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)