Commit 1b66e08
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_01B7RkyiTt9soiYdw5vt6BEP1 parent 80747ac commit 1b66e08
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments