Skip to content

v1.1.26

Choose a tag to compare

@db-lyon db-lyon released this 20 Jul 22:30

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 publish now tells authors to mint a personal token at the registry's /account page 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 publish takes the source repo from the package's own package.json repository field, so a listing stops carrying a stale or wrong repoUrl from the registry row. Handles git+ prefixes, .git suffixes, and scp-style git@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 repository field leaves any existing repoUrl on the listing untouched rather than clearing it.