@nine-lab/nine-mu 0.1.144 → 0.1.145

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.144",
3
+ "version": "0.1.145",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -31,6 +31,7 @@ export class NineChatManager {
31
31
  name: "nine-mu-client", version: "1.0.0"
32
32
  }, { capabilities: { tools: {} } });
33
33
 
34
+ trace.log(this.#mcpClient);
34
35
 
35
36
  this.#mcpClient.connect(transport)
36
37
  .then(() => {
@@ -121,6 +122,9 @@ export class NineChatManager {
121
122
  }
122
123
 
123
124
  handleChatSubmit = async el => {
125
+
126
+ trace.log(this.#mcpClient);
127
+
124
128
  const response = await this.#mcpClient.callTool({
125
129
  name: "ask_nine_engine",
126
130
  arguments: {