Metadata key for associating a UI resource URI with a tool.
MCP servers include this key in tool definition metadata (via tools/list)
to indicate which UI resource should be displayed when the tool is called.
When hosts see a tool with this metadata, they fetch and render the
corresponding App.
Note: This constant is provided for reference. App developers typically
don't need to use it directly. Prefer using registerAppTool
with the _meta.ui.resourceUri format instead.
Example: How MCP servers use this key (server-side, not in Apps)
Metadata key for associating a UI resource URI with a tool.
MCP servers include this key in tool definition metadata (via
tools/list) to indicate which UI resource should be displayed when the tool is called. When hosts see a tool with this metadata, they fetch and render the correspondingApp.Note: This constant is provided for reference. App developers typically don't need to use it directly. Prefer using
registerAppToolwith the_meta.ui.resourceUriformat instead.