@@ -60,7 +60,7 @@ interface UIResource {
6060 _meta? : UIResourceMeta // Resource Metadata
6161}
6262
63- interface UiResourceMeta {
63+ interface UIResourceMeta {
6464 csp? : {
6565 connectDomains? : string [],
6666 resourceDomains? : string [],
@@ -398,7 +398,7 @@ Example:
398398
399399### MCP Apps Specific Messages
400400
401- MCP-UI introduces additional JSON-RPC methods for UI-specific functionality:
401+ MCP Apps introduces additional JSON-RPC methods for UI-specific functionality:
402402
403403#### Requests (UI → Host)
404404
@@ -585,7 +585,7 @@ Host SHOULD wait for a response before tearing down the resource (to prevent dat
585585}
586586```
587587
588- Guest UI SHOULD send this notification when rendered content body size changes (e.g. using ResizeObserver API to report up to date size)
588+ Guest UI SHOULD send this notification when rendered content body size changes (e.g. using ResizeObserver API to report up to date size).
589589
590590` ui/host-context-change ` - Host context has changed
591591
@@ -640,8 +640,8 @@ sequenceDiagram
640640 participant S as MCP Server
641641
642642 autonumber
643- S -->> H: resources/list (includes ui:// resources)
644- S -->> H: tools/list (includes tools with ui/resourceUri metadata)
643+ S -->> H: resources/list (includes ui:// resources)
644+ S -->> H: tools/list (includes tools with ui/resourceUri metadata)
645645```
646646
647647#### 2. UI Initialization (Desktop/Native Hosts)
@@ -706,7 +706,7 @@ sequenceDiagram
706706 H -->> H: Process message and follow up
707707 else Notify
708708 UI ->> H: notifications/message
709- H ->> H: Process notifation and store in context
709+ H ->> H: Process notification and store in context
710710 else Resource read
711711 UI ->> H: resources/read
712712 H ->> S: resources/read
0 commit comments