@mcp-use/client 2.0.0-beta.7 → 2.0.0-beta.9
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/.tsbuildinfo +1 -1
- package/dist/index-browser.js +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +15 -17
- package/dist/react/index.js.map +1 -1
- package/dist/react/useMcp.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index-browser.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1108,7 +1108,7 @@ init_connector_telemetry();
|
|
|
1108
1108
|
init_logging();
|
|
1109
1109
|
|
|
1110
1110
|
// src/utils/version.ts
|
|
1111
|
-
var VERSION = "2.0.0-beta.
|
|
1111
|
+
var VERSION = "2.0.0-beta.8";
|
|
1112
1112
|
function getPackageVersion() {
|
|
1113
1113
|
return VERSION;
|
|
1114
1114
|
}
|
|
@@ -4190,7 +4190,7 @@ var E2BCodeExecutor = class extends BaseCodeExecutor {
|
|
|
4190
4190
|
this.SandboxClass = e2b.Sandbox;
|
|
4191
4191
|
} catch (error) {
|
|
4192
4192
|
throw new Error(
|
|
4193
|
-
"@e2b/code-interpreter is not installed. The E2B code executor requires this optional dependency. Install it with:
|
|
4193
|
+
"@e2b/code-interpreter is not installed. The E2B code executor requires this optional dependency. Install it with: npm install @e2b/code-interpreter, pnpm add @e2b/code-interpreter, or bun add @e2b/code-interpreter"
|
|
4194
4194
|
);
|
|
4195
4195
|
}
|
|
4196
4196
|
}
|