sunpeak 0.18.7 → 0.18.12
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/README.md +12 -0
- package/bin/commands/dev.mjs +3 -3
- package/bin/commands/inspect.mjs +4 -1
- package/bin/lib/sandbox-server.mjs +31 -1
- package/dist/chatgpt/index.cjs +1 -2
- package/dist/chatgpt/index.js +1 -2
- package/dist/claude/index.cjs +1 -2
- package/dist/claude/index.js +1 -2
- package/dist/host/chatgpt/index.cjs +1 -2
- package/dist/host/chatgpt/index.cjs.map +1 -1
- package/dist/host/chatgpt/index.js +1 -2
- package/dist/host/chatgpt/index.js.map +1 -1
- package/dist/index.cjs +93 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +54 -54
- package/dist/index.js.map +1 -1
- package/dist/inspector/hosts.d.ts +12 -0
- package/dist/inspector/index.cjs +1 -2
- package/dist/inspector/index.js +1 -2
- package/dist/{inspector-CKc58UuI.cjs → inspector-8nPV2A-z.cjs} +104 -54
- package/dist/inspector-8nPV2A-z.cjs.map +1 -0
- package/dist/{inspector-DZrN0kej.js → inspector-Cdo5BK2D.js} +103 -53
- package/dist/inspector-Cdo5BK2D.js.map +1 -0
- package/dist/mcp/index.cjs +85 -71
- package/dist/mcp/index.cjs.map +1 -1
- package/dist/mcp/index.js +79 -65
- package/dist/mcp/index.js.map +1 -1
- package/dist/{protocol-DJmRaBzO.js → protocol-BfAACnv0.js} +14 -9
- package/dist/{protocol-DJmRaBzO.js.map → protocol-BfAACnv0.js.map} +1 -1
- package/dist/{protocol-jbxhzcnS.cjs → protocol-C7kTcBr_.cjs} +14 -9
- package/dist/{protocol-jbxhzcnS.cjs.map → protocol-C7kTcBr_.cjs.map} +1 -1
- package/dist/style.css +36 -1
- package/dist/{use-app-BNbz1uzj.js → use-app-CfP9VypY.js} +107 -56
- package/dist/use-app-CfP9VypY.js.map +1 -0
- package/dist/{use-app-Dqh20JPP.cjs → use-app-CzcYw1Kz.cjs} +165 -114
- package/dist/use-app-CzcYw1Kz.cjs.map +1 -0
- package/package.json +7 -7
- package/template/README.md +12 -0
- package/template/dist/albums/albums.html +16 -15
- package/template/dist/albums/albums.json +1 -1
- package/template/dist/carousel/carousel.html +20 -19
- package/template/dist/carousel/carousel.json +1 -1
- package/template/dist/map/map.html +7 -6
- package/template/dist/map/map.json +1 -1
- package/template/dist/review/review.html +6 -5
- package/template/dist/review/review.json +1 -1
- package/template/node_modules/.bin/vite +2 -2
- package/template/node_modules/.bin/vitest +2 -2
- package/template/node_modules/.vite/deps/_metadata.json +4 -4
- package/template/node_modules/.vite-mcp/deps/@modelcontextprotocol_ext-apps.js +49 -49
- package/template/node_modules/.vite-mcp/deps/@modelcontextprotocol_ext-apps.js.map +1 -1
- package/template/node_modules/.vite-mcp/deps/@modelcontextprotocol_ext-apps_app-bridge.js +49 -49
- package/template/node_modules/.vite-mcp/deps/@modelcontextprotocol_ext-apps_app-bridge.js.map +1 -1
- package/template/node_modules/.vite-mcp/deps/@modelcontextprotocol_ext-apps_react.js +89 -89
- package/template/node_modules/.vite-mcp/deps/@modelcontextprotocol_ext-apps_react.js.map +1 -1
- package/template/node_modules/.vite-mcp/deps/@testing-library_react.js +9 -6
- package/template/node_modules/.vite-mcp/deps/@testing-library_react.js.map +1 -1
- package/template/node_modules/.vite-mcp/deps/_metadata.json +26 -26
- package/template/node_modules/.vite-mcp/deps/{protocol-CTflwIfG.js → protocol-B_qKkui_.js} +14 -9
- package/template/node_modules/.vite-mcp/deps/protocol-B_qKkui_.js.map +1 -0
- package/template/node_modules/.vite-mcp/deps/vitest.js +366 -128
- package/template/node_modules/.vite-mcp/deps/vitest.js.map +1 -1
- package/template/package.json +2 -2
- package/template/src/resources/carousel/carousel.test.tsx +16 -2
- package/template/src/resources/carousel/carousel.tsx +42 -14
- package/template/src/resources/carousel/components/carousel.tsx +20 -0
- package/template/src/resources/carousel/components/index.ts +1 -0
- package/template/src/resources/carousel/components/place-detail.tsx +153 -0
- package/template/tests/e2e/carousel.spec.ts +125 -0
- package/template/tests/live/carousel.spec.ts +2 -2
- package/template/tests/simulations/show-carousel.json +54 -5
- package/dist/inspector-CKc58UuI.cjs.map +0 -1
- package/dist/inspector-DZrN0kej.js.map +0 -1
- package/dist/use-app-BNbz1uzj.js.map +0 -1
- package/dist/use-app-Dqh20JPP.cjs.map +0 -1
- package/template/node_modules/.vite-mcp/deps/protocol-CTflwIfG.js.map +0 -1
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vite@8.0.
|
|
13
|
+
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vite@8.0.
|
|
15
|
+
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../vite/bin/vite.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vitest@4.1.
|
|
13
|
+
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vitest@4.1.2_@types+node@25.5.0_jsdom@29.0.1_vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0_/node_modules/vitest/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vitest@4.1.2_@types+node@25.5.0_jsdom@29.0.1_vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0_/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vitest@4.1.
|
|
15
|
+
export NODE_PATH="/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vitest@4.1.2_@types+node@25.5.0_jsdom@29.0.1_vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0_/node_modules/vitest/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/vitest@4.1.2_@types+node@25.5.0_jsdom@29.0.1_vite@8.0.3_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0_/node_modules:/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../vitest/vitest.mjs" "$@"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Cn as object, In as string, Jn as union, Sn as number, St as _undefined, Tt as array, Yn as unknown, jn as record, kt as boolean, ln as literal } from "./schemas-NsgmY9QV.js";
|
|
2
|
-
import { S as ResourceLinkSchema, T as ToolSchema, _ as PingRequestSchema, a as EmbeddedResourceSchema, b as ReadResourceResultSchema, c as JSONRPCMessageSchema, h as ListToolsRequestSchema, i as ContentBlockSchema, m as ListResourcesResultSchema, n as CallToolRequestSchema, o as EmptyResultSchema, r as CallToolResultSchema, s as ImplementationSchema, t as Protocol, x as RequestIdSchema } from "./protocol-
|
|
3
|
-
//#region ../../../node_modules/.pnpm/@modelcontextprotocol+ext-apps@1.3.
|
|
4
|
-
var
|
|
2
|
+
import { S as ResourceLinkSchema, T as ToolSchema, _ as PingRequestSchema, a as EmbeddedResourceSchema, b as ReadResourceResultSchema, c as JSONRPCMessageSchema, h as ListToolsRequestSchema, i as ContentBlockSchema, m as ListResourcesResultSchema, n as CallToolRequestSchema, o as EmptyResultSchema, r as CallToolResultSchema, s as ImplementationSchema, t as Protocol, x as RequestIdSchema } from "./protocol-B_qKkui_.js";
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@modelcontextprotocol+ext-apps@1.3.2_@modelcontextprotocol+sdk@1.29.0_zod@4.3.6__react-_38e5f6c50a4ca9cf3f1dffc73a60c951/node_modules/@modelcontextprotocol/ext-apps/dist/src/app.js
|
|
4
|
+
var E = "2026-01-26", y = "ui/open-link", u = "ui/download-file", f = "ui/message", d = "ui/notifications/sandbox-proxy-ready", h = "ui/notifications/sandbox-resource-ready", m = "ui/notifications/size-changed", i = "ui/notifications/tool-input", z = "ui/notifications/tool-input-partial", l = "ui/notifications/tool-result", r = "ui/notifications/tool-cancelled", c = "ui/notifications/host-context-changed", p = "ui/notifications/request-teardown", n = "ui/resource-teardown", a = "ui/initialize", o = "ui/notifications/initialized", s = "ui/request-display-mode";
|
|
5
5
|
var K = class {
|
|
6
6
|
eventTarget;
|
|
7
7
|
eventSource;
|
|
@@ -36,11 +36,11 @@ var K = class {
|
|
|
36
36
|
sessionId;
|
|
37
37
|
setProtocolVersion;
|
|
38
38
|
};
|
|
39
|
-
var
|
|
39
|
+
var v = union([literal("light"), literal("dark")]).describe("Color theme preference for the host environment."), D = union([
|
|
40
40
|
literal("inline"),
|
|
41
41
|
literal("fullscreen"),
|
|
42
42
|
literal("pip")
|
|
43
|
-
]).describe("Display mode for UI presentation."),
|
|
43
|
+
]).describe("Display mode for UI presentation."), DQ = record(union([
|
|
44
44
|
literal("--color-background-primary"),
|
|
45
45
|
literal("--color-background-secondary"),
|
|
46
46
|
literal("--color-background-tertiary"),
|
|
@@ -135,10 +135,10 @@ Individual style keys are optional - hosts may provide any subset of these value
|
|
|
135
135
|
Values are strings containing CSS values (colors, sizes, font stacks, etc.).
|
|
136
136
|
|
|
137
137
|
Note: This type uses \`Record<K, string | undefined>\` rather than \`Partial<Record<K, string>>\`
|
|
138
|
-
for compatibility with Zod schema generation. Both are functionally equivalent for validation.`),
|
|
138
|
+
for compatibility with Zod schema generation. Both are functionally equivalent for validation.`), JQ = object({
|
|
139
139
|
method: literal("ui/open-link"),
|
|
140
140
|
params: object({ url: string().describe("URL to open in the host's browser") })
|
|
141
|
-
}), B = object({ isError: boolean().optional().describe("True if the host failed to open the URL (e.g., due to security policy).") }).passthrough(), _ = object({ isError: boolean().optional().describe("True if the download failed (e.g., user cancelled or host denied).") }).passthrough(), O = object({ isError: boolean().optional().describe("True if the host rejected or failed to deliver the message.") }).passthrough(),
|
|
141
|
+
}), B = object({ isError: boolean().optional().describe("True if the host failed to open the URL (e.g., due to security policy).") }).passthrough(), _ = object({ isError: boolean().optional().describe("True if the download failed (e.g., user cancelled or host denied).") }).passthrough(), O = object({ isError: boolean().optional().describe("True if the host rejected or failed to deliver the message.") }).passthrough(), KQ = object({
|
|
142
142
|
method: literal("ui/notifications/sandbox-proxy-ready"),
|
|
143
143
|
params: object({})
|
|
144
144
|
}), G = object({
|
|
@@ -154,7 +154,7 @@ for compatibility with Zod schema generation. Both are functionally equivalent f
|
|
|
154
154
|
microphone: object({}).optional().describe("Request microphone access.\n\nMaps to Permission Policy `microphone` feature."),
|
|
155
155
|
geolocation: object({}).optional().describe("Request geolocation access.\n\nMaps to Permission Policy `geolocation` feature."),
|
|
156
156
|
clipboardWrite: object({}).optional().describe("Request clipboard write access.\n\nMaps to Permission Policy `clipboard-write` feature.")
|
|
157
|
-
}),
|
|
157
|
+
}), GQ = object({
|
|
158
158
|
method: literal("ui/notifications/size-changed"),
|
|
159
159
|
params: object({
|
|
160
160
|
width: number().optional().describe("New width in pixels."),
|
|
@@ -169,13 +169,13 @@ for compatibility with Zod schema generation. Both are functionally equivalent f
|
|
|
169
169
|
}), A = object({
|
|
170
170
|
method: literal("ui/notifications/tool-cancelled"),
|
|
171
171
|
params: object({ reason: string().optional().describe("Optional reason for the cancellation (e.g., \"user action\", \"timeout\").") })
|
|
172
|
-
}),
|
|
173
|
-
variables:
|
|
174
|
-
css:
|
|
172
|
+
}), b = object({ fonts: string().optional() }), k = object({
|
|
173
|
+
variables: DQ.optional().describe("CSS variables for theming the app."),
|
|
174
|
+
css: b.optional().describe("CSS blocks that apps can inject.")
|
|
175
175
|
}), F = object({
|
|
176
176
|
method: literal("ui/resource-teardown"),
|
|
177
177
|
params: object({})
|
|
178
|
-
}),
|
|
178
|
+
}), VQ = record(string(), unknown()), L = object({
|
|
179
179
|
text: object({}).optional().describe("Host supports text content blocks."),
|
|
180
180
|
image: object({}).optional().describe("Host supports image content blocks."),
|
|
181
181
|
audio: object({}).optional().describe("Host supports audio content blocks."),
|
|
@@ -185,7 +185,7 @@ for compatibility with Zod schema generation. Both are functionally equivalent f
|
|
|
185
185
|
}), WQ = object({
|
|
186
186
|
method: literal("ui/notifications/request-teardown"),
|
|
187
187
|
params: object({}).optional()
|
|
188
|
-
}),
|
|
188
|
+
}), C = object({
|
|
189
189
|
experimental: object({}).optional().describe("Experimental features (structure TBD)."),
|
|
190
190
|
openLinks: object({}).optional().describe("Host supports opening external URLs."),
|
|
191
191
|
downloadFile: object({}).optional().describe("Host supports file downloads via ui/download-file."),
|
|
@@ -198,14 +198,14 @@ for compatibility with Zod schema generation. Both are functionally equivalent f
|
|
|
198
198
|
}).optional().describe("Sandbox configuration applied by the host."),
|
|
199
199
|
updateModelContext: L.optional().describe("Host accepts context updates (ui/update-model-context) to be included in the model's context for future turns."),
|
|
200
200
|
message: L.optional().describe("Host supports receiving content messages (ui/message) from the view.")
|
|
201
|
-
}),
|
|
201
|
+
}), x = object({
|
|
202
202
|
experimental: object({}).optional().describe("Experimental features (structure TBD)."),
|
|
203
203
|
tools: object({ listChanged: boolean().optional().describe("App supports tools/list_changed notifications.") }).optional().describe("App exposes MCP-style tools that the host can call."),
|
|
204
|
-
availableDisplayModes: array(
|
|
205
|
-
}),
|
|
204
|
+
availableDisplayModes: array(D).optional().describe("Display modes the app supports.")
|
|
205
|
+
}), NQ = object({
|
|
206
206
|
method: literal("ui/notifications/initialized"),
|
|
207
207
|
params: object({}).optional()
|
|
208
|
-
}),
|
|
208
|
+
}), jQ = object({
|
|
209
209
|
csp: G.optional().describe("Content Security Policy configuration for UI resources."),
|
|
210
210
|
permissions: V.optional().describe("Sandbox permissions requested by the UI resource."),
|
|
211
211
|
domain: string().optional().describe(`Dedicated origin for view sandbox.
|
|
@@ -224,26 +224,26 @@ Boolean requesting whether a visible border and background is provided by the ho
|
|
|
224
224
|
- \`true\`: request visible border + background
|
|
225
225
|
- \`false\`: request no visible border + background
|
|
226
226
|
- omitted: host decides border`)
|
|
227
|
-
}),
|
|
227
|
+
}), EQ = object({
|
|
228
228
|
method: literal("ui/request-display-mode"),
|
|
229
|
-
params: object({ mode:
|
|
230
|
-
}), P = object({ mode:
|
|
229
|
+
params: object({ mode: D.describe("The display mode being requested.") })
|
|
230
|
+
}), P = object({ mode: D.describe("The display mode that was actually set. May differ from requested if not supported.") }).passthrough(), g = union([literal("model"), literal("app")]).describe("Tool visibility scope - who can access the tool."), zQ = object({
|
|
231
231
|
resourceUri: string().optional(),
|
|
232
|
-
visibility: array(
|
|
232
|
+
visibility: array(g).optional().describe(`Who can access this tool. Default: ["model", "app"]
|
|
233
233
|
- "model": Tool visible to and callable by the agent
|
|
234
234
|
- "app": Tool callable by the app from this server only`)
|
|
235
235
|
});
|
|
236
236
|
object({ mimeTypes: array(string()).optional().describe("Array of supported MIME types for UI resources.\nMust include `\"text/html;profile=mcp-app\"` for MCP Apps support.") });
|
|
237
|
-
var
|
|
237
|
+
var LQ = object({
|
|
238
238
|
method: literal("ui/download-file"),
|
|
239
239
|
params: object({ contents: array(union([EmbeddedResourceSchema, ResourceLinkSchema])).describe("Resource contents to download — embedded (inline data) or linked (host fetches). Uses standard MCP resource types.") })
|
|
240
|
-
}),
|
|
240
|
+
}), BQ = object({
|
|
241
241
|
method: literal("ui/message"),
|
|
242
242
|
params: object({
|
|
243
243
|
role: literal("user").describe("Message role, currently only \"user\" is supported."),
|
|
244
244
|
content: array(ContentBlockSchema).describe("Message content blocks (text, image, etc.).")
|
|
245
245
|
})
|
|
246
|
-
}),
|
|
246
|
+
}), _Q = object({
|
|
247
247
|
method: literal("ui/notifications/sandbox-resource-ready"),
|
|
248
248
|
params: object({
|
|
249
249
|
html: string().describe("HTML content to load into the inner iframe."),
|
|
@@ -259,10 +259,10 @@ var OQ = object({
|
|
|
259
259
|
id: RequestIdSchema.optional().describe("JSON-RPC id of the tools/call request."),
|
|
260
260
|
tool: ToolSchema.describe("Tool definition including name, inputSchema, etc.")
|
|
261
261
|
}).optional().describe("Metadata of the tool call that instantiated this App."),
|
|
262
|
-
theme:
|
|
263
|
-
styles:
|
|
264
|
-
displayMode:
|
|
265
|
-
availableDisplayModes: array(
|
|
262
|
+
theme: v.optional().describe("Current color theme preference."),
|
|
263
|
+
styles: k.optional().describe("Style configuration for theming the app."),
|
|
264
|
+
displayMode: D.optional().describe("How the UI is currently displayed."),
|
|
265
|
+
availableDisplayModes: array(D).optional().describe("Display modes the host supports."),
|
|
266
266
|
containerDimensions: union([object({ height: number().describe("Fixed container height in pixels.") }), object({ maxHeight: union([number(), _undefined()]).optional().describe("Maximum container height in pixels.") })]).and(union([object({ width: number().describe("Fixed container width in pixels.") }), object({ maxWidth: union([number(), _undefined()]).optional().describe("Maximum container width in pixels.") })])).optional().describe(`Container dimensions. Represents the dimensions of the iframe or other
|
|
267
267
|
container holding the app. Specify either width or maxWidth, and either height or maxHeight.`),
|
|
268
268
|
locale: string().optional().describe("User's language and region preference in BCP 47 format."),
|
|
@@ -286,44 +286,44 @@ container holding the app. Specify either width or maxWidth, and either height o
|
|
|
286
286
|
}).passthrough(), R = object({
|
|
287
287
|
method: literal("ui/notifications/host-context-changed"),
|
|
288
288
|
params: T.describe("Partial context update containing only changed fields.")
|
|
289
|
-
}),
|
|
289
|
+
}), OQ = object({
|
|
290
290
|
method: literal("ui/update-model-context"),
|
|
291
291
|
params: object({
|
|
292
292
|
content: array(ContentBlockSchema).optional().describe("Context content blocks (text, image, etc.)."),
|
|
293
293
|
structuredContent: record(string(), unknown().describe("Structured content for machine-readable context data.")).optional().describe("Structured content for machine-readable context data.")
|
|
294
294
|
})
|
|
295
|
-
}),
|
|
295
|
+
}), IQ = object({
|
|
296
296
|
method: literal("ui/initialize"),
|
|
297
297
|
params: object({
|
|
298
298
|
appInfo: ImplementationSchema.describe("App identification (name and version)."),
|
|
299
|
-
appCapabilities:
|
|
299
|
+
appCapabilities: x.describe("Features and capabilities this app provides."),
|
|
300
300
|
protocolVersion: string().describe("Protocol version this app supports.")
|
|
301
301
|
})
|
|
302
302
|
}), U = object({
|
|
303
303
|
protocolVersion: string().describe("Negotiated protocol version string (e.g., \"2025-11-21\")."),
|
|
304
304
|
hostInfo: ImplementationSchema.describe("Host application identification and version."),
|
|
305
|
-
hostCapabilities:
|
|
305
|
+
hostCapabilities: C.describe("Features and capabilities provided by the host."),
|
|
306
306
|
hostContext: T.describe("Rich context about the host environment.")
|
|
307
307
|
}).passthrough();
|
|
308
|
-
function
|
|
308
|
+
function wQ() {
|
|
309
309
|
let X = document.documentElement.getAttribute("data-theme");
|
|
310
310
|
if (X === "dark" || X === "light") return X;
|
|
311
311
|
return document.documentElement.classList.contains("dark") ? "dark" : "light";
|
|
312
312
|
}
|
|
313
|
-
function
|
|
313
|
+
function AQ(X) {
|
|
314
314
|
let Y = document.documentElement;
|
|
315
315
|
Y.setAttribute("data-theme", X), Y.style.colorScheme = X;
|
|
316
316
|
}
|
|
317
|
-
function
|
|
317
|
+
function FQ(X, Y = document.documentElement) {
|
|
318
318
|
for (let [Z, $] of Object.entries(X)) if ($ !== void 0) Y.style.setProperty(Z, $);
|
|
319
319
|
}
|
|
320
|
-
function
|
|
320
|
+
function PQ(X) {
|
|
321
321
|
if (document.getElementById("__mcp-host-fonts")) return;
|
|
322
322
|
let Z = document.createElement("style");
|
|
323
323
|
Z.id = "__mcp-host-fonts", Z.textContent = X, document.head.appendChild(Z);
|
|
324
324
|
}
|
|
325
|
-
var
|
|
326
|
-
var
|
|
325
|
+
var RX = "ui/resourceUri", UX = "text/html;profile=mcp-app";
|
|
326
|
+
var kQ = class extends Protocol {
|
|
327
327
|
_appInfo;
|
|
328
328
|
_capabilities;
|
|
329
329
|
options;
|
|
@@ -469,20 +469,20 @@ var gQ = class extends Protocol {
|
|
|
469
469
|
if (X) return;
|
|
470
470
|
X = !0, requestAnimationFrame(() => {
|
|
471
471
|
X = !1;
|
|
472
|
-
let
|
|
473
|
-
|
|
474
|
-
let
|
|
475
|
-
|
|
476
|
-
let
|
|
477
|
-
if (j !== Y ||
|
|
472
|
+
let J = document.documentElement, S = J.style.height;
|
|
473
|
+
J.style.height = "max-content";
|
|
474
|
+
let N = Math.ceil(J.getBoundingClientRect().height);
|
|
475
|
+
J.style.height = S;
|
|
476
|
+
let j = Math.ceil(window.innerWidth);
|
|
477
|
+
if (j !== Y || N !== Z) Y = j, Z = N, this.sendSizeChanged({
|
|
478
478
|
width: j,
|
|
479
|
-
height:
|
|
479
|
+
height: N
|
|
480
480
|
});
|
|
481
481
|
});
|
|
482
482
|
};
|
|
483
483
|
$();
|
|
484
|
-
let
|
|
485
|
-
return
|
|
484
|
+
let W = new ResizeObserver($);
|
|
485
|
+
return W.observe(document.documentElement), W.observe(document.body), () => W.disconnect();
|
|
486
486
|
}
|
|
487
487
|
async connect(X = new K(window.parent, window.parent), Y) {
|
|
488
488
|
if (this.transport) throw Error("App is already connected. Call close() before connecting again.");
|
|
@@ -493,7 +493,7 @@ var gQ = class extends Protocol {
|
|
|
493
493
|
params: {
|
|
494
494
|
appCapabilities: this._capabilities,
|
|
495
495
|
appInfo: this._appInfo,
|
|
496
|
-
protocolVersion:
|
|
496
|
+
protocolVersion: E
|
|
497
497
|
}
|
|
498
498
|
}, U, Y);
|
|
499
499
|
if (Z === void 0) throw Error(`Server sent invalid initialize result: ${Z}`);
|
|
@@ -504,6 +504,6 @@ var gQ = class extends Protocol {
|
|
|
504
504
|
}
|
|
505
505
|
};
|
|
506
506
|
//#endregion
|
|
507
|
-
export {
|
|
507
|
+
export { kQ as App, u as DOWNLOAD_FILE_METHOD, c as HOST_CONTEXT_CHANGED_METHOD, o as INITIALIZED_METHOD, a as INITIALIZE_METHOD, E as LATEST_PROTOCOL_VERSION, f as MESSAGE_METHOD, x as McpUiAppCapabilitiesSchema, D as McpUiDisplayModeSchema, LQ as McpUiDownloadFileRequestSchema, _ as McpUiDownloadFileResultSchema, C as McpUiHostCapabilitiesSchema, R as McpUiHostContextChangedNotificationSchema, T as McpUiHostContextSchema, b as McpUiHostCssSchema, k as McpUiHostStylesSchema, IQ as McpUiInitializeRequestSchema, U as McpUiInitializeResultSchema, NQ as McpUiInitializedNotificationSchema, BQ as McpUiMessageRequestSchema, O as McpUiMessageResultSchema, JQ as McpUiOpenLinkRequestSchema, B as McpUiOpenLinkResultSchema, EQ as McpUiRequestDisplayModeRequestSchema, P as McpUiRequestDisplayModeResultSchema, WQ as McpUiRequestTeardownNotificationSchema, G as McpUiResourceCspSchema, jQ as McpUiResourceMetaSchema, V as McpUiResourcePermissionsSchema, F as McpUiResourceTeardownRequestSchema, VQ as McpUiResourceTeardownResultSchema, KQ as McpUiSandboxProxyReadyNotificationSchema, _Q as McpUiSandboxResourceReadyNotificationSchema, GQ as McpUiSizeChangedNotificationSchema, L as McpUiSupportedContentBlockModalitiesSchema, v as McpUiThemeSchema, A as McpUiToolCancelledNotificationSchema, I as McpUiToolInputNotificationSchema, w as McpUiToolInputPartialNotificationSchema, zQ as McpUiToolMetaSchema, q as McpUiToolResultNotificationSchema, g as McpUiToolVisibilitySchema, OQ as McpUiUpdateModelContextRequestSchema, y as OPEN_LINK_METHOD, K as PostMessageTransport, s as REQUEST_DISPLAY_MODE_METHOD, p as REQUEST_TEARDOWN_METHOD, UX as RESOURCE_MIME_TYPE, n as RESOURCE_TEARDOWN_METHOD, RX as RESOURCE_URI_META_KEY, d as SANDBOX_PROXY_READY_METHOD, h as SANDBOX_RESOURCE_READY_METHOD, m as SIZE_CHANGED_METHOD, r as TOOL_CANCELLED_METHOD, i as TOOL_INPUT_METHOD, z as TOOL_INPUT_PARTIAL_METHOD, l as TOOL_RESULT_METHOD, AQ as applyDocumentTheme, PQ as applyHostFonts, FQ as applyHostStyleVariables, wQ as getDocumentTheme };
|
|
508
508
|
|
|
509
509
|
//# sourceMappingURL=@modelcontextprotocol_ext-apps.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"@modelcontextprotocol_ext-apps.js","names":["XQ","Q.union","Q.literal","Q.record","Q.string","Q.undefined","Q.object","Q.boolean","Q.array","Q.number","Q.unknown","ZQ","DQ","M","YQ","$Q","JQ","v","UQ","CQ","HQ","kQ","MQ","xQ","bQ","vQ"],"sources":["../../../../../../node_modules/.pnpm/@modelcontextprotocol+ext-apps@1.3.1_@modelcontextprotocol+sdk@1.27.1_zod@4.3.6__react-_cd1fb28fd87e0bddd0a29eba0721855d/node_modules/@modelcontextprotocol/ext-apps/dist/src/app.js"],"sourcesContent":["import{Protocol as UQ}from\"@modelcontextprotocol/sdk/shared/protocol.js\";import{CallToolRequestSchema as HQ,CallToolResultSchema as MQ,EmptyResultSchema as vQ,ListResourcesResultSchema as bQ,ListToolsRequestSchema as kQ,PingRequestSchema as CQ,ReadResourceResultSchema as xQ}from\"@modelcontextprotocol/sdk/types.js\";import{JSONRPCMessageSchema as XQ}from\"@modelcontextprotocol/sdk/types.js\";var W=\"2026-01-26\",d=\"ui/open-link\",h=\"ui/download-file\",m=\"ui/message\",i=\"ui/notifications/sandbox-proxy-ready\",l=\"ui/notifications/sandbox-resource-ready\",r=\"ui/notifications/size-changed\",p=\"ui/notifications/tool-input\",z=\"ui/notifications/tool-input-partial\",c=\"ui/notifications/tool-result\",n=\"ui/notifications/tool-cancelled\",a=\"ui/notifications/host-context-changed\",o=\"ui/notifications/request-teardown\",s=\"ui/resource-teardown\",t=\"ui/initialize\",e=\"ui/notifications/initialized\",QQ=\"ui/request-display-mode\";class K{eventTarget;eventSource;messageListener;constructor(X=window.parent,Y){this.eventTarget=X;this.eventSource=Y;this.messageListener=(Z)=>{if(Y&&Z.source!==this.eventSource){console.debug(\"Ignoring message from unknown source\",Z);return}let $=XQ.safeParse(Z.data);if($.success)console.debug(\"Parsed message\",$.data),this.onmessage?.($.data);else if(Z.data?.jsonrpc!==\"2.0\")console.debug(\"Ignoring non-JSON-RPC message\",$.error.message,Z);else console.error(\"Failed to parse message\",$.error.message,Z),this.onerror?.(Error(\"Invalid JSON-RPC message received: \"+$.error.message))}}async start(){window.addEventListener(\"message\",this.messageListener)}async send(X,Y){if(X.method!==z)console.debug(\"Sending message\",X);this.eventTarget.postMessage(X,\"*\")}async close(){window.removeEventListener(\"message\",this.messageListener),this.onclose?.()}onclose;onerror;onmessage;sessionId;setProtocolVersion}import{z as Q}from\"zod/v4\";import{ContentBlockSchema as M,CallToolResultSchema as YQ,EmbeddedResourceSchema as ZQ,ImplementationSchema as v,RequestIdSchema as $Q,ResourceLinkSchema as DQ,ToolSchema as JQ}from\"@modelcontextprotocol/sdk/types.js\";var b=Q.union([Q.literal(\"light\"),Q.literal(\"dark\")]).describe(\"Color theme preference for the host environment.\"),J=Q.union([Q.literal(\"inline\"),Q.literal(\"fullscreen\"),Q.literal(\"pip\")]).describe(\"Display mode for UI presentation.\"),KQ=Q.union([Q.literal(\"--color-background-primary\"),Q.literal(\"--color-background-secondary\"),Q.literal(\"--color-background-tertiary\"),Q.literal(\"--color-background-inverse\"),Q.literal(\"--color-background-ghost\"),Q.literal(\"--color-background-info\"),Q.literal(\"--color-background-danger\"),Q.literal(\"--color-background-success\"),Q.literal(\"--color-background-warning\"),Q.literal(\"--color-background-disabled\"),Q.literal(\"--color-text-primary\"),Q.literal(\"--color-text-secondary\"),Q.literal(\"--color-text-tertiary\"),Q.literal(\"--color-text-inverse\"),Q.literal(\"--color-text-ghost\"),Q.literal(\"--color-text-info\"),Q.literal(\"--color-text-danger\"),Q.literal(\"--color-text-success\"),Q.literal(\"--color-text-warning\"),Q.literal(\"--color-text-disabled\"),Q.literal(\"--color-border-primary\"),Q.literal(\"--color-border-secondary\"),Q.literal(\"--color-border-tertiary\"),Q.literal(\"--color-border-inverse\"),Q.literal(\"--color-border-ghost\"),Q.literal(\"--color-border-info\"),Q.literal(\"--color-border-danger\"),Q.literal(\"--color-border-success\"),Q.literal(\"--color-border-warning\"),Q.literal(\"--color-border-disabled\"),Q.literal(\"--color-ring-primary\"),Q.literal(\"--color-ring-secondary\"),Q.literal(\"--color-ring-inverse\"),Q.literal(\"--color-ring-info\"),Q.literal(\"--color-ring-danger\"),Q.literal(\"--color-ring-success\"),Q.literal(\"--color-ring-warning\"),Q.literal(\"--font-sans\"),Q.literal(\"--font-mono\"),Q.literal(\"--font-weight-normal\"),Q.literal(\"--font-weight-medium\"),Q.literal(\"--font-weight-semibold\"),Q.literal(\"--font-weight-bold\"),Q.literal(\"--font-text-xs-size\"),Q.literal(\"--font-text-sm-size\"),Q.literal(\"--font-text-md-size\"),Q.literal(\"--font-text-lg-size\"),Q.literal(\"--font-heading-xs-size\"),Q.literal(\"--font-heading-sm-size\"),Q.literal(\"--font-heading-md-size\"),Q.literal(\"--font-heading-lg-size\"),Q.literal(\"--font-heading-xl-size\"),Q.literal(\"--font-heading-2xl-size\"),Q.literal(\"--font-heading-3xl-size\"),Q.literal(\"--font-text-xs-line-height\"),Q.literal(\"--font-text-sm-line-height\"),Q.literal(\"--font-text-md-line-height\"),Q.literal(\"--font-text-lg-line-height\"),Q.literal(\"--font-heading-xs-line-height\"),Q.literal(\"--font-heading-sm-line-height\"),Q.literal(\"--font-heading-md-line-height\"),Q.literal(\"--font-heading-lg-line-height\"),Q.literal(\"--font-heading-xl-line-height\"),Q.literal(\"--font-heading-2xl-line-height\"),Q.literal(\"--font-heading-3xl-line-height\"),Q.literal(\"--border-radius-xs\"),Q.literal(\"--border-radius-sm\"),Q.literal(\"--border-radius-md\"),Q.literal(\"--border-radius-lg\"),Q.literal(\"--border-radius-xl\"),Q.literal(\"--border-radius-full\"),Q.literal(\"--border-width-regular\"),Q.literal(\"--shadow-hairline\"),Q.literal(\"--shadow-sm\"),Q.literal(\"--shadow-md\"),Q.literal(\"--shadow-lg\")]).describe(\"CSS variable keys available to MCP apps for theming.\"),GQ=Q.record(KQ.describe(`Style variables for theming MCP apps.\n\nIndividual style keys are optional - hosts may provide any subset of these values.\nValues are strings containing CSS values (colors, sizes, font stacks, etc.).\n\nNote: This type uses \\`Record<K, string | undefined>\\` rather than \\`Partial<Record<K, string>>\\`\nfor compatibility with Zod schema generation. Both are functionally equivalent for validation.`),Q.union([Q.string(),Q.undefined()]).describe(`Style variables for theming MCP apps.\n\nIndividual style keys are optional - hosts may provide any subset of these values.\nValues are strings containing CSS values (colors, sizes, font stacks, etc.).\n\nNote: This type uses \\`Record<K, string | undefined>\\` rather than \\`Partial<Record<K, string>>\\`\nfor compatibility with Zod schema generation. Both are functionally equivalent for validation.`)).describe(`Style variables for theming MCP apps.\n\nIndividual style keys are optional - hosts may provide any subset of these values.\nValues are strings containing CSS values (colors, sizes, font stacks, etc.).\n\nNote: This type uses \\`Record<K, string | undefined>\\` rather than \\`Partial<Record<K, string>>\\`\nfor compatibility with Zod schema generation. Both are functionally equivalent for validation.`),VQ=Q.object({method:Q.literal(\"ui/open-link\"),params:Q.object({url:Q.string().describe(\"URL to open in the host's browser\")})}),B=Q.object({isError:Q.boolean().optional().describe(\"True if the host failed to open the URL (e.g., due to security policy).\")}).passthrough(),_=Q.object({isError:Q.boolean().optional().describe(\"True if the download failed (e.g., user cancelled or host denied).\")}).passthrough(),O=Q.object({isError:Q.boolean().optional().describe(\"True if the host rejected or failed to deliver the message.\")}).passthrough(),NQ=Q.object({method:Q.literal(\"ui/notifications/sandbox-proxy-ready\"),params:Q.object({})}),G=Q.object({connectDomains:Q.array(Q.string()).optional().describe(`Origins for network requests (fetch/XHR/WebSocket).\n\n- Maps to CSP \\`connect-src\\` directive\n- Empty or omitted → no network connections (secure default)`),resourceDomains:Q.array(Q.string()).optional().describe(\"Origins for static resources (images, scripts, stylesheets, fonts, media).\\n\\n- Maps to CSP `img-src`, `script-src`, `style-src`, `font-src`, `media-src` directives\\n- Wildcard subdomains supported: `https://*.example.com`\\n- Empty or omitted → no network resources (secure default)\"),frameDomains:Q.array(Q.string()).optional().describe(\"Origins for nested iframes.\\n\\n- Maps to CSP `frame-src` directive\\n- Empty or omitted → no nested iframes allowed (`frame-src 'none'`)\"),baseUriDomains:Q.array(Q.string()).optional().describe(\"Allowed base URIs for the document.\\n\\n- Maps to CSP `base-uri` directive\\n- Empty or omitted → only same origin allowed (`base-uri 'self'`)\")}),V=Q.object({camera:Q.object({}).optional().describe(\"Request camera access.\\n\\nMaps to Permission Policy `camera` feature.\"),microphone:Q.object({}).optional().describe(\"Request microphone access.\\n\\nMaps to Permission Policy `microphone` feature.\"),geolocation:Q.object({}).optional().describe(\"Request geolocation access.\\n\\nMaps to Permission Policy `geolocation` feature.\"),clipboardWrite:Q.object({}).optional().describe(\"Request clipboard write access.\\n\\nMaps to Permission Policy `clipboard-write` feature.\")}),jQ=Q.object({method:Q.literal(\"ui/notifications/size-changed\"),params:Q.object({width:Q.number().optional().describe(\"New width in pixels.\"),height:Q.number().optional().describe(\"New height in pixels.\")})}),I=Q.object({method:Q.literal(\"ui/notifications/tool-input\"),params:Q.object({arguments:Q.record(Q.string(),Q.unknown().describe(\"Complete tool call arguments as key-value pairs.\")).optional().describe(\"Complete tool call arguments as key-value pairs.\")})}),w=Q.object({method:Q.literal(\"ui/notifications/tool-input-partial\"),params:Q.object({arguments:Q.record(Q.string(),Q.unknown().describe(\"Partial tool call arguments (incomplete, may change).\")).optional().describe(\"Partial tool call arguments (incomplete, may change).\")})}),A=Q.object({method:Q.literal(\"ui/notifications/tool-cancelled\"),params:Q.object({reason:Q.string().optional().describe('Optional reason for the cancellation (e.g., \"user action\", \"timeout\").')})}),k=Q.object({fonts:Q.string().optional()}),C=Q.object({variables:GQ.optional().describe(\"CSS variables for theming the app.\"),css:k.optional().describe(\"CSS blocks that apps can inject.\")}),F=Q.object({method:Q.literal(\"ui/resource-teardown\"),params:Q.object({})}),EQ=Q.record(Q.string(),Q.unknown()),L=Q.object({text:Q.object({}).optional().describe(\"Host supports text content blocks.\"),image:Q.object({}).optional().describe(\"Host supports image content blocks.\"),audio:Q.object({}).optional().describe(\"Host supports audio content blocks.\"),resource:Q.object({}).optional().describe(\"Host supports resource content blocks.\"),resourceLink:Q.object({}).optional().describe(\"Host supports resource link content blocks.\"),structuredContent:Q.object({}).optional().describe(\"Host supports structured content.\")}),WQ=Q.object({method:Q.literal(\"ui/notifications/request-teardown\"),params:Q.object({}).optional()}),x=Q.object({experimental:Q.object({}).optional().describe(\"Experimental features (structure TBD).\"),openLinks:Q.object({}).optional().describe(\"Host supports opening external URLs.\"),downloadFile:Q.object({}).optional().describe(\"Host supports file downloads via ui/download-file.\"),serverTools:Q.object({listChanged:Q.boolean().optional().describe(\"Host supports tools/list_changed notifications.\")}).optional().describe(\"Host can proxy tool calls to the MCP server.\"),serverResources:Q.object({listChanged:Q.boolean().optional().describe(\"Host supports resources/list_changed notifications.\")}).optional().describe(\"Host can proxy resource reads to the MCP server.\"),logging:Q.object({}).optional().describe(\"Host accepts log messages.\"),sandbox:Q.object({permissions:V.optional().describe(\"Permissions granted by the host (camera, microphone, geolocation).\"),csp:G.optional().describe(\"CSP domains approved by the host.\")}).optional().describe(\"Sandbox configuration applied by the host.\"),updateModelContext:L.optional().describe(\"Host accepts context updates (ui/update-model-context) to be included in the model's context for future turns.\"),message:L.optional().describe(\"Host supports receiving content messages (ui/message) from the view.\")}),g=Q.object({experimental:Q.object({}).optional().describe(\"Experimental features (structure TBD).\"),tools:Q.object({listChanged:Q.boolean().optional().describe(\"App supports tools/list_changed notifications.\")}).optional().describe(\"App exposes MCP-style tools that the host can call.\"),availableDisplayModes:Q.array(J).optional().describe(\"Display modes the app supports.\")}),zQ=Q.object({method:Q.literal(\"ui/notifications/initialized\"),params:Q.object({}).optional()}),LQ=Q.object({csp:G.optional().describe(\"Content Security Policy configuration for UI resources.\"),permissions:V.optional().describe(\"Sandbox permissions requested by the UI resource.\"),domain:Q.string().optional().describe(`Dedicated origin for view sandbox.\n\nUseful when views need stable, dedicated origins for OAuth callbacks, CORS policies, or API key allowlists.\n\n**Host-dependent:** The format and validation rules for this field are determined by each host. Servers MUST consult host-specific documentation for the expected domain format. Common patterns include:\n- Hash-based subdomains (e.g., \\`{hash}.claudemcpcontent.com\\`)\n- URL-derived subdomains (e.g., \\`www-example-com.oaiusercontent.com\\`)\n\nIf omitted, host uses default sandbox origin (typically per-conversation).`),prefersBorder:Q.boolean().optional().describe(`Visual boundary preference - true if view prefers a visible border.\n\nBoolean requesting whether a visible border and background is provided by the host. Specifying an explicit value for this is recommended because hosts' defaults may vary.\n\n- \\`true\\`: request visible border + background\n- \\`false\\`: request no visible border + background\n- omitted: host decides border`)}),BQ=Q.object({method:Q.literal(\"ui/request-display-mode\"),params:Q.object({mode:J.describe(\"The display mode being requested.\")})}),P=Q.object({mode:J.describe(\"The display mode that was actually set. May differ from requested if not supported.\")}).passthrough(),S=Q.union([Q.literal(\"model\"),Q.literal(\"app\")]).describe(\"Tool visibility scope - who can access the tool.\"),_Q=Q.object({resourceUri:Q.string().optional(),visibility:Q.array(S).optional().describe(`Who can access this tool. Default: [\"model\", \"app\"]\n- \"model\": Tool visible to and callable by the agent\n- \"app\": Tool callable by the app from this server only`)}),lQ=Q.object({mimeTypes:Q.array(Q.string()).optional().describe('Array of supported MIME types for UI resources.\\nMust include `\"text/html;profile=mcp-app\"` for MCP Apps support.')}),OQ=Q.object({method:Q.literal(\"ui/download-file\"),params:Q.object({contents:Q.array(Q.union([ZQ,DQ])).describe(\"Resource contents to download — embedded (inline data) or linked (host fetches). Uses standard MCP resource types.\")})}),IQ=Q.object({method:Q.literal(\"ui/message\"),params:Q.object({role:Q.literal(\"user\").describe('Message role, currently only \"user\" is supported.'),content:Q.array(M).describe(\"Message content blocks (text, image, etc.).\")})}),wQ=Q.object({method:Q.literal(\"ui/notifications/sandbox-resource-ready\"),params:Q.object({html:Q.string().describe(\"HTML content to load into the inner iframe.\"),sandbox:Q.string().optional().describe(\"Optional override for the inner iframe's sandbox attribute.\"),csp:G.optional().describe(\"CSP configuration from resource metadata.\"),permissions:V.optional().describe(\"Sandbox permissions from resource metadata.\")})}),q=Q.object({method:Q.literal(\"ui/notifications/tool-result\"),params:YQ.describe(\"Standard MCP tool execution result.\")}),T=Q.object({toolInfo:Q.object({id:$Q.optional().describe(\"JSON-RPC id of the tools/call request.\"),tool:JQ.describe(\"Tool definition including name, inputSchema, etc.\")}).optional().describe(\"Metadata of the tool call that instantiated this App.\"),theme:b.optional().describe(\"Current color theme preference.\"),styles:C.optional().describe(\"Style configuration for theming the app.\"),displayMode:J.optional().describe(\"How the UI is currently displayed.\"),availableDisplayModes:Q.array(J).optional().describe(\"Display modes the host supports.\"),containerDimensions:Q.union([Q.object({height:Q.number().describe(\"Fixed container height in pixels.\")}),Q.object({maxHeight:Q.union([Q.number(),Q.undefined()]).optional().describe(\"Maximum container height in pixels.\")})]).and(Q.union([Q.object({width:Q.number().describe(\"Fixed container width in pixels.\")}),Q.object({maxWidth:Q.union([Q.number(),Q.undefined()]).optional().describe(\"Maximum container width in pixels.\")})])).optional().describe(`Container dimensions. Represents the dimensions of the iframe or other\ncontainer holding the app. Specify either width or maxWidth, and either height or maxHeight.`),locale:Q.string().optional().describe(\"User's language and region preference in BCP 47 format.\"),timeZone:Q.string().optional().describe(\"User's timezone in IANA format.\"),userAgent:Q.string().optional().describe(\"Host application identifier.\"),platform:Q.union([Q.literal(\"web\"),Q.literal(\"desktop\"),Q.literal(\"mobile\")]).optional().describe(\"Platform type for responsive design decisions.\"),deviceCapabilities:Q.object({touch:Q.boolean().optional().describe(\"Whether the device supports touch input.\"),hover:Q.boolean().optional().describe(\"Whether the device supports hover interactions.\")}).optional().describe(\"Device input capabilities.\"),safeAreaInsets:Q.object({top:Q.number().describe(\"Top safe area inset in pixels.\"),right:Q.number().describe(\"Right safe area inset in pixels.\"),bottom:Q.number().describe(\"Bottom safe area inset in pixels.\"),left:Q.number().describe(\"Left safe area inset in pixels.\")}).optional().describe(\"Mobile safe area boundaries in pixels.\")}).passthrough(),R=Q.object({method:Q.literal(\"ui/notifications/host-context-changed\"),params:T.describe(\"Partial context update containing only changed fields.\")}),AQ=Q.object({method:Q.literal(\"ui/update-model-context\"),params:Q.object({content:Q.array(M).optional().describe(\"Context content blocks (text, image, etc.).\"),structuredContent:Q.record(Q.string(),Q.unknown().describe(\"Structured content for machine-readable context data.\")).optional().describe(\"Structured content for machine-readable context data.\")})}),FQ=Q.object({method:Q.literal(\"ui/initialize\"),params:Q.object({appInfo:v.describe(\"App identification (name and version).\"),appCapabilities:g.describe(\"Features and capabilities this app provides.\"),protocolVersion:Q.string().describe(\"Protocol version this app supports.\")})}),U=Q.object({protocolVersion:Q.string().describe('Negotiated protocol version string (e.g., \"2025-11-21\").'),hostInfo:v.describe(\"Host application identification and version.\"),hostCapabilities:x.describe(\"Features and capabilities provided by the host.\"),hostContext:T.describe(\"Rich context about the host environment.\")}).passthrough();function PQ(){let X=document.documentElement.getAttribute(\"data-theme\");if(X===\"dark\"||X===\"light\")return X;return document.documentElement.classList.contains(\"dark\")?\"dark\":\"light\"}function qQ(X){let Y=document.documentElement;Y.setAttribute(\"data-theme\",X),Y.style.colorScheme=X}function TQ(X,Y=document.documentElement){for(let[Z,$]of Object.entries(X))if($!==void 0)Y.style.setProperty(Z,$)}function RQ(X){if(document.getElementById(\"__mcp-host-fonts\"))return;let Z=document.createElement(\"style\");Z.id=\"__mcp-host-fonts\",Z.textContent=X,document.head.appendChild(Z)}var MX=\"ui/resourceUri\",vX=\"text/html;profile=mcp-app\";class gQ extends UQ{_appInfo;_capabilities;options;_hostCapabilities;_hostInfo;_hostContext;constructor(X,Y={},Z={autoResize:!0}){super(Z);this._appInfo=X;this._capabilities=Y;this.options=Z;this.setRequestHandler(CQ,($)=>{return console.log(\"Received ping:\",$.params),{}}),this.onhostcontextchanged=()=>{}}getHostCapabilities(){return this._hostCapabilities}getHostVersion(){return this._hostInfo}getHostContext(){return this._hostContext}set ontoolinput(X){this.setNotificationHandler(I,(Y)=>X(Y.params))}set ontoolinputpartial(X){this.setNotificationHandler(w,(Y)=>X(Y.params))}set ontoolresult(X){this.setNotificationHandler(q,(Y)=>X(Y.params))}set ontoolcancelled(X){this.setNotificationHandler(A,(Y)=>X(Y.params))}set onhostcontextchanged(X){this.setNotificationHandler(R,(Y)=>{this._hostContext={...this._hostContext,...Y.params},X(Y.params)})}set onteardown(X){this.setRequestHandler(F,(Y,Z)=>X(Y.params,Z))}set oncalltool(X){this.setRequestHandler(HQ,(Y,Z)=>X(Y.params,Z))}set onlisttools(X){this.setRequestHandler(kQ,(Y,Z)=>X(Y.params,Z))}assertCapabilityForMethod(X){}assertRequestHandlerCapability(X){switch(X){case\"tools/call\":case\"tools/list\":if(!this._capabilities.tools)throw Error(`Client does not support tool capability (required for ${X})`);return;case\"ping\":case\"ui/resource-teardown\":return;default:throw Error(`No handler for method ${X} registered`)}}assertNotificationCapability(X){}assertTaskCapability(X){throw Error(\"Tasks are not supported in MCP Apps\")}assertTaskHandlerCapability(X){throw Error(\"Task handlers are not supported in MCP Apps\")}async callServerTool(X,Y){if(typeof X===\"string\")throw Error(`callServerTool() expects an object as its first argument, but received a string (\"${X}\"). Did you mean: callServerTool({ name: \"${X}\", arguments: { ... } })?`);return await this.request({method:\"tools/call\",params:X},MQ,Y)}async readServerResource(X,Y){return await this.request({method:\"resources/read\",params:X},xQ,Y)}async listServerResources(X,Y){return await this.request({method:\"resources/list\",params:X},bQ,Y)}sendMessage(X,Y){return this.request({method:\"ui/message\",params:X},O,Y)}sendLog(X){return this.notification({method:\"notifications/message\",params:X})}updateModelContext(X,Y){return this.request({method:\"ui/update-model-context\",params:X},vQ,Y)}openLink(X,Y){return this.request({method:\"ui/open-link\",params:X},B,Y)}sendOpenLink=this.openLink;downloadFile(X,Y){return this.request({method:\"ui/download-file\",params:X},_,Y)}requestTeardown(X={}){return this.notification({method:\"ui/notifications/request-teardown\",params:X})}requestDisplayMode(X,Y){return this.request({method:\"ui/request-display-mode\",params:X},P,Y)}sendSizeChanged(X){return this.notification({method:\"ui/notifications/size-changed\",params:X})}setupSizeChangedNotifications(){let X=!1,Y=0,Z=0,$=()=>{if(X)return;X=!0,requestAnimationFrame(()=>{X=!1;let D=document.documentElement,y=D.style.width,u=D.style.height;D.style.width=\"fit-content\",D.style.height=\"max-content\";let H=D.getBoundingClientRect();D.style.width=y,D.style.height=u;let f=window.innerWidth-D.clientWidth,j=Math.ceil(H.width+f),E=Math.ceil(H.height);if(j!==Y||E!==Z)Y=j,Z=E,this.sendSizeChanged({width:j,height:E})})};$();let N=new ResizeObserver($);return N.observe(document.documentElement),N.observe(document.body),()=>N.disconnect()}async connect(X=new K(window.parent,window.parent),Y){if(this.transport)throw Error(\"App is already connected. Call close() before connecting again.\");await super.connect(X);try{let Z=await this.request({method:\"ui/initialize\",params:{appCapabilities:this._capabilities,appInfo:this._appInfo,protocolVersion:W}},U,Y);if(Z===void 0)throw Error(`Server sent invalid initialize result: ${Z}`);if(this._hostCapabilities=Z.hostCapabilities,this._hostInfo=Z.hostInfo,this._hostContext=Z.hostContext,await this.notification({method:\"ui/notifications/initialized\"}),this.options?.autoResize)this.setupSizeChangedNotifications()}catch(Z){throw this.close(),Z}}}export{PQ as getDocumentTheme,TQ as applyHostStyleVariables,RQ as applyHostFonts,qQ as applyDocumentTheme,c as TOOL_RESULT_METHOD,z as TOOL_INPUT_PARTIAL_METHOD,p as TOOL_INPUT_METHOD,n as TOOL_CANCELLED_METHOD,r as SIZE_CHANGED_METHOD,l as SANDBOX_RESOURCE_READY_METHOD,i as SANDBOX_PROXY_READY_METHOD,MX as RESOURCE_URI_META_KEY,s as RESOURCE_TEARDOWN_METHOD,vX as RESOURCE_MIME_TYPE,o as REQUEST_TEARDOWN_METHOD,QQ as REQUEST_DISPLAY_MODE_METHOD,K as PostMessageTransport,d as OPEN_LINK_METHOD,AQ as McpUiUpdateModelContextRequestSchema,S as McpUiToolVisibilitySchema,q as McpUiToolResultNotificationSchema,_Q as McpUiToolMetaSchema,w as McpUiToolInputPartialNotificationSchema,I as McpUiToolInputNotificationSchema,A as McpUiToolCancelledNotificationSchema,b as McpUiThemeSchema,L as McpUiSupportedContentBlockModalitiesSchema,jQ as McpUiSizeChangedNotificationSchema,wQ as McpUiSandboxResourceReadyNotificationSchema,NQ as McpUiSandboxProxyReadyNotificationSchema,EQ as McpUiResourceTeardownResultSchema,F as McpUiResourceTeardownRequestSchema,V as McpUiResourcePermissionsSchema,LQ as McpUiResourceMetaSchema,G as McpUiResourceCspSchema,WQ as McpUiRequestTeardownNotificationSchema,P as McpUiRequestDisplayModeResultSchema,BQ as McpUiRequestDisplayModeRequestSchema,B as McpUiOpenLinkResultSchema,VQ as McpUiOpenLinkRequestSchema,O as McpUiMessageResultSchema,IQ as McpUiMessageRequestSchema,zQ as McpUiInitializedNotificationSchema,U as McpUiInitializeResultSchema,FQ as McpUiInitializeRequestSchema,C as McpUiHostStylesSchema,k as McpUiHostCssSchema,T as McpUiHostContextSchema,R as McpUiHostContextChangedNotificationSchema,x as McpUiHostCapabilitiesSchema,_ as McpUiDownloadFileResultSchema,OQ as McpUiDownloadFileRequestSchema,J as McpUiDisplayModeSchema,g as McpUiAppCapabilitiesSchema,m as MESSAGE_METHOD,W as LATEST_PROTOCOL_VERSION,t as INITIALIZE_METHOD,e as INITIALIZED_METHOD,a as HOST_CONTEXT_CHANGED_METHOD,h as DOWNLOAD_FILE_METHOD,gQ as App};\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"@modelcontextprotocol_ext-apps.js","names":["t","Q.union","Q.literal","Q.record","Q.string","Q.undefined","Q.object","Q.boolean","Q.array","Q.number","Q.unknown","QQ","YQ","H","e","XQ","ZQ","M","qQ","vQ","TQ","MQ","RQ","bQ","HQ","UQ"],"sources":["../../../../../../node_modules/.pnpm/@modelcontextprotocol+ext-apps@1.3.2_@modelcontextprotocol+sdk@1.29.0_zod@4.3.6__react-_38e5f6c50a4ca9cf3f1dffc73a60c951/node_modules/@modelcontextprotocol/ext-apps/dist/src/app.js"],"sourcesContent":["import{Protocol as qQ}from\"@modelcontextprotocol/sdk/shared/protocol.js\";import{CallToolRequestSchema as TQ,CallToolResultSchema as RQ,EmptyResultSchema as UQ,ListResourcesResultSchema as HQ,ListToolsRequestSchema as MQ,PingRequestSchema as vQ,ReadResourceResultSchema as bQ}from\"@modelcontextprotocol/sdk/types.js\";import{JSONRPCMessageSchema as t}from\"@modelcontextprotocol/sdk/types.js\";var E=\"2026-01-26\",y=\"ui/open-link\",u=\"ui/download-file\",f=\"ui/message\",d=\"ui/notifications/sandbox-proxy-ready\",h=\"ui/notifications/sandbox-resource-ready\",m=\"ui/notifications/size-changed\",i=\"ui/notifications/tool-input\",z=\"ui/notifications/tool-input-partial\",l=\"ui/notifications/tool-result\",r=\"ui/notifications/tool-cancelled\",c=\"ui/notifications/host-context-changed\",p=\"ui/notifications/request-teardown\",n=\"ui/resource-teardown\",a=\"ui/initialize\",o=\"ui/notifications/initialized\",s=\"ui/request-display-mode\";class K{eventTarget;eventSource;messageListener;constructor(X=window.parent,Y){this.eventTarget=X;this.eventSource=Y;this.messageListener=(Z)=>{if(Y&&Z.source!==this.eventSource){console.debug(\"Ignoring message from unknown source\",Z);return}let $=t.safeParse(Z.data);if($.success)console.debug(\"Parsed message\",$.data),this.onmessage?.($.data);else if(Z.data?.jsonrpc!==\"2.0\")console.debug(\"Ignoring non-JSON-RPC message\",$.error.message,Z);else console.error(\"Failed to parse message\",$.error.message,Z),this.onerror?.(Error(\"Invalid JSON-RPC message received: \"+$.error.message))}}async start(){window.addEventListener(\"message\",this.messageListener)}async send(X,Y){if(X.method!==z)console.debug(\"Sending message\",X);this.eventTarget.postMessage(X,\"*\")}async close(){window.removeEventListener(\"message\",this.messageListener),this.onclose?.()}onclose;onerror;onmessage;sessionId;setProtocolVersion}import{z as Q}from\"zod/v4\";import{ContentBlockSchema as H,CallToolResultSchema as e,EmbeddedResourceSchema as QQ,ImplementationSchema as M,RequestIdSchema as XQ,ResourceLinkSchema as YQ,ToolSchema as ZQ}from\"@modelcontextprotocol/sdk/types.js\";var v=Q.union([Q.literal(\"light\"),Q.literal(\"dark\")]).describe(\"Color theme preference for the host environment.\"),D=Q.union([Q.literal(\"inline\"),Q.literal(\"fullscreen\"),Q.literal(\"pip\")]).describe(\"Display mode for UI presentation.\"),$Q=Q.union([Q.literal(\"--color-background-primary\"),Q.literal(\"--color-background-secondary\"),Q.literal(\"--color-background-tertiary\"),Q.literal(\"--color-background-inverse\"),Q.literal(\"--color-background-ghost\"),Q.literal(\"--color-background-info\"),Q.literal(\"--color-background-danger\"),Q.literal(\"--color-background-success\"),Q.literal(\"--color-background-warning\"),Q.literal(\"--color-background-disabled\"),Q.literal(\"--color-text-primary\"),Q.literal(\"--color-text-secondary\"),Q.literal(\"--color-text-tertiary\"),Q.literal(\"--color-text-inverse\"),Q.literal(\"--color-text-ghost\"),Q.literal(\"--color-text-info\"),Q.literal(\"--color-text-danger\"),Q.literal(\"--color-text-success\"),Q.literal(\"--color-text-warning\"),Q.literal(\"--color-text-disabled\"),Q.literal(\"--color-border-primary\"),Q.literal(\"--color-border-secondary\"),Q.literal(\"--color-border-tertiary\"),Q.literal(\"--color-border-inverse\"),Q.literal(\"--color-border-ghost\"),Q.literal(\"--color-border-info\"),Q.literal(\"--color-border-danger\"),Q.literal(\"--color-border-success\"),Q.literal(\"--color-border-warning\"),Q.literal(\"--color-border-disabled\"),Q.literal(\"--color-ring-primary\"),Q.literal(\"--color-ring-secondary\"),Q.literal(\"--color-ring-inverse\"),Q.literal(\"--color-ring-info\"),Q.literal(\"--color-ring-danger\"),Q.literal(\"--color-ring-success\"),Q.literal(\"--color-ring-warning\"),Q.literal(\"--font-sans\"),Q.literal(\"--font-mono\"),Q.literal(\"--font-weight-normal\"),Q.literal(\"--font-weight-medium\"),Q.literal(\"--font-weight-semibold\"),Q.literal(\"--font-weight-bold\"),Q.literal(\"--font-text-xs-size\"),Q.literal(\"--font-text-sm-size\"),Q.literal(\"--font-text-md-size\"),Q.literal(\"--font-text-lg-size\"),Q.literal(\"--font-heading-xs-size\"),Q.literal(\"--font-heading-sm-size\"),Q.literal(\"--font-heading-md-size\"),Q.literal(\"--font-heading-lg-size\"),Q.literal(\"--font-heading-xl-size\"),Q.literal(\"--font-heading-2xl-size\"),Q.literal(\"--font-heading-3xl-size\"),Q.literal(\"--font-text-xs-line-height\"),Q.literal(\"--font-text-sm-line-height\"),Q.literal(\"--font-text-md-line-height\"),Q.literal(\"--font-text-lg-line-height\"),Q.literal(\"--font-heading-xs-line-height\"),Q.literal(\"--font-heading-sm-line-height\"),Q.literal(\"--font-heading-md-line-height\"),Q.literal(\"--font-heading-lg-line-height\"),Q.literal(\"--font-heading-xl-line-height\"),Q.literal(\"--font-heading-2xl-line-height\"),Q.literal(\"--font-heading-3xl-line-height\"),Q.literal(\"--border-radius-xs\"),Q.literal(\"--border-radius-sm\"),Q.literal(\"--border-radius-md\"),Q.literal(\"--border-radius-lg\"),Q.literal(\"--border-radius-xl\"),Q.literal(\"--border-radius-full\"),Q.literal(\"--border-width-regular\"),Q.literal(\"--shadow-hairline\"),Q.literal(\"--shadow-sm\"),Q.literal(\"--shadow-md\"),Q.literal(\"--shadow-lg\")]).describe(\"CSS variable keys available to MCP apps for theming.\"),DQ=Q.record($Q.describe(`Style variables for theming MCP apps.\n\nIndividual style keys are optional - hosts may provide any subset of these values.\nValues are strings containing CSS values (colors, sizes, font stacks, etc.).\n\nNote: This type uses \\`Record<K, string | undefined>\\` rather than \\`Partial<Record<K, string>>\\`\nfor compatibility with Zod schema generation. Both are functionally equivalent for validation.`),Q.union([Q.string(),Q.undefined()]).describe(`Style variables for theming MCP apps.\n\nIndividual style keys are optional - hosts may provide any subset of these values.\nValues are strings containing CSS values (colors, sizes, font stacks, etc.).\n\nNote: This type uses \\`Record<K, string | undefined>\\` rather than \\`Partial<Record<K, string>>\\`\nfor compatibility with Zod schema generation. Both are functionally equivalent for validation.`)).describe(`Style variables for theming MCP apps.\n\nIndividual style keys are optional - hosts may provide any subset of these values.\nValues are strings containing CSS values (colors, sizes, font stacks, etc.).\n\nNote: This type uses \\`Record<K, string | undefined>\\` rather than \\`Partial<Record<K, string>>\\`\nfor compatibility with Zod schema generation. Both are functionally equivalent for validation.`),JQ=Q.object({method:Q.literal(\"ui/open-link\"),params:Q.object({url:Q.string().describe(\"URL to open in the host's browser\")})}),B=Q.object({isError:Q.boolean().optional().describe(\"True if the host failed to open the URL (e.g., due to security policy).\")}).passthrough(),_=Q.object({isError:Q.boolean().optional().describe(\"True if the download failed (e.g., user cancelled or host denied).\")}).passthrough(),O=Q.object({isError:Q.boolean().optional().describe(\"True if the host rejected or failed to deliver the message.\")}).passthrough(),KQ=Q.object({method:Q.literal(\"ui/notifications/sandbox-proxy-ready\"),params:Q.object({})}),G=Q.object({connectDomains:Q.array(Q.string()).optional().describe(`Origins for network requests (fetch/XHR/WebSocket).\n\n- Maps to CSP \\`connect-src\\` directive\n- Empty or omitted → no network connections (secure default)`),resourceDomains:Q.array(Q.string()).optional().describe(\"Origins for static resources (images, scripts, stylesheets, fonts, media).\\n\\n- Maps to CSP `img-src`, `script-src`, `style-src`, `font-src`, `media-src` directives\\n- Wildcard subdomains supported: `https://*.example.com`\\n- Empty or omitted → no network resources (secure default)\"),frameDomains:Q.array(Q.string()).optional().describe(\"Origins for nested iframes.\\n\\n- Maps to CSP `frame-src` directive\\n- Empty or omitted → no nested iframes allowed (`frame-src 'none'`)\"),baseUriDomains:Q.array(Q.string()).optional().describe(\"Allowed base URIs for the document.\\n\\n- Maps to CSP `base-uri` directive\\n- Empty or omitted → only same origin allowed (`base-uri 'self'`)\")}),V=Q.object({camera:Q.object({}).optional().describe(\"Request camera access.\\n\\nMaps to Permission Policy `camera` feature.\"),microphone:Q.object({}).optional().describe(\"Request microphone access.\\n\\nMaps to Permission Policy `microphone` feature.\"),geolocation:Q.object({}).optional().describe(\"Request geolocation access.\\n\\nMaps to Permission Policy `geolocation` feature.\"),clipboardWrite:Q.object({}).optional().describe(\"Request clipboard write access.\\n\\nMaps to Permission Policy `clipboard-write` feature.\")}),GQ=Q.object({method:Q.literal(\"ui/notifications/size-changed\"),params:Q.object({width:Q.number().optional().describe(\"New width in pixels.\"),height:Q.number().optional().describe(\"New height in pixels.\")})}),I=Q.object({method:Q.literal(\"ui/notifications/tool-input\"),params:Q.object({arguments:Q.record(Q.string(),Q.unknown().describe(\"Complete tool call arguments as key-value pairs.\")).optional().describe(\"Complete tool call arguments as key-value pairs.\")})}),w=Q.object({method:Q.literal(\"ui/notifications/tool-input-partial\"),params:Q.object({arguments:Q.record(Q.string(),Q.unknown().describe(\"Partial tool call arguments (incomplete, may change).\")).optional().describe(\"Partial tool call arguments (incomplete, may change).\")})}),A=Q.object({method:Q.literal(\"ui/notifications/tool-cancelled\"),params:Q.object({reason:Q.string().optional().describe('Optional reason for the cancellation (e.g., \"user action\", \"timeout\").')})}),b=Q.object({fonts:Q.string().optional()}),k=Q.object({variables:DQ.optional().describe(\"CSS variables for theming the app.\"),css:b.optional().describe(\"CSS blocks that apps can inject.\")}),F=Q.object({method:Q.literal(\"ui/resource-teardown\"),params:Q.object({})}),VQ=Q.record(Q.string(),Q.unknown()),L=Q.object({text:Q.object({}).optional().describe(\"Host supports text content blocks.\"),image:Q.object({}).optional().describe(\"Host supports image content blocks.\"),audio:Q.object({}).optional().describe(\"Host supports audio content blocks.\"),resource:Q.object({}).optional().describe(\"Host supports resource content blocks.\"),resourceLink:Q.object({}).optional().describe(\"Host supports resource link content blocks.\"),structuredContent:Q.object({}).optional().describe(\"Host supports structured content.\")}),WQ=Q.object({method:Q.literal(\"ui/notifications/request-teardown\"),params:Q.object({}).optional()}),C=Q.object({experimental:Q.object({}).optional().describe(\"Experimental features (structure TBD).\"),openLinks:Q.object({}).optional().describe(\"Host supports opening external URLs.\"),downloadFile:Q.object({}).optional().describe(\"Host supports file downloads via ui/download-file.\"),serverTools:Q.object({listChanged:Q.boolean().optional().describe(\"Host supports tools/list_changed notifications.\")}).optional().describe(\"Host can proxy tool calls to the MCP server.\"),serverResources:Q.object({listChanged:Q.boolean().optional().describe(\"Host supports resources/list_changed notifications.\")}).optional().describe(\"Host can proxy resource reads to the MCP server.\"),logging:Q.object({}).optional().describe(\"Host accepts log messages.\"),sandbox:Q.object({permissions:V.optional().describe(\"Permissions granted by the host (camera, microphone, geolocation).\"),csp:G.optional().describe(\"CSP domains approved by the host.\")}).optional().describe(\"Sandbox configuration applied by the host.\"),updateModelContext:L.optional().describe(\"Host accepts context updates (ui/update-model-context) to be included in the model's context for future turns.\"),message:L.optional().describe(\"Host supports receiving content messages (ui/message) from the view.\")}),x=Q.object({experimental:Q.object({}).optional().describe(\"Experimental features (structure TBD).\"),tools:Q.object({listChanged:Q.boolean().optional().describe(\"App supports tools/list_changed notifications.\")}).optional().describe(\"App exposes MCP-style tools that the host can call.\"),availableDisplayModes:Q.array(D).optional().describe(\"Display modes the app supports.\")}),NQ=Q.object({method:Q.literal(\"ui/notifications/initialized\"),params:Q.object({}).optional()}),jQ=Q.object({csp:G.optional().describe(\"Content Security Policy configuration for UI resources.\"),permissions:V.optional().describe(\"Sandbox permissions requested by the UI resource.\"),domain:Q.string().optional().describe(`Dedicated origin for view sandbox.\n\nUseful when views need stable, dedicated origins for OAuth callbacks, CORS policies, or API key allowlists.\n\n**Host-dependent:** The format and validation rules for this field are determined by each host. Servers MUST consult host-specific documentation for the expected domain format. Common patterns include:\n- Hash-based subdomains (e.g., \\`{hash}.claudemcpcontent.com\\`)\n- URL-derived subdomains (e.g., \\`www-example-com.oaiusercontent.com\\`)\n\nIf omitted, host uses default sandbox origin (typically per-conversation).`),prefersBorder:Q.boolean().optional().describe(`Visual boundary preference - true if view prefers a visible border.\n\nBoolean requesting whether a visible border and background is provided by the host. Specifying an explicit value for this is recommended because hosts' defaults may vary.\n\n- \\`true\\`: request visible border + background\n- \\`false\\`: request no visible border + background\n- omitted: host decides border`)}),EQ=Q.object({method:Q.literal(\"ui/request-display-mode\"),params:Q.object({mode:D.describe(\"The display mode being requested.\")})}),P=Q.object({mode:D.describe(\"The display mode that was actually set. May differ from requested if not supported.\")}).passthrough(),g=Q.union([Q.literal(\"model\"),Q.literal(\"app\")]).describe(\"Tool visibility scope - who can access the tool.\"),zQ=Q.object({resourceUri:Q.string().optional(),visibility:Q.array(g).optional().describe(`Who can access this tool. Default: [\"model\", \"app\"]\n- \"model\": Tool visible to and callable by the agent\n- \"app\": Tool callable by the app from this server only`)}),hQ=Q.object({mimeTypes:Q.array(Q.string()).optional().describe('Array of supported MIME types for UI resources.\\nMust include `\"text/html;profile=mcp-app\"` for MCP Apps support.')}),LQ=Q.object({method:Q.literal(\"ui/download-file\"),params:Q.object({contents:Q.array(Q.union([QQ,YQ])).describe(\"Resource contents to download — embedded (inline data) or linked (host fetches). Uses standard MCP resource types.\")})}),BQ=Q.object({method:Q.literal(\"ui/message\"),params:Q.object({role:Q.literal(\"user\").describe('Message role, currently only \"user\" is supported.'),content:Q.array(H).describe(\"Message content blocks (text, image, etc.).\")})}),_Q=Q.object({method:Q.literal(\"ui/notifications/sandbox-resource-ready\"),params:Q.object({html:Q.string().describe(\"HTML content to load into the inner iframe.\"),sandbox:Q.string().optional().describe(\"Optional override for the inner iframe's sandbox attribute.\"),csp:G.optional().describe(\"CSP configuration from resource metadata.\"),permissions:V.optional().describe(\"Sandbox permissions from resource metadata.\")})}),q=Q.object({method:Q.literal(\"ui/notifications/tool-result\"),params:e.describe(\"Standard MCP tool execution result.\")}),T=Q.object({toolInfo:Q.object({id:XQ.optional().describe(\"JSON-RPC id of the tools/call request.\"),tool:ZQ.describe(\"Tool definition including name, inputSchema, etc.\")}).optional().describe(\"Metadata of the tool call that instantiated this App.\"),theme:v.optional().describe(\"Current color theme preference.\"),styles:k.optional().describe(\"Style configuration for theming the app.\"),displayMode:D.optional().describe(\"How the UI is currently displayed.\"),availableDisplayModes:Q.array(D).optional().describe(\"Display modes the host supports.\"),containerDimensions:Q.union([Q.object({height:Q.number().describe(\"Fixed container height in pixels.\")}),Q.object({maxHeight:Q.union([Q.number(),Q.undefined()]).optional().describe(\"Maximum container height in pixels.\")})]).and(Q.union([Q.object({width:Q.number().describe(\"Fixed container width in pixels.\")}),Q.object({maxWidth:Q.union([Q.number(),Q.undefined()]).optional().describe(\"Maximum container width in pixels.\")})])).optional().describe(`Container dimensions. Represents the dimensions of the iframe or other\ncontainer holding the app. Specify either width or maxWidth, and either height or maxHeight.`),locale:Q.string().optional().describe(\"User's language and region preference in BCP 47 format.\"),timeZone:Q.string().optional().describe(\"User's timezone in IANA format.\"),userAgent:Q.string().optional().describe(\"Host application identifier.\"),platform:Q.union([Q.literal(\"web\"),Q.literal(\"desktop\"),Q.literal(\"mobile\")]).optional().describe(\"Platform type for responsive design decisions.\"),deviceCapabilities:Q.object({touch:Q.boolean().optional().describe(\"Whether the device supports touch input.\"),hover:Q.boolean().optional().describe(\"Whether the device supports hover interactions.\")}).optional().describe(\"Device input capabilities.\"),safeAreaInsets:Q.object({top:Q.number().describe(\"Top safe area inset in pixels.\"),right:Q.number().describe(\"Right safe area inset in pixels.\"),bottom:Q.number().describe(\"Bottom safe area inset in pixels.\"),left:Q.number().describe(\"Left safe area inset in pixels.\")}).optional().describe(\"Mobile safe area boundaries in pixels.\")}).passthrough(),R=Q.object({method:Q.literal(\"ui/notifications/host-context-changed\"),params:T.describe(\"Partial context update containing only changed fields.\")}),OQ=Q.object({method:Q.literal(\"ui/update-model-context\"),params:Q.object({content:Q.array(H).optional().describe(\"Context content blocks (text, image, etc.).\"),structuredContent:Q.record(Q.string(),Q.unknown().describe(\"Structured content for machine-readable context data.\")).optional().describe(\"Structured content for machine-readable context data.\")})}),IQ=Q.object({method:Q.literal(\"ui/initialize\"),params:Q.object({appInfo:M.describe(\"App identification (name and version).\"),appCapabilities:x.describe(\"Features and capabilities this app provides.\"),protocolVersion:Q.string().describe(\"Protocol version this app supports.\")})}),U=Q.object({protocolVersion:Q.string().describe('Negotiated protocol version string (e.g., \"2025-11-21\").'),hostInfo:M.describe(\"Host application identification and version.\"),hostCapabilities:C.describe(\"Features and capabilities provided by the host.\"),hostContext:T.describe(\"Rich context about the host environment.\")}).passthrough();function wQ(){let X=document.documentElement.getAttribute(\"data-theme\");if(X===\"dark\"||X===\"light\")return X;return document.documentElement.classList.contains(\"dark\")?\"dark\":\"light\"}function AQ(X){let Y=document.documentElement;Y.setAttribute(\"data-theme\",X),Y.style.colorScheme=X}function FQ(X,Y=document.documentElement){for(let[Z,$]of Object.entries(X))if($!==void 0)Y.style.setProperty(Z,$)}function PQ(X){if(document.getElementById(\"__mcp-host-fonts\"))return;let Z=document.createElement(\"style\");Z.id=\"__mcp-host-fonts\",Z.textContent=X,document.head.appendChild(Z)}var RX=\"ui/resourceUri\",UX=\"text/html;profile=mcp-app\";class kQ extends qQ{_appInfo;_capabilities;options;_hostCapabilities;_hostInfo;_hostContext;constructor(X,Y={},Z={autoResize:!0}){super(Z);this._appInfo=X;this._capabilities=Y;this.options=Z;this.setRequestHandler(vQ,($)=>{return console.log(\"Received ping:\",$.params),{}}),this.onhostcontextchanged=()=>{}}getHostCapabilities(){return this._hostCapabilities}getHostVersion(){return this._hostInfo}getHostContext(){return this._hostContext}set ontoolinput(X){this.setNotificationHandler(I,(Y)=>X(Y.params))}set ontoolinputpartial(X){this.setNotificationHandler(w,(Y)=>X(Y.params))}set ontoolresult(X){this.setNotificationHandler(q,(Y)=>X(Y.params))}set ontoolcancelled(X){this.setNotificationHandler(A,(Y)=>X(Y.params))}set onhostcontextchanged(X){this.setNotificationHandler(R,(Y)=>{this._hostContext={...this._hostContext,...Y.params},X(Y.params)})}set onteardown(X){this.setRequestHandler(F,(Y,Z)=>X(Y.params,Z))}set oncalltool(X){this.setRequestHandler(TQ,(Y,Z)=>X(Y.params,Z))}set onlisttools(X){this.setRequestHandler(MQ,(Y,Z)=>X(Y.params,Z))}assertCapabilityForMethod(X){}assertRequestHandlerCapability(X){switch(X){case\"tools/call\":case\"tools/list\":if(!this._capabilities.tools)throw Error(`Client does not support tool capability (required for ${X})`);return;case\"ping\":case\"ui/resource-teardown\":return;default:throw Error(`No handler for method ${X} registered`)}}assertNotificationCapability(X){}assertTaskCapability(X){throw Error(\"Tasks are not supported in MCP Apps\")}assertTaskHandlerCapability(X){throw Error(\"Task handlers are not supported in MCP Apps\")}async callServerTool(X,Y){if(typeof X===\"string\")throw Error(`callServerTool() expects an object as its first argument, but received a string (\"${X}\"). Did you mean: callServerTool({ name: \"${X}\", arguments: { ... } })?`);return await this.request({method:\"tools/call\",params:X},RQ,Y)}async readServerResource(X,Y){return await this.request({method:\"resources/read\",params:X},bQ,Y)}async listServerResources(X,Y){return await this.request({method:\"resources/list\",params:X},HQ,Y)}sendMessage(X,Y){return this.request({method:\"ui/message\",params:X},O,Y)}sendLog(X){return this.notification({method:\"notifications/message\",params:X})}updateModelContext(X,Y){return this.request({method:\"ui/update-model-context\",params:X},UQ,Y)}openLink(X,Y){return this.request({method:\"ui/open-link\",params:X},B,Y)}sendOpenLink=this.openLink;downloadFile(X,Y){return this.request({method:\"ui/download-file\",params:X},_,Y)}requestTeardown(X={}){return this.notification({method:\"ui/notifications/request-teardown\",params:X})}requestDisplayMode(X,Y){return this.request({method:\"ui/request-display-mode\",params:X},P,Y)}sendSizeChanged(X){return this.notification({method:\"ui/notifications/size-changed\",params:X})}setupSizeChangedNotifications(){let X=!1,Y=0,Z=0,$=()=>{if(X)return;X=!0,requestAnimationFrame(()=>{X=!1;let J=document.documentElement,S=J.style.height;J.style.height=\"max-content\";let N=Math.ceil(J.getBoundingClientRect().height);J.style.height=S;let j=Math.ceil(window.innerWidth);if(j!==Y||N!==Z)Y=j,Z=N,this.sendSizeChanged({width:j,height:N})})};$();let W=new ResizeObserver($);return W.observe(document.documentElement),W.observe(document.body),()=>W.disconnect()}async connect(X=new K(window.parent,window.parent),Y){if(this.transport)throw Error(\"App is already connected. Call close() before connecting again.\");await super.connect(X);try{let Z=await this.request({method:\"ui/initialize\",params:{appCapabilities:this._capabilities,appInfo:this._appInfo,protocolVersion:E}},U,Y);if(Z===void 0)throw Error(`Server sent invalid initialize result: ${Z}`);if(this._hostCapabilities=Z.hostCapabilities,this._hostInfo=Z.hostInfo,this._hostContext=Z.hostContext,await this.notification({method:\"ui/notifications/initialized\"}),this.options?.autoResize)this.setupSizeChangedNotifications()}catch(Z){throw this.close(),Z}}}export{wQ as getDocumentTheme,FQ as applyHostStyleVariables,PQ as applyHostFonts,AQ as applyDocumentTheme,l as TOOL_RESULT_METHOD,z as TOOL_INPUT_PARTIAL_METHOD,i as TOOL_INPUT_METHOD,r as TOOL_CANCELLED_METHOD,m as SIZE_CHANGED_METHOD,h as SANDBOX_RESOURCE_READY_METHOD,d as SANDBOX_PROXY_READY_METHOD,RX as RESOURCE_URI_META_KEY,n as RESOURCE_TEARDOWN_METHOD,UX as RESOURCE_MIME_TYPE,p as REQUEST_TEARDOWN_METHOD,s as REQUEST_DISPLAY_MODE_METHOD,K as PostMessageTransport,y as OPEN_LINK_METHOD,OQ as McpUiUpdateModelContextRequestSchema,g as McpUiToolVisibilitySchema,q as McpUiToolResultNotificationSchema,zQ as McpUiToolMetaSchema,w as McpUiToolInputPartialNotificationSchema,I as McpUiToolInputNotificationSchema,A as McpUiToolCancelledNotificationSchema,v as McpUiThemeSchema,L as McpUiSupportedContentBlockModalitiesSchema,GQ as McpUiSizeChangedNotificationSchema,_Q as McpUiSandboxResourceReadyNotificationSchema,KQ as McpUiSandboxProxyReadyNotificationSchema,VQ as McpUiResourceTeardownResultSchema,F as McpUiResourceTeardownRequestSchema,V as McpUiResourcePermissionsSchema,jQ as McpUiResourceMetaSchema,G as McpUiResourceCspSchema,WQ as McpUiRequestTeardownNotificationSchema,P as McpUiRequestDisplayModeResultSchema,EQ as McpUiRequestDisplayModeRequestSchema,B as McpUiOpenLinkResultSchema,JQ as McpUiOpenLinkRequestSchema,O as McpUiMessageResultSchema,BQ as McpUiMessageRequestSchema,NQ as McpUiInitializedNotificationSchema,U as McpUiInitializeResultSchema,IQ as McpUiInitializeRequestSchema,k as McpUiHostStylesSchema,b as McpUiHostCssSchema,T as McpUiHostContextSchema,R as McpUiHostContextChangedNotificationSchema,C as McpUiHostCapabilitiesSchema,_ as McpUiDownloadFileResultSchema,LQ as McpUiDownloadFileRequestSchema,D as McpUiDisplayModeSchema,x as McpUiAppCapabilitiesSchema,f as MESSAGE_METHOD,E as LATEST_PROTOCOL_VERSION,a as INITIALIZE_METHOD,o as INITIALIZED_METHOD,c as HOST_CONTEXT_CHANGED_METHOD,u as DOWNLOAD_FILE_METHOD,kQ as App};\n"],"x_google_ignoreList":[0],"mappings":"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"}
|