import type { McpApp } from "./config.js"; export declare const MCP_APP_MIME_TYPE = "text/html;profile=mcp-app"; export declare function appUri(app: McpApp, toolName: string): string; export declare function appUriTemplate(app: McpApp): string; export declare function appUriPrefix(app: McpApp): string; /** * Bake the tool name into the served HTML so the app can read it from * `window.__MCP_TOOL_NAME__` regardless of whether the host forwards _meta. */ export declare function injectToolName(html: string, toolName?: string): string; //# sourceMappingURL=uri.d.ts.map