@nine-lab/nine-mu 0.1.225 → 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(
|
|
@@ -17400,6 +17398,7 @@ initActions_fn = function() {
|
|
|
17400
17398
|
const currRoutes = await __privateGet(this, _manager).getRoutes();
|
|
17401
17399
|
if ((parsed == null ? void 0 : parsed.selected_tool) === "source-missing") {
|
|
17402
17400
|
nine.alert("메뉴 정리를 위한 라우터 정보 저장 화면으로 이동합니다.").then((res) => {
|
|
17401
|
+
trace.log(currRoutes, parsed == null ? void 0 : parsed.data);
|
|
17403
17402
|
__privateGet(this, _showDiff).call(this, currRoutes, parsed == null ? void 0 : parsed.data, "json");
|
|
17404
17403
|
});
|
|
17405
17404
|
}
|
|
@@ -17417,7 +17416,7 @@ render_fn = function() {
|
|
|
17417
17416
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17418
17417
|
this.shadowRoot.innerHTML = `
|
|
17419
17418
|
<style>
|
|
17420
|
-
@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";
|
|
17421
17420
|
${customImport}
|
|
17422
17421
|
</style>
|
|
17423
17422
|
<div class="wrapper">
|
|
@@ -43636,7 +43635,7 @@ class NineDiff extends HTMLElement {
|
|
|
43636
43635
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43637
43636
|
this.shadowRoot.innerHTML = `
|
|
43638
43637
|
<style>
|
|
43639
|
-
@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";
|
|
43640
43639
|
${customImport}
|
|
43641
43640
|
</style>
|
|
43642
43641
|
|
|
@@ -43746,7 +43745,7 @@ render_fn2 = function() {
|
|
|
43746
43745
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43747
43746
|
this.shadowRoot.innerHTML = `
|
|
43748
43747
|
<style>
|
|
43749
|
-
@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";
|
|
43750
43749
|
${customImport}
|
|
43751
43750
|
</style>
|
|
43752
43751
|
|
|
@@ -44073,7 +44072,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44073
44072
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44074
44073
|
this.shadowRoot.innerHTML = `
|
|
44075
44074
|
<style>
|
|
44076
|
-
@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";
|
|
44077
44076
|
${customImport}
|
|
44078
44077
|
</style>
|
|
44079
44078
|
|
|
@@ -44167,7 +44166,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44167
44166
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44168
44167
|
}
|
|
44169
44168
|
const NineMu = {
|
|
44170
|
-
version: "0.1.
|
|
44169
|
+
version: "0.1.226",
|
|
44171
44170
|
init: (config2) => {
|
|
44172
44171
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44173
44172
|
}
|