@mcp-use/inspector 7.0.0-canary.10 → 7.0.0-canary.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.
@@ -26903,7 +26903,7 @@ var Ud = class {
26903
26903
  //#region src/client/telemetry/utils.ts
26904
26904
  function of() {
26905
26905
  try {
26906
- return "7.0.0-canary.10";
26906
+ return "7.0.0-canary.12";
26907
26907
  } catch {
26908
26908
  return "0.0.0";
26909
26909
  }
@@ -48440,9 +48440,9 @@ var qA, JA, YA, XA, ZA, QA, $A, ej, tj, nj, rj, ij, aj, oj, Kce, qce, sj, cj, lj
48440
48440
  }(), Oue);
48441
48441
  }));
48442
48442
  //#endregion
48443
- //#region ../mcp-use/dist/chunk-UTXJORZK.js
48443
+ //#region ../mcp-use/dist/chunk-HQE3OBAN.js
48444
48444
  Yp();
48445
- var Nue = "1.29.0-canary.10";
48445
+ var Nue = "1.29.0-canary.12";
48446
48446
  function QF() {
48447
48447
  return Nue;
48448
48448
  }
@@ -113248,8 +113248,10 @@ U0.displayName = qIe.displayName;
113248
113248
  //#region src/llm/providers/ollama/utils.ts
113249
113249
  var JIe = "http://localhost:11434";
113250
113250
  function YIe(e) {
113251
- let t = (e || "http://localhost:11434").trim().replace(/\/+$/, "");
113252
- return t.endsWith("/api") ? t.slice(0, -4) : t;
113251
+ let t = (e || "http://localhost:11434").trim(), n = t.length;
113252
+ for (; n > 0 && t.charCodeAt(n - 1) === 47;) n--;
113253
+ let r = t.slice(0, n);
113254
+ return r.endsWith("/api") ? r.slice(0, -4) : r;
113253
113255
  }
113254
113256
  function W0(e, t) {
113255
113257
  return `${YIe(e)}${t}`;
@@ -140709,12 +140711,10 @@ function d1e({ selectedTool: e, toolArgs: t, onArgChange: n, onBulkPaste: r, aut
140709
140711
  return u ? /* @__PURE__ */ (0, O.jsx)("div", {
140710
140712
  className: "space-y-4",
140711
140713
  children: Object.entries(c).map(([r, c]) => {
140712
- let u = i1e(c, e?.inputSchema || {}), f = a1e(u), p = u.type === "string" && f !== null, m = u;
140713
- m.required = l.includes(r);
140714
- let h = t[r], g = "";
140715
- h != null && (g = typeof h == "string" ? h : typeof h == "object" && h ? JSON.stringify(h, null, 2) : String(h));
140716
- let _ = m.type === "object" || m.type === "array", v = _ ? m.type === "array" ? "array" : "object" : "string", y = a?.has(r) ?? !0, b = s && (m.type === "string" || _);
140717
- return _ ? /* @__PURE__ */ (0, O.jsxs)("div", {
140714
+ let u = i1e(c, e?.inputSchema || {}), f = a1e(u), p = u.type === "string" && f !== null, m = u, h = l.includes(r), g = t[r], _ = "";
140715
+ g != null && (_ = typeof g == "string" ? g : typeof g == "object" && g ? JSON.stringify(g, null, 2) : String(g));
140716
+ let v = m.type === "object" || m.type === "array", y = v ? m.type === "array" ? "array" : "object" : "string", b = a?.has(r) ?? !0, x = s && (m.type === "string" || v);
140717
+ return v ? /* @__PURE__ */ (0, O.jsxs)("div", {
140718
140718
  className: "space-y-2",
140719
140719
  children: [
140720
140720
  /* @__PURE__ */ (0, O.jsxs)("div", {
@@ -140722,32 +140722,32 @@ function d1e({ selectedTool: e, toolArgs: t, onArgChange: n, onBulkPaste: r, aut
140722
140722
  children: [/* @__PURE__ */ (0, O.jsxs)(oB, {
140723
140723
  htmlFor: r,
140724
140724
  className: "text-sm font-medium",
140725
- children: [r, m?.required && /* @__PURE__ */ (0, O.jsx)("span", {
140725
+ children: [r, h && /* @__PURE__ */ (0, O.jsx)("span", {
140726
140726
  className: "text-red-500 ml-1",
140727
140727
  children: "*"
140728
140728
  })]
140729
- }), b && s && /* @__PURE__ */ (0, O.jsxs)("div", {
140729
+ }), x && s && /* @__PURE__ */ (0, O.jsxs)("div", {
140730
140730
  className: "flex items-center gap-2 shrink-0",
140731
140731
  children: [/* @__PURE__ */ (0, O.jsx)("span", {
140732
140732
  className: "text-xs text-muted-foreground whitespace-nowrap",
140733
- children: v === "array" ? "Send empty array explicitly" : "Send empty object explicitly"
140733
+ children: y === "array" ? "Send empty array explicitly" : "Send empty object explicitly"
140734
140734
  }), /* @__PURE__ */ (0, O.jsx)(uV, {
140735
140735
  checked: o?.has(r) ?? !1,
140736
- onCheckedChange: (e) => s(r, v, e),
140737
- "aria-label": v === "array" ? "Send empty array" : "Send empty object",
140738
- title: v === "array" ? "Send empty array []" : "Send empty object {}"
140736
+ onCheckedChange: (e) => s(r, y, e),
140737
+ "aria-label": y === "array" ? "Send empty array" : "Send empty object",
140738
+ title: y === "array" ? "Send empty array []" : "Send empty object {}"
140739
140739
  })]
140740
140740
  })]
140741
140741
  }),
140742
140742
  /* @__PURE__ */ (0, O.jsx)(Z0, {
140743
140743
  id: r,
140744
140744
  "data-testid": `tool-param-${r}`,
140745
- value: g,
140745
+ value: _,
140746
140746
  onChange: (e) => n(r, e.target.value),
140747
140747
  onPaste: (e) => d(e, r),
140748
140748
  placeholder: m?.description || `Enter ${r}`,
140749
140749
  disabled: o?.has(r) ?? !1,
140750
- className: `min-h-[100px] ${y ? "" : "opacity-70"} ${i?.has(r) ? "animate-pulse ring-2 ring-green-500 dark:ring-green-400" : ""}`
140750
+ className: `min-h-[100px] ${b ? "" : "opacity-70"} ${i?.has(r) ? "animate-pulse ring-2 ring-green-500 dark:ring-green-400" : ""}`
140751
140751
  }),
140752
140752
  m?.description && /* @__PURE__ */ (0, O.jsx)("p", {
140753
140753
  className: "text-xs text-gray-500 dark:text-gray-400",
@@ -140760,7 +140760,7 @@ function d1e({ selectedTool: e, toolArgs: t, onArgChange: n, onBulkPaste: r, aut
140760
140760
  /* @__PURE__ */ (0, O.jsxs)(oB, {
140761
140761
  htmlFor: r,
140762
140762
  className: "text-sm font-medium",
140763
- children: [r, m.required && /* @__PURE__ */ (0, O.jsx)("span", {
140763
+ children: [r, h && /* @__PURE__ */ (0, O.jsx)("span", {
140764
140764
  className: "text-red-500 ml-1",
140765
140765
  children: "*"
140766
140766
  })]
@@ -140770,7 +140770,7 @@ function d1e({ selectedTool: e, toolArgs: t, onArgChange: n, onBulkPaste: r, aut
140770
140770
  onValueChange: (e) => n(r, e),
140771
140771
  children: [/* @__PURE__ */ (0, O.jsx)(eV, {
140772
140772
  id: r,
140773
- className: `w-full ${y ? "" : "opacity-70"}`,
140773
+ className: `w-full ${b ? "" : "opacity-70"}`,
140774
140774
  "data-testid": `tool-param-${r}`,
140775
140775
  children: /* @__PURE__ */ (0, O.jsx)($B, { placeholder: m.description || "Select an option" })
140776
140776
  }), /* @__PURE__ */ (0, O.jsx)(tV, { children: f.map((e, t) => /* @__PURE__ */ (0, O.jsx)(nV, {
@@ -140791,11 +140791,11 @@ function d1e({ selectedTool: e, toolArgs: t, onArgChange: n, onBulkPaste: r, aut
140791
140791
  children: [/* @__PURE__ */ (0, O.jsxs)(oB, {
140792
140792
  htmlFor: r,
140793
140793
  className: "text-sm font-medium",
140794
- children: [r, m?.required && /* @__PURE__ */ (0, O.jsx)("span", {
140794
+ children: [r, h && /* @__PURE__ */ (0, O.jsx)("span", {
140795
140795
  className: "text-red-500 ml-1",
140796
140796
  children: "*"
140797
140797
  })]
140798
- }), b && s && /* @__PURE__ */ (0, O.jsxs)("div", {
140798
+ }), x && s && /* @__PURE__ */ (0, O.jsxs)("div", {
140799
140799
  className: "flex items-center gap-2 shrink-0",
140800
140800
  children: [/* @__PURE__ */ (0, O.jsx)("span", {
140801
140801
  className: "text-xs text-muted-foreground whitespace-nowrap",
@@ -140811,12 +140811,12 @@ function d1e({ selectedTool: e, toolArgs: t, onArgChange: n, onBulkPaste: r, aut
140811
140811
  /* @__PURE__ */ (0, O.jsx)(rB, {
140812
140812
  id: r,
140813
140813
  "data-testid": `tool-param-${r}`,
140814
- value: g,
140814
+ value: _,
140815
140815
  onChange: (e) => n(r, e.target.value),
140816
140816
  onPaste: (e) => d(e, r),
140817
140817
  placeholder: m?.description || `Enter ${r}`,
140818
140818
  disabled: o?.has(r) ?? !1,
140819
- className: `${y ? "" : "opacity-70"} ${i?.has(r) ? "animate-pulse ring-2 ring-green-500 dark:ring-green-400" : ""}`
140819
+ className: `${b ? "" : "opacity-70"} ${i?.has(r) ? "animate-pulse ring-2 ring-green-500 dark:ring-green-400" : ""}`
140820
140820
  }),
140821
140821
  m?.description && /* @__PURE__ */ (0, O.jsx)("p", {
140822
140822
  className: "text-xs text-gray-500 dark:text-gray-400",
package/dist/cli.js CHANGED
@@ -708,7 +708,12 @@ async function* parseNDJSON(body, signal) {
708
708
  // src/llm/providers/ollama/utils.ts
709
709
  var DEFAULT_OLLAMA_BASE_URL = "http://localhost:11434";
710
710
  function normalizeOllamaBaseUrl(baseUrl) {
711
- const trimmed = (baseUrl || DEFAULT_OLLAMA_BASE_URL).trim().replace(/\/+$/, "");
711
+ const raw = (baseUrl || DEFAULT_OLLAMA_BASE_URL).trim();
712
+ let end = raw.length;
713
+ while (end > 0 && raw.charCodeAt(end - 1) === 47) {
714
+ end--;
715
+ }
716
+ const trimmed = raw.slice(0, end);
712
717
  return trimmed.endsWith("/api") ? trimmed.slice(0, -4) : trimmed;
713
718
  }
714
719
  function buildOllamaApiUrl(baseUrl, path) {
@@ -1 +1 @@
1
- {"version":3,"file":"ToolInputForm.d.ts","sourceRoot":"","sources":["../../../../src/client/components/tools/ToolInputForm.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAG/D,UAAU,kBAAkB;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,WAAW,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,WAAW,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACzE,gBAAgB,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACxB,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC9B,aAAa,CAAC,EAAE,CACd,GAAG,EAAE,MAAM,EACX,YAAY,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,EAC3C,OAAO,EAAE,OAAO,KACb,IAAI,CAAC;CACX;AAED,wBAAgB,aAAa,CAAC,EAC5B,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,SAAS,EACT,eAAe,EACf,aAAa,GACd,EAAE,kBAAkB,2CAsOpB"}
1
+ {"version":3,"file":"ToolInputForm.d.ts","sourceRoot":"","sources":["../../../../src/client/components/tools/ToolInputForm.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAG/D,UAAU,kBAAkB;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,WAAW,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,WAAW,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACzE,gBAAgB,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACxB,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC9B,aAAa,CAAC,EAAE,CACd,GAAG,EAAE,MAAM,EACX,YAAY,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,EAC3C,OAAO,EAAE,OAAO,KACb,IAAI,CAAC;CACX;AAED,wBAAgB,aAAa,CAAC,EAC5B,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,SAAS,EACT,eAAe,EACf,aAAa,GACd,EAAE,kBAAkB,2CA+NpB"}
@@ -1964,7 +1964,7 @@ function ToolInputForm({
1964
1964
  const enumValues = extractEnumValues(resolvedProp);
1965
1965
  const isEnum = resolvedProp.type === "string" && enumValues !== null;
1966
1966
  const typedProp = resolvedProp;
1967
- typedProp.required = requiredFields.includes(key);
1967
+ const isRequired = requiredFields.includes(key);
1968
1968
  const currentValue = toolArgs[key];
1969
1969
  let stringValue = "";
1970
1970
  if (currentValue !== void 0 && currentValue !== null) {
@@ -1985,7 +1985,7 @@ function ToolInputForm({
1985
1985
  /* @__PURE__ */ jsxs5("div", { className: "flex items-center justify-between gap-2", children: [
1986
1986
  /* @__PURE__ */ jsxs5(Label2, { htmlFor: key, className: "text-sm font-medium", children: [
1987
1987
  key,
1988
- typedProp?.required && /* @__PURE__ */ jsx12("span", { className: "text-red-500 ml-1", children: "*" })
1988
+ isRequired && /* @__PURE__ */ jsx12("span", { className: "text-red-500 ml-1", children: "*" })
1989
1989
  ] }),
1990
1990
  showSendEmptyToggle && onToggleEmpty && /* @__PURE__ */ jsxs5("div", { className: "flex items-center gap-2 shrink-0", children: [
1991
1991
  /* @__PURE__ */ jsx12("span", { className: "text-xs text-muted-foreground whitespace-nowrap", children: effectiveType === "array" ? "Send empty array explicitly" : "Send empty object explicitly" }),
@@ -2020,7 +2020,7 @@ function ToolInputForm({
2020
2020
  return /* @__PURE__ */ jsxs5("div", { className: "space-y-2", children: [
2021
2021
  /* @__PURE__ */ jsxs5(Label2, { htmlFor: key, className: "text-sm font-medium", children: [
2022
2022
  key,
2023
- typedProp.required && /* @__PURE__ */ jsx12("span", { className: "text-red-500 ml-1", children: "*" })
2023
+ isRequired && /* @__PURE__ */ jsx12("span", { className: "text-red-500 ml-1", children: "*" })
2024
2024
  ] }),
2025
2025
  /* @__PURE__ */ jsxs5(
2026
2026
  Select,
@@ -2053,7 +2053,7 @@ function ToolInputForm({
2053
2053
  /* @__PURE__ */ jsxs5("div", { className: "flex items-center justify-between gap-2", children: [
2054
2054
  /* @__PURE__ */ jsxs5(Label2, { htmlFor: key, className: "text-sm font-medium", children: [
2055
2055
  key,
2056
- typedProp?.required && /* @__PURE__ */ jsx12("span", { className: "text-red-500 ml-1", children: "*" })
2056
+ isRequired && /* @__PURE__ */ jsx12("span", { className: "text-red-500 ml-1", children: "*" })
2057
2057
  ] }),
2058
2058
  showSendEmptyToggle && onToggleEmpty && /* @__PURE__ */ jsxs5("div", { className: "flex items-center gap-2 shrink-0", children: [
2059
2059
  /* @__PURE__ */ jsx12("span", { className: "text-xs text-muted-foreground whitespace-nowrap", children: "Send empty string" }),
@@ -4069,7 +4069,12 @@ async function* parseNDJSON(body, signal) {
4069
4069
  // src/llm/providers/ollama/utils.ts
4070
4070
  var DEFAULT_OLLAMA_BASE_URL = "http://localhost:11434";
4071
4071
  function normalizeOllamaBaseUrl(baseUrl) {
4072
- const trimmed = (baseUrl || DEFAULT_OLLAMA_BASE_URL).trim().replace(/\/+$/, "");
4072
+ const raw = (baseUrl || DEFAULT_OLLAMA_BASE_URL).trim();
4073
+ let end = raw.length;
4074
+ while (end > 0 && raw.charCodeAt(end - 1) === 47) {
4075
+ end--;
4076
+ }
4077
+ const trimmed = raw.slice(0, end);
4073
4078
  return trimmed.endsWith("/api") ? trimmed.slice(0, -4) : trimmed;
4074
4079
  }
4075
4080
  function buildOllamaApiUrl(baseUrl, path) {
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/llm/providers/ollama/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAEhE,wBAAgB,sBAAsB,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAM/D;AAED,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,MAAM,GAAG,SAAS,EAC3B,IAAI,EAAE,QAAQ,MAAM,EAAE,GACrB,MAAM,CAER;AAED,qBAAa,eAAgB,SAAQ,KAAK;gBAC5B,KAAK,EAAE,OAAO;CAQ3B"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/llm/providers/ollama/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAEhE,wBAAgB,sBAAsB,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAS/D;AAED,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,MAAM,GAAG,SAAS,EAC3B,IAAI,EAAE,QAAQ,MAAM,EAAE,GACrB,MAAM,CAER;AAED,qBAAa,eAAgB,SAAQ,KAAK;gBAC5B,KAAK,EAAE,OAAO;CAQ3B"}
@@ -6,7 +6,7 @@ import {
6
6
  handleChatRequest,
7
7
  handleChatRequestStream,
8
8
  storeWidgetData
9
- } from "./chunk-HJ6AETEE.js";
9
+ } from "./chunk-LZXVLWWL.js";
10
10
  import {
11
11
  getTunnelStatus,
12
12
  setServerPort,
@@ -692,7 +692,12 @@ async function* parseNDJSON(body, signal) {
692
692
  // src/llm/providers/ollama/utils.ts
693
693
  var DEFAULT_OLLAMA_BASE_URL = "http://localhost:11434";
694
694
  function normalizeOllamaBaseUrl(baseUrl) {
695
- const trimmed = (baseUrl || DEFAULT_OLLAMA_BASE_URL).trim().replace(/\/+$/, "");
695
+ const raw = (baseUrl || DEFAULT_OLLAMA_BASE_URL).trim();
696
+ let end = raw.length;
697
+ while (end > 0 && raw.charCodeAt(end - 1) === 47) {
698
+ end--;
699
+ }
700
+ const trimmed = raw.slice(0, end);
696
701
  return trimmed.endsWith("/api") ? trimmed.slice(0, -4) : trimmed;
697
702
  }
698
703
  function buildOllamaApiUrl(baseUrl, path) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  registerInspectorRoutes
3
- } from "./chunk-XSL4EDBL.js";
3
+ } from "./chunk-GGS67VEX.js";
4
4
  import {
5
5
  registerStaticRoutes
6
6
  } from "./chunk-3UU5PBIU.js";
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInspectorRoutes
4
- } from "./chunk-XSL4EDBL.js";
5
- import "./chunk-HJ6AETEE.js";
4
+ } from "./chunk-GGS67VEX.js";
5
+ import "./chunk-LZXVLWWL.js";
6
6
  import {
7
7
  setServerPort
8
8
  } from "./chunk-QQ37LGLJ.js";
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  mountInspector
3
- } from "./chunk-BLXE6OEJ.js";
4
- import "./chunk-XSL4EDBL.js";
3
+ } from "./chunk-OC3BYMGP.js";
4
+ import "./chunk-GGS67VEX.js";
5
5
  import {
6
6
  handleChatRequest,
7
7
  handleChatRequestStream
8
- } from "./chunk-HJ6AETEE.js";
8
+ } from "./chunk-LZXVLWWL.js";
9
9
  import {
10
10
  getTunnelStatus,
11
11
  stopTunnel
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  mountInspector
3
- } from "./chunk-BLXE6OEJ.js";
4
- import "./chunk-XSL4EDBL.js";
5
- import "./chunk-HJ6AETEE.js";
3
+ } from "./chunk-OC3BYMGP.js";
4
+ import "./chunk-GGS67VEX.js";
5
+ import "./chunk-LZXVLWWL.js";
6
6
  import "./chunk-QQ37LGLJ.js";
7
7
  import "./chunk-KD7K27XK.js";
8
8
  import "./chunk-CVECQ7BJ.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  registerInspectorRoutes
3
- } from "./chunk-XSL4EDBL.js";
4
- import "./chunk-HJ6AETEE.js";
3
+ } from "./chunk-GGS67VEX.js";
4
+ import "./chunk-LZXVLWWL.js";
5
5
  import {
6
6
  setServerPort
7
7
  } from "./chunk-QQ37LGLJ.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  registerInspectorRoutes
3
- } from "./chunk-XSL4EDBL.js";
4
- import "./chunk-HJ6AETEE.js";
3
+ } from "./chunk-GGS67VEX.js";
4
+ import "./chunk-LZXVLWWL.js";
5
5
  import "./chunk-QQ37LGLJ.js";
6
6
  import "./chunk-KD7K27XK.js";
7
7
  import "./chunk-CVECQ7BJ.js";
@@ -7,7 +7,7 @@ import {
7
7
  handleChatRequestStream,
8
8
  storeWidgetData,
9
9
  transformMcpAppsCspToSnakeCase
10
- } from "./chunk-HJ6AETEE.js";
10
+ } from "./chunk-LZXVLWWL.js";
11
11
  import "./chunk-PKBMQBKP.js";
12
12
  export {
13
13
  generateWidgetContainerHtml,