Skip to content

Commit 004635a

Browse files
ochafikclaude
andcommitted
Update spec: drop Intents reference, rename Notify to Log
- Remove "intent" from the list of MCP-UI message types in the rationale section (Intents concept is being dropped) - Rename "Notify" to "Log" in the lifecycle diagram to better reflect that notifications/message is for debugging/telemetry logging, not for sending messages to the chat (which is now ui/message) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 9e9f5f0 commit 004635a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/draft/apps.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,9 +1032,9 @@ sequenceDiagram
10321032
else Message
10331033
UI ->> H: ui/message
10341034
H -->> H: Process message and follow up
1035-
else Notify
1035+
else Log
10361036
UI ->> H: notifications/message
1037-
H ->> H: Process notification and store in context
1037+
H ->> H: Log message (for debugging/telemetry)
10381038
else Resource read
10391039
UI ->> H: resources/read
10401040
H ->> S: resources/read
@@ -1293,7 +1293,7 @@ This proposal synthesizes feedback from the UI CWG and MCP-UI community, host im
12931293

12941294
**Alternatives considered:**
12951295

1296-
- **Custom message protocol:** Current MCP-UI approach with message types like tool, intent, prompt, etc. These message types can be translated to a subset of the proposed JSON-RPC messages.
1296+
- **Custom message protocol:** Current MCP-UI approach with message types like tool, prompt, etc. These message types can be translated to a subset of the proposed JSON-RPC messages.
12971297
- **Global API object:** Rejected because it requires host-specific injection and doesn't work with external iframe sources. Syntactic sugar may still be added on the server/UI side.
12981298

12991299
#### 3. Support Raw HTML Content Type

0 commit comments

Comments
 (0)