@nine-lab/nine-mu 0.1.210 → 0.1.212
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/package.json
CHANGED
|
@@ -72,8 +72,9 @@ export class NineChatManager {
|
|
|
72
72
|
(notification) => {
|
|
73
73
|
//notification.params.message
|
|
74
74
|
trace.log(notification);
|
|
75
|
-
|
|
75
|
+
trace.log(this.add);
|
|
76
76
|
this.add("ai", notification.params.message);
|
|
77
|
+
//this.add("ing", "");
|
|
77
78
|
/**
|
|
78
79
|
try {
|
|
79
80
|
trace.log("🔔 [MCP 엔진 우회 성공] 알림 도착:", notification);
|