@mcp-use/cli 2.9.0-canary.2 → 2.9.0

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.cjs CHANGED
@@ -1805,7 +1805,7 @@ async function whoamiCommand() {
1805
1805
 
1806
1806
  // src/commands/client.ts
1807
1807
  var import_commander = require("commander");
1808
- var import_mcp_use = require("mcp-use");
1808
+ var import_server = require("mcp-use/server");
1809
1809
  var import_client = require("mcp-use/client");
1810
1810
  var import_node_readline = require("readline");
1811
1811
 
@@ -2183,7 +2183,7 @@ function getCliClientInfo() {
2183
2183
  return {
2184
2184
  name: "mcp-use CLI",
2185
2185
  title: "mcp-use CLI",
2186
- version: (0, import_mcp_use.getPackageVersion)(),
2186
+ version: (0, import_server.getPackageVersion)(),
2187
2187
  description: "mcp-use CLI - Command-line interface for MCP servers",
2188
2188
  icons: [
2189
2189
  {