From 2207429f03b64b71ab5f8462aa80e1113330c7ba Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Tue, 21 Apr 2026 13:53:33 +0100 Subject: [PATCH] docs(types): drop stale resourceUri JSDoc referencing deprecated flat key --- src/generated/schema.ts | 1 - src/spec.types.ts | 1 - 2 files changed, 2 deletions(-) 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