v1.1.26
v1.1.26
ue-mcp plugin publish is self-serve: authors mint their own token and publish their own plugins, with no shared site secret.
Server
plugin publishnow tells authors to mint a personal token at the registry's/accountpage instead of asking the registry owner for a shared secret. Publishing has been per-author (a slug is claimed on first publish, and only its owner can overwrite it) since the registry gained per-user tokens; the CLI message had not caught up.plugin publishtakes the source repo from the package's ownpackage.jsonrepositoryfield, so a listing stops carrying a stale or wrongrepoUrlfrom the registry row. Handlesgit+prefixes,.gitsuffixes, and scp-stylegit@github.com:URLs.plugin publish --repo <url>overrides both, for packages whose repository field does not point at the public source.
Notes
- A package with no
repositoryfield leaves any existingrepoUrlon the listing untouched rather than clearing it.