-
Notifications
You must be signed in to change notification settings - Fork 367
fix: bump major for breaking change #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -190,7 +190,7 @@ export interface AppRendererProps { | |
| /** | ||
| * React component that renders an MCP tool's custom UI in a sandboxed iframe. | ||
| * | ||
| * This component manages the complete lifecycle of an MCP-UI tool: | ||
| * This component manages the complete lifecycle of an MCP Apps tool: | ||
| * 1. Creates AppBridge for MCP communication | ||
|
Comment on lines
191
to
194
|
||
| * 2. Fetches the tool's UI resource (HTML) if not provided | ||
| * 3. Delegates rendering to AppFrame | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR title indicates a major-version bump for a breaking change, but this change appears to be documentation-only (a docstring wording tweak). If the intent is actually a breaking change, the version bump/change should be included; otherwise, consider updating the PR title/description to match the actual change to avoid misleading release notes.