github tylergraydev/claude-code-tool-manager v1.3.2
v1.3.2 - Fix MCP Registry Loading

latest releases: v3.10.0, v3.9.1, v3.9.0...
5 months ago

Bug Fixes

MCP Registry Loading Fixed

Fixed an issue where the Marketplace MCPs tab would get stuck on "Loading MCPs..." indefinitely.

Root Cause: The MCP Registry API response structure changed:

  • Servers are now wrapped in { server: {...}, _meta: {...} } objects
  • Package fields renamed: identifier instead of name, arguments instead of package_arguments
  • Version is now at server level instead of nested in version_detail
  • New transport type streamable-http for remote MCPs

The app now correctly parses the updated API response format.

Full Changelog

v1.3.1...v1.3.2

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.