@mcp-use/client 2.1.2 → 2.1.3-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.
@@ -1926,7 +1926,7 @@ var HttpConnector = class extends BaseConnector {
1926
1926
  };
1927
1927
 
1928
1928
  // src/utils/version.ts
1929
- var VERSION = "2.1.2";
1929
+ var VERSION = "2.1.3-canary.0";
1930
1930
  function getPackageVersion() {
1931
1931
  return VERSION;
1932
1932
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-use/client",
3
3
  "type": "module",
4
- "version": "2.1.2",
4
+ "version": "2.1.3-canary.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",