@opentiny/next-sdk 0.1.5 → 0.1.7
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/WebMcpClient.ts +15 -3
- package/agent/AgentModelProvider.ts +39 -10
- package/agent/type.ts +1 -1
- package/dist/WebMcpClient.d.ts +1 -1
- package/dist/WebMcpClient.js +12 -2
- package/dist/agent/AgentModelProvider.d.ts +6 -0
- package/dist/agent/AgentModelProvider.js +28 -6
- package/dist/agent/type.d.ts +1 -1
- package/dist/index.es.dev.js +731 -658
- package/dist/index.es.js +5832 -5788
- package/dist/index.umd.dev.js +731 -658
- package/dist/index.umd.js +29 -29
- package/dist/mcpsdk@1.17.0.es.js +4329 -4334
- package/dist/mcpsdk@1.17.0.js +8 -8
- package/dist/webagent.dev.js +25 -4
- package/dist/webagent.es.dev.js +25 -4
- package/dist/webagent.es.js +17 -10
- package/dist/webagent.js +1 -1
- package/dist/webmcp-full.dev.js +693 -641
- package/dist/webmcp-full.es.dev.js +693 -641
- package/dist/webmcp-full.es.js +3270 -3233
- package/dist/webmcp-full.js +8 -8
- package/dist/webmcp.dev.js +630 -631
- package/dist/webmcp.es.dev.js +629 -629
- package/dist/webmcp.es.js +560 -568
- package/dist/webmcp.js +1 -1
- package/package.json +2 -2
package/dist/index.umd.dev.js
CHANGED
|
@@ -19235,805 +19235,852 @@
|
|
|
19235
19235
|
return this._protocolVersion;
|
|
19236
19236
|
}
|
|
19237
19237
|
}
|
|
19238
|
-
const
|
|
19239
|
-
|
|
19240
|
-
|
|
19238
|
+
const SUBPROTOCOL = "mcp";
|
|
19239
|
+
class WebSocketClientTransport {
|
|
19240
|
+
constructor(url) {
|
|
19241
|
+
this._url = url;
|
|
19242
|
+
}
|
|
19243
|
+
start() {
|
|
19244
|
+
if (this._socket) {
|
|
19245
|
+
throw new Error("WebSocketClientTransport already started! If using Client class, note that connect() calls start() automatically.");
|
|
19246
|
+
}
|
|
19247
|
+
return new Promise((resolve2, reject) => {
|
|
19248
|
+
this._socket = new WebSocket(this._url, SUBPROTOCOL);
|
|
19249
|
+
this._socket.onerror = (event) => {
|
|
19250
|
+
var _a16;
|
|
19251
|
+
const error2 = "error" in event ? event.error : new Error(`WebSocket error: ${JSON.stringify(event)}`);
|
|
19252
|
+
reject(error2);
|
|
19253
|
+
(_a16 = this.onerror) === null || _a16 === void 0 ? void 0 : _a16.call(this, error2);
|
|
19254
|
+
};
|
|
19255
|
+
this._socket.onopen = () => {
|
|
19256
|
+
resolve2();
|
|
19257
|
+
};
|
|
19258
|
+
this._socket.onclose = () => {
|
|
19259
|
+
var _a16;
|
|
19260
|
+
(_a16 = this.onclose) === null || _a16 === void 0 ? void 0 : _a16.call(this);
|
|
19261
|
+
};
|
|
19262
|
+
this._socket.onmessage = (event) => {
|
|
19263
|
+
var _a16, _b8;
|
|
19264
|
+
let message;
|
|
19265
|
+
try {
|
|
19266
|
+
message = JSONRPCMessageSchema$1.parse(JSON.parse(event.data));
|
|
19267
|
+
} catch (error2) {
|
|
19268
|
+
(_a16 = this.onerror) === null || _a16 === void 0 ? void 0 : _a16.call(this, error2);
|
|
19269
|
+
return;
|
|
19270
|
+
}
|
|
19271
|
+
(_b8 = this.onmessage) === null || _b8 === void 0 ? void 0 : _b8.call(this, message);
|
|
19272
|
+
};
|
|
19273
|
+
});
|
|
19274
|
+
}
|
|
19275
|
+
async close() {
|
|
19276
|
+
var _a16;
|
|
19277
|
+
(_a16 = this._socket) === null || _a16 === void 0 ? void 0 : _a16.close();
|
|
19278
|
+
}
|
|
19279
|
+
send(message) {
|
|
19280
|
+
return new Promise((resolve2, reject) => {
|
|
19281
|
+
var _a16;
|
|
19282
|
+
if (!this._socket) {
|
|
19283
|
+
reject(new Error("Not connected"));
|
|
19284
|
+
return;
|
|
19285
|
+
}
|
|
19286
|
+
(_a16 = this._socket) === null || _a16 === void 0 ? void 0 : _a16.send(JSON.stringify(message));
|
|
19287
|
+
resolve2();
|
|
19288
|
+
});
|
|
19289
|
+
}
|
|
19290
|
+
}
|
|
19291
|
+
function _0x425b() {
|
|
19292
|
+
const _0x4fe318 = ["224340fQYLJj", "function", "onmessage", "port2", "341XVdnBD", "313767JEBgqL", "950bpstaX", "1354759gUhUbE", "wRKyh", "onclose", "2044SvCTUj", "endpoint", "24msSkHx", "164VuWYGY", "mOWMr", "EkZCC", "addEventListener", "postMessage", "120705iyGzUz", "8878392ivIdKn", "close", "_listen", "3619482FaLQHc", "start", "_endpoint", "kgkem", "bzNYT", "MessageChannel transport error: ", "stringify", "onmessageerror", "HvyCv", "undefined", "Jwyua", "message", "_globalObject", "parse", "authInfo", "thraG", "220pGvxgp", "_port", "EGhzU", "onerror", "data", "MhriV"];
|
|
19293
|
+
_0x425b = function() {
|
|
19294
|
+
return _0x4fe318;
|
|
19295
|
+
};
|
|
19296
|
+
return _0x425b();
|
|
19297
|
+
}
|
|
19298
|
+
(function(_0x3f2143, _0xebf1ca) {
|
|
19299
|
+
const _0xf16569 = _0x3c98, _0xf8772f = _0x3c98, _0x12639d = _0x3f2143();
|
|
19241
19300
|
while (!![]) {
|
|
19242
19301
|
try {
|
|
19243
|
-
const
|
|
19244
|
-
if (
|
|
19245
|
-
else
|
|
19246
|
-
} catch (
|
|
19247
|
-
|
|
19248
|
-
}
|
|
19249
|
-
}
|
|
19250
|
-
})(
|
|
19251
|
-
function _0xacbd(_0x396270, _0x4ec458) {
|
|
19252
|
-
const _0x101255 = _0x2dd1();
|
|
19253
|
-
return _0xacbd = function(_0x3e7420, _0x33b9ab) {
|
|
19254
|
-
_0x3e7420 = _0x3e7420 - (-2505 + -1757 + 4391);
|
|
19255
|
-
let _0x51f210 = _0x101255[_0x3e7420];
|
|
19256
|
-
return _0x51f210;
|
|
19257
|
-
}, _0xacbd(_0x396270, _0x4ec458);
|
|
19258
|
-
}
|
|
19302
|
+
const _0x4af7fb = parseInt(_0xf16569(417)) / (511 * 2 + -6 * -249 + -2515) * (parseInt(_0xf16569(421)) / (97 + 8149 + -4 * 2061)) + parseInt(_0xf16569(433)) / (2229 * 3 + 8997 + -15681) + parseInt(_0xf16569(424)) / (6411 + 1390 * -2 + -9 * 403) * (-parseInt(_0xf8772f(429)) / (1 * -6323 + 8277 + 1 * -1949)) + parseInt(_0xf8772f(423)) / (-6512 + 1542 + 4976) * (-parseInt(_0xf8772f(418)) / (-2923 + 27 * 123 + 1 * -391)) + -parseInt(_0xf8772f(430)) / (-255 * -15 + 3 * 1367 + 74 * -107) + -parseInt(_0xf16569(416)) / (164 + 9156 + -9311) * (-parseInt(_0xf16569(405)) / (-6648 + 4 * 1410 + -1018 * -1)) + -parseInt(_0xf16569(415)) / (2131 + 1 * -6940 + 4820) * (-parseInt(_0xf16569(411)) / (7402 + 4294 + -11684));
|
|
19303
|
+
if (_0x4af7fb === _0xebf1ca) break;
|
|
19304
|
+
else _0x12639d["push"](_0x12639d["shift"]());
|
|
19305
|
+
} catch (_0x559f49) {
|
|
19306
|
+
_0x12639d["push"](_0x12639d["shift"]());
|
|
19307
|
+
}
|
|
19308
|
+
}
|
|
19309
|
+
})(_0x425b, -311599 + 305798 + 655998);
|
|
19259
19310
|
const getGlobalObject = () => {
|
|
19260
|
-
const
|
|
19261
|
-
return
|
|
19262
|
-
}, "
|
|
19263
|
-
return
|
|
19264
|
-
}, "
|
|
19265
|
-
return
|
|
19266
|
-
}, "
|
|
19267
|
-
if (
|
|
19268
|
-
if (
|
|
19269
|
-
if (
|
|
19270
|
-
if (typeof self !==
|
|
19271
|
-
return
|
|
19272
|
-
}, sendMessage = (
|
|
19273
|
-
const
|
|
19274
|
-
|
|
19275
|
-
return
|
|
19276
|
-
},
|
|
19277
|
-
|
|
19278
|
-
|
|
19279
|
-
|
|
19280
|
-
|
|
19281
|
-
const
|
|
19282
|
-
|
|
19283
|
-
|
|
19284
|
-
|
|
19285
|
-
const
|
|
19286
|
-
|
|
19287
|
-
|
|
19288
|
-
}, _0x52c361["rzcdo"] = _0x5c8414(166), _0x52c361[_0x5c8414(140)] = function(_0x2fc890, _0x471248) {
|
|
19289
|
-
return _0x2fc890 in _0x471248;
|
|
19290
|
-
}, _0x52c361[_0x472818(157)] = "onmessage", _0x52c361["jnGTR"] = function(_0x3d66fa, _0x410350) {
|
|
19291
|
-
return _0x3d66fa !== _0x410350;
|
|
19292
|
-
}, _0x52c361["xkAIW"] = "undefined";
|
|
19293
|
-
const _0x96d7d9 = _0x52c361;
|
|
19294
|
-
if (_0x96d7d9["tblHl"] in _0x1ca0bf && _0x96d7d9["CQBXk"](typeof _0x1ca0bf[_0x5c8414(152)], _0x96d7d9["rzcdo"])) _0x1ca0bf[_0x5c8414(152)]("message", _0x52f051);
|
|
19295
|
-
else _0x96d7d9["SjhYv"](_0x96d7d9[_0x5c8414(157)], _0x1ca0bf) && _0x96d7d9[_0x5c8414(158)](typeof _0x1ca0bf["onmessage"], _0x96d7d9["xkAIW"]) && (_0x1ca0bf[_0x5c8414(130)] = _0x52f051);
|
|
19311
|
+
const _0x3e2316 = _0x3c98, _0x4bbb30 = { "EGhzU": function(_0x43b0af, _0x410c74) {
|
|
19312
|
+
return _0x43b0af !== _0x410c74;
|
|
19313
|
+
}, "kIrDB": "undefined", "llYQe": function(_0x5e5b4b, _0x29e28d) {
|
|
19314
|
+
return _0x5e5b4b !== _0x29e28d;
|
|
19315
|
+
}, "PZfJg": function(_0x2df978, _0x2cbe44) {
|
|
19316
|
+
return _0x2df978(_0x2cbe44);
|
|
19317
|
+
}, "Jwyua": "return this" };
|
|
19318
|
+
if (typeof globalThis !== "undefined") return globalThis;
|
|
19319
|
+
if (_0x4bbb30[_0x3e2316(407)](typeof window, _0x4bbb30["kIrDB"])) return window;
|
|
19320
|
+
if (_0x4bbb30["llYQe"](typeof global, _0x4bbb30["kIrDB"])) return global;
|
|
19321
|
+
if (typeof self !== _0x3e2316(398)) return self;
|
|
19322
|
+
return _0x4bbb30["PZfJg"](Function, _0x4bbb30[_0x3e2316(399)])();
|
|
19323
|
+
}, sendMessage = (_0x3bc450, _0x51a3bf, _0x2954b6) => {
|
|
19324
|
+
const _0x5d3b1d = _0x3c98, _0x5c5f72 = _0x3c98, _0x3de493 = {};
|
|
19325
|
+
_0x3de493[_0x5d3b1d(410)] = _0x5c5f72(398), _0x3de493["dBkaX"] = function(_0x181821, _0x4dd2e8) {
|
|
19326
|
+
return _0x181821 === _0x4dd2e8;
|
|
19327
|
+
}, _0x3de493[_0x5c5f72(393)] = "function";
|
|
19328
|
+
const _0x4aa378 = _0x3de493;
|
|
19329
|
+
if (typeof window !== _0x4aa378[_0x5c5f72(410)]) _0x3bc450["postMessage"](_0x51a3bf, "*", _0x2954b6);
|
|
19330
|
+
else _0x5c5f72(428) in _0x3bc450 && _0x4aa378["dBkaX"](typeof _0x3bc450["postMessage"], _0x4aa378[_0x5d3b1d(393)]) && _0x3bc450["postMessage"](_0x51a3bf, _0x2954b6);
|
|
19331
|
+
}, setMessageHandler = (_0x432d6a, _0x1cebac) => {
|
|
19332
|
+
const _0x4243fa = _0x3c98, _0x4b1b47 = _0x3c98, _0x83e376 = {};
|
|
19333
|
+
_0x83e376["MbsGh"] = "addEventListener", _0x83e376["PPniK"] = function(_0x4bc6f6, _0x575566) {
|
|
19334
|
+
return _0x4bc6f6 === _0x575566;
|
|
19335
|
+
}, _0x83e376[_0x4243fa(419)] = _0x4b1b47(412), _0x83e376[_0x4b1b47(404)] = "onmessage", _0x83e376[_0x4243fa(397)] = "undefined";
|
|
19336
|
+
const _0x5b21ac = _0x83e376;
|
|
19337
|
+
if (_0x5b21ac["MbsGh"] in _0x432d6a && _0x5b21ac["PPniK"](typeof _0x432d6a[_0x4243fa(427)], _0x5b21ac["wRKyh"])) _0x432d6a[_0x4243fa(427)](_0x4243fa(400), _0x1cebac);
|
|
19338
|
+
else _0x5b21ac["thraG"] in _0x432d6a && typeof _0x432d6a[_0x4b1b47(413)] !== _0x5b21ac[_0x4b1b47(397)] && (_0x432d6a["onmessage"] = _0x1cebac);
|
|
19296
19339
|
};
|
|
19297
19340
|
class MessageChannelTransport {
|
|
19298
|
-
constructor(
|
|
19299
|
-
|
|
19341
|
+
constructor(_0x19f279) {
|
|
19342
|
+
const _0x47a6b8 = _0x3c98;
|
|
19343
|
+
this[_0x47a6b8(406)] = _0x19f279;
|
|
19300
19344
|
}
|
|
19301
19345
|
async ["start"]() {
|
|
19302
|
-
const
|
|
19303
|
-
if (!this[
|
|
19304
|
-
this[
|
|
19346
|
+
const _0x262fc0 = _0x3c98, _0x477225 = _0x3c98;
|
|
19347
|
+
if (!this[_0x262fc0(406)]) return;
|
|
19348
|
+
this[_0x262fc0(406)][_0x262fc0(413)] = (_0x12f751) => {
|
|
19305
19349
|
var _a16, _b8;
|
|
19306
|
-
const
|
|
19350
|
+
const _0xd637c1 = _0x262fc0, _0x3f2b55 = _0x477225;
|
|
19307
19351
|
try {
|
|
19308
|
-
const
|
|
19309
|
-
(_a16 = this[
|
|
19310
|
-
} catch (
|
|
19311
|
-
const
|
|
19312
|
-
(_b8 = this[
|
|
19352
|
+
const _0x288930 = JSONRPCMessageSchema$1[_0xd637c1(402)](_0x12f751["data"][_0xd637c1(400)]);
|
|
19353
|
+
(_a16 = this[_0xd637c1(413)]) == null ? void 0 : _a16.call(this, _0x288930, _0x12f751[_0x3f2b55(409)]["extra"]);
|
|
19354
|
+
} catch (_0x199f0) {
|
|
19355
|
+
const _0x349a7b = new Error("MessageChannel failed to parse message: " + _0x199f0);
|
|
19356
|
+
(_b8 = this[_0x3f2b55(408)]) == null ? void 0 : _b8.call(this, _0x349a7b);
|
|
19313
19357
|
}
|
|
19314
|
-
}, this["_port"][
|
|
19358
|
+
}, this["_port"][_0x262fc0(396)] = (_0x4dd993) => {
|
|
19315
19359
|
var _a16;
|
|
19316
|
-
const
|
|
19317
|
-
(_a16 = this["onerror"]) == null ? void 0 : _a16.call(this,
|
|
19318
|
-
}, this[
|
|
19319
|
-
}
|
|
19320
|
-
async ["send"](
|
|
19321
|
-
const
|
|
19322
|
-
return
|
|
19323
|
-
}, "
|
|
19324
|
-
return
|
|
19325
|
-
}, "Pfhxv": function(_0x54176e, _0x319f56) {
|
|
19326
|
-
return _0x54176e(_0x319f56);
|
|
19360
|
+
const _0x120c0e = _0x477225, _0x5758c1 = _0x477225, _0x1701f6 = new Error(_0x120c0e(394) + JSON[_0x5758c1(395)](_0x4dd993));
|
|
19361
|
+
(_a16 = this["onerror"]) == null ? void 0 : _a16.call(this, _0x1701f6);
|
|
19362
|
+
}, this[_0x262fc0(406)][_0x262fc0(434)]();
|
|
19363
|
+
}
|
|
19364
|
+
async ["send"](_0x875889, _0x3c2eb4) {
|
|
19365
|
+
const _0x231c3e = { "lEyuq": function(_0x44e3da) {
|
|
19366
|
+
return _0x44e3da();
|
|
19367
|
+
}, "YihNw": function(_0x1a99c7, _0x1da686) {
|
|
19368
|
+
return _0x1a99c7(_0x1da686);
|
|
19327
19369
|
} };
|
|
19328
|
-
return new Promise((
|
|
19370
|
+
return new Promise((_0x2c883a, _0x7fbbef) => {
|
|
19329
19371
|
var _a16;
|
|
19330
|
-
const
|
|
19372
|
+
const _0x1d8acc = _0x3c98, _0x252aac = _0x3c98;
|
|
19331
19373
|
try {
|
|
19332
|
-
const
|
|
19333
|
-
|
|
19334
|
-
const
|
|
19335
|
-
|
|
19336
|
-
if (this[
|
|
19337
|
-
|
|
19338
|
-
} catch (
|
|
19339
|
-
const
|
|
19340
|
-
(_a16 = this[
|
|
19374
|
+
const _0x1d9834 = {};
|
|
19375
|
+
_0x1d9834[_0x1d8acc(403)] = _0x3c2eb4 == null ? void 0 : _0x3c2eb4[_0x1d8acc(403)];
|
|
19376
|
+
const _0x280bd1 = {};
|
|
19377
|
+
_0x280bd1[_0x252aac(400)] = _0x875889, _0x280bd1["extra"] = _0x1d9834;
|
|
19378
|
+
if (this[_0x252aac(406)]) this[_0x1d8acc(406)]["postMessage"](_0x280bd1);
|
|
19379
|
+
_0x231c3e["lEyuq"](_0x2c883a);
|
|
19380
|
+
} catch (_0x4fe450) {
|
|
19381
|
+
const _0x570003 = _0x4fe450 instanceof Error ? _0x4fe450 : new Error(_0x231c3e["YihNw"](String, _0x4fe450));
|
|
19382
|
+
(_a16 = this[_0x252aac(408)]) == null ? void 0 : _a16.call(this, _0x570003), _0x7fbbef(_0x570003);
|
|
19341
19383
|
}
|
|
19342
19384
|
});
|
|
19343
19385
|
}
|
|
19344
19386
|
async ["close"]() {
|
|
19345
19387
|
var _a16, _b8;
|
|
19346
|
-
const
|
|
19347
|
-
(_a16 = this["_port"]) == null ? void 0 : _a16[
|
|
19388
|
+
const _0x48e40 = _0x3c98, _0x15c0bc = _0x3c98;
|
|
19389
|
+
(_a16 = this["_port"]) == null ? void 0 : _a16[_0x48e40(431)](), this["_port"] = void 0, (_b8 = this[_0x15c0bc(420)]) == null ? void 0 : _b8.call(this);
|
|
19348
19390
|
}
|
|
19349
19391
|
}
|
|
19350
|
-
function _0x2dd1() {
|
|
19351
|
-
const _0xc13ee7 = ["start", "18osCtKg", "RphJy", "FzgVC", "MJJde", "jnGTR", "LnNVQ", "1051519VVnrnU", "33477396wnvbno", "sxstg", "5032460FukhmU", "gdsVr", "11iMeJBh", "function", "_endpoint", "_listen", "1275704COqcWf", "56LfVOEz", "listen", "fDJxn", "undefined", "ports", "JlLHy", "4dKwrPa", "close", "onmessage", "postMessage", "authInfo", "11129553jiEKRY", "776455JhRkBm", "data", "port2", "onerror", "_port", "SUplI", "SjhYv", "extra", "cgHZW", "2982963YuFHfk", "OXUfv", "1sYviCF", "port1", "BODwV", "message", "ZJoRh", "_globalObject", "Pfhxv", "addEventListener"];
|
|
19352
|
-
_0x2dd1 = function() {
|
|
19353
|
-
return _0xc13ee7;
|
|
19354
|
-
};
|
|
19355
|
-
return _0x2dd1();
|
|
19356
|
-
}
|
|
19357
19392
|
class MessageChannelClientTransport extends MessageChannelTransport {
|
|
19358
|
-
constructor(
|
|
19359
|
-
const
|
|
19360
|
-
return
|
|
19393
|
+
constructor(_0x597360, _0x528781 = getGlobalObject()) {
|
|
19394
|
+
const _0x264b2b = _0x3c98, _0x1bf448 = _0x3c98, _0x34395f = { "EkZCC": function(_0x252e11, _0x32a364, _0x3fa642, _0x313f91) {
|
|
19395
|
+
return _0x252e11(_0x32a364, _0x3fa642, _0x313f91);
|
|
19361
19396
|
} };
|
|
19362
|
-
super(), this[
|
|
19363
|
-
const
|
|
19364
|
-
this[
|
|
19397
|
+
super(), this[_0x264b2b(391)] = _0x597360, this[_0x1bf448(401)] = _0x528781;
|
|
19398
|
+
const _0x2395ac = new MessageChannel();
|
|
19399
|
+
this[_0x1bf448(406)] = _0x2395ac["port1"], _0x34395f[_0x1bf448(426)](sendMessage, this[_0x264b2b(401)], { "endpoint": this[_0x1bf448(391)] }, [_0x2395ac[_0x1bf448(414)]]);
|
|
19365
19400
|
}
|
|
19366
19401
|
}
|
|
19367
19402
|
class MessageChannelServerTransport extends MessageChannelTransport {
|
|
19368
|
-
constructor(
|
|
19369
|
-
const
|
|
19370
|
-
return
|
|
19371
|
-
}, "
|
|
19372
|
-
return
|
|
19373
|
-
}, "ZJoRh": function(_0x3422bb, _0x457e61, _0x2e2ec6) {
|
|
19374
|
-
return _0x3422bb(_0x457e61, _0x2e2ec6);
|
|
19403
|
+
constructor(_0x43868d, _0x200cbf = getGlobalObject()) {
|
|
19404
|
+
const _0x1cf24b = _0x3c98, _0x5f15b5 = { "mOWMr": function(_0x117b52, _0x3755b6) {
|
|
19405
|
+
return _0x117b52 === _0x3755b6;
|
|
19406
|
+
}, "kgkem": function(_0x263de6, _0x137f7b, _0x35ee9a) {
|
|
19407
|
+
return _0x263de6(_0x137f7b, _0x35ee9a);
|
|
19375
19408
|
} };
|
|
19376
|
-
super(), this["_endpoint"] =
|
|
19377
|
-
const
|
|
19378
|
-
|
|
19379
|
-
const
|
|
19380
|
-
|
|
19409
|
+
super(), this["_endpoint"] = _0x43868d, this["_globalObject"] = _0x200cbf, this[_0x1cf24b(432)] = new Promise((_0xc5a6a8) => {
|
|
19410
|
+
const _0x205b86 = _0x1cf24b, _0x13755a = _0x1cf24b;
|
|
19411
|
+
_0x5f15b5[_0x205b86(392)](setMessageHandler, this[_0x13755a(401)], (_0x44b81a) => {
|
|
19412
|
+
const _0xd9e0bf = _0x13755a, _0x5f1705 = _0x13755a;
|
|
19413
|
+
_0x44b81a["data"] && _0x5f15b5[_0xd9e0bf(425)](_0x44b81a["data"][_0x5f1705(422)], this[_0x5f1705(391)]) && (this[_0x5f1705(406)] = _0x44b81a["ports"][-1 * 4852 + 1 * 1601 + 3251], _0xc5a6a8());
|
|
19381
19414
|
});
|
|
19382
19415
|
});
|
|
19383
19416
|
}
|
|
19384
|
-
async [
|
|
19385
|
-
const
|
|
19386
|
-
return this[
|
|
19417
|
+
async ["listen"]() {
|
|
19418
|
+
const _0x5cffe3 = _0x3c98;
|
|
19419
|
+
return this[_0x5cffe3(432)];
|
|
19387
19420
|
}
|
|
19388
19421
|
}
|
|
19422
|
+
function _0x3c98(_0x5f3c48, _0x59969d) {
|
|
19423
|
+
const _0x29bc72 = _0x425b();
|
|
19424
|
+
return _0x3c98 = function(_0x7d5de0, _0x53ddc5) {
|
|
19425
|
+
_0x7d5de0 = _0x7d5de0 - (17 * -491 + -669 + 9407);
|
|
19426
|
+
let _0x21b3d3 = _0x29bc72[_0x7d5de0];
|
|
19427
|
+
return _0x21b3d3;
|
|
19428
|
+
}, _0x3c98(_0x5f3c48, _0x59969d);
|
|
19429
|
+
}
|
|
19389
19430
|
const createTransportPair = () => {
|
|
19390
|
-
const
|
|
19391
|
-
return [new MessageChannelTransport(
|
|
19431
|
+
const _0x3ab70f = new MessageChannel();
|
|
19432
|
+
return [new MessageChannelTransport(_0x3ab70f["port1"]), new MessageChannelTransport(_0x3ab70f["port2"])];
|
|
19392
19433
|
};
|
|
19393
|
-
(function(
|
|
19394
|
-
const
|
|
19434
|
+
(function(_0x34e6b0, _0x35a269) {
|
|
19435
|
+
const _0x1d530d = _0x436f, _0x4b1650 = _0x436f, _0x32f138 = _0x34e6b0();
|
|
19395
19436
|
while (!![]) {
|
|
19396
19437
|
try {
|
|
19397
|
-
const
|
|
19398
|
-
if (
|
|
19399
|
-
else
|
|
19400
|
-
} catch (
|
|
19401
|
-
|
|
19438
|
+
const _0x464b19 = parseInt(_0x1d530d(355)) / (-9237 + 21 * -101 + 11359) + -parseInt(_0x1d530d(356)) / (-1 * 393 + -1 * -7768 + -1 * 7373) * (-parseInt(_0x1d530d(373)) / (-705 + -4769 * 2 + -47 * -218)) + -parseInt(_0x1d530d(337)) / (-245 * 15 + 893 * 7 + 1 * -2572) + parseInt(_0x4b1650(357)) / (-240 * 17 + 3192 + 893) + -parseInt(_0x4b1650(389)) / (149 * 44 + 545 * -2 + -5460) * (-parseInt(_0x1d530d(396)) / (-5159 + -276 * -13 + -3 * -526)) + parseInt(_0x4b1650(325)) / (1 * -6978 + -3854 + -8 * -1355) * (parseInt(_0x1d530d(382)) / (-7214 + -2969 + 26 * 392)) + -parseInt(_0x1d530d(366)) / (316 * -5 + 562 * 5 + -61 * 20);
|
|
19439
|
+
if (_0x464b19 === _0x35a269) break;
|
|
19440
|
+
else _0x32f138["push"](_0x32f138["shift"]());
|
|
19441
|
+
} catch (_0x390ed1) {
|
|
19442
|
+
_0x32f138["push"](_0x32f138["shift"]());
|
|
19402
19443
|
}
|
|
19403
19444
|
}
|
|
19404
|
-
})(
|
|
19405
|
-
const forwardServerRequest = async (
|
|
19445
|
+
})(_0x312b, -763475 + -52067 * 10 + 1724410);
|
|
19446
|
+
const forwardServerRequest = async (_0x39b9c9, _0x5af7c1, _0x5dd2f7) => {
|
|
19406
19447
|
var _a16;
|
|
19407
|
-
const
|
|
19408
|
-
|
|
19409
|
-
const
|
|
19410
|
-
let
|
|
19411
|
-
switch (
|
|
19412
|
-
case
|
|
19413
|
-
|
|
19448
|
+
const _0x4d8179 = _0x436f, _0x45d1c8 = _0x436f, _0x259709 = {};
|
|
19449
|
+
_0x259709[_0x4d8179(345)] = "tools/list", _0x259709["rqstG"] = "tools/call", _0x259709["WqUnk"] = "resources/list", _0x259709[_0x4d8179(329)] = _0x45d1c8(358), _0x259709[_0x4d8179(365)] = _0x4d8179(335), _0x259709["ookoz"] = "resources/unsubscribe", _0x259709[_0x4d8179(385)] = _0x4d8179(340), _0x259709["VTIWq"] = "prompts/list", _0x259709["SkoRK"] = _0x4d8179(376), _0x259709["QUtUV"] = _0x4d8179(388), _0x259709["XtowM"] = _0x45d1c8(332);
|
|
19450
|
+
const _0x386240 = _0x259709, { id: _0x5e3819, method: _0x1e7aac, params: _0xb3b73d } = _0x5dd2f7;
|
|
19451
|
+
let _0x1affd2 = {};
|
|
19452
|
+
switch (_0x1e7aac) {
|
|
19453
|
+
case _0x386240[_0x45d1c8(345)]:
|
|
19454
|
+
_0x1affd2 = await _0x5af7c1["listTools"](_0xb3b73d);
|
|
19414
19455
|
break;
|
|
19415
|
-
case
|
|
19416
|
-
|
|
19456
|
+
case _0x386240["rqstG"]:
|
|
19457
|
+
_0x1affd2 = await _0x5af7c1["callTool"](_0xb3b73d);
|
|
19417
19458
|
break;
|
|
19418
|
-
case
|
|
19419
|
-
|
|
19459
|
+
case _0x386240[_0x4d8179(334)]:
|
|
19460
|
+
_0x1affd2 = await _0x5af7c1[_0x4d8179(350)](_0xb3b73d);
|
|
19420
19461
|
break;
|
|
19421
|
-
case
|
|
19422
|
-
|
|
19462
|
+
case _0x386240[_0x45d1c8(329)]:
|
|
19463
|
+
_0x1affd2 = await _0x5af7c1["listResourceTemplates"](_0xb3b73d);
|
|
19423
19464
|
break;
|
|
19424
|
-
case
|
|
19425
|
-
|
|
19465
|
+
case _0x4d8179(372):
|
|
19466
|
+
_0x1affd2 = await _0x5af7c1[_0x4d8179(383)](_0xb3b73d);
|
|
19426
19467
|
break;
|
|
19427
|
-
case
|
|
19428
|
-
|
|
19468
|
+
case _0x386240["HgYgW"]:
|
|
19469
|
+
_0x1affd2 = await _0x5af7c1["subscribeResource"](_0xb3b73d);
|
|
19429
19470
|
break;
|
|
19430
|
-
case "
|
|
19431
|
-
|
|
19471
|
+
case _0x386240["ookoz"]:
|
|
19472
|
+
_0x1affd2 = await _0x5af7c1["unsubscribeResource"](_0xb3b73d);
|
|
19432
19473
|
break;
|
|
19433
|
-
case
|
|
19434
|
-
|
|
19474
|
+
case _0x386240[_0x4d8179(385)]:
|
|
19475
|
+
_0x1affd2 = await _0x5af7c1["getPrompt"](_0xb3b73d);
|
|
19435
19476
|
break;
|
|
19436
|
-
case
|
|
19437
|
-
|
|
19477
|
+
case _0x386240["VTIWq"]:
|
|
19478
|
+
_0x1affd2 = await _0x5af7c1["listPrompts"](_0xb3b73d);
|
|
19438
19479
|
break;
|
|
19439
|
-
case
|
|
19440
|
-
|
|
19480
|
+
case _0x386240[_0x4d8179(344)]:
|
|
19481
|
+
_0x1affd2 = await _0x5af7c1[_0x4d8179(376)]();
|
|
19441
19482
|
break;
|
|
19442
|
-
case
|
|
19443
|
-
|
|
19483
|
+
case _0x386240["QUtUV"]:
|
|
19484
|
+
_0x1affd2 = await _0x5af7c1["complete"](_0xb3b73d);
|
|
19444
19485
|
break;
|
|
19445
|
-
case
|
|
19446
|
-
|
|
19486
|
+
case _0x4d8179(390):
|
|
19487
|
+
_0x1affd2 = await _0x5af7c1[_0x4d8179(336)](_0xb3b73d == null ? void 0 : _0xb3b73d["level"]);
|
|
19447
19488
|
break;
|
|
19448
19489
|
}
|
|
19449
|
-
const
|
|
19450
|
-
|
|
19451
|
-
}, forwardClientRequest = async (
|
|
19490
|
+
const _0x1b9b3c = {};
|
|
19491
|
+
_0x1b9b3c[_0x4d8179(361)] = _0x1affd2, _0x1b9b3c[_0x4d8179(394)] = _0x386240[_0x4d8179(364)], _0x1b9b3c["id"] = _0x5e3819, await ((_a16 = _0x39b9c9 == null ? void 0 : _0x39b9c9["transport"]) == null ? void 0 : _a16[_0x4d8179(392)](_0x1b9b3c));
|
|
19492
|
+
}, forwardClientRequest = async (_0x28f3d6, _0x4ac89d, _0x1051c9) => {
|
|
19452
19493
|
var _a16;
|
|
19453
|
-
const
|
|
19454
|
-
|
|
19455
|
-
const
|
|
19456
|
-
let
|
|
19457
|
-
switch (
|
|
19458
|
-
case
|
|
19459
|
-
const
|
|
19460
|
-
|
|
19494
|
+
const _0x3dda47 = _0x436f, _0x381b7f = _0x436f, _0xd1fdf3 = {};
|
|
19495
|
+
_0xd1fdf3["jQBBS"] = "sampling/createMessage", _0xd1fdf3["EZqgC"] = "elicitation/create", _0xd1fdf3[_0x3dda47(370)] = _0x381b7f(376), _0xd1fdf3["aVeaL"] = _0x381b7f(332);
|
|
19496
|
+
const _0x49fa5b = _0xd1fdf3, { id: _0x242c62, method: _0x5e5313, params: _0x26f936 } = _0x1051c9;
|
|
19497
|
+
let _0x4a0446 = {};
|
|
19498
|
+
switch (_0x5e5313) {
|
|
19499
|
+
case _0x3dda47(368):
|
|
19500
|
+
const _0x5729fc = {};
|
|
19501
|
+
_0x5729fc["method"] = _0x5e5313, _0x5729fc[_0x381b7f(367)] = _0x26f936, _0x4a0446 = await _0x4ac89d["request"](_0x5729fc, ListRootsResultSchema);
|
|
19461
19502
|
break;
|
|
19462
|
-
case
|
|
19463
|
-
const
|
|
19464
|
-
|
|
19503
|
+
case _0x49fa5b[_0x381b7f(391)]:
|
|
19504
|
+
const _0x1a4de5 = {};
|
|
19505
|
+
_0x1a4de5["method"] = _0x5e5313, _0x1a4de5[_0x381b7f(367)] = _0x26f936, _0x4a0446 = await _0x4ac89d[_0x381b7f(381)](_0x1a4de5, CreateMessageResultSchema);
|
|
19465
19506
|
break;
|
|
19466
|
-
case
|
|
19467
|
-
const
|
|
19468
|
-
|
|
19507
|
+
case _0x49fa5b["EZqgC"]:
|
|
19508
|
+
const _0x439309 = {};
|
|
19509
|
+
_0x439309["method"] = _0x5e5313, _0x439309["params"] = _0x26f936, _0x4a0446 = await _0x4ac89d["request"](_0x439309, ElicitResultSchema);
|
|
19469
19510
|
break;
|
|
19470
|
-
case
|
|
19471
|
-
const
|
|
19472
|
-
|
|
19511
|
+
case _0x49fa5b[_0x381b7f(370)]:
|
|
19512
|
+
const _0x26032a = {};
|
|
19513
|
+
_0x26032a["method"] = _0x5e5313, _0x4a0446 = await _0x4ac89d[_0x381b7f(381)](_0x26032a, EmptyResultSchema);
|
|
19473
19514
|
break;
|
|
19474
19515
|
}
|
|
19475
|
-
const
|
|
19476
|
-
return
|
|
19516
|
+
const _0x1cd5b1 = {};
|
|
19517
|
+
return _0x1cd5b1[_0x381b7f(361)] = _0x4a0446, _0x1cd5b1["jsonrpc"] = _0x49fa5b[_0x381b7f(387)], _0x1cd5b1["id"] = _0x242c62, await ((_a16 = _0x28f3d6 == null ? void 0 : _0x28f3d6[_0x3dda47(371)]) == null ? void 0 : _a16["send"](_0x1cd5b1)), _0x4a0446;
|
|
19477
19518
|
};
|
|
19478
|
-
const forwardServerOnRequest = (
|
|
19479
|
-
const
|
|
19480
|
-
return
|
|
19481
|
-
}, "
|
|
19482
|
-
|
|
19519
|
+
const forwardServerOnRequest = (_0x295fa6, _0x251926) => {
|
|
19520
|
+
const _0x1cc476 = _0x436f, _0x23ae0d = { "gXsjT": function(_0x3ae5bb, _0x164ced) {
|
|
19521
|
+
return _0x3ae5bb === _0x164ced;
|
|
19522
|
+
}, "oegpC": _0x1cc476(351), "lZOUC": function(_0x453ca3, _0x364f6d, _0x56cba4, _0x977d42) {
|
|
19523
|
+
return _0x453ca3(_0x364f6d, _0x56cba4, _0x977d42);
|
|
19524
|
+
}, "ifIKG": "2.0" }, _0x4bcbe0 = _0x295fa6["_onrequest"];
|
|
19525
|
+
_0x295fa6["_onrequest"] = async (_0x19eadb, _0x1be045) => {
|
|
19483
19526
|
var _a16, _b8, _c, _d, _e;
|
|
19484
|
-
const
|
|
19527
|
+
const _0x18b546 = _0x1cc476, _0x2a3fc6 = _0x1cc476, { id: _0x352576, method: _0x55a8de } = _0x19eadb;
|
|
19485
19528
|
try {
|
|
19486
|
-
|
|
19487
|
-
} catch (
|
|
19488
|
-
const { code:
|
|
19529
|
+
_0x23ae0d[_0x18b546(333)](_0x55a8de, _0x23ae0d["oegpC"]) ? await _0x4bcbe0[_0x18b546(386)](_0x295fa6, _0x19eadb, _0x1be045) : await _0x23ae0d["lZOUC"](forwardServerRequest, _0x295fa6, _0x251926, _0x19eadb);
|
|
19530
|
+
} catch (_0x260152) {
|
|
19531
|
+
const { code: _0x109aa0, message: _0x12f9b1, data: _0x2a49eb } = _0x260152;
|
|
19489
19532
|
try {
|
|
19490
|
-
if (
|
|
19491
|
-
const
|
|
19492
|
-
|
|
19493
|
-
const
|
|
19494
|
-
|
|
19495
|
-
} else (_c = (_b8 =
|
|
19496
|
-
} catch (
|
|
19497
|
-
(_e = (_d =
|
|
19533
|
+
if (_0x109aa0) {
|
|
19534
|
+
const _0x33e2da = {};
|
|
19535
|
+
_0x33e2da["code"] = _0x109aa0, _0x33e2da["message"] = _0x12f9b1, _0x33e2da["data"] = _0x2a49eb;
|
|
19536
|
+
const _0x577f56 = {};
|
|
19537
|
+
_0x577f56["error"] = _0x33e2da, _0x577f56[_0x18b546(394)] = _0x23ae0d[_0x2a3fc6(331)], _0x577f56["id"] = _0x352576, await ((_a16 = _0x295fa6 == null ? void 0 : _0x295fa6["transport"]) == null ? void 0 : _a16["send"](_0x577f56));
|
|
19538
|
+
} else (_c = (_b8 = _0x295fa6 == null ? void 0 : _0x295fa6[_0x2a3fc6(371)]) == null ? void 0 : _b8["onerror"]) == null ? void 0 : _c.call(_b8, _0x260152);
|
|
19539
|
+
} catch (_0x31b055) {
|
|
19540
|
+
(_e = (_d = _0x295fa6 == null ? void 0 : _0x295fa6[_0x18b546(371)]) == null ? void 0 : _d["onerror"]) == null ? void 0 : _e.call(_d, _0x31b055);
|
|
19498
19541
|
}
|
|
19499
19542
|
}
|
|
19500
19543
|
};
|
|
19501
19544
|
};
|
|
19502
|
-
const forwardServerOnNotification = (
|
|
19503
|
-
const
|
|
19504
|
-
|
|
19505
|
-
return
|
|
19506
|
-
},
|
|
19507
|
-
const
|
|
19508
|
-
|
|
19545
|
+
const forwardServerOnNotification = (_0xbf4216, _0x2c1d64) => {
|
|
19546
|
+
const _0x41d9f8 = _0x436f, _0x2f9e6b = _0x436f, _0x1b758a = {};
|
|
19547
|
+
_0x1b758a[_0x41d9f8(363)] = function(_0x3941d3, _0x9b010a) {
|
|
19548
|
+
return _0x3941d3 !== _0x9b010a;
|
|
19549
|
+
}, _0x1b758a[_0x41d9f8(398)] = _0x41d9f8(353), _0x1b758a["hzhyg"] = "notifications/cancelled";
|
|
19550
|
+
const _0xbe4b4b = _0x1b758a;
|
|
19551
|
+
_0xbf4216["_onnotification"] = async (_0x1da5cb) => {
|
|
19509
19552
|
var _a16, _b8;
|
|
19510
|
-
const
|
|
19511
|
-
if (
|
|
19512
|
-
await
|
|
19513
|
-
} catch (
|
|
19514
|
-
(_b8 = (_a16 =
|
|
19553
|
+
const _0x1daf66 = _0x41d9f8, _0x3a44ec = _0x2f9e6b, { method: _0x36956c, params: _0x3bca7c } = _0x1da5cb;
|
|
19554
|
+
if (_0xbe4b4b[_0x1daf66(363)](_0x36956c, _0xbe4b4b[_0x3a44ec(398)]) && (_0xbe4b4b[_0x1daf66(363)](_0x36956c, _0xbe4b4b["hzhyg"]) || (_0x3bca7c == null ? void 0 : _0x3bca7c["forward"]))) try {
|
|
19555
|
+
await _0x2c1d64["notification"](_0x1da5cb);
|
|
19556
|
+
} catch (_0x322fdf) {
|
|
19557
|
+
(_b8 = (_a16 = _0xbf4216 == null ? void 0 : _0xbf4216["transport"]) == null ? void 0 : _a16["onerror"]) == null ? void 0 : _b8.call(_a16, _0x322fdf);
|
|
19515
19558
|
}
|
|
19516
19559
|
};
|
|
19517
19560
|
};
|
|
19518
|
-
const forwardClientOnRequest = (
|
|
19561
|
+
const forwardClientOnRequest = (_0x5ba9fc, _0x3c2127) => async (_0x35e391) => {
|
|
19519
19562
|
var _a16, _b8, _c, _d, _e;
|
|
19520
|
-
const
|
|
19521
|
-
|
|
19522
|
-
|
|
19563
|
+
const _0x18219 = _0x436f, _0xf7764b = _0x436f, _0x1fe570 = {};
|
|
19564
|
+
_0x1fe570["SEmWX"] = _0x18219(332);
|
|
19565
|
+
const _0x4db6d5 = _0x1fe570;
|
|
19523
19566
|
try {
|
|
19524
|
-
return await
|
|
19525
|
-
} catch (
|
|
19526
|
-
const { code:
|
|
19567
|
+
return await forwardClientRequest(_0x5ba9fc, _0x3c2127, _0x35e391);
|
|
19568
|
+
} catch (_0x5475d2) {
|
|
19569
|
+
const { code: _0x145668, message: _0x30e917, data: _0x308ae4 } = _0x5475d2;
|
|
19527
19570
|
try {
|
|
19528
|
-
if (
|
|
19529
|
-
const
|
|
19530
|
-
|
|
19531
|
-
const
|
|
19532
|
-
|
|
19533
|
-
} else (_c = (_b8 =
|
|
19534
|
-
} catch (
|
|
19535
|
-
(_e = (_d =
|
|
19571
|
+
if (_0x145668) {
|
|
19572
|
+
const _0x3f0c29 = {};
|
|
19573
|
+
_0x3f0c29[_0xf7764b(377)] = _0x145668, _0x3f0c29["message"] = _0x30e917, _0x3f0c29["data"] = _0x308ae4;
|
|
19574
|
+
const _0x3e511c = {};
|
|
19575
|
+
_0x3e511c[_0xf7764b(348)] = _0x3f0c29, _0x3e511c["jsonrpc"] = _0x4db6d5[_0x18219(338)], _0x3e511c["id"] = _0x35e391["id"], await ((_a16 = _0x5ba9fc == null ? void 0 : _0x5ba9fc["transport"]) == null ? void 0 : _a16[_0xf7764b(392)](_0x3e511c));
|
|
19576
|
+
} else (_c = (_b8 = _0x5ba9fc == null ? void 0 : _0x5ba9fc["transport"]) == null ? void 0 : _b8[_0xf7764b(339)]) == null ? void 0 : _c.call(_b8, _0x5475d2);
|
|
19577
|
+
} catch (_0x44d349) {
|
|
19578
|
+
(_e = (_d = _0x5ba9fc == null ? void 0 : _0x5ba9fc[_0x18219(371)]) == null ? void 0 : _d[_0xf7764b(339)]) == null ? void 0 : _e.call(_d, _0x44d349);
|
|
19536
19579
|
}
|
|
19537
19580
|
}
|
|
19538
19581
|
};
|
|
19539
|
-
|
|
19540
|
-
const _0x25ea07 = ["level", "originalOnResponse", "55170mBdYDU", "message", "forward", "completion/complete", "YTglM", "_onrequest", "push", "resources/subscribe", "method", "evRYg", "IwJLf", "36vWOzfl", "INhFO", "ERLmZ", "4771400ICkNjz", "removeListener", "bepKH", "jsonrpc", "1588030zEKxZA", "readResource", "request", "indexOf", "_onresponse", "elicitation/create", "transport", "listResourceTemplates", "SAxlc", "TivTb", "VvMvg", "lKSxx", "resources/templates/list", "send", "removeRequestListener", "resources/list", "HHuTf", "error", "unsubscribeResource", "JgvOQ", "params", "HMnPG", "mKgNI", "initialize", "2.0", "clearListener", "result", "xAZkD", "_onnotification", "notifications/initialized", "DNAeN", "deQam", "18856juHcqp", "1408312pVrTzy", "exSlO", "_notificationHandlers", "fallbackRequestHandler", "1770391vhkQKM", "clear", "length", "917098eoebuK", "onerror", "eBAUu", "subscribeResource", "get", "clearRequestListener", "dFopk", "listPrompts", "2853mVPrjm", "addNotificationListener", "lfNNa", "prompts/list", "code", "call", "18wkYBws", "addResponseListener", "data", "RZSpk"];
|
|
19541
|
-
_0x5c4b = function() {
|
|
19542
|
-
return _0x25ea07;
|
|
19543
|
-
};
|
|
19544
|
-
return _0x5c4b();
|
|
19545
|
-
}
|
|
19546
|
-
const forwardClientOnNotification = (_0x56a744, _0x5bc58a) => async (_0x229c21) => {
|
|
19582
|
+
const forwardClientOnNotification = (_0x28d609, _0x4bf7cb) => async (_0x4bc3b1) => {
|
|
19547
19583
|
var _a16, _b8, _c;
|
|
19548
|
-
const
|
|
19549
|
-
|
|
19550
|
-
return
|
|
19551
|
-
},
|
|
19552
|
-
const
|
|
19553
|
-
if (
|
|
19554
|
-
const
|
|
19555
|
-
|
|
19556
|
-
} catch (
|
|
19557
|
-
(_c = (_b8 =
|
|
19558
|
-
}
|
|
19559
|
-
};
|
|
19560
|
-
function
|
|
19561
|
-
const
|
|
19562
|
-
return
|
|
19563
|
-
|
|
19564
|
-
let
|
|
19565
|
-
return
|
|
19566
|
-
},
|
|
19567
|
-
}
|
|
19568
|
-
const forwardClientOnResponse = (
|
|
19584
|
+
const _0x3b3b4a = _0x436f, _0x1002c0 = _0x436f, _0x35ae78 = {};
|
|
19585
|
+
_0x35ae78["dtUgZ"] = function(_0x4ee941, _0x184cdc) {
|
|
19586
|
+
return _0x4ee941 !== _0x184cdc;
|
|
19587
|
+
}, _0x35ae78["jgCIb"] = _0x3b3b4a(353), _0x35ae78["uUjKY"] = "2.0";
|
|
19588
|
+
const _0x564be4 = _0x35ae78, { method: _0x4170f4, params: _0x466e2b } = _0x4bc3b1;
|
|
19589
|
+
if (_0x564be4["dtUgZ"](_0x4170f4, _0x564be4["jgCIb"]) && (_0x4170f4 !== _0x3b3b4a(400) || (_0x466e2b == null ? void 0 : _0x466e2b["forward"]))) try {
|
|
19590
|
+
const _0x2fa139 = { ..._0x4bc3b1 };
|
|
19591
|
+
_0x2fa139[_0x3b3b4a(394)] = _0x564be4[_0x1002c0(352)], await ((_a16 = _0x4bf7cb == null ? void 0 : _0x4bf7cb[_0x3b3b4a(371)]) == null ? void 0 : _a16[_0x3b3b4a(392)](_0x2fa139));
|
|
19592
|
+
} catch (_0x4981b1) {
|
|
19593
|
+
(_c = (_b8 = _0x28d609 == null ? void 0 : _0x28d609[_0x3b3b4a(371)]) == null ? void 0 : _b8[_0x1002c0(339)]) == null ? void 0 : _c.call(_b8, _0x4981b1);
|
|
19594
|
+
}
|
|
19595
|
+
};
|
|
19596
|
+
function _0x436f(_0x3eb3da, _0x246fe0) {
|
|
19597
|
+
const _0x190ef0 = _0x312b();
|
|
19598
|
+
return _0x436f = function(_0x3844a1, _0x22bcbf) {
|
|
19599
|
+
_0x3844a1 = _0x3844a1 - (9 * -113 + -1439 * -1 + -97);
|
|
19600
|
+
let _0x3446e7 = _0x190ef0[_0x3844a1];
|
|
19601
|
+
return _0x3446e7;
|
|
19602
|
+
}, _0x436f(_0x3eb3da, _0x246fe0);
|
|
19603
|
+
}
|
|
19604
|
+
const forwardClientOnResponse = (_0x1e680e, _0x1c8008) => async (_0x525a8d) => {
|
|
19569
19605
|
var _a16, _b8, _c, _d, _e, _f;
|
|
19570
|
-
const
|
|
19571
|
-
|
|
19572
|
-
const
|
|
19606
|
+
const _0x4cc7de = _0x436f, _0x48c146 = _0x436f, _0x15ca71 = {};
|
|
19607
|
+
_0x15ca71[_0x4cc7de(401)] = _0x48c146(332);
|
|
19608
|
+
const _0x27611c = _0x15ca71;
|
|
19573
19609
|
try {
|
|
19574
|
-
await ((_a16 =
|
|
19575
|
-
} catch (
|
|
19576
|
-
const { code:
|
|
19610
|
+
await ((_a16 = _0x1c8008 == null ? void 0 : _0x1c8008["transport"]) == null ? void 0 : _a16["send"](_0x525a8d));
|
|
19611
|
+
} catch (_0x4fb145) {
|
|
19612
|
+
const { code: _0x42cf0b, message: _0xe29332, data: _0x3919ab } = _0x4fb145;
|
|
19577
19613
|
try {
|
|
19578
|
-
if (
|
|
19579
|
-
const
|
|
19580
|
-
|
|
19581
|
-
const
|
|
19582
|
-
|
|
19583
|
-
} else (_d = (_c =
|
|
19584
|
-
} catch (
|
|
19585
|
-
(_f = (_e =
|
|
19614
|
+
if (_0x42cf0b) {
|
|
19615
|
+
const _0x15d8af = {};
|
|
19616
|
+
_0x15d8af["code"] = _0x42cf0b, _0x15d8af[_0x4cc7de(399)] = _0xe29332, _0x15d8af["data"] = _0x3919ab;
|
|
19617
|
+
const _0x5acd21 = {};
|
|
19618
|
+
_0x5acd21[_0x4cc7de(348)] = _0x15d8af, _0x5acd21[_0x4cc7de(394)] = _0x27611c["OhJjz"], _0x5acd21["id"] = _0x525a8d["id"], await ((_b8 = _0x1e680e == null ? void 0 : _0x1e680e[_0x4cc7de(371)]) == null ? void 0 : _b8["send"](_0x5acd21));
|
|
19619
|
+
} else (_d = (_c = _0x1e680e == null ? void 0 : _0x1e680e["transport"]) == null ? void 0 : _c[_0x48c146(339)]) == null ? void 0 : _d.call(_c, _0x4fb145);
|
|
19620
|
+
} catch (_0x18c5af) {
|
|
19621
|
+
(_f = (_e = _0x1e680e == null ? void 0 : _0x1e680e["transport"]) == null ? void 0 : _e["onerror"]) == null ? void 0 : _f.call(_e, _0x18c5af);
|
|
19586
19622
|
}
|
|
19587
19623
|
}
|
|
19588
19624
|
};
|
|
19589
19625
|
const createHandleListener = () => {
|
|
19590
|
-
const
|
|
19591
|
-
return
|
|
19592
|
-
}, "
|
|
19593
|
-
return
|
|
19594
|
-
}, "
|
|
19595
|
-
return
|
|
19596
|
-
},
|
|
19597
|
-
|
|
19598
|
-
|
|
19599
|
-
|
|
19600
|
-
|
|
19601
|
-
const _0x20b740 = [];
|
|
19602
|
-
for (const _0xd61b85 of _0x3fed1f) {
|
|
19626
|
+
const _0x584790 = _0x436f, _0xfde4fe = _0x436f, _0x4ea6ca = { "vnkqu": function(_0x403bc5, _0x53bd2e) {
|
|
19627
|
+
return _0x403bc5 !== _0x53bd2e;
|
|
19628
|
+
}, "wxDWr": function(_0x1c881b, _0x66c10d) {
|
|
19629
|
+
return _0x1c881b(_0x66c10d);
|
|
19630
|
+
}, "GdkkV": function(_0x9d4748, _0x24b020) {
|
|
19631
|
+
return _0x9d4748 === _0x24b020;
|
|
19632
|
+
} }, _0x5de2ad = [], _0x1c01fe = (_0x431466, _0x28ccda) => {
|
|
19633
|
+
const _0x1d408a = _0x436f, _0x120458 = _0x436f;
|
|
19634
|
+
if (_0x28ccda) {
|
|
19635
|
+
const _0x1e8724 = [];
|
|
19636
|
+
for (const _0x1264b7 of _0x5de2ad) {
|
|
19603
19637
|
try {
|
|
19604
|
-
|
|
19638
|
+
_0x1e8724["push"](_0x1264b7(_0x431466, _0x28ccda));
|
|
19605
19639
|
} catch {
|
|
19606
19640
|
}
|
|
19607
19641
|
}
|
|
19608
|
-
for (const
|
|
19609
|
-
if (
|
|
19642
|
+
for (const _0x445fc2 of _0x1e8724) {
|
|
19643
|
+
if (_0x4ea6ca[_0x1d408a(379)](_0x445fc2, null)) return _0x445fc2;
|
|
19610
19644
|
}
|
|
19611
|
-
} else for (const
|
|
19645
|
+
} else for (const _0x4637f1 of _0x5de2ad) {
|
|
19612
19646
|
try {
|
|
19613
|
-
|
|
19647
|
+
_0x4ea6ca[_0x120458(343)](_0x4637f1, _0x431466);
|
|
19614
19648
|
} catch {
|
|
19615
19649
|
}
|
|
19616
19650
|
}
|
|
19617
|
-
},
|
|
19618
|
-
const
|
|
19619
|
-
|
|
19620
|
-
},
|
|
19621
|
-
const
|
|
19622
|
-
|
|
19623
|
-
},
|
|
19624
|
-
const
|
|
19625
|
-
|
|
19626
|
-
},
|
|
19627
|
-
return
|
|
19628
|
-
}, setClientListener = (
|
|
19629
|
-
const
|
|
19630
|
-
return
|
|
19631
|
-
}, "
|
|
19632
|
-
return
|
|
19633
|
-
}, "SwOnF": function(_0xbb267d) {
|
|
19634
|
-
return _0xbb267d();
|
|
19651
|
+
}, _0x46917c = (_0x2b37ef) => {
|
|
19652
|
+
const _0x562515 = _0x436f;
|
|
19653
|
+
_0x4ea6ca[_0x562515(384)](typeof _0x2b37ef, _0x562515(369)) && !_0x5de2ad["includes"](_0x2b37ef) && _0x5de2ad["push"](_0x2b37ef);
|
|
19654
|
+
}, _0x1187af = (_0x522cb1) => {
|
|
19655
|
+
const _0x530b39 = _0x5de2ad["indexOf"](_0x522cb1);
|
|
19656
|
+
_0x530b39 !== -1 && _0x5de2ad["splice"](_0x530b39, 1 * -6854 + 8 * -33 + 7119);
|
|
19657
|
+
}, _0x21be0c = () => {
|
|
19658
|
+
const _0x217721 = _0x436f;
|
|
19659
|
+
_0x5de2ad[_0x217721(374)] = 7102 * 1 + 5522 + -526 * 24;
|
|
19660
|
+
}, _0x3a7414 = {};
|
|
19661
|
+
return _0x3a7414[_0x584790(346)] = _0x1c01fe, _0x3a7414[_0xfde4fe(330)] = _0x46917c, _0x3a7414["removeListener"] = _0x1187af, _0x3a7414[_0x584790(359)] = _0x21be0c, _0x3a7414;
|
|
19662
|
+
}, setClientListener = (_0x44ee2c) => {
|
|
19663
|
+
const _0x41b7db = _0x436f, _0x543db2 = _0x436f, _0x158fa1 = { "xwPeb": function(_0x2ff8e4) {
|
|
19664
|
+
return _0x2ff8e4();
|
|
19665
|
+
}, "Mfvzm": function(_0x557d5a) {
|
|
19666
|
+
return _0x557d5a();
|
|
19635
19667
|
} };
|
|
19636
19668
|
{
|
|
19637
|
-
const { handleListener:
|
|
19638
|
-
|
|
19669
|
+
const { handleListener: _0x1d5fdc, addListener: _0x47b60e, removeListener: _0x7a7da6, clearListener: _0x32a47a } = _0x158fa1[_0x41b7db(326)](createHandleListener);
|
|
19670
|
+
_0x44ee2c["_onresponse"] = _0x1d5fdc, _0x44ee2c[_0x41b7db(395)] = _0x47b60e, _0x44ee2c["removeResponseListener"] = _0x7a7da6, _0x44ee2c["clearResponseListener"] = _0x32a47a;
|
|
19639
19671
|
}
|
|
19640
19672
|
{
|
|
19641
|
-
const { handleListener:
|
|
19642
|
-
|
|
19673
|
+
const { handleListener: _0x2a5fe3, addListener: _0x630b07, removeListener: _0xb70f6, clearListener: _0x3e94ce } = _0x158fa1[_0x543db2(326)](createHandleListener);
|
|
19674
|
+
_0x44ee2c[_0x543db2(328)] = _0x2a5fe3, _0x44ee2c["addRequestListener"] = _0x630b07, _0x44ee2c[_0x543db2(354)] = _0xb70f6, _0x44ee2c[_0x543db2(341)] = _0x3e94ce;
|
|
19643
19675
|
}
|
|
19644
19676
|
{
|
|
19645
|
-
const { handleListener:
|
|
19646
|
-
|
|
19647
|
-
}
|
|
19648
|
-
};
|
|
19649
|
-
|
|
19650
|
-
const
|
|
19651
|
-
|
|
19652
|
-
|
|
19653
|
-
|
|
19654
|
-
|
|
19655
|
-
|
|
19656
|
-
|
|
19657
|
-
|
|
19658
|
-
|
|
19659
|
-
|
|
19660
|
-
|
|
19661
|
-
|
|
19662
|
-
|
|
19663
|
-
|
|
19664
|
-
|
|
19677
|
+
const { handleListener: _0x535dd5, addListener: _0x394877, removeListener: _0x253b3b, clearListener: _0x44f208 } = _0x158fa1[_0x41b7db(375)](createHandleListener);
|
|
19678
|
+
_0x44ee2c[_0x41b7db(342)] = _0x535dd5, _0x44ee2c[_0x41b7db(327)] = _0x394877, _0x44ee2c["removeNotificationListener"] = _0x253b3b, _0x44ee2c["clearNotificationListener"] = _0x44f208;
|
|
19679
|
+
}
|
|
19680
|
+
};
|
|
19681
|
+
function _0x312b() {
|
|
19682
|
+
const _0x10336d = ["uUjKY", "notifications/initialized", "removeRequestListener", "96194JysfjF", "36346SGEWAV", "1357830AJaOeY", "resources/templates/list", "clearListener", "iQqcJ", "result", "tqDZP", "sSeCz", "XtowM", "HgYgW", "3913230mjiatC", "params", "roots/list", "function", "bfmJT", "transport", "resources/read", "27FNuDmk", "length", "Mfvzm", "ping", "code", "_onresponse", "vnkqu", "cjSoZ", "request", "9gIMIPC", "readResource", "GdkkV", "ptMjy", "call", "aVeaL", "completion/complete", "5035122lFbpzR", "logging/setLevel", "jQBBS", "send", "_requestHandlers", "jsonrpc", "addResponseListener", "7SpcenI", "ElOQH", "MDIkN", "message", "notifications/cancelled", "OhJjz", "clear", "672216JzFEyR", "xwPeb", "addNotificationListener", "fallbackRequestHandler", "sYzPD", "addListener", "ifIKG", "2.0", "gXsjT", "WqUnk", "resources/subscribe", "setLoggingLevel", "2491772kFUWFh", "SEmWX", "onerror", "prompts/get", "clearRequestListener", "fallbackNotificationHandler", "wxDWr", "SkoRK", "uTeHc", "handleListener", "Zybtx", "error", "originalOnResponse", "listResources", "initialize"];
|
|
19683
|
+
_0x312b = function() {
|
|
19684
|
+
return _0x10336d;
|
|
19685
|
+
};
|
|
19686
|
+
return _0x312b();
|
|
19687
|
+
}
|
|
19688
|
+
const initClientHandler = (_0x4eae35, { beforeInit: _0x5ede3e, afterInit: _0x392ad7 } = {}) => {
|
|
19689
|
+
const _0x39ee68 = _0x436f, _0x2ff689 = _0x436f, _0xef50a3 = { "tqDZP": function(_0x3b46af, _0x42b551) {
|
|
19690
|
+
return _0x3b46af === _0x42b551;
|
|
19691
|
+
}, "cjSoZ": "function", "iQqcJ": _0x39ee68(378), "Zybtx": function(_0x5e40d5, _0xea2fd6) {
|
|
19692
|
+
return _0x5e40d5(_0xea2fd6);
|
|
19693
|
+
}, "ElOQH": function(_0x29a1dd) {
|
|
19694
|
+
return _0x29a1dd();
|
|
19695
|
+
} }, _0x28c085 = new Map(_0x4eae35["_notificationHandlers"]);
|
|
19696
|
+
_0x4eae35[_0x39ee68(393)][_0x39ee68(402)](), _0x4eae35["_notificationHandlers"][_0x39ee68(402)](), _0xef50a3["tqDZP"](typeof _0x5ede3e, _0xef50a3[_0x39ee68(380)]) && _0x5ede3e(), _0xef50a3[_0x39ee68(362)](_0x4eae35["_onresponse"]["name"], _0xef50a3[_0x39ee68(360)]) && (_0x4eae35[_0x2ff689(349)] = _0x4eae35["_onresponse"]), _0xef50a3[_0x39ee68(347)](setClientListener, _0x4eae35), _0x4eae35["addResponseListener"]((_0x5b9ccc) => {
|
|
19697
|
+
const _0x44116a = _0x2ff689;
|
|
19698
|
+
_0x4eae35["originalOnResponse"][_0x44116a(386)](_0x4eae35, _0x5b9ccc);
|
|
19699
|
+
}), _0xef50a3["tqDZP"](typeof _0x392ad7, _0xef50a3[_0x2ff689(380)]) && _0xef50a3[_0x39ee68(397)](_0x392ad7), _0x4eae35[_0x2ff689(327)]((_0x4b3e63) => {
|
|
19700
|
+
const { method: _0x52cc8d } = _0x4b3e63, _0x1d4650 = _0x28c085["get"](_0x52cc8d);
|
|
19701
|
+
_0xef50a3["tqDZP"](typeof _0x1d4650, _0xef50a3["cjSoZ"]) && _0x1d4650(_0x4b3e63);
|
|
19665
19702
|
});
|
|
19666
19703
|
};
|
|
19667
|
-
const
|
|
19668
|
-
function
|
|
19669
|
-
const
|
|
19670
|
-
return _0x1297 = function(_0x2f5cb5, _0x4e91df) {
|
|
19671
|
-
_0x2f5cb5 = _0x2f5cb5 - (-499 * 3 + 1 * -890 + -337 * -8);
|
|
19672
|
-
let _0xf2c16e = _0x40b1f3[_0x2f5cb5];
|
|
19673
|
-
return _0xf2c16e;
|
|
19674
|
-
}, _0x1297(_0x430353, _0x592bca);
|
|
19675
|
-
}
|
|
19676
|
-
(function(_0x63ec62, _0x14ec52) {
|
|
19677
|
-
const _0x75460f = _0x1297, _0x264884 = _0x1297, _0x3d2de = _0x63ec62();
|
|
19704
|
+
const _0x1c80bf = _0x4f47, _0x53d80a = _0x4f47;
|
|
19705
|
+
(function(_0x274e6a, _0x42a727) {
|
|
19706
|
+
const _0x110d0e = _0x4f47, _0x242f23 = _0x4f47, _0x198664 = _0x274e6a();
|
|
19678
19707
|
while (!![]) {
|
|
19679
19708
|
try {
|
|
19680
|
-
const
|
|
19681
|
-
if (
|
|
19682
|
-
else
|
|
19683
|
-
} catch (
|
|
19684
|
-
|
|
19685
|
-
}
|
|
19686
|
-
}
|
|
19687
|
-
})(
|
|
19688
|
-
|
|
19689
|
-
const
|
|
19690
|
-
|
|
19691
|
-
|
|
19692
|
-
|
|
19693
|
-
return
|
|
19694
|
-
},
|
|
19695
|
-
|
|
19696
|
-
|
|
19697
|
-
|
|
19698
|
-
|
|
19699
|
-
|
|
19700
|
-
if (_0x50bbd[_0x130126(313)](typeof crypto, _0x50bbd["aiAIs"]) && crypto[_0x130126(314)]) return crypto["randomUUID"]();
|
|
19701
|
-
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"["replace"](/[xy]/g, (_0x314035) => {
|
|
19702
|
-
const _0x243f0f = _0x130126, _0x546fa8 = _0x130126, _0x1446e2 = _0x50bbd[_0x243f0f(317)](crypto[_0x546fa8(321)](new Uint8Array(-8718 + 124 * 25 + 5619))[-6393 + -329 * -4 + 1 * 5077], 222 * -2 + -5419 * -1 + -496 * 10), _0x5e28a6 = _0x314035 === "x" ? _0x1446e2 : _0x50bbd["koxtC"](_0x50bbd["CJbSq"](_0x1446e2, 333 + 1177 + 1 * -1507), 737 * -3 + -3740 + 5959);
|
|
19703
|
-
return _0x5e28a6["toString"](-2193 + -5935 + 8144);
|
|
19704
|
-
});
|
|
19705
|
-
}, randomBytes = (_0x2231b4) => {
|
|
19706
|
-
const _0x420377 = _0x1297, _0x2cc52c = _0x1297, _0x24e611 = new Uint8Array(_0x2231b4);
|
|
19707
|
-
return crypto[_0x420377(321)](_0x24e611), Array[_0x420377(311)](_0x24e611, (_0x490f10) => _0x490f10["toString"](-9830 * 1 + 15 * -389 + 15681)["padStart"](9437 + 1442 + -10877, "0"))[_0x2cc52c(328)]("");
|
|
19708
|
-
}, _0x21d13c = {};
|
|
19709
|
-
function _0x3b6d() {
|
|
19710
|
-
const _0x2eb984 = ["322602YEeXTL", "cWMWo", "randomBytes", "360714cQwoni", "4jGlyZR", "getRandomValues", "11vuSHLa", "7coyLYd", "576200ZDqfSL", "25441610RPtFTZ", "koxtC", "4124070gqAgCl", "join", "object", "8383374JYLMHO", "from", "4496536egULKP", "bXzKK", "randomUUID", "4ZgaCxq"];
|
|
19711
|
-
_0x3b6d = function() {
|
|
19712
|
-
return _0x2eb984;
|
|
19709
|
+
const _0x571b93 = -parseInt(_0x110d0e(393)) / (7531 + 5849 + -13379) + parseInt(_0x110d0e(397)) / (12 * -615 + -1 * 5783 + 13165) * (-parseInt(_0x110d0e(400)) / (-7435 + 6318 + 1120)) + -parseInt(_0x242f23(398)) / (7 * 545 + 5036 * -1 + -1225 * -1) + parseInt(_0x110d0e(390)) / (-6 * 970 + 7 * -914 + -12223 * -1) * (parseInt(_0x242f23(388)) / (-79 * 78 + 5153 + 1015)) + -parseInt(_0x110d0e(389)) / (1 * -613 + 1 * 9786 + -9166) + -parseInt(_0x110d0e(402)) / (1906 * 4 + -3703 + -7 * 559) * (-parseInt(_0x242f23(395)) / (139 + -3 * -647 + -2071)) + parseInt(_0x242f23(399)) / (1110 + -78 * 79 + 5062 * 1) * (parseInt(_0x242f23(385)) / (-3040 + 1 * 4645 + 2 * -797));
|
|
19710
|
+
if (_0x571b93 === _0x42a727) break;
|
|
19711
|
+
else _0x198664["push"](_0x198664["shift"]());
|
|
19712
|
+
} catch (_0x222798) {
|
|
19713
|
+
_0x198664["push"](_0x198664["shift"]());
|
|
19714
|
+
}
|
|
19715
|
+
}
|
|
19716
|
+
})(_0x13a3, -1 * -881393 + 2 * 180895 + 1 * -644809);
|
|
19717
|
+
function _0x4f47(_0x5d6b98, _0xbed46d) {
|
|
19718
|
+
const _0x7f5b81 = _0x13a3();
|
|
19719
|
+
return _0x4f47 = function(_0x98208d, _0x540f7c) {
|
|
19720
|
+
_0x98208d = _0x98208d - (-1861 + -499 * 4 + 4241);
|
|
19721
|
+
let _0x1f0479 = _0x7f5b81[_0x98208d];
|
|
19722
|
+
return _0x1f0479;
|
|
19723
|
+
}, _0x4f47(_0x5d6b98, _0xbed46d);
|
|
19724
|
+
}
|
|
19725
|
+
function _0x13a3() {
|
|
19726
|
+
const _0x2dd535 = ["toString", "getRandomValues", "2101mUsYMI", "EQHzo", "padStart", "30UvDAkd", "1609706yzlqYx", "974735GrhZVO", "randomUUID", "REzPF", "562771BvAnoG", "dHTfU", "2047455boiYXf", "randomBytes", "14664qHAdbF", "3772144jLpQch", "52310AkWksx", "318MkjaVb", "from", "40WRwnSc"];
|
|
19727
|
+
_0x13a3 = function() {
|
|
19728
|
+
return _0x2dd535;
|
|
19713
19729
|
};
|
|
19714
|
-
return
|
|
19730
|
+
return _0x13a3();
|
|
19715
19731
|
}
|
|
19716
|
-
|
|
19717
|
-
|
|
19718
|
-
|
|
19719
|
-
|
|
19732
|
+
const randomUUID = () => {
|
|
19733
|
+
const _0x503b55 = _0x4f47, _0x5d1fe2 = _0x4f47, _0x1c89e3 = {};
|
|
19734
|
+
_0x1c89e3["REzPF"] = function(_0x36d31b, _0x2b87c4) {
|
|
19735
|
+
return _0x36d31b & _0x2b87c4;
|
|
19736
|
+
}, _0x1c89e3["suJHI"] = function(_0x341adf, _0x50c362) {
|
|
19737
|
+
return _0x341adf === _0x50c362;
|
|
19738
|
+
}, _0x1c89e3[_0x503b55(386)] = function(_0x2bd9d4, _0x55e7e8) {
|
|
19739
|
+
return _0x2bd9d4 & _0x55e7e8;
|
|
19740
|
+
}, _0x1c89e3[_0x5d1fe2(394)] = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";
|
|
19741
|
+
const _0x2305bc = _0x1c89e3;
|
|
19742
|
+
if (_0x2305bc["suJHI"](typeof crypto, "object") && crypto["randomUUID"]) return crypto[_0x5d1fe2(391)]();
|
|
19743
|
+
return _0x2305bc["dHTfU"]["replace"](/[xy]/g, (_0x47a253) => {
|
|
19744
|
+
const _0xee7adc = _0x503b55, _0x3ebe42 = _0x503b55, _0x3b82cf = _0x2305bc[_0xee7adc(392)](crypto[_0xee7adc(384)](new Uint8Array(-25 * -62 + 7113 + 2 * -4331))[741 * 2 + -1385 * -2 + 4252 * -1], 8648 + -107 * 62 + -1999), _0x5cd225 = _0x2305bc["suJHI"](_0x47a253, "x") ? _0x3b82cf : _0x2305bc[_0x3ebe42(386)](_0x3b82cf, -2516 + -1861 + 4 * 1095) | 5047 + 32 + 461 * -11;
|
|
19745
|
+
return _0x5cd225["toString"](9449 + 4 * -461 + -7589);
|
|
19746
|
+
});
|
|
19747
|
+
}, randomBytes = (_0x2added) => {
|
|
19748
|
+
const _0x3977c7 = _0x4f47, _0x2f0d95 = _0x4f47, _0x516c9f = new Uint8Array(_0x2added);
|
|
19749
|
+
return crypto["getRandomValues"](_0x516c9f), Array[_0x3977c7(401)](_0x516c9f, (_0x145cf8) => _0x145cf8[_0x2f0d95(403)](-3 * 1739 + -6509 + 2 * 5871)[_0x3977c7(387)](6365 + 9124 + -15487, "0"))["join"]("");
|
|
19750
|
+
}, _0xf24c8f = {};
|
|
19751
|
+
_0xf24c8f[_0x1c80bf(391)] = randomUUID, _0xf24c8f[_0x53d80a(396)] = randomBytes;
|
|
19752
|
+
const _0x4b5fcc = _0x47a7;
|
|
19753
|
+
(function(_0x564ad7, _0x4857af) {
|
|
19754
|
+
const _0x465eed = _0x47a7, _0xa45919 = _0x47a7, _0x1574ce = _0x564ad7();
|
|
19720
19755
|
while (!![]) {
|
|
19721
19756
|
try {
|
|
19722
|
-
const
|
|
19723
|
-
if (
|
|
19724
|
-
else
|
|
19725
|
-
} catch (
|
|
19726
|
-
|
|
19727
|
-
}
|
|
19728
|
-
}
|
|
19729
|
-
})(
|
|
19730
|
-
|
|
19731
|
-
const
|
|
19732
|
-
|
|
19733
|
-
|
|
19734
|
-
|
|
19735
|
-
return _0x39ad();
|
|
19736
|
-
}
|
|
19737
|
-
const forwardProxyClient = (_0x4c41bd, _0x381031) => {
|
|
19738
|
-
const _0x437eca = _0x2455, _0x538232 = _0x2455, _0x13e513 = { "MRyfg": function(_0x153d8c, _0x551dc1, _0x3e4d0e) {
|
|
19739
|
-
return _0x153d8c(_0x551dc1, _0x3e4d0e);
|
|
19757
|
+
const _0x1a581d = parseInt(_0x465eed(521)) / (-3755 * -2 + -4007 + -3502 * 1) * (parseInt(_0xa45919(499)) / (-521 * 5 + -7998 + 10605)) + parseInt(_0xa45919(543)) / (-35 * 241 + 289 * 13 + 4681) * (parseInt(_0xa45919(514)) / (-2831 + -6 * 664 + 6819)) + parseInt(_0x465eed(502)) / (-2 * -995 + 7808 + -9793) * (parseInt(_0xa45919(539)) / (-5989 + -857 + 571 * 12)) + parseInt(_0x465eed(553)) / (7818 + 1821 + -9632) + parseInt(_0x465eed(516)) / (-1559 + 7309 * -1 + 8876) * (-parseInt(_0x465eed(518)) / (8701 + -227 * 10 + -2 * 3211)) + -parseInt(_0x465eed(531)) / (-2966 + 14 * 74 + 1940) + -parseInt(_0x465eed(545)) / (1465 + -1446 + -8) * (parseInt(_0x465eed(541)) / (1676 + 8779 + -59 * 177));
|
|
19758
|
+
if (_0x1a581d === _0x4857af) break;
|
|
19759
|
+
else _0x1574ce["push"](_0x1574ce["shift"]());
|
|
19760
|
+
} catch (_0x4fe820) {
|
|
19761
|
+
_0x1574ce["push"](_0x1574ce["shift"]());
|
|
19762
|
+
}
|
|
19763
|
+
}
|
|
19764
|
+
})(_0x4529, 1472653 * 1 + -2 * -897917 + -2275789);
|
|
19765
|
+
const forwardProxyClient = (_0x53de69, _0x17fc54) => {
|
|
19766
|
+
const _0x5c6b05 = _0x47a7, _0xe7562f = _0x47a7, _0x473cd6 = { "FyYHt": function(_0x5e7e1e, _0x251ae7, _0x311330) {
|
|
19767
|
+
return _0x5e7e1e(_0x251ae7, _0x311330);
|
|
19768
|
+
}, "Fxtoq": function(_0x24fdb2, _0x5940e5, _0x4cecbc) {
|
|
19769
|
+
return _0x24fdb2(_0x5940e5, _0x4cecbc);
|
|
19740
19770
|
} };
|
|
19741
|
-
|
|
19742
|
-
const
|
|
19743
|
-
|
|
19744
|
-
const
|
|
19745
|
-
|
|
19771
|
+
forwardServerOnRequest(_0x53de69, _0x17fc54), forwardServerOnNotification(_0x53de69, _0x17fc54);
|
|
19772
|
+
const _0x5dd8c7 = forwardClientOnRequest(_0x17fc54, _0x53de69), _0x14e3a4 = _0x473cd6[_0x5c6b05(510)](forwardClientOnResponse, _0x17fc54, _0x53de69), _0x1e8916 = _0x473cd6[_0xe7562f(549)](forwardClientOnNotification, _0x17fc54, _0x53de69);
|
|
19773
|
+
_0x17fc54[_0xe7562f(537)](_0x5dd8c7), _0x17fc54[_0x5c6b05(519)](_0x14e3a4), _0x17fc54["addNotificationListener"](_0x1e8916), _0x53de69[_0xe7562f(556)] = () => {
|
|
19774
|
+
const _0x6d3192 = _0xe7562f;
|
|
19775
|
+
_0x17fc54["removeRequestListener"](_0x5dd8c7), _0x17fc54[_0x6d3192(530)](_0x14e3a4), _0x17fc54[_0x6d3192(529)](_0x1e8916);
|
|
19746
19776
|
};
|
|
19747
|
-
}, initWebClientHandler = (
|
|
19748
|
-
const
|
|
19749
|
-
return
|
|
19750
|
-
}, "
|
|
19751
|
-
return
|
|
19752
|
-
},
|
|
19753
|
-
return _0x38e146(_0x146fbc, _0x358655);
|
|
19754
|
-
} }, _0x2fd597 = () => {
|
|
19777
|
+
}, initWebClientHandler = (_0xbd06f8, _0x419735, _0x5699a0) => {
|
|
19778
|
+
const _0xec4f52 = _0x47a7, _0x441bc3 = { "pMiva": function(_0x356e75, _0x48efdd) {
|
|
19779
|
+
return _0x356e75 instanceof _0x48efdd;
|
|
19780
|
+
}, "TeTEy": _0xec4f52(546), "fyZbd": function(_0x156fdc, _0x32271d, _0x563255) {
|
|
19781
|
+
return _0x156fdc(_0x32271d, _0x563255);
|
|
19782
|
+
} }, _0x56df6e = () => {
|
|
19755
19783
|
var _a16;
|
|
19756
|
-
const
|
|
19757
|
-
|
|
19784
|
+
const _0x42afa2 = _0xec4f52;
|
|
19785
|
+
_0x441bc3["pMiva"](_0x5699a0, SSEClientTransport) && ((_a16 = _0x5699a0["_eventSource"]) == null ? void 0 : _a16["addEventListener"](_0x441bc3[_0x42afa2(547)], () => {
|
|
19758
19786
|
var _a22;
|
|
19759
|
-
const
|
|
19760
|
-
(_a22 =
|
|
19761
|
-
})),
|
|
19762
|
-
},
|
|
19763
|
-
|
|
19764
|
-
};
|
|
19765
|
-
const sseOptions = (
|
|
19766
|
-
const
|
|
19767
|
-
return
|
|
19768
|
-
}
|
|
19769
|
-
|
|
19770
|
-
const
|
|
19771
|
-
|
|
19772
|
-
const
|
|
19773
|
-
|
|
19774
|
-
const
|
|
19775
|
-
const
|
|
19776
|
-
Object[
|
|
19777
|
-
const
|
|
19778
|
-
|
|
19779
|
-
});
|
|
19780
|
-
const
|
|
19781
|
-
return
|
|
19787
|
+
const _0xd16fcf = _0x42afa2;
|
|
19788
|
+
(_a22 = _0x5699a0[_0xd16fcf(509)]) == null ? void 0 : _a22[_0xd16fcf(546)]();
|
|
19789
|
+
})), forwardProxyClient(_0xbd06f8, _0x419735);
|
|
19790
|
+
}, _0x56311c = {};
|
|
19791
|
+
_0x56311c["afterInit"] = _0x56df6e, _0x441bc3["fyZbd"](initClientHandler, _0x419735, _0x56311c);
|
|
19792
|
+
};
|
|
19793
|
+
const sseOptions = (_0x4b6179, _0x453b8b = _0xf24c8f["randomUUID"]()) => {
|
|
19794
|
+
const _0x43bcb2 = _0x47a7, _0x1925d6 = _0x47a7, _0x180741 = { "OfssH": function(_0x2d9225, _0x537283, _0x2820a8) {
|
|
19795
|
+
return _0x2d9225(_0x537283, _0x2820a8);
|
|
19796
|
+
} }, _0x3c78b4 = {};
|
|
19797
|
+
_0x3c78b4[_0x43bcb2(528)] = _0x453b8b;
|
|
19798
|
+
const _0xb9b933 = _0x3c78b4, _0x5263fd = {};
|
|
19799
|
+
_0x5263fd[_0x43bcb2(528)] = _0x453b8b;
|
|
19800
|
+
const _0x22a05a = {};
|
|
19801
|
+
_0x22a05a[_0x1925d6(558)] = _0x5263fd, _0x22a05a[_0x43bcb2(534)] = _0x43bcb2(524);
|
|
19802
|
+
const _0x27d38e = { "requestInit": _0x22a05a, "eventSourceInit": { async "fetch"(_0x11e1af, _0x36682f) {
|
|
19803
|
+
const _0x3e06e7 = _0x43bcb2, _0x4202d7 = _0x1925d6, _0x54dc09 = new Headers((_0x36682f == null ? void 0 : _0x36682f[_0x3e06e7(558)]) || {});
|
|
19804
|
+
Object["entries"](_0xb9b933)[_0x4202d7(498)](([_0x57dbc7, _0x5102e6]) => {
|
|
19805
|
+
const _0xef4bbf = _0x4202d7;
|
|
19806
|
+
_0x54dc09[_0xef4bbf(527)](_0x57dbc7, _0x5102e6);
|
|
19807
|
+
});
|
|
19808
|
+
const _0x3f3a97 = { ..._0x36682f };
|
|
19809
|
+
return _0x3f3a97[_0x4202d7(558)] = _0x54dc09, _0x180741["OfssH"](fetch, _0x11e1af, _0x3f3a97);
|
|
19782
19810
|
}, "withCredentials": !![] } };
|
|
19783
|
-
return
|
|
19784
|
-
};
|
|
19785
|
-
const streamOptions = (
|
|
19786
|
-
const
|
|
19787
|
-
|
|
19788
|
-
const
|
|
19789
|
-
|
|
19790
|
-
const
|
|
19791
|
-
|
|
19792
|
-
const
|
|
19793
|
-
|
|
19794
|
-
|
|
19795
|
-
|
|
19796
|
-
|
|
19797
|
-
|
|
19798
|
-
|
|
19799
|
-
|
|
19800
|
-
|
|
19801
|
-
|
|
19802
|
-
|
|
19803
|
-
const attemptConnection = async (_0x32f731, _0x5e9e4e, _0x4e9a1b) => {
|
|
19804
|
-
const _0x1bae7c = _0x44e3b0, _0x368537 = { "YdzuA": function(_0x4c5710, _0x43b589) {
|
|
19805
|
-
return _0x4c5710 instanceof _0x43b589;
|
|
19806
|
-
}, "uzBvt": function(_0x10f3b8) {
|
|
19807
|
-
return _0x10f3b8();
|
|
19808
|
-
}, "alwWV": function(_0x290efa, _0x4645a0, _0x93b3c8, _0xf9d50a) {
|
|
19809
|
-
return _0x290efa(_0x4645a0, _0x93b3c8, _0xf9d50a);
|
|
19810
|
-
} }, _0xa6ab11 = _0x4e9a1b();
|
|
19811
|
+
return _0x4b6179 && (_0x27d38e["requestInit"][_0x43bcb2(558)]["Authorization"] = _0x43bcb2(533) + _0x4b6179, _0xb9b933["Authorization"] = "Bearer " + _0x4b6179), _0x27d38e;
|
|
19812
|
+
};
|
|
19813
|
+
const streamOptions = (_0x3c6aa5, _0x4108dd = _0xf24c8f[_0x4b5fcc(517)]()) => {
|
|
19814
|
+
const _0x22b3a4 = _0x4b5fcc, _0x471b62 = _0x4b5fcc, _0x10d4da = {};
|
|
19815
|
+
_0x10d4da["nwQhY"] = "include";
|
|
19816
|
+
const _0x36c773 = _0x10d4da, _0x4a8f59 = {};
|
|
19817
|
+
_0x4a8f59["stream-session-id"] = _0x4108dd;
|
|
19818
|
+
const _0x287e71 = {};
|
|
19819
|
+
_0x287e71["headers"] = _0x4a8f59, _0x287e71["credentials"] = _0x36c773[_0x22b3a4(520)];
|
|
19820
|
+
const _0x607b16 = {};
|
|
19821
|
+
_0x607b16[_0x22b3a4(544)] = _0x287e71;
|
|
19822
|
+
const _0x1bc4b2 = _0x607b16;
|
|
19823
|
+
return _0x3c6aa5 && (_0x1bc4b2["requestInit"]["headers"][_0x471b62(552)] = _0x471b62(533) + _0x3c6aa5), _0x1bc4b2;
|
|
19824
|
+
};
|
|
19825
|
+
const attemptConnection = async (_0x392cef, _0x4e2254, _0x7e37a) => {
|
|
19826
|
+
const _0x499695 = _0x4b5fcc, _0x960d30 = _0x4b5fcc, _0x2e99f7 = { "CFfFC": function(_0x2880a3) {
|
|
19827
|
+
return _0x2880a3();
|
|
19828
|
+
}, "egwVO": function(_0x459eeb, _0x1ba5f4, _0xa79e2d, _0x34b1c9) {
|
|
19829
|
+
return _0x459eeb(_0x1ba5f4, _0xa79e2d, _0x34b1c9);
|
|
19830
|
+
} }, _0x3109d4 = _0x2e99f7["CFfFC"](_0x7e37a);
|
|
19811
19831
|
try {
|
|
19812
|
-
return await
|
|
19813
|
-
} catch (
|
|
19814
|
-
if (
|
|
19815
|
-
const
|
|
19816
|
-
return await
|
|
19817
|
-
} else throw
|
|
19818
|
-
}
|
|
19819
|
-
};
|
|
19820
|
-
|
|
19821
|
-
const
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
|
|
19832
|
+
return await _0x392cef[_0x499695(538)](_0x3109d4), _0x3109d4;
|
|
19833
|
+
} catch (_0x2e4c22) {
|
|
19834
|
+
if (_0x2e4c22 instanceof UnauthorizedError) {
|
|
19835
|
+
const _0x1a7050 = await _0x4e2254();
|
|
19836
|
+
return await _0x3109d4[_0x960d30(505)](_0x1a7050), await _0x2e99f7[_0x499695(525)](attemptConnection, _0x392cef, _0x4e2254, _0x7e37a);
|
|
19837
|
+
} else throw _0x2e4c22;
|
|
19838
|
+
}
|
|
19839
|
+
};
|
|
19840
|
+
function _0x47a7(_0x31715f, _0x5e9fa0) {
|
|
19841
|
+
const _0x26a018 = _0x4529();
|
|
19842
|
+
return _0x47a7 = function(_0x257357, _0x2e760b) {
|
|
19843
|
+
_0x257357 = _0x257357 - (74 * -67 + -8341 + -73 * -189);
|
|
19844
|
+
let _0x1334e3 = _0x26a018[_0x257357];
|
|
19845
|
+
return _0x1334e3;
|
|
19846
|
+
}, _0x47a7(_0x31715f, _0x5e9fa0);
|
|
19847
|
+
}
|
|
19848
|
+
const getWaitForOAuthCodeFunction = (_0x3ea3cc, _0x1a8f90) => {
|
|
19849
|
+
const _0xae6017 = _0x4b5fcc, _0x3dddee = _0x4b5fcc, _0x11d77d = {};
|
|
19850
|
+
_0x11d77d["RsKXs"] = function(_0x35f130, _0x386a12) {
|
|
19851
|
+
return _0x35f130 in _0x386a12;
|
|
19852
|
+
}, _0x11d77d["PBhps"] = "waitForOAuthCode", _0x11d77d[_0xae6017(535)] = "function", _0x11d77d[_0xae6017(507)] = "waitForOAuthCode need to be provided when authProvider is provided";
|
|
19853
|
+
const _0x2562e6 = _0x11d77d;
|
|
19854
|
+
if (_0x2562e6["RsKXs"](_0x2562e6[_0x3dddee(551)], _0x3ea3cc)) return _0x3ea3cc[_0x3dddee(523)];
|
|
19827
19855
|
else {
|
|
19828
|
-
if (
|
|
19829
|
-
}
|
|
19830
|
-
throw new Error("
|
|
19831
|
-
};
|
|
19832
|
-
const createSseProxy = async (
|
|
19833
|
-
const
|
|
19834
|
-
return
|
|
19835
|
-
}, "
|
|
19836
|
-
return
|
|
19837
|
-
}, "
|
|
19838
|
-
return
|
|
19839
|
-
}, "
|
|
19840
|
-
|
|
19841
|
-
|
|
19842
|
-
|
|
19843
|
-
|
|
19844
|
-
|
|
19845
|
-
|
|
19846
|
-
|
|
19847
|
-
|
|
19848
|
-
|
|
19849
|
-
|
|
19850
|
-
|
|
19851
|
-
|
|
19852
|
-
const
|
|
19853
|
-
|
|
19854
|
-
const
|
|
19855
|
-
|
|
19856
|
-
const
|
|
19857
|
-
|
|
19858
|
-
const
|
|
19859
|
-
|
|
19860
|
-
|
|
19861
|
-
|
|
19862
|
-
|
|
19863
|
-
|
|
19864
|
-
|
|
19865
|
-
|
|
19866
|
-
|
|
19867
|
-
|
|
19868
|
-
|
|
19869
|
-
|
|
19870
|
-
|
|
19871
|
-
|
|
19872
|
-
return _0x41f83d(_0x2d2829, _0xec66df);
|
|
19873
|
-
}, "ZXEHq": _0x298ab0(211), "aDqLK": function(_0x4b1e43) {
|
|
19874
|
-
return _0x4b1e43();
|
|
19875
|
-
}, "nKQkl": function(_0x284985, _0x199671, _0x2aaf0d) {
|
|
19876
|
-
return _0x284985(_0x199671, _0x2aaf0d);
|
|
19877
|
-
}, "xZlrW": function(_0x4f56c0, _0x53ebed, _0xeaff94, _0x4fe5f4) {
|
|
19878
|
-
return _0x4f56c0(_0x53ebed, _0xeaff94, _0x4fe5f4);
|
|
19879
|
-
} }, { client: _0x2604a8, url: _0x5d9538, token: _0x4dbe55, sessionId: _0x52ba1c, authProvider: _0x620d99, requestInit: _0x1d6493, reconnectionOptions: _0x1e5b5c, waitForOAuthCode: _0x59b79b } = _0xde8700, _0x4ceeb7 = {};
|
|
19880
|
-
_0x4ceeb7["authProvider"] = _0x620d99, _0x4ceeb7["requestInit"] = _0x1d6493, _0x4ceeb7["reconnectionOptions"] = _0x1e5b5c;
|
|
19881
|
-
const _0x368b44 = _0x4ceeb7, _0xfc2e99 = _0x52ba1c || _0x21d13c["randomUUID"](), _0x3ad814 = _0x38ecc6["AJbbW"](streamOptions, _0x4dbe55, _0xfc2e99);
|
|
19882
|
-
if (_0x1d6493) {
|
|
19883
|
-
const _0x411358 = { ..._0x3ad814[_0x298ab0(193)], ..._0x1d6493 };
|
|
19884
|
-
_0x411358["headers"] = { ..._0x3ad814["requestInit"]["headers"], ..._0x1d6493[_0x4fbe10(195)] }, _0x368b44["requestInit"] = _0x411358;
|
|
19885
|
-
} else _0x368b44[_0x298ab0(193)] = _0x3ad814[_0x298ab0(193)];
|
|
19886
|
-
const _0x4f1da4 = {};
|
|
19887
|
-
_0x4f1da4[_0x4fbe10(182)] = !![];
|
|
19888
|
-
const _0x22ded7 = {};
|
|
19889
|
-
_0x22ded7[_0x298ab0(200)] = _0x4f1da4, _0x22ded7[_0x298ab0(189)] = {}, _0x22ded7["elicitation"] = {};
|
|
19890
|
-
const _0x14dac7 = _0x22ded7, _0xf704ba = {};
|
|
19891
|
-
_0xf704ba[_0x298ab0(213)] = _0x38ecc6[_0x298ab0(171)], _0xf704ba["version"] = _0x298ab0(169);
|
|
19892
|
-
const _0x9e3a75 = {};
|
|
19893
|
-
_0x9e3a75[_0x298ab0(190)] = _0x14dac7;
|
|
19894
|
-
const _0x45887d = new Client(_0xf704ba, _0x9e3a75), _0x4e38ac = () => new StreamableHTTPClientTransport(new URL(_0x5d9538), _0x368b44);
|
|
19895
|
-
let _0x24fb79 = _0x38ecc6[_0x298ab0(215)](_0x4e38ac);
|
|
19896
|
-
if (_0x620d99) {
|
|
19897
|
-
const _0x57a819 = _0x38ecc6["nKQkl"](getWaitForOAuthCodeFunction, _0x620d99, _0x59b79b);
|
|
19898
|
-
_0x24fb79 = await _0x38ecc6[_0x4fbe10(204)](attemptConnection, _0x45887d, _0x57a819, _0x4e38ac);
|
|
19899
|
-
} else await _0x45887d["connect"](_0x24fb79);
|
|
19900
|
-
initWebClientHandler(_0x45887d, _0x2604a8, _0x24fb79);
|
|
19901
|
-
const _0x36e9b3 = {};
|
|
19902
|
-
return _0x36e9b3[_0x4fbe10(196)] = _0x24fb79, _0x36e9b3[_0x298ab0(198)] = _0x24fb79[_0x298ab0(198)], _0x36e9b3;
|
|
19903
|
-
};
|
|
19904
|
-
function _0x52c8() {
|
|
19905
|
-
const _0x2cbb12 = ["_callBackPromise", "clientMetadata", "clientInformation", "_redirectCallback", "134455mslyQC", "558338pOTNJB", "510616LiqUbS", "json", "7441KftUnn", "20YdRwwG", "POST", "code", "_getAuthCodeByState", "DjZmq", "statusText", "17336099YnGEHr", "saveCodeVerifier", "996bqURbL", "Failed to fetch auth code: ", "_clientMetadata", "saveTokens", "VGvoL", "No code verifier saved", "redirect_uris", "reject", "693422ltcndC", "Failed to redirect: ", "redirectUrl", "99IWgtlv", "6UDGeyf", "waitForOAuthCode", "codeVerifier", "waitForOAuthCodeFunction", "GET", "_codeVerifier", "_clientInformation", "resolve", "getAuthCodeByStateFunction", "_tokens", "8655150IwrNAp", "_state"];
|
|
19906
|
-
_0x52c8 = function() {
|
|
19907
|
-
return _0x2cbb12;
|
|
19856
|
+
if (typeof _0x1a8f90 === _0x2562e6["yTKoP"]) return _0x1a8f90;
|
|
19857
|
+
}
|
|
19858
|
+
throw new Error(_0x2562e6["RZhOv"]);
|
|
19859
|
+
};
|
|
19860
|
+
const createSseProxy = async (_0x3a7e67) => {
|
|
19861
|
+
const _0x436c50 = _0x4b5fcc, _0x54de6e = _0x4b5fcc, _0x15dc58 = { "TFSRn": function(_0x3d2e7e, _0x561712, _0x2439e9) {
|
|
19862
|
+
return _0x3d2e7e(_0x561712, _0x2439e9);
|
|
19863
|
+
}, "HwvVa": "mcp-sse-proxy-client", "ufTHS": function(_0x14fa54) {
|
|
19864
|
+
return _0x14fa54();
|
|
19865
|
+
}, "WIVYl": function(_0x538291, _0x3c8264, _0x52c29b, _0x1d8414) {
|
|
19866
|
+
return _0x538291(_0x3c8264, _0x52c29b, _0x1d8414);
|
|
19867
|
+
}, "jniGY": "sessionId" }, { client: _0x25d054, url: _0x2828f0, token: _0x367a86, sessionId: _0x397571, authProvider: _0x16a780, requestInit: _0xd2fc7a, eventSourceInit: _0x3321f4, waitForOAuthCode: _0xe2483b } = _0x3a7e67, _0x507895 = {};
|
|
19868
|
+
_0x507895["authProvider"] = _0x16a780, _0x507895["requestInit"] = _0xd2fc7a, _0x507895["eventSourceInit"] = _0x3321f4;
|
|
19869
|
+
const _0x497c77 = _0x507895, _0x1a290e = _0x397571 || _0xf24c8f["randomUUID"](), _0x3d01da = _0x15dc58[_0x436c50(506)](sseOptions, _0x367a86, _0x1a290e);
|
|
19870
|
+
if (_0xd2fc7a) {
|
|
19871
|
+
const _0x6e0637 = { ..._0x3d01da["requestInit"], ..._0xd2fc7a };
|
|
19872
|
+
_0x6e0637["headers"] = { ..._0x3d01da[_0x436c50(544)]["headers"], ..._0xd2fc7a["headers"] }, _0x497c77["requestInit"] = _0x6e0637;
|
|
19873
|
+
} else _0x497c77[_0x54de6e(544)] = _0x3d01da["requestInit"];
|
|
19874
|
+
if (_0x3321f4) {
|
|
19875
|
+
const _0x143351 = { ..._0x3d01da[_0x436c50(559)], ..._0x3321f4 };
|
|
19876
|
+
_0x497c77["eventSourceInit"] = _0x143351;
|
|
19877
|
+
} else _0x497c77["eventSourceInit"] = _0x3d01da["eventSourceInit"];
|
|
19878
|
+
const _0x4d6715 = {};
|
|
19879
|
+
_0x4d6715["listChanged"] = !![];
|
|
19880
|
+
const _0x6e6fc2 = {};
|
|
19881
|
+
_0x6e6fc2["roots"] = _0x4d6715, _0x6e6fc2["sampling"] = {}, _0x6e6fc2[_0x436c50(511)] = {};
|
|
19882
|
+
const _0x4ab62c = _0x6e6fc2, _0x278492 = {};
|
|
19883
|
+
_0x278492[_0x54de6e(536)] = _0x15dc58["HwvVa"], _0x278492["version"] = _0x436c50(526);
|
|
19884
|
+
const _0x53bd61 = {};
|
|
19885
|
+
_0x53bd61["capabilities"] = _0x4ab62c;
|
|
19886
|
+
const _0x4512ab = new Client(_0x278492, _0x53bd61), _0x2362cc = () => new SSEClientTransport(new URL(_0x2828f0), _0x497c77);
|
|
19887
|
+
let _0x5a6b4b = _0x15dc58[_0x54de6e(504)](_0x2362cc);
|
|
19888
|
+
if (_0x16a780) {
|
|
19889
|
+
const _0xffec8d = _0x15dc58[_0x436c50(506)](getWaitForOAuthCodeFunction, _0x16a780, _0xe2483b);
|
|
19890
|
+
_0x5a6b4b = await _0x15dc58[_0x54de6e(513)](attemptConnection, _0x4512ab, _0xffec8d, _0x2362cc);
|
|
19891
|
+
} else await _0x4512ab[_0x436c50(538)](_0x5a6b4b);
|
|
19892
|
+
_0x15dc58[_0x54de6e(513)](initWebClientHandler, _0x4512ab, _0x25d054, _0x5a6b4b), _0x5a6b4b[_0x54de6e(557)] = _0x5a6b4b[_0x54de6e(542)]["searchParams"][_0x54de6e(532)](_0x15dc58["jniGY"]);
|
|
19893
|
+
const _0x5ba2fa = {};
|
|
19894
|
+
return _0x5ba2fa["transport"] = _0x5a6b4b, _0x5ba2fa["sessionId"] = _0x5a6b4b[_0x436c50(557)], _0x5ba2fa;
|
|
19895
|
+
};
|
|
19896
|
+
function _0x4529() {
|
|
19897
|
+
const _0x51eb5a = ["ufTHS", "finishAuth", "TFSRn", "RZhOv", "Vajmx", "_eventSource", "FyYHt", "elicitation", "transport", "WIVYl", "13320uyrBtN", "sampling", "8WTwLJD", "randomUUID", "6438654bkJHij", "addResponseListener", "nwQhY", "11721GVgRMJ", "?sessionId=", "waitForOAuthCode", "include", "egwVO", "1.0.0", "set", "sse-session-id", "removeNotificationListener", "removeResponseListener", "11838520fNkjrV", "get", "Bearer ", "credentials", "yTKoP", "name", "addRequestListener", "connect", "18VhCgQv", "mcp-socket-proxy-client", "2819364JNqkQZ", "_endpoint", "699JyrxCR", "requestInit", "44ofbsvb", "close", "TeTEy", "QgzDy", "Fxtoq", "roots", "PBhps", "Authorization", "11309130xGCFwl", "&token=", "version", "onclose", "sessionId", "headers", "eventSourceInit", "forEach", "62FcOkCa", "mcp-stream-proxy-client", "zXcpO", "1794855cQEXDT", "biJOc"];
|
|
19898
|
+
_0x4529 = function() {
|
|
19899
|
+
return _0x51eb5a;
|
|
19908
19900
|
};
|
|
19909
|
-
return
|
|
19910
|
-
}
|
|
19911
|
-
const
|
|
19912
|
-
|
|
19913
|
-
|
|
19901
|
+
return _0x4529();
|
|
19902
|
+
}
|
|
19903
|
+
const createStreamProxy = async (_0x251f90) => {
|
|
19904
|
+
const _0x12bb64 = _0x4b5fcc, _0x15c0a5 = _0x4b5fcc, _0x4250bb = { "Vajmx": _0x12bb64(500), "biJOc": function(_0x5b7586) {
|
|
19905
|
+
return _0x5b7586();
|
|
19906
|
+
}, "zXcpO": function(_0x51be96, _0x1bc1c4, _0x15398b) {
|
|
19907
|
+
return _0x51be96(_0x1bc1c4, _0x15398b);
|
|
19908
|
+
}, "zDnjZ": function(_0x5c8088, _0x59eeb2, _0x1f72fa, _0x3031b6) {
|
|
19909
|
+
return _0x5c8088(_0x59eeb2, _0x1f72fa, _0x3031b6);
|
|
19910
|
+
}, "FQMAh": function(_0x43d649, _0x7358f7, _0x26214b, _0x209c8f) {
|
|
19911
|
+
return _0x43d649(_0x7358f7, _0x26214b, _0x209c8f);
|
|
19912
|
+
} }, { client: _0x2334f3, url: _0x20f945, token: _0x48014b, sessionId: _0x46b665, authProvider: _0x20e29a, requestInit: _0x171024, reconnectionOptions: _0x3cef76, waitForOAuthCode: _0x487335 } = _0x251f90, _0x5aeb10 = {};
|
|
19913
|
+
_0x5aeb10["authProvider"] = _0x20e29a, _0x5aeb10["requestInit"] = _0x171024, _0x5aeb10["reconnectionOptions"] = _0x3cef76;
|
|
19914
|
+
const _0x4e9a89 = _0x5aeb10, _0x49384b = _0x46b665 || _0xf24c8f["randomUUID"](), _0x24b3ae = streamOptions(_0x48014b, _0x49384b);
|
|
19915
|
+
if (_0x171024) {
|
|
19916
|
+
const _0x15a268 = { ..._0x24b3ae["requestInit"], ..._0x171024 };
|
|
19917
|
+
_0x15a268["headers"] = { ..._0x24b3ae["requestInit"]["headers"], ..._0x171024["headers"] }, _0x4e9a89[_0x12bb64(544)] = _0x15a268;
|
|
19918
|
+
} else _0x4e9a89["requestInit"] = _0x24b3ae["requestInit"];
|
|
19919
|
+
const _0x485d9e = {};
|
|
19920
|
+
_0x485d9e["listChanged"] = !![];
|
|
19921
|
+
const _0x17fa21 = {};
|
|
19922
|
+
_0x17fa21[_0x15c0a5(550)] = _0x485d9e, _0x17fa21["sampling"] = {}, _0x17fa21["elicitation"] = {};
|
|
19923
|
+
const _0x1f04a3 = _0x17fa21, _0x1e85db = {};
|
|
19924
|
+
_0x1e85db[_0x12bb64(536)] = _0x4250bb[_0x15c0a5(508)], _0x1e85db[_0x12bb64(555)] = "1.0.0";
|
|
19925
|
+
const _0x2d6e84 = {};
|
|
19926
|
+
_0x2d6e84["capabilities"] = _0x1f04a3;
|
|
19927
|
+
const _0x40e04e = new Client(_0x1e85db, _0x2d6e84), _0x4e1361 = () => new StreamableHTTPClientTransport(new URL(_0x20f945), _0x4e9a89);
|
|
19928
|
+
let _0x5ae9aa = _0x4250bb[_0x12bb64(503)](_0x4e1361);
|
|
19929
|
+
if (_0x20e29a) {
|
|
19930
|
+
const _0x3d746a = _0x4250bb[_0x12bb64(501)](getWaitForOAuthCodeFunction, _0x20e29a, _0x487335);
|
|
19931
|
+
_0x5ae9aa = await _0x4250bb["zDnjZ"](attemptConnection, _0x40e04e, _0x3d746a, _0x4e1361);
|
|
19932
|
+
} else await _0x40e04e["connect"](_0x5ae9aa);
|
|
19933
|
+
_0x4250bb["FQMAh"](initWebClientHandler, _0x40e04e, _0x2334f3, _0x5ae9aa);
|
|
19934
|
+
const _0x3d688a = {};
|
|
19935
|
+
return _0x3d688a["transport"] = _0x5ae9aa, _0x3d688a[_0x15c0a5(557)] = _0x5ae9aa["sessionId"], _0x3d688a;
|
|
19936
|
+
};
|
|
19937
|
+
const createSocketProxy = async (_0x371158) => {
|
|
19938
|
+
const _0x4f4147 = _0x4b5fcc, _0x45162f = _0x4b5fcc, _0x2442c1 = { "QgzDy": _0x4f4147(540), "jkaVB": function(_0x1bdb95, _0x25d320, _0x22f979, _0xb08066) {
|
|
19939
|
+
return _0x1bdb95(_0x25d320, _0x22f979, _0xb08066);
|
|
19940
|
+
} }, { client: _0x218c80, url: _0x2b1955, token: _0x1b0573, sessionId: _0xb915e1 } = _0x371158, _0x2ef92e = {};
|
|
19941
|
+
_0x2ef92e["listChanged"] = !![];
|
|
19942
|
+
const _0x296a66 = {};
|
|
19943
|
+
_0x296a66[_0x4f4147(550)] = _0x2ef92e, _0x296a66[_0x4f4147(515)] = {}, _0x296a66[_0x45162f(511)] = {};
|
|
19944
|
+
const _0x1d78ab = _0x296a66, _0x59044f = {};
|
|
19945
|
+
_0x59044f["name"] = _0x2442c1[_0x45162f(548)], _0x59044f[_0x45162f(555)] = _0x45162f(526);
|
|
19946
|
+
const _0x287996 = {};
|
|
19947
|
+
_0x287996["capabilities"] = _0x1d78ab;
|
|
19948
|
+
const _0x4907cb = new Client(_0x59044f, _0x287996), _0x4a1bd2 = _0xb915e1 || _0xf24c8f[_0x45162f(517)](), _0x530686 = new WebSocketClientTransport(new URL(_0x2b1955 + _0x4f4147(522) + _0x4a1bd2 + _0x45162f(554) + _0x1b0573));
|
|
19949
|
+
await _0x4907cb["connect"](_0x530686), _0x2442c1["jkaVB"](initWebClientHandler, _0x4907cb, _0x218c80, _0x530686);
|
|
19950
|
+
const _0x4940eb = {};
|
|
19951
|
+
return _0x4940eb[_0x4f4147(512)] = _0x530686, _0x4940eb[_0x45162f(557)] = _0x4a1bd2, _0x4940eb;
|
|
19952
|
+
};
|
|
19953
|
+
const _0x125317 = _0x295b, _0x5b1277 = _0x295b;
|
|
19954
|
+
function _0x295b(_0x143a1c, _0x560afd) {
|
|
19955
|
+
const _0x193076 = _0x19d4();
|
|
19956
|
+
return _0x295b = function(_0x3382c8, _0x453e4f) {
|
|
19957
|
+
_0x3382c8 = _0x3382c8 - (-7499 + -9262 + 51 * 337);
|
|
19958
|
+
let _0x3af06e = _0x193076[_0x3382c8];
|
|
19959
|
+
return _0x3af06e;
|
|
19960
|
+
}, _0x295b(_0x143a1c, _0x560afd);
|
|
19961
|
+
}
|
|
19962
|
+
(function(_0x1a8e04, _0x35cb37) {
|
|
19963
|
+
const _0x50af36 = _0x295b, _0x4734b7 = _0x295b, _0x5d6f5b = _0x1a8e04();
|
|
19914
19964
|
while (!![]) {
|
|
19915
19965
|
try {
|
|
19916
|
-
const
|
|
19917
|
-
if (
|
|
19918
|
-
else
|
|
19919
|
-
} catch (
|
|
19920
|
-
|
|
19921
|
-
}
|
|
19922
|
-
}
|
|
19923
|
-
})(
|
|
19966
|
+
const _0x5d8f75 = -parseInt(_0x50af36(440)) / (-8893 + 7 * 7 + 1769 * 5) + -parseInt(_0x50af36(458)) / (-8 * 123 + -538 + 3 * 508) * (parseInt(_0x50af36(448)) / (3625 + -4072 + 450)) + -parseInt(_0x50af36(451)) / (-9016 + 6489 + 1 * 2531) * (parseInt(_0x4734b7(449)) / (-33 * 121 + 8411 + -4413)) + -parseInt(_0x4734b7(455)) / (6408 + -4012 + -2390) + -parseInt(_0x50af36(427)) / (131 * -55 + -1 * 7666 + 14878) + -parseInt(_0x4734b7(438)) / (-4080 + -3534 * -2 + -2980) * (parseInt(_0x4734b7(459)) / (2556 + -8604 + -673 * -9)) + parseInt(_0x50af36(430)) / (-1010 + -3818 + 2419 * 2) * (parseInt(_0x4734b7(436)) / (-27 * -343 + -922 + 694 * -12));
|
|
19967
|
+
if (_0x5d8f75 === _0x35cb37) break;
|
|
19968
|
+
else _0x5d6f5b["push"](_0x5d6f5b["shift"]());
|
|
19969
|
+
} catch (_0x19fe41) {
|
|
19970
|
+
_0x5d6f5b["push"](_0x5d6f5b["shift"]());
|
|
19971
|
+
}
|
|
19972
|
+
}
|
|
19973
|
+
})(_0x19d4, -220880 + 1 * -333337 + -2 * -384996);
|
|
19974
|
+
function _0x19d4() {
|
|
19975
|
+
const _0x276461 = ["650XPHLhD", "redirectToAuthorization", "10856jPvMVb", "GET", "qcFPW", "_redirectUrl", "2187414WnlGuZ", "resolve", "tokens", "3976YyOqUl", "27ejNHsa", "Content-Type", "waitForOAuthCode", "2903796yvWZFa", "_clientMetadata", "application/x-www-form-urlencoded", "10beEWJk", "json", "code", "_callBackPromise", "reject", "saveClientInformation", "20776349mLNCcF", "_codeVerifier", "629912aTknXq", "_tokens", "52074GwcpRo", "state", "_state", "_redirectCallback", "_clientInformation", "redirect_uris", "Failed to redirect: ", "clientInformation", "381aduWsB"];
|
|
19976
|
+
_0x19d4 = function() {
|
|
19977
|
+
return _0x276461;
|
|
19978
|
+
};
|
|
19979
|
+
return _0x19d4();
|
|
19980
|
+
}
|
|
19924
19981
|
const generateStateFunction = () => {
|
|
19925
|
-
return
|
|
19982
|
+
return _0xf24c8f["randomBytes"](3485 * 1 + -261 + -3184);
|
|
19926
19983
|
};
|
|
19927
|
-
function _0x1f0f(_0x774086, _0x542b40) {
|
|
19928
|
-
const _0xcf07f8 = _0x52c8();
|
|
19929
|
-
return _0x1f0f = function(_0x1c0625, _0x3db260) {
|
|
19930
|
-
_0x1c0625 = _0x1c0625 - (-1 * 2069 + 9 * 832 + 54 * -96);
|
|
19931
|
-
let _0x1710a8 = _0xcf07f8[_0x1c0625];
|
|
19932
|
-
return _0x1710a8;
|
|
19933
|
-
}, _0x1f0f(_0x774086, _0x542b40);
|
|
19934
|
-
}
|
|
19935
19984
|
class AuthClientProvider {
|
|
19936
|
-
constructor(
|
|
19937
|
-
const
|
|
19938
|
-
this[
|
|
19939
|
-
const { clientMetadata:
|
|
19940
|
-
this[
|
|
19985
|
+
constructor(_0x3ecaba) {
|
|
19986
|
+
const _0x16d744 = _0x295b, _0x573fab = _0x295b;
|
|
19987
|
+
this["_callBackPromise"] = {};
|
|
19988
|
+
const { clientMetadata: _0x2075ee, state: _0x492c9e, redirectCallback: _0x418b2e, getAuthCodeByState: _0x5a6f80, waitForOAuthCode: _0x50de46 } = _0x3ecaba;
|
|
19989
|
+
this[_0x16d744(428)] = _0x2075ee, this[_0x16d744(454)] = _0x2075ee[_0x16d744(445)][-186 + -7549 + 7735], this["_state"] = _0x492c9e || generateStateFunction(), this["_redirectCallback"] = _0x418b2e || this["redirectCallbackFunction"], this["_getAuthCodeByState"] = _0x5a6f80 || this["getAuthCodeByStateFunction"], this[_0x573fab(426)] = _0x50de46 || this["waitForOAuthCodeFunction"]();
|
|
19941
19990
|
}
|
|
19942
|
-
async ["redirectCallbackFunction"](
|
|
19991
|
+
async ["redirectCallbackFunction"](_0x182039) {
|
|
19943
19992
|
var _a16, _b8, _c, _d, _e, _f;
|
|
19944
|
-
const
|
|
19945
|
-
|
|
19946
|
-
|
|
19947
|
-
|
|
19948
|
-
const
|
|
19949
|
-
!
|
|
19950
|
-
|
|
19951
|
-
if (!_0x349519["ok"]) {
|
|
19952
|
-
(_d = (_c = this[_0x33db4e(275)])[_0x33db4e(258)]) == null ? void 0 : _d.call(_c, _0x33db4e(252) + _0x349519[_0x33db4e(248)]);
|
|
19993
|
+
const _0x2d7e3c = _0x295b, _0x2a3a87 = _0x295b, _0x3c788d = { "qITTp": function(_0x20812e, _0x1b0a26, _0x3458a1) {
|
|
19994
|
+
return _0x20812e(_0x1b0a26, _0x3458a1);
|
|
19995
|
+
}, "qcFPW": _0x2d7e3c(452) }, _0x2eeda1 = await _0x3c788d["qITTp"](fetch, _0x182039, { "method": _0x3c788d[_0x2d7e3c(453)] });
|
|
19996
|
+
!_0x2eeda1["ok"] && ((_b8 = (_a16 = this["_callBackPromise"])["reject"]) == null ? void 0 : _b8.call(_a16, _0x2a3a87(446) + _0x2eeda1["statusText"]));
|
|
19997
|
+
const _0x4cf1ec = await this["_getAuthCodeByState"](this[_0x2a3a87(454)], this[_0x2d7e3c(442)]);
|
|
19998
|
+
if (!_0x4cf1ec["ok"]) {
|
|
19999
|
+
(_d = (_c = this[_0x2d7e3c(433)])["reject"]) == null ? void 0 : _d.call(_c, "Failed to fetch auth code: " + _0x4cf1ec["statusText"]);
|
|
19953
20000
|
return;
|
|
19954
20001
|
}
|
|
19955
|
-
const
|
|
19956
|
-
(_f = (_e = this[
|
|
20002
|
+
const _0x37d882 = await _0x4cf1ec[_0x2d7e3c(431)]();
|
|
20003
|
+
(_f = (_e = this[_0x2a3a87(433)])[_0x2d7e3c(456)]) == null ? void 0 : _f.call(_e, _0x37d882[_0x2d7e3c(432)]);
|
|
19957
20004
|
}
|
|
19958
|
-
async ["getAuthCodeByStateFunction"](
|
|
19959
|
-
const
|
|
19960
|
-
|
|
19961
|
-
|
|
19962
|
-
|
|
20005
|
+
async ["getAuthCodeByStateFunction"](_0x17f993, _0x1a4325) {
|
|
20006
|
+
const _0x3626c4 = _0x295b, _0x5612c4 = _0x295b, _0xc6e3ca = {};
|
|
20007
|
+
_0xc6e3ca["tuSmb"] = _0x3626c4(429);
|
|
20008
|
+
const _0x28efc2 = _0xc6e3ca, _0x383513 = {};
|
|
20009
|
+
_0x383513[_0x3626c4(460)] = _0x28efc2["tuSmb"];
|
|
20010
|
+
const _0x9e72f2 = {};
|
|
20011
|
+
return _0x9e72f2[_0x5612c4(441)] = _0x1a4325, fetch(_0x17f993, { "method": "POST", "headers": _0x383513, "body": new URLSearchParams(_0x9e72f2) });
|
|
19963
20012
|
}
|
|
19964
20013
|
["waitForOAuthCodeFunction"]() {
|
|
19965
|
-
const
|
|
19966
|
-
return () => new Promise((
|
|
19967
|
-
const
|
|
19968
|
-
|
|
20014
|
+
const _0xa710fb = _0x295b, _0x511b52 = this[_0xa710fb(433)];
|
|
20015
|
+
return () => new Promise((_0x1edebd, _0x1825a2) => {
|
|
20016
|
+
const _0x268a86 = _0xa710fb;
|
|
20017
|
+
_0x511b52["resolve"] = _0x1edebd, _0x511b52[_0x268a86(434)] = _0x1825a2;
|
|
19969
20018
|
});
|
|
19970
20019
|
}
|
|
19971
|
-
get [
|
|
19972
|
-
|
|
20020
|
+
get ["redirectUrl"]() {
|
|
20021
|
+
const _0x4af006 = _0x295b;
|
|
20022
|
+
return this[_0x4af006(454)];
|
|
19973
20023
|
}
|
|
19974
|
-
get [
|
|
20024
|
+
get ["clientMetadata"]() {
|
|
19975
20025
|
return this["_clientMetadata"];
|
|
19976
20026
|
}
|
|
19977
20027
|
["state"]() {
|
|
19978
|
-
|
|
19979
|
-
return this[_0x54c930(274)];
|
|
20028
|
+
return this["_state"];
|
|
19980
20029
|
}
|
|
19981
|
-
[
|
|
19982
|
-
|
|
20030
|
+
[_0x125317(447)]() {
|
|
20031
|
+
const _0x403dc5 = _0x125317;
|
|
20032
|
+
return this[_0x403dc5(444)];
|
|
19983
20033
|
}
|
|
19984
|
-
[
|
|
19985
|
-
const
|
|
19986
|
-
this[
|
|
20034
|
+
[_0x5b1277(435)](_0x48ae19) {
|
|
20035
|
+
const _0x2f8a8e = _0x125317;
|
|
20036
|
+
this[_0x2f8a8e(444)] = _0x48ae19;
|
|
19987
20037
|
}
|
|
19988
|
-
[
|
|
19989
|
-
|
|
20038
|
+
[_0x5b1277(457)]() {
|
|
20039
|
+
const _0x4f9f20 = _0x5b1277;
|
|
20040
|
+
return this[_0x4f9f20(439)];
|
|
19990
20041
|
}
|
|
19991
|
-
[
|
|
19992
|
-
|
|
19993
|
-
this[_0x5817ee(272)] = _0x2c82da;
|
|
20042
|
+
["saveTokens"](_0x23e270) {
|
|
20043
|
+
this["_tokens"] = _0x23e270;
|
|
19994
20044
|
}
|
|
19995
|
-
[
|
|
19996
|
-
const
|
|
19997
|
-
this[
|
|
20045
|
+
[_0x5b1277(450)](_0x3b8777) {
|
|
20046
|
+
const _0x43d6aa = _0x125317;
|
|
20047
|
+
this[_0x43d6aa(443)](_0x3b8777);
|
|
19998
20048
|
}
|
|
19999
|
-
[
|
|
20000
|
-
|
|
20001
|
-
this[_0x3c9cc8(268)] = _0x360b5e;
|
|
20049
|
+
["saveCodeVerifier"](_0x24fa92) {
|
|
20050
|
+
this["_codeVerifier"] = _0x24fa92;
|
|
20002
20051
|
}
|
|
20003
|
-
[
|
|
20004
|
-
const
|
|
20005
|
-
|
|
20006
|
-
|
|
20007
|
-
if (!this["_codeVerifier"]) throw new Error(_0x8e7b25[_0x4b7887(255)]);
|
|
20008
|
-
return this[_0x4b7887(268)];
|
|
20052
|
+
["codeVerifier"]() {
|
|
20053
|
+
const _0x5580e8 = _0x125317;
|
|
20054
|
+
if (!this[_0x5580e8(437)]) throw new Error("No code verifier saved");
|
|
20055
|
+
return this["_codeVerifier"];
|
|
20009
20056
|
}
|
|
20010
20057
|
}
|
|
20011
|
-
(function(
|
|
20012
|
-
var
|
|
20058
|
+
(function(_0x3eddf7, _0x37edba) {
|
|
20059
|
+
var _0x4f4dfb = _0x2d57, _0x26a47e = _0x2d57, _0x455a42 = _0x3eddf7();
|
|
20013
20060
|
while (!![]) {
|
|
20014
20061
|
try {
|
|
20015
|
-
var
|
|
20016
|
-
if (
|
|
20017
|
-
else
|
|
20018
|
-
} catch (
|
|
20019
|
-
|
|
20020
|
-
}
|
|
20021
|
-
}
|
|
20022
|
-
})(
|
|
20023
|
-
function
|
|
20024
|
-
var
|
|
20025
|
-
|
|
20026
|
-
return
|
|
20062
|
+
var _0x352785 = parseInt(_0x4f4dfb(361)) / (-8487 + 3575 + -17 * -289) * (parseInt(_0x26a47e(363)) / (-1 * -8543 + 5 * 233 + -9706)) + -parseInt(_0x4f4dfb(358)) / (-4 * -991 + -4153 * 1 + 192) + parseInt(_0x4f4dfb(359)) / (8411 + -6883 + 381 * -4) * (parseInt(_0x4f4dfb(357)) / (37 * -99 + -553 * -13 + 1 * -3521)) + parseInt(_0x26a47e(354)) / (3127 + 1287 + -4408) * (parseInt(_0x4f4dfb(360)) / (79 * -47 + -6867 + -10587 * -1)) + parseInt(_0x26a47e(362)) / (2879 * -1 + -4327 + 7214 * 1) + parseInt(_0x26a47e(364)) / (-7772 + -1 * -7873 + -92) + -parseInt(_0x26a47e(356)) / (9184 + -6643 + -2531) * (parseInt(_0x4f4dfb(355)) / (1843 + 1 * 9218 + 425 * -26));
|
|
20063
|
+
if (_0x352785 === _0x37edba) break;
|
|
20064
|
+
else _0x455a42["push"](_0x455a42["shift"]());
|
|
20065
|
+
} catch (_0x2a1929) {
|
|
20066
|
+
_0x455a42["push"](_0x455a42["shift"]());
|
|
20067
|
+
}
|
|
20068
|
+
}
|
|
20069
|
+
})(_0x59e6, -73523 * -3 + 1 * -407717 + 530518);
|
|
20070
|
+
function _0x59e6() {
|
|
20071
|
+
var _0x5ee1c4 = ["40ecBYYe", "1095owKKYD", "486870YOVwZy", "5752xWiyTO", "561484biNVMw", "1fWJmxQ", "1866064SPnyhb", "1109522vMiuMX", "1602351pPEGwH", "12sVyMLL", "2573296LTwOhv"];
|
|
20072
|
+
_0x59e6 = function() {
|
|
20073
|
+
return _0x5ee1c4;
|
|
20027
20074
|
};
|
|
20028
|
-
return
|
|
20075
|
+
return _0x59e6();
|
|
20029
20076
|
}
|
|
20030
|
-
function
|
|
20031
|
-
var
|
|
20032
|
-
return
|
|
20033
|
-
|
|
20034
|
-
var
|
|
20035
|
-
return
|
|
20036
|
-
},
|
|
20077
|
+
function _0x2d57(_0x22a4e9, _0x3c5d7b) {
|
|
20078
|
+
var _0x3ed0bb = _0x59e6();
|
|
20079
|
+
return _0x2d57 = function(_0x19cb9d, _0x563453) {
|
|
20080
|
+
_0x19cb9d = _0x19cb9d - (-1 * -642 + 503 * -5 + 2227);
|
|
20081
|
+
var _0x246bca = _0x3ed0bb[_0x19cb9d];
|
|
20082
|
+
return _0x246bca;
|
|
20083
|
+
}, _0x2d57(_0x22a4e9, _0x3c5d7b);
|
|
20037
20084
|
}
|
|
20038
20085
|
class Server extends Protocol {
|
|
20039
20086
|
/**
|
|
@@ -22594,7 +22641,7 @@
|
|
|
22594
22641
|
let reconnect = false;
|
|
22595
22642
|
let response;
|
|
22596
22643
|
const connectProxy = async () => {
|
|
22597
|
-
const { transport: transport2, sessionId: sessionId2 } = type2 === "sse" ? await createSseProxy(proxyOptions) : await createStreamProxy(proxyOptions);
|
|
22644
|
+
const { transport: transport2, sessionId: sessionId2 } = type2 === "sse" ? await createSseProxy(proxyOptions) : type2 === "socket" ? await createSocketProxy(proxyOptions) : await createStreamProxy(proxyOptions);
|
|
22598
22645
|
transport2.onerror = async (error2) => {
|
|
22599
22646
|
onError == null ? void 0 : onError(error2);
|
|
22600
22647
|
if (error2.message === "Unauthorized" && !reconnect) {
|
|
@@ -22629,6 +22676,11 @@
|
|
|
22629
22676
|
await this.client.connect(transport);
|
|
22630
22677
|
}
|
|
22631
22678
|
}
|
|
22679
|
+
if (type2 === "socket") {
|
|
22680
|
+
transport = new WebSocketClientTransport(new URL(`${url}?sessionId=${sessionId}&token=${token}`));
|
|
22681
|
+
transport.sessionId = sessionId;
|
|
22682
|
+
await this.client.connect(transport);
|
|
22683
|
+
}
|
|
22632
22684
|
if (typeof transport === "undefined") {
|
|
22633
22685
|
if (authProvider) {
|
|
22634
22686
|
const createTransport = () => new StreamableHTTPClientTransport(endpoint, { authProvider });
|
|
@@ -43153,6 +43205,7 @@ ${user}:`]
|
|
|
43153
43205
|
this.mcpTools = [];
|
|
43154
43206
|
this.ignoreToolnames = [];
|
|
43155
43207
|
this.autoUpdateTools = true;
|
|
43208
|
+
this.messages = [];
|
|
43156
43209
|
this.mcpServers = mcpServers || [];
|
|
43157
43210
|
if (llm) {
|
|
43158
43211
|
this.llm = llm;
|
|
@@ -43182,6 +43235,9 @@ ${user}:`]
|
|
|
43182
43235
|
}
|
|
43183
43236
|
return await createMCPClient({ transport });
|
|
43184
43237
|
} catch (error2) {
|
|
43238
|
+
if (this.onError) {
|
|
43239
|
+
this.onError((error2 == null ? void 0 : error2.message) || `Failed to create MCP client`, error2);
|
|
43240
|
+
}
|
|
43185
43241
|
console.error(`Failed to create MCP client`, serverConfig, error2);
|
|
43186
43242
|
return null;
|
|
43187
43243
|
}
|
|
@@ -43202,6 +43258,10 @@ ${user}:`]
|
|
|
43202
43258
|
try {
|
|
43203
43259
|
return client ? await ((_a16 = client == null ? void 0 : client.tools) == null ? void 0 : _a16.call(client)) : null;
|
|
43204
43260
|
} catch (error2) {
|
|
43261
|
+
if (this.onError) {
|
|
43262
|
+
this.onError((error2 == null ? void 0 : error2.message) || `Failed to query tools`, error2);
|
|
43263
|
+
}
|
|
43264
|
+
console.error(`Failed to query tools`, error2);
|
|
43205
43265
|
return null;
|
|
43206
43266
|
}
|
|
43207
43267
|
})
|
|
@@ -43212,8 +43272,12 @@ ${user}:`]
|
|
|
43212
43272
|
await Promise.all(
|
|
43213
43273
|
this.mcpClients.map(async (client) => {
|
|
43214
43274
|
try {
|
|
43215
|
-
client.close();
|
|
43275
|
+
await client.close();
|
|
43216
43276
|
} catch (error2) {
|
|
43277
|
+
if (this.onError) {
|
|
43278
|
+
this.onError((error2 == null ? void 0 : error2.message) || `Failed to close client`, error2);
|
|
43279
|
+
}
|
|
43280
|
+
console.error(`Failed to close client`, error2);
|
|
43217
43281
|
}
|
|
43218
43282
|
})
|
|
43219
43283
|
);
|
|
@@ -43229,7 +43293,7 @@ ${user}:`]
|
|
|
43229
43293
|
}
|
|
43230
43294
|
async insertMcpServer(mcpServer) {
|
|
43231
43295
|
var _a16;
|
|
43232
|
-
const find = this.mcpServers.find((item) => item.url === mcpServer.url);
|
|
43296
|
+
const find = this.mcpServers.find((item) => "url" in item && "url" in mcpServer && item.url === mcpServer.url);
|
|
43233
43297
|
if (!find) {
|
|
43234
43298
|
this.mcpServers = [...this.mcpServers, mcpServer];
|
|
43235
43299
|
const client = await this._createOneClient(mcpServer);
|
|
@@ -43267,7 +43331,7 @@ ${user}:`]
|
|
|
43267
43331
|
return toolsResult;
|
|
43268
43332
|
}
|
|
43269
43333
|
async _chat(chatMethod, { model, maxSteps = 5, ...options }) {
|
|
43270
|
-
var _a16;
|
|
43334
|
+
var _a16, _b8;
|
|
43271
43335
|
if (!this.llm) {
|
|
43272
43336
|
throw new Error("LLM is not initialized");
|
|
43273
43337
|
}
|
|
@@ -43275,13 +43339,22 @@ ${user}:`]
|
|
|
43275
43339
|
await this._createMpcTools();
|
|
43276
43340
|
(_a16 = this.onUpdatedTools) == null ? void 0 : _a16.call(this);
|
|
43277
43341
|
}
|
|
43278
|
-
|
|
43342
|
+
const chatOptions = {
|
|
43279
43343
|
// @ts-ignore ProviderV2 是所有llm的父类, 在每一个具体的llm 类都有一个选择model的函数用法
|
|
43280
43344
|
model: this.llm(model),
|
|
43281
43345
|
stopWhen: stepCountIs(maxSteps),
|
|
43282
43346
|
...options,
|
|
43283
43347
|
tools: this.tempMergeTools(options.tools)
|
|
43348
|
+
};
|
|
43349
|
+
if (options.message && !options.messages) {
|
|
43350
|
+
this.messages.push({ role: "user", content: options.message });
|
|
43351
|
+
chatOptions.messages = [...this.messages];
|
|
43352
|
+
}
|
|
43353
|
+
const result = chatMethod(chatOptions);
|
|
43354
|
+
(_b8 = result == null ? void 0 : result.response) == null ? void 0 : _b8.then((res) => {
|
|
43355
|
+
this.messages.push(...res.messages);
|
|
43284
43356
|
});
|
|
43357
|
+
return result;
|
|
43285
43358
|
}
|
|
43286
43359
|
async chat(options) {
|
|
43287
43360
|
return this._chat(generateText, options);
|