Use io.github.* with an org name #561
Replies: 2 comments 1 reply
I am also observing similar issue. @TheBestMoshe Did you find a solution for the same?sivakumarp@micpvdipd1200:~$ mcp-publisher publish server.json |
|
The behavior is documented in authentication.mdx under "Personal vs. organization namespaces": GitHub auth always grants your personal namespace, and an organization namespace ( So a 403 whose detail says "You have permission to publish: io.github." means one of two things:
For CI publishing there is also a route with no tokens at all: |
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
Question Category
Your Question
I'm not sure if I'm missing something, but when I authenticate with
mcp-publisher login githubit authenticates with my GitHub account. However, when attempting to publish, I get an error:Is publishing under org namespaces not supported? Or is there a way for me to select the org as part of login?
All reactions