Skip to content

Commit f683a44

Browse files
committed
docs(types): fix stale resourceUri JSDoc referencing deprecated flat key
1 parent 9a75b89 commit f683a44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/generated/schema.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/spec.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ export type McpUiToolVisibility = "model" | "app";
769769
export interface McpUiToolMeta {
770770
/**
771771
* URI of the UI resource to display for this tool, if any.
772-
* This is converted to `_meta["ui/resourceUri"]`.
772+
* Lives at `_meta.ui.resourceUri` on the tool definition.
773773
*
774774
* @example
775775
* ```ts

0 commit comments

Comments
 (0)