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:
identifierinstead ofname,argumentsinstead ofpackage_arguments - Version is now at server level instead of nested in
version_detail - New transport type
streamable-httpfor remote MCPs
The app now correctly parses the updated API response format.