Commit 55b347a
docs(ci): record the read:org gotcha for manual registry publishing (#360)
Publishing the first registry entry by hand failed twice with a 403
naming io.github.bomly-guy/* instead of io.github.bomly-dev/*. The
interactive `mcp-publisher login github` flow does not request the
read:org scope, so the registry cannot read the publisher's org role and
falls back to the personal namespace.
The 403 suggests making org membership public. That is a red herring —
membership was made public and a freshly minted token still carried only
the personal namespace. Passing a token that has read:org (the gh CLI's
own token does) grants both namespaces immediately.
io.github.bomly-dev/bomly-cli 0.21.1 is now live in the registry.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 4f36bac commit 55b347a
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
273 | 286 | | |
274 | 287 | | |
275 | 288 | | |
| |||
0 commit comments