mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-28 12:44:28 +00:00
fix(mcp): annotate the re-exported app mime constant for isolatedDeclarations
This commit is contained in:
parent
54ce11fc2e
commit
c9e763a1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ interface McpUiToolMeta {
|
|||
|
||||
export const RESOURCE_URI_META_KEY = 'ui/resourceUri';
|
||||
|
||||
export const RESOURCE_MIME_TYPE = MCP_APP_MIME_TYPE;
|
||||
export const RESOURCE_MIME_TYPE: string = MCP_APP_MIME_TYPE;
|
||||
|
||||
export function getToolUiResourceUri(tool: ToolWithMeta): string | undefined {
|
||||
const uiMeta = tool._meta?.ui as McpUiToolMeta | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue