v0.5.0
What's new
Added
- PyPI username-based package discovery —
pypi: your-usernamenow auto-discovers all packages you own or maintain via the PyPI XMLRPCuser_packagesAPI, consistent with hownpm,rubygemsanddockerhubalready work. Explicit comma-separated names (pypi: pkg1,pkg2) continue to work unchanged. Resolved profiles also populateidentity.contact.socialwith the user's PyPI profile URL. - DockerHub generator —
dockerhub: your-usernamefetches 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-backupimports all posts by default and that the::author1,author2suffix is optional for multi-author filtering.
Upgrade
npm install -g mcp-me@0.5.0Full changelog: https://github.com/paladini/mcp-me/blob/main/CHANGELOG.md