@mcp-use/agent 2.0.3-canary.1 → 2.0.3-canary.3
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 +1 -1
- package/dist/langchain.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
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.3-canary.
|
|
1717
|
+
var VERSION = "2.0.3-canary.3";
|
|
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.3-canary.
|
|
4
|
+
"version": "2.0.3-canary.3",
|
|
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.1-canary.
|
|
45
|
+
"@mcp-use/client": "2.1.1-canary.3"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@langchain/anthropic": "^1.3.0",
|