Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/typescript/client/src/components/AppRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link

Copilot AI Mar 12, 2026

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.

Copilot uses AI. Check for mistakes.
* 1. Creates AppBridge for MCP communication
Comment on lines 191 to 194
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated docstring introduces the term "MCP Apps tool", but the surrounding docstring line still says "MCP tool's custom UI". This makes the component description inconsistent/unclear; consider using the same terminology throughout (e.g., "MCP tool (Apps spec)" or similar) so readers understand whether this is specific to the Apps spec or MCP tools generally.

Copilot uses AI. Check for mistakes.
* 2. Fetches the tool's UI resource (HTML) if not provided
* 3. Delegates rendering to AppFrame
Expand Down
Loading