@nine-lab/nine-mu 0.1.256 → 0.1.257

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/nine-mu.js CHANGED
@@ -17171,7 +17171,7 @@ connect_fn = async function() {
17171
17171
  logging: {}
17172
17172
  }
17173
17173
  }));
17174
- __privateGet(this, _mcpClient).connect(transport, { timeout: 3e5 }).then(async () => {
17174
+ __privateGet(this, _mcpClient).connect(transport, { timeout: 3e6 }).then(async () => {
17175
17175
  __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "✅ MCP Connected");
17176
17176
  try {
17177
17177
  await __privateGet(this, _mcpClient).request(
@@ -17213,7 +17213,7 @@ callTool_fn = async function(toolName, args = {}) {
17213
17213
  { name: toolName, arguments: args },
17214
17214
  void 0,
17215
17215
  // 필요 시 extra 변수 자리 (기본값 undefined)
17216
- { timeout: 3e5 }
17216
+ { timeout: 3e6 }
17217
17217
  // 💡 개별 요청 타임아웃을 5분으로 확장
17218
17218
  );
17219
17219
  };
@@ -17443,7 +17443,7 @@ render_fn = function() {
17443
17443
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17444
17444
  this.shadowRoot.innerHTML = `
17445
17445
  <style>
17446
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.255"}/dist/css/nine-mu.css";
17446
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.256"}/dist/css/nine-mu.css";
17447
17447
  ${customImport}
17448
17448
  </style>
17449
17449
  <div class="wrapper">
@@ -43660,7 +43660,7 @@ class NineDiff extends HTMLElement {
43660
43660
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43661
43661
  this.shadowRoot.innerHTML = `
43662
43662
  <style>
43663
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.255"}/dist/css/nine-mu.css";
43663
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.256"}/dist/css/nine-mu.css";
43664
43664
  ${customImport}
43665
43665
  </style>
43666
43666
 
@@ -43770,7 +43770,7 @@ render_fn2 = function() {
43770
43770
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43771
43771
  this.shadowRoot.innerHTML = `
43772
43772
  <style>
43773
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.255"}/dist/css/nine-mu.css";
43773
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.256"}/dist/css/nine-mu.css";
43774
43774
  ${customImport}
43775
43775
  </style>
43776
43776
 
@@ -44096,7 +44096,7 @@ class ChatMessageBody extends HTMLElement {
44096
44096
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44097
44097
  this.shadowRoot.innerHTML = `
44098
44098
  <style>
44099
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.255"}/dist/css/nine-mu.css";
44099
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.256"}/dist/css/nine-mu.css";
44100
44100
  ${customImport}
44101
44101
  </style>
44102
44102
 
@@ -44190,7 +44190,7 @@ if (!customElements.get("nine-chat-progress")) {
44190
44190
  customElements.define("nine-chat-progress", ProgressMessage);
44191
44191
  }
44192
44192
  const NineMu = {
44193
- version: "0.1.255",
44193
+ version: "0.1.256",
44194
44194
  init: (config2) => {
44195
44195
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44196
44196
  }