Skip to content

Commit d752ae6

Browse files
committed
Remove 'errorMessage'
1 parent 155e1fe commit d752ae6

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

src/generated/schema.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/schema.ts

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/spec.types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ export interface McpUiFollowUpMessageRequest {
219219
export interface McpUiFollowUpMessageResult {
220220
/** @description True if the host rejected or failed to send the message. */
221221
isError?: boolean;
222-
/** @description Error message explaining why the request failed. Only present when isError is true. */
223-
errorMessage?: string;
224222
/**
225223
* Index signature required for MCP SDK `Protocol` class compatibility.
226224
* Note: The schema intentionally omits this to enforce strict validation.

0 commit comments

Comments
 (0)