@mcp-use/agent 2.0.9 → 2.0.10-canary.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.js CHANGED
@@ -2693,7 +2693,7 @@ function providerConfigFromOptions(provider, model, config) {
2693
2693
  }
2694
2694
 
2695
2695
  // src/version.ts
2696
- var VERSION = "2.0.9";
2696
+ var VERSION = "2.0.10-canary.0";
2697
2697
  function getPackageVersion() {
2698
2698
  return VERSION;
2699
2699
  }
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.9";
1717
+ var VERSION = "2.0.10-canary.0";
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.9",
4
+ "version": "2.0.10-canary.0",
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.2.0"
45
+ "@mcp-use/client": "2.2.1-canary.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@langchain/anthropic": "^1.3.0",