@mcp-use/agent 2.0.18-canary.0 → 2.0.18

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
@@ -2701,7 +2701,7 @@ function providerConfigFromOptions(provider, model, config) {
2701
2701
  }
2702
2702
 
2703
2703
  // src/version.ts
2704
- var VERSION = "2.0.18-canary.0";
2704
+ var VERSION = "2.0.18";
2705
2705
  function getPackageVersion() {
2706
2706
  return VERSION;
2707
2707
  }
package/dist/langchain.js CHANGED
@@ -1714,7 +1714,7 @@ function extractModelInfo(llm) {
1714
1714
  import { Telemetry } from "@mcp-use/client";
1715
1715
 
1716
1716
  // src/version.ts
1717
- var VERSION = "2.0.18-canary.0";
1717
+ var VERSION = "2.0.18";
1718
1718
  function getPackageVersion() {
1719
1719
  return VERSION;
1720
1720
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-use/agent",
3
3
  "type": "module",
4
- "version": "2.0.18-canary.0",
4
+ "version": "2.0.18",
5
5
  "description": "Native cross-platform MCP agent. Inspector → MCPAgent → loop → fetch + @mcp-use/client. LangChain bridge at @mcp-use/agent/langchain.",
6
6
  "author": "mcp-use, Inc.",
7
7
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@modelcontextprotocol/client": "2.0.0",
45
- "@mcp-use/client": "2.3.3-canary.0"
45
+ "@mcp-use/client": "2.3.3"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@langchain/anthropic": "^1.3.0",