@modelcontextprotocol/ext-apps 0.0.1 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/app.d.ts CHANGED
@@ -35,6 +35,10 @@ export * from "./types";
35
35
  * ```
36
36
  */
37
37
  export declare const RESOURCE_URI_META_KEY = "ui/resourceUri";
38
+ /**
39
+ * MIME type for MCP UI resources.
40
+ */
41
+ export declare const RESOURCE_MIME_TYPE = "text/html;profile=mcp-app";
38
42
  /**
39
43
  * Options for configuring App behavior.
40
44
  *