Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/generated/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions src/generated/schema.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions src/spec.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,17 @@ export interface McpUiToolMeta {
* - "app": Tool callable by the app from this server only
*/
visibility?: McpUiToolVisibility[];
/**
* `csp` belongs on the UI **resource** (see {@link McpUiResourceMeta}),
* not the tool. Hosts read it from the `resources/read` content item
* (with `resources/list` entry as fallback) and ignore it here.
*/
csp?: never;
/**
* `permissions` belongs on the UI **resource** (see {@link McpUiResourceMeta}),
* not the tool. Hosts ignore it here.
*/
permissions?: never;
}

/**
Expand Down
Loading