diff --git a/src/generated/schema.ts b/src/generated/schema.ts index 0e0a3909..43687374 100644 --- a/src/generated/schema.ts +++ b/src/generated/schema.ts @@ -711,7 +711,6 @@ export const McpUiToolVisibilitySchema = z export const McpUiToolMetaSchema = z.object({ /** * URI of the UI resource to display for this tool, if any. - * This is converted to `_meta["ui/resourceUri"]`. * * @example * ```ts diff --git a/src/spec.types.ts b/src/spec.types.ts index ad3d4d23..7a8b3376 100644 --- a/src/spec.types.ts +++ b/src/spec.types.ts @@ -769,7 +769,6 @@ export type McpUiToolVisibility = "model" | "app"; export interface McpUiToolMeta { /** * URI of the UI resource to display for this tool, if any. - * This is converted to `_meta["ui/resourceUri"]`. * * @example * ```ts