Hotfix for v10.39.0 plugin install
If you tried /plugin install mcp-memory-service on v10.39.0 and hit Validation errors: author: Invalid input: expected object, received string, this release fixes it. The plugin.json manifest now uses the object form ({"name": "..."}) the Claude Code plugin validator requires.
Thanks to @yingzhi0808 for the detailed bug report (#738) and the one-line fix (#739).
What Changed
Fixed
- plugin:
plugin.jsonauthorfield now uses the Claude Code plugin spec's required object format ({"name": "..."}) instead of the pre-spec string form. Unblocks/plugin install mcp-memory-service— thanks @yingzhi0808 for the report (#738) and the fix (#739).
Special Thanks
Huge thanks to @yingzhi0808 for catching this immediately after v10.39.0 shipped and providing both a clear reproduction and the fix. This is exactly the kind of community contribution that makes the project better for everyone.
Upgrade
/plugin install mcp-memory-service
Or via pip:
pip install mcp-memory-service==10.39.1