@mcp-use/cli 2.6.0-canary.10 → 2.6.0-canary.11

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/index.js CHANGED
@@ -2249,7 +2249,7 @@ async function deployCommand(options) {
2249
2249
  // src/commands/client.ts
2250
2250
  import { Command } from "commander";
2251
2251
  import { createInterface } from "readline";
2252
- import { MCPClient } from "mcp-use";
2252
+ import { MCPClient } from "mcp-use/client";
2253
2253
 
2254
2254
  // src/utils/session-storage.ts
2255
2255
  import { homedir } from "os";