Skip to content

Commit bb24318

Browse files
authored
docs: ui/size-change -> ui/notifications/size-change (#69)
1 parent 1a6f237 commit bb24318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/draft/apps.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,12 +632,12 @@ Host MUST send this notification if the tool execution was cancelled, for any re
632632
Host MUST send this notification before tearing down the UI resource, for any reason, including user action, resource re-allocation, etc. The Host MAY specify the reason.
633633
Host SHOULD wait for a response before tearing down the resource (to prevent data loss).
634634

635-
`ui/size-change` - UI’s size changed
635+
`ui/notifications/size-change` - UI’s size changed
636636

637637
```typescript
638638
{
639639
jsonrpc: "2.0",
640-
method: "ui/size-change",
640+
method: "ui/notifications/size-change",
641641
params: {
642642
width: number, // Viewport width in pixels
643643
height: number // Viewport height in pixels

0 commit comments

Comments
 (0)