You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@modelcontextprotocol/ext-apps

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modelcontextprotocol/ext-apps - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+1
-1
dist/src/app.d.ts

@@ -41,3 +41,3 @@ import { type RequestOptions, Protocol, ProtocolOptions } from "@modelcontextprotocol/sdk/shared/protocol.js";

*/
export declare const RESOURCE_MIME_TYPE = "text/html;profile=mcp";
export declare const RESOURCE_MIME_TYPE = "text/html;profile=mcp-app";
/**

@@ -44,0 +44,0 @@ * Options for configuring App behavior.

@@ -261,2 +261,9 @@ import { CallToolResult, ContentBlock, Implementation, RequestId, Tool } from "@modelcontextprotocol/sdk/types.js";

sandbox?: string;
/** CSP configuration from resource metadata */
csp?: {
/** Origins for network requests (fetch/XHR/WebSocket) */
connectDomains?: string[];
/** Origins for static resources (scripts, images, styles, fonts) */
resourceDomains?: string[];
};
};

@@ -273,2 +280,6 @@ }

sandbox: z.ZodOptional<z.ZodString>;
csp: z.ZodOptional<z.ZodObject<{
connectDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
resourceDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
}, z.core.$strip>>;
}, z.core.$strip>;

@@ -275,0 +286,0 @@ }, z.core.$strip>;

@@ -8,3 +8,3 @@ {

"homepage": "https://github.com/modelcontextprotocol/ext-apps",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",

@@ -11,0 +11,0 @@ "description": "MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display