@nine-lab/nine-mu 0.1.226 → 0.1.227
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
|
@@ -17147,12 +17147,10 @@ connect_fn = async function() {
|
|
|
17147
17147
|
capabilities: {
|
|
17148
17148
|
tools: {},
|
|
17149
17149
|
logging: {}
|
|
17150
|
-
}
|
|
17151
|
-
timeout: 3e5
|
|
17152
|
-
// 5분
|
|
17150
|
+
}
|
|
17153
17151
|
}));
|
|
17154
17152
|
trace.log(__privateGet(this, _mcpClient));
|
|
17155
|
-
__privateGet(this, _mcpClient).connect(transport).then(async () => {
|
|
17153
|
+
__privateGet(this, _mcpClient).connect(transport, { timeout: 3e5 }).then(async () => {
|
|
17156
17154
|
__privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "✅ MCP Connected");
|
|
17157
17155
|
try {
|
|
17158
17156
|
await __privateGet(this, _mcpClient).request(
|
|
@@ -17418,7 +17416,7 @@ render_fn = function() {
|
|
|
17418
17416
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17419
17417
|
this.shadowRoot.innerHTML = `
|
|
17420
17418
|
<style>
|
|
17421
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17419
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.226"}/dist/css/nine-mu.css";
|
|
17422
17420
|
${customImport}
|
|
17423
17421
|
</style>
|
|
17424
17422
|
<div class="wrapper">
|
|
@@ -43637,7 +43635,7 @@ class NineDiff extends HTMLElement {
|
|
|
43637
43635
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43638
43636
|
this.shadowRoot.innerHTML = `
|
|
43639
43637
|
<style>
|
|
43640
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43638
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.226"}/dist/css/nine-mu.css";
|
|
43641
43639
|
${customImport}
|
|
43642
43640
|
</style>
|
|
43643
43641
|
|
|
@@ -43747,7 +43745,7 @@ render_fn2 = function() {
|
|
|
43747
43745
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43748
43746
|
this.shadowRoot.innerHTML = `
|
|
43749
43747
|
<style>
|
|
43750
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43748
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.226"}/dist/css/nine-mu.css";
|
|
43751
43749
|
${customImport}
|
|
43752
43750
|
</style>
|
|
43753
43751
|
|
|
@@ -44074,7 +44072,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44074
44072
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44075
44073
|
this.shadowRoot.innerHTML = `
|
|
44076
44074
|
<style>
|
|
44077
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44075
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.226"}/dist/css/nine-mu.css";
|
|
44078
44076
|
${customImport}
|
|
44079
44077
|
</style>
|
|
44080
44078
|
|
|
@@ -44168,7 +44166,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44168
44166
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44169
44167
|
}
|
|
44170
44168
|
const NineMu = {
|
|
44171
|
-
version: "0.1.
|
|
44169
|
+
version: "0.1.226",
|
|
44172
44170
|
init: (config2) => {
|
|
44173
44171
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44174
44172
|
}
|