Documentation / @agentick/mcp / getToolAppUri
Function: getToolAppUri()
getToolAppUri(
tool):string|undefined
Defined in: client/apps.ts:254
Get the ui:// resource URI linked to a tool, if any. Returns the URI from _meta.ui.resourceUri or undefined.
Parameters
tool
Partial<Tool>
Returns
string | undefined