File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ interface HostContext {
424424 touch? : boolean ;
425425 hover? : boolean ;
426426 }
427- /** Mobile safe area boundaries in pixels */
427+ /** Safe area boundaries in pixels */
428428 safeAreaInsets? : {
429429 top: number ;
430430 right: number ;
Original file line number Diff line number Diff line change @@ -475,8 +475,8 @@ export interface McpUiHostContext {
475475 hover ?: boolean ;
476476 } ;
477477 /**
478- * Mobile safe area boundaries in pixels.
479- * Used to avoid notches, rounded corners, and system UI on mobile devices .
478+ * Safe area boundaries in pixels.
479+ * Used to avoid notches, rounded corners, and system UI.
480480 */
481481 safeAreaInsets ?: {
482482 /** Top safe area inset in pixels */
You can’t perform that action at this time.
0 commit comments