@nine-lab/nine-mu 0.1.206 → 0.1.207

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nine-lab/nine-mu",
3
- "version": "0.1.206",
3
+ "version": "0.1.207",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -72,7 +72,7 @@ export class NineChatManager {
72
72
  trace.warn("로깅 채널 초기화 패스 (커스텀 스트림 대응):", e);
73
73
  }
74
74
 
75
- /**
75
+
76
76
  // 2️⃣ [MCP 정공법 복귀] 드디어 정식 스키마와 핸들러 구조로 당당하게 등록합니다!
77
77
  this.#mcpClient.setNotificationHandler(
78
78
  LoggingMessageNotificationSchema, // 👈 외부 임포트한 정식 Zod 스키마 객체
@@ -89,7 +89,7 @@ export class NineChatManager {
89
89
  trace.warn("알림 내부 데이터 파싱 실패:", e);
90
90
  }
91
91
  }
92
- ); */
92
+ );
93
93
  })
94
94
  .catch((err) => {
95
95
  trace.error("❌ MCP 연결 실패", err);