Skip to content

Commit 27f950a

Browse files
committed
clean up comment
1 parent 9e920c9 commit 27f950a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/generated/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ export const McpUiHostContextChangedNotificationSchema = z.object({
448448
* @description Request to update the agent's context without requiring a follow-up action (Guest UI -> Host).
449449
*
450450
* Unlike `notifications/message` which is for debugging/logging, this request is intended
451-
*
452451
* to update the Host's model context. Each request overwrites the previous context sent by the Guest UI.
453452
* Unlike messages, context updates do not trigger follow-ups.
454453
* @see {@link app.App.sendUpdateModelContext} for the method that sends this request

src/spec.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ export interface McpUiHostContextChangedNotification {
237237
* @description Request to update the agent's context without requiring a follow-up action (Guest UI -> Host).
238238
*
239239
* Unlike `notifications/message` which is for debugging/logging, this request is intended
240-
*
241240
* to update the Host's model context. Each request overwrites the previous context sent by the Guest UI.
242241
* Unlike messages, context updates do not trigger follow-ups.
243242
* @see {@link app.App.sendUpdateModelContext} for the method that sends this request

0 commit comments

Comments
 (0)