@mcp-use/agent 2.0.6-canary.1 → 2.0.6

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
@@ -2671,7 +2671,7 @@ function providerConfigFromOptions(provider, model, config) {
2671
2671
  }
2672
2672
 
2673
2673
  // src/version.ts
2674
- var VERSION = "2.0.6-canary.1";
2674
+ var VERSION = "2.0.6";
2675
2675
  function getPackageVersion() {
2676
2676
  return VERSION;
2677
2677
  }
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.6-canary.1";
1717
+ var VERSION = "2.0.6";
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.6-canary.1",
4
+ "version": "2.0.6",
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.1.4-canary.1"
45
+ "@mcp-use/client": "2.1.4"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@langchain/anthropic": "^1.3.0",