File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments