client/v7.1.1

MCP-UI-Org/mcp-uiclient/v7.1.1May 9, 2026by github-actions[bot]

AI Summary

A bug fix release that addresses a timing issue with sandbox proxy iframe cleanup in React StrictMode. The fix cancels the iframe timeout on effect cleanup to prevent unhandled promise rejections.

Key Highlights

  • Fixes sandbox proxy iframe timeout cleanup in React StrictMode
  • Prevents unhandled promise rejection warnings
  • Targets issue #190

Full Release Notes

## [7.1.1](https://github.com/MCP-UI-Org/mcp-ui/compare/client/v7.1.0...client/v7.1.1) (2026-05-09)


### Bug Fixes

* cancel sandbox proxy iframe timeout on effect cleanup to prevent StrictMode unhandled rejection ([#190](https://github.com/MCP-UI-Org/mcp-ui/issues/190)) ([ce5893e](https://github.com/MCP-UI-Org/mcp-ui/commit/ce5893e6456be41e63d444f548b175d23772c4f0))