Skip to content

v0.5.0

Choose a tag to compare

@paladini paladini released this 05 Jun 00:45

What's new

Added

  • PyPI username-based package discoverypypi: your-username now auto-discovers all packages you own or maintain via the PyPI XMLRPC user_packages API, consistent with how npm, rubygems and dockerhub already work. Explicit comma-separated names (pypi: pkg1,pkg2) continue to work unchanged. Resolved profiles also populate identity.contact.social with the user's PyPI profile URL.
  • DockerHub generatordockerhub: your-username fetches all your published container images with pull counts, star counts, and descriptions.

Changed

  • templates/.mcp-me.yaml — PyPI entry now documents both usage modes with inline comments:
    # pypi: your-username          # by username (auto-discovers all your packages)
    # pypi: package1,package2     # or by explicit comma-separated package names
  • Blogger backup docs — clarified that --blogger-backup imports all posts by default and that the ::author1,author2 suffix is optional for multi-author filtering.

Upgrade

npm install -g mcp-me@0.5.0

Full changelog: https://github.com/paladini/mcp-me/blob/main/CHANGELOG.md