Skip to content

Commit 2223e76

Browse files
authored
fix: bump major for breaking change (#187)
BREAKING CHANGE: failed to bump major in the last commit because of semantic release
1 parent a41682a commit 2223e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/typescript/client/src/components/AppRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export interface AppRendererProps {
190190
/**
191191
* React component that renders an MCP tool's custom UI in a sandboxed iframe.
192192
*
193-
* This component manages the complete lifecycle of an MCP-UI tool:
193+
* This component manages the complete lifecycle of an MCP Apps tool:
194194
* 1. Creates AppBridge for MCP communication
195195
* 2. Fetches the tool's UI resource (HTML) if not provided
196196
* 3. Delegates rendering to AppFrame

0 commit comments

Comments
 (0)