mcp-use 1.1.1 → 1.1.2-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/chunk-4SWVHFJH.js +3362 -0
- package/dist/{chunk-56ZYVEAJ.js → chunk-Y4OEPGCW.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +56 -3367
- package/dist/src/browser.cjs +3885 -10
- package/dist/src/browser.d.ts +14 -1
- package/dist/src/browser.d.ts.map +1 -1
- package/dist/src/browser.js +80 -2
- package/dist/src/client/browser.d.ts +21 -0
- package/dist/src/client/browser.d.ts.map +1 -0
- package/dist/src/react/index.cjs +1 -1
- package/dist/src/react/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -238,7 +238,7 @@ function useMcp(options) {
|
|
|
238
238
|
}
|
|
239
239
|
}, delay);
|
|
240
240
|
} else if (currentState !== "failed" && currentState !== "authenticating") {
|
|
241
|
-
failConnection("
|
|
241
|
+
failConnection("Cannot connect to server");
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
244
|
try {
|
package/dist/index.cjs
CHANGED
|
@@ -4948,7 +4948,7 @@ function useMcp(options) {
|
|
|
4948
4948
|
}
|
|
4949
4949
|
}, delay);
|
|
4950
4950
|
} else if (currentState !== "failed" && currentState !== "authenticating") {
|
|
4951
|
-
failConnection("
|
|
4951
|
+
failConnection("Cannot connect to server");
|
|
4952
4952
|
}
|
|
4953
4953
|
};
|
|
4954
4954
|
try {
|