@mcp-use/client 2.2.5 → 2.3.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.
@@ -1905,7 +1905,7 @@ var HttpConnector = class extends BaseConnector {
1905
1905
  };
1906
1906
 
1907
1907
  // src/utils/version.ts
1908
- var VERSION = "2.2.5";
1908
+ var VERSION = "2.3.0";
1909
1909
  function getPackageVersion() {
1910
1910
  return VERSION;
1911
1911
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-use/client",
3
3
  "type": "module",
4
- "version": "2.2.5",
4
+ "version": "2.3.0",
5
5
  "description": "MCP client for connecting to Model Context Protocol servers — sessions, connectors, and OAuth. Part of the mcp-use v2 framework.",
6
6
  "author": "mcp-use, Inc.",
7
7
  "license": "MIT",