@opentiny/agent 0.3.2 → 0.3.3
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/index.d.ts +32 -5
- package/index.js +870 -738
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,957 +1,1087 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _0x55456e from "jsonwebtoken";
|
|
2
2
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
3
3
|
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
|
|
4
4
|
import { SSEServerTransport } from "@modelcontextprotocol/sdk/server/sse.js";
|
|
5
5
|
import { StreamableHTTPServerTransport } from "@modelcontextprotocol/sdk/server/streamableHttp.js";
|
|
6
|
-
import { EmptyResultSchema, ElicitResultSchema, CreateMessageResultSchema, ListRootsResultSchema, isInitializeRequest } from "@modelcontextprotocol/sdk/types.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
6
|
+
import { JSONRPCMessageSchema, EmptyResultSchema, ElicitResultSchema, CreateMessageResultSchema, ListRootsResultSchema, isInitializeRequest } from "@modelcontextprotocol/sdk/types.js";
|
|
7
|
+
import _0xafee6b from "cors";
|
|
8
|
+
import _0xec42e8 from "express";
|
|
9
9
|
import { getOAuthProtectedResourceMetadataUrl, createOAuthMetadata, mcpAuthRouter } from "@modelcontextprotocol/sdk/server/auth/router.js";
|
|
10
10
|
import { checkResourceAllowed } from "@modelcontextprotocol/sdk/shared/auth-utils.js";
|
|
11
11
|
import { requireBearerAuth } from "@modelcontextprotocol/sdk/server/auth/middleware/bearerAuth.js";
|
|
12
12
|
import { allowedMethods } from "@modelcontextprotocol/sdk/server/auth/middleware/allowedMethods.js";
|
|
13
13
|
import { InvalidGrantError, InvalidTokenError } from "@modelcontextprotocol/sdk/server/auth/errors.js";
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
const _0x57ef6f = _0x3a81;
|
|
15
|
+
(function(_0x14843e, _0x5069fd) {
|
|
16
|
+
const _0x38c567 = _0x3a81, _0x43b791 = _0x3a81, _0x4dbc6f = _0x14843e();
|
|
16
17
|
while (!![]) {
|
|
17
18
|
try {
|
|
18
|
-
const
|
|
19
|
-
if (
|
|
20
|
-
else
|
|
21
|
-
} catch (
|
|
22
|
-
|
|
19
|
+
const _0x2b32ea = parseInt(_0x38c567(489)) / (-4828 + -13 * -12 + 4673) + parseInt(_0x38c567(496)) / (1097 * 2 + -121 * 1 + -19 * 109) + parseInt(_0x38c567(498)) / (3 * -2081 + 18 * 159 + 3384) + parseInt(_0x43b791(497)) / (-5709 + -77 + 5790) * (-parseInt(_0x38c567(506)) / (-6556 + -14 * -189 + 9 * 435)) + parseInt(_0x38c567(505)) / (1 * -3719 + -7209 + -71 * -154) + parseInt(_0x43b791(486)) / (-1 * -1957 + 7849 + -9799) * (parseInt(_0x38c567(504)) / (4784 + 8582 + -13358)) + -parseInt(_0x38c567(495)) / (2460 + 2 * 822 + -4095);
|
|
20
|
+
if (_0x2b32ea === _0x5069fd) break;
|
|
21
|
+
else _0x4dbc6f["push"](_0x4dbc6f["shift"]());
|
|
22
|
+
} catch (_0x37a7dd) {
|
|
23
|
+
_0x4dbc6f["push"](_0x4dbc6f["shift"]());
|
|
23
24
|
}
|
|
24
25
|
}
|
|
25
|
-
})(
|
|
26
|
-
function
|
|
27
|
-
const
|
|
28
|
-
return
|
|
29
|
-
|
|
30
|
-
let
|
|
31
|
-
return
|
|
32
|
-
},
|
|
26
|
+
})(_0x3d3a, 455039 + 1 * 62630 + 26374);
|
|
27
|
+
function _0x3a81(_0x574125, _0x431b73) {
|
|
28
|
+
const _0x10c871 = _0x3d3a();
|
|
29
|
+
return _0x3a81 = function(_0x17836e, _0x1efeb7) {
|
|
30
|
+
_0x17836e = _0x17836e - (5 * 78 + -7411 + 7507);
|
|
31
|
+
let _0x21f0fc = _0x10c871[_0x17836e];
|
|
32
|
+
return _0x21f0fc;
|
|
33
|
+
}, _0x3a81(_0x574125, _0x431b73);
|
|
33
34
|
}
|
|
34
|
-
function
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
return
|
|
35
|
+
function _0x3d3a() {
|
|
36
|
+
const _0x1753f6 = ["5IPOFFa", "798WVzKmk", "message", "send", "1003048CrcRiX", "toString", "close", "onerror", "FWfnP", "vkfvw", "24638427mIoURR", "1794792xxYZSS", "333176JjQIRT", "2016036NHXzDh", "nmmli", "protocol", "_socket", "mcp", "error", "55536eLxIwF", "6576faqCII"];
|
|
37
|
+
_0x3d3a = function() {
|
|
38
|
+
return _0x1753f6;
|
|
38
39
|
};
|
|
39
|
-
return
|
|
40
|
+
return _0x3d3a();
|
|
40
41
|
}
|
|
41
|
-
const
|
|
42
|
+
const SUBPROTOCOL = _0x57ef6f(502);
|
|
43
|
+
class WebSocketServerTransport {
|
|
44
|
+
constructor(_0x289e8d) {
|
|
45
|
+
this["_socket"] = _0x289e8d;
|
|
46
|
+
}
|
|
47
|
+
async ["start"]() {
|
|
48
|
+
const _0x55d8bf = _0x57ef6f, _0x348a49 = _0x57ef6f, _0x43fe65 = {};
|
|
49
|
+
_0x43fe65[_0x55d8bf(494)] = "Unsupported websocket subprotocol", _0x43fe65[_0x348a49(493)] = _0x348a49(503);
|
|
50
|
+
const _0x330ecf = _0x43fe65;
|
|
51
|
+
if (!this["_socket"]) return;
|
|
52
|
+
if (this[_0x348a49(501)][_0x55d8bf(500)] !== SUBPROTOCOL) {
|
|
53
|
+
this[_0x348a49(501)]["close"](4475 * -2 + 9471 * -1 + -19423 * -1, _0x330ecf[_0x55d8bf(494)]);
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
this["_socket"]["on"](_0x330ecf[_0x55d8bf(493)], (_0x5ca3d6) => {
|
|
57
|
+
var _a;
|
|
58
|
+
const _0x583d7f = _0x55d8bf;
|
|
59
|
+
(_a = this[_0x583d7f(492)]) == null ? void 0 : _a.call(this, _0x5ca3d6);
|
|
60
|
+
}), this["_socket"]["on"]("close", () => {
|
|
61
|
+
var _a;
|
|
62
|
+
this["_socket"] = void 0, (_a = this["onclose"]) == null ? void 0 : _a.call(this);
|
|
63
|
+
}), this["_socket"]["on"](_0x55d8bf(487), (_0x5a85e3) => {
|
|
64
|
+
var _a, _b;
|
|
65
|
+
const _0x2abeb7 = _0x348a49, _0x27308b = _0x55d8bf;
|
|
66
|
+
let _0x542de8;
|
|
67
|
+
try {
|
|
68
|
+
_0x542de8 = JSONRPCMessageSchema["parse"](JSON["parse"](_0x5a85e3[_0x2abeb7(490)]()));
|
|
69
|
+
} catch (_0x29ca21) {
|
|
70
|
+
(_a = this[_0x27308b(492)]) == null ? void 0 : _a.call(this, _0x29ca21);
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
(_b = this["onmessage"]) == null ? void 0 : _b.call(this, _0x542de8);
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
async [_0x57ef6f(491)]() {
|
|
77
|
+
var _a;
|
|
78
|
+
(_a = this["_socket"]) == null ? void 0 : _a["close"]();
|
|
79
|
+
}
|
|
80
|
+
[_0x57ef6f(488)](_0x42fe5b) {
|
|
81
|
+
const _0x4b6d2a = { "nmmli": function(_0x50888e, _0x5b4aa9) {
|
|
82
|
+
return _0x50888e(_0x5b4aa9);
|
|
83
|
+
}, "SYuIv": "Not connected", "PXqmr": function(_0x222499) {
|
|
84
|
+
return _0x222499();
|
|
85
|
+
} };
|
|
86
|
+
return new Promise((_0x186d95, _0xeb75f9) => {
|
|
87
|
+
var _a;
|
|
88
|
+
const _0x42764d = _0x3a81;
|
|
89
|
+
if (!this["_socket"]) {
|
|
90
|
+
_0x4b6d2a[_0x42764d(499)](_0xeb75f9, new Error(_0x4b6d2a["SYuIv"]));
|
|
91
|
+
return;
|
|
92
|
+
}
|
|
93
|
+
(_a = this[_0x42764d(501)]) == null ? void 0 : _a["send"](JSON["stringify"](_0x42fe5b)), _0x4b6d2a["PXqmr"](_0x186d95);
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
function _0x2983() {
|
|
98
|
+
const _0x49ac59 = ["name", "clearRequestListener", "GrPty", "setLoggingLevel", "function", "listResources", "YAaae", "hRKkR", "qgcOc", "push", "QJDCY", "elicitation/create", "6209840ieICTt", "level", "JtpyX", "subscribeResource", "HIaTT", "fallbackRequestHandler", "originalOnResponse", "19342SbDDId", "resources/list", "method", "WMwKc", "ReZfj", "CYqhf", "kzqbq", "addResponseListener", "kvcMm", "fallbackNotificationHandler", "hRqHE", "indexOf", "2.0", "clear", "83xNYRqH", "_notificationHandlers", "tools/list", "_onresponse", "code", "gMTWu", "9JldXZB", "4776750ybOOUk", "mnnBm", "initialize", "22nuklNJ", "send", "completion/complete", "splice", "Nqqnp", "eUyqE", "error", "params", "logging/setLevel", "message", "ROeTW", "handleListener", "zWzUq", "8834248gJshOB", "call", "result", "wfyMt", "_onnotification", "25vCaUtg", "transport", "data", "_onrequest", "339356eFMciq", "jsonrpc", "JAhfk", "ping", "otKXF", "1520370ocQwgt", "onerror", "readResource", "SnMEh", "AJTeD", "3500400jFDPbK", "removeResponseListener", "aUVsM", "removeRequestListener", "LsKal", "request", "notifications/cancelled", "voZyw", "vRhZk"];
|
|
99
|
+
_0x2983 = function() {
|
|
100
|
+
return _0x49ac59;
|
|
101
|
+
};
|
|
102
|
+
return _0x2983();
|
|
103
|
+
}
|
|
104
|
+
(function(_0x4bc357, _0x293c93) {
|
|
105
|
+
const _0x300a52 = _0x593e, _0x4ff2cb = _0x593e, _0x148e6d = _0x4bc357();
|
|
106
|
+
while (!![]) {
|
|
107
|
+
try {
|
|
108
|
+
const _0x1f7e14 = -parseInt(_0x300a52(442)) / (1006 * 8 + -1 * 3083 + -4964) * (-parseInt(_0x4ff2cb(428)) / (-1 * -2011 + 6874 * -1 + 4865)) + -parseInt(_0x4ff2cb(364)) / (861 + -5770 + 1 * 4912) * (-parseInt(_0x4ff2cb(390)) / (5 * -564 + -984 * -8 + -2 * 2524)) + -parseInt(_0x4ff2cb(386)) / (2411 + 8361 + -10767) * (parseInt(_0x4ff2cb(395)) / (-7039 * 1 + -1921 * 4 + 14729)) + parseInt(_0x300a52(421)) / (-8257 * -1 + -8430 + -9 * -20) + -parseInt(_0x4ff2cb(381)) / (7190 + -1 * 8269 + 1087) + parseInt(_0x4ff2cb(365)) / (163 * 10 + 9882 + 11503 * -1) + -parseInt(_0x4ff2cb(400)) / (7843 + -6926 + -907) * (-parseInt(_0x300a52(368)) / (1718 * -3 + 1144 * -3 + 8597));
|
|
109
|
+
if (_0x1f7e14 === _0x293c93) break;
|
|
110
|
+
else _0x148e6d["push"](_0x148e6d["shift"]());
|
|
111
|
+
} catch (_0x42dfdf) {
|
|
112
|
+
_0x148e6d["push"](_0x148e6d["shift"]());
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
})(_0x2983, -787224 + -102 * -4954 + 1085820);
|
|
116
|
+
const forwardServerRequest = async (_0x824cd1, _0x293ea1, _0x322333) => {
|
|
42
117
|
var _a;
|
|
43
|
-
const
|
|
44
|
-
|
|
45
|
-
const
|
|
46
|
-
let
|
|
47
|
-
switch (
|
|
48
|
-
case
|
|
49
|
-
|
|
118
|
+
const _0x1fd413 = _0x593e, _0x3947d4 = _0x593e, _0x18c930 = {};
|
|
119
|
+
_0x18c930[_0x1fd413(404)] = _0x1fd413(444), _0x18c930["nwPVQ"] = "tools/call", _0x18c930["eUyqE"] = _0x1fd413(429), _0x18c930[_0x1fd413(434)] = "resources/templates/list", _0x18c930[_0x3947d4(398)] = "prompts/get", _0x18c930[_0x3947d4(378)] = "prompts/list", _0x18c930["IZjiZ"] = _0x3947d4(376), _0x18c930[_0x1fd413(436)] = "2.0";
|
|
120
|
+
const _0x4b831b = _0x18c930, { id: _0x2fd464, method: _0x142e51, params: _0x5dcbb5 } = _0x322333;
|
|
121
|
+
let _0x2ad8aa = {};
|
|
122
|
+
switch (_0x142e51) {
|
|
123
|
+
case _0x4b831b["LsKal"]:
|
|
124
|
+
_0x2ad8aa = await _0x293ea1["listTools"](_0x5dcbb5);
|
|
50
125
|
break;
|
|
51
|
-
case
|
|
52
|
-
|
|
126
|
+
case _0x4b831b["nwPVQ"]:
|
|
127
|
+
_0x2ad8aa = await _0x293ea1["callTool"](_0x5dcbb5);
|
|
53
128
|
break;
|
|
54
|
-
case
|
|
55
|
-
|
|
129
|
+
case _0x4b831b[_0x1fd413(373)]:
|
|
130
|
+
_0x2ad8aa = await _0x293ea1[_0x3947d4(414)](_0x5dcbb5);
|
|
56
131
|
break;
|
|
57
|
-
case
|
|
58
|
-
|
|
132
|
+
case _0x4b831b["kzqbq"]:
|
|
133
|
+
_0x2ad8aa = await _0x293ea1["listResourceTemplates"](_0x5dcbb5);
|
|
59
134
|
break;
|
|
60
|
-
case
|
|
61
|
-
|
|
135
|
+
case "resources/read":
|
|
136
|
+
_0x2ad8aa = await _0x293ea1[_0x3947d4(397)](_0x5dcbb5);
|
|
62
137
|
break;
|
|
63
|
-
case
|
|
64
|
-
|
|
138
|
+
case "resources/subscribe":
|
|
139
|
+
_0x2ad8aa = await _0x293ea1[_0x3947d4(424)](_0x5dcbb5);
|
|
65
140
|
break;
|
|
66
|
-
case
|
|
67
|
-
|
|
141
|
+
case "resources/unsubscribe":
|
|
142
|
+
_0x2ad8aa = await _0x293ea1["unsubscribeResource"](_0x5dcbb5);
|
|
68
143
|
break;
|
|
69
|
-
case
|
|
70
|
-
|
|
144
|
+
case _0x4b831b["SnMEh"]:
|
|
145
|
+
_0x2ad8aa = await _0x293ea1["getPrompt"](_0x5dcbb5);
|
|
71
146
|
break;
|
|
72
|
-
case
|
|
73
|
-
|
|
147
|
+
case _0x4b831b[_0x1fd413(378)]:
|
|
148
|
+
_0x2ad8aa = await _0x293ea1["listPrompts"](_0x5dcbb5);
|
|
74
149
|
break;
|
|
75
|
-
case
|
|
76
|
-
|
|
150
|
+
case _0x3947d4(393):
|
|
151
|
+
_0x2ad8aa = await _0x293ea1["ping"]();
|
|
77
152
|
break;
|
|
78
|
-
case
|
|
79
|
-
|
|
153
|
+
case _0x3947d4(370):
|
|
154
|
+
_0x2ad8aa = await _0x293ea1["complete"](_0x5dcbb5);
|
|
80
155
|
break;
|
|
81
|
-
case "
|
|
82
|
-
|
|
156
|
+
case _0x4b831b["IZjiZ"]:
|
|
157
|
+
_0x2ad8aa = await _0x293ea1[_0x1fd413(412)](_0x5dcbb5 == null ? void 0 : _0x5dcbb5[_0x1fd413(422)]);
|
|
83
158
|
break;
|
|
84
159
|
}
|
|
85
|
-
const
|
|
86
|
-
|
|
87
|
-
}, forwardClientRequest = async (
|
|
160
|
+
const _0xce4cd2 = {};
|
|
161
|
+
_0xce4cd2[_0x3947d4(383)] = _0x2ad8aa, _0xce4cd2[_0x1fd413(391)] = _0x4b831b[_0x3947d4(436)], _0xce4cd2["id"] = _0x2fd464, await ((_a = _0x824cd1 == null ? void 0 : _0x824cd1[_0x3947d4(387)]) == null ? void 0 : _a[_0x3947d4(369)](_0xce4cd2));
|
|
162
|
+
}, forwardClientRequest = async (_0x1d5176, _0x54c02a, _0x461bf4) => {
|
|
88
163
|
var _a;
|
|
89
|
-
const
|
|
90
|
-
|
|
91
|
-
const
|
|
92
|
-
let
|
|
93
|
-
switch (
|
|
94
|
-
case
|
|
95
|
-
const
|
|
96
|
-
|
|
164
|
+
const _0x36644a = _0x593e, _0x226145 = _0x593e, _0x5bf4de = {};
|
|
165
|
+
_0x5bf4de[_0x36644a(408)] = "roots/list", _0x5bf4de["hRKkR"] = "sampling/createMessage", _0x5bf4de["simWI"] = _0x226145(420), _0x5bf4de["kPDql"] = _0x226145(393), _0x5bf4de[_0x36644a(415)] = _0x36644a(440);
|
|
166
|
+
const _0x28df21 = _0x5bf4de, { id: _0xac7f7, method: _0x33fb33, params: _0x316a73 } = _0x461bf4;
|
|
167
|
+
let _0x3be6a1 = {};
|
|
168
|
+
switch (_0x33fb33) {
|
|
169
|
+
case _0x28df21[_0x226145(408)]:
|
|
170
|
+
const _0x18f9fb = {};
|
|
171
|
+
_0x18f9fb[_0x226145(430)] = _0x33fb33, _0x18f9fb[_0x36644a(375)] = _0x316a73, _0x3be6a1 = await _0x54c02a["request"](_0x18f9fb, ListRootsResultSchema);
|
|
97
172
|
break;
|
|
98
|
-
case
|
|
99
|
-
const
|
|
100
|
-
|
|
173
|
+
case _0x28df21[_0x226145(416)]:
|
|
174
|
+
const _0x520f08 = {};
|
|
175
|
+
_0x520f08[_0x226145(430)] = _0x33fb33, _0x520f08[_0x36644a(375)] = _0x316a73, _0x3be6a1 = await _0x54c02a["request"](_0x520f08, CreateMessageResultSchema);
|
|
101
176
|
break;
|
|
102
|
-
case "
|
|
103
|
-
const
|
|
104
|
-
|
|
177
|
+
case _0x28df21["simWI"]:
|
|
178
|
+
const _0x578ac6 = {};
|
|
179
|
+
_0x578ac6[_0x226145(430)] = _0x33fb33, _0x578ac6[_0x36644a(375)] = _0x316a73, _0x3be6a1 = await _0x54c02a[_0x36644a(405)](_0x578ac6, ElicitResultSchema);
|
|
105
180
|
break;
|
|
106
|
-
case "
|
|
107
|
-
const
|
|
108
|
-
|
|
181
|
+
case _0x28df21["kPDql"]:
|
|
182
|
+
const _0x33f7d7 = {};
|
|
183
|
+
_0x33f7d7["method"] = _0x33fb33, _0x3be6a1 = await _0x54c02a["request"](_0x33f7d7, EmptyResultSchema);
|
|
109
184
|
break;
|
|
110
185
|
}
|
|
111
|
-
const
|
|
112
|
-
return
|
|
186
|
+
const _0x53d8a9 = {};
|
|
187
|
+
return _0x53d8a9[_0x226145(383)] = _0x3be6a1, _0x53d8a9[_0x226145(391)] = _0x28df21[_0x36644a(415)], _0x53d8a9["id"] = _0xac7f7, await ((_a = _0x1d5176 == null ? void 0 : _0x1d5176[_0x36644a(387)]) == null ? void 0 : _a["send"](_0x53d8a9)), _0x3be6a1;
|
|
113
188
|
};
|
|
114
|
-
const forwardServerOnRequest = (
|
|
115
|
-
const
|
|
116
|
-
return
|
|
117
|
-
}, "
|
|
118
|
-
|
|
119
|
-
} }, _0x6c961f = _0x18ef46[_0x5a20e3(527)];
|
|
120
|
-
_0x18ef46[_0x5a20e3(527)] = async (_0x396437, _0xddbb07) => {
|
|
189
|
+
const forwardServerOnRequest = (_0x4cfb3b, _0x4f414d) => {
|
|
190
|
+
const _0x3505bf = _0x593e, _0x39cdb4 = { "voZyw": function(_0x50c207, _0x161783, _0x559c83, _0x33a22f) {
|
|
191
|
+
return _0x50c207(_0x161783, _0x559c83, _0x33a22f);
|
|
192
|
+
}, "Nqqnp": "2.0" }, _0x59b66e = _0x4cfb3b["_onrequest"];
|
|
193
|
+
_0x4cfb3b[_0x3505bf(389)] = async (_0x527a36, _0x4f4ead) => {
|
|
121
194
|
var _a, _b, _c, _d, _e;
|
|
122
|
-
const
|
|
195
|
+
const _0x3b840f = _0x3505bf, _0x3a4bd6 = _0x3505bf, { id: _0x3161b9, method: _0x176194 } = _0x527a36;
|
|
123
196
|
try {
|
|
124
|
-
|
|
125
|
-
} catch (
|
|
126
|
-
const { code:
|
|
197
|
+
_0x176194 === _0x3b840f(367) ? await _0x59b66e[_0x3a4bd6(382)](_0x4cfb3b, _0x527a36, _0x4f4ead) : await _0x39cdb4[_0x3b840f(407)](forwardServerRequest, _0x4cfb3b, _0x4f414d, _0x527a36);
|
|
198
|
+
} catch (_0x5b52d4) {
|
|
199
|
+
const { code: _0x8d32c8, message: _0x2e23a9, data: _0x5064de } = _0x5b52d4;
|
|
127
200
|
try {
|
|
128
|
-
if (
|
|
129
|
-
const
|
|
130
|
-
|
|
131
|
-
const
|
|
132
|
-
|
|
133
|
-
} else (_c = (_b =
|
|
134
|
-
} catch (
|
|
135
|
-
(_e = (_d =
|
|
201
|
+
if (_0x8d32c8) {
|
|
202
|
+
const _0x322c6b = {};
|
|
203
|
+
_0x322c6b["code"] = _0x8d32c8, _0x322c6b["message"] = _0x2e23a9, _0x322c6b["data"] = _0x5064de;
|
|
204
|
+
const _0x4ac2b2 = {};
|
|
205
|
+
_0x4ac2b2[_0x3a4bd6(374)] = _0x322c6b, _0x4ac2b2["jsonrpc"] = _0x39cdb4[_0x3a4bd6(372)], _0x4ac2b2["id"] = _0x3161b9, await ((_a = _0x4cfb3b == null ? void 0 : _0x4cfb3b[_0x3a4bd6(387)]) == null ? void 0 : _a[_0x3a4bd6(369)](_0x4ac2b2));
|
|
206
|
+
} else (_c = (_b = _0x4cfb3b == null ? void 0 : _0x4cfb3b["transport"]) == null ? void 0 : _b["onerror"]) == null ? void 0 : _c.call(_b, _0x5b52d4);
|
|
207
|
+
} catch (_0x14cc28) {
|
|
208
|
+
(_e = (_d = _0x4cfb3b == null ? void 0 : _0x4cfb3b["transport"]) == null ? void 0 : _d["onerror"]) == null ? void 0 : _e.call(_d, _0x14cc28);
|
|
136
209
|
}
|
|
137
210
|
}
|
|
138
211
|
};
|
|
139
212
|
};
|
|
140
|
-
const forwardServerOnNotification = (
|
|
141
|
-
const
|
|
142
|
-
|
|
143
|
-
return
|
|
144
|
-
},
|
|
145
|
-
|
|
146
|
-
|
|
213
|
+
const forwardServerOnNotification = (_0x1a1c0a, _0x430afd) => {
|
|
214
|
+
const _0x2118c4 = _0x593e, _0x59b5a2 = {};
|
|
215
|
+
_0x59b5a2[_0x2118c4(432)] = function(_0x23c44f, _0x100c82) {
|
|
216
|
+
return _0x23c44f !== _0x100c82;
|
|
217
|
+
}, _0x59b5a2["QJDCY"] = "notifications/initialized", _0x59b5a2[_0x2118c4(438)] = function(_0x19dc64, _0x3deff4) {
|
|
218
|
+
return _0x19dc64 !== _0x3deff4;
|
|
219
|
+
}, _0x59b5a2["WMwKc"] = "notifications/cancelled";
|
|
220
|
+
const _0x21d78a = _0x59b5a2;
|
|
221
|
+
_0x1a1c0a[_0x2118c4(385)] = async (_0xd38b0c) => {
|
|
147
222
|
var _a, _b;
|
|
148
|
-
const
|
|
149
|
-
if (
|
|
150
|
-
await
|
|
151
|
-
} catch (
|
|
152
|
-
(_b = (_a =
|
|
223
|
+
const _0xab747c = _0x2118c4, _0x17e9d4 = _0x2118c4, { method: _0x27a5d8, params: _0x232adc } = _0xd38b0c;
|
|
224
|
+
if (_0x21d78a[_0xab747c(432)](_0x27a5d8, _0x21d78a[_0xab747c(419)]) && (_0x21d78a["hRqHE"](_0x27a5d8, _0x21d78a[_0xab747c(431)]) || (_0x232adc == null ? void 0 : _0x232adc["forward"]))) try {
|
|
225
|
+
await _0x430afd["notification"](_0xd38b0c);
|
|
226
|
+
} catch (_0x4c1f5b) {
|
|
227
|
+
(_b = (_a = _0x1a1c0a == null ? void 0 : _0x1a1c0a[_0xab747c(387)]) == null ? void 0 : _a[_0x17e9d4(396)]) == null ? void 0 : _b.call(_a, _0x4c1f5b);
|
|
153
228
|
}
|
|
154
229
|
};
|
|
155
230
|
};
|
|
156
|
-
const forwardClientOnRequest = (
|
|
231
|
+
const forwardClientOnRequest = (_0x4fb333, _0x32035f) => async (_0x49f7c8) => {
|
|
157
232
|
var _a, _b, _c, _d, _e;
|
|
158
|
-
const
|
|
159
|
-
return
|
|
160
|
-
}
|
|
233
|
+
const _0x552319 = _0x593e, _0x1627a9 = _0x593e, _0x2a8233 = { "rVFpi": function(_0x973069, _0x412ac0, _0x65ab82, _0x546e2f) {
|
|
234
|
+
return _0x973069(_0x412ac0, _0x65ab82, _0x546e2f);
|
|
235
|
+
} };
|
|
161
236
|
try {
|
|
162
|
-
return await
|
|
163
|
-
} catch (
|
|
164
|
-
const { code:
|
|
237
|
+
return await _0x2a8233["rVFpi"](forwardClientRequest, _0x4fb333, _0x32035f, _0x49f7c8);
|
|
238
|
+
} catch (_0x438e7b) {
|
|
239
|
+
const { code: _0x50c004, message: _0x1ad1a1, data: _0x1dd0b9 } = _0x438e7b;
|
|
165
240
|
try {
|
|
166
|
-
if (
|
|
167
|
-
const
|
|
168
|
-
|
|
169
|
-
const
|
|
170
|
-
|
|
171
|
-
} else (_c = (_b =
|
|
172
|
-
} catch (
|
|
173
|
-
(_e = (_d =
|
|
241
|
+
if (_0x50c004) {
|
|
242
|
+
const _0x36560a = {};
|
|
243
|
+
_0x36560a[_0x552319(362)] = _0x50c004, _0x36560a["message"] = _0x1ad1a1, _0x36560a[_0x1627a9(388)] = _0x1dd0b9;
|
|
244
|
+
const _0xbfcc2d = {};
|
|
245
|
+
_0xbfcc2d[_0x552319(374)] = _0x36560a, _0xbfcc2d["jsonrpc"] = "2.0", _0xbfcc2d["id"] = _0x49f7c8["id"], await ((_a = _0x4fb333 == null ? void 0 : _0x4fb333["transport"]) == null ? void 0 : _a[_0x552319(369)](_0xbfcc2d));
|
|
246
|
+
} else (_c = (_b = _0x4fb333 == null ? void 0 : _0x4fb333[_0x1627a9(387)]) == null ? void 0 : _b["onerror"]) == null ? void 0 : _c.call(_b, _0x438e7b);
|
|
247
|
+
} catch (_0x146761) {
|
|
248
|
+
(_e = (_d = _0x4fb333 == null ? void 0 : _0x4fb333["transport"]) == null ? void 0 : _d["onerror"]) == null ? void 0 : _e.call(_d, _0x146761);
|
|
174
249
|
}
|
|
175
250
|
}
|
|
176
251
|
};
|
|
177
|
-
const forwardClientOnNotification = (
|
|
252
|
+
const forwardClientOnNotification = (_0x144e33, _0x53a87a) => async (_0x430e72) => {
|
|
178
253
|
var _a, _b, _c;
|
|
179
|
-
const
|
|
180
|
-
|
|
181
|
-
return
|
|
182
|
-
},
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
254
|
+
const _0x501de3 = _0x593e, _0x52ea1c = _0x593e, _0x1d2190 = {};
|
|
255
|
+
_0x1d2190["qgcOc"] = function(_0x5c6f0e, _0x2a9d21) {
|
|
256
|
+
return _0x5c6f0e !== _0x2a9d21;
|
|
257
|
+
}, _0x1d2190["zWzUq"] = function(_0x41c59b, _0x236867) {
|
|
258
|
+
return _0x41c59b !== _0x236867;
|
|
259
|
+
}, _0x1d2190["KMkci"] = _0x501de3(406), _0x1d2190[_0x501de3(366)] = "2.0";
|
|
260
|
+
const _0x5aa68c = _0x1d2190, { method: _0x4ab0e2, params: _0x4ff384 } = _0x430e72;
|
|
261
|
+
if (_0x5aa68c[_0x501de3(417)](_0x4ab0e2, "notifications/initialized") && (_0x5aa68c[_0x501de3(380)](_0x4ab0e2, _0x5aa68c["KMkci"]) || (_0x4ff384 == null ? void 0 : _0x4ff384["forward"]))) try {
|
|
262
|
+
const _0x1544f1 = { ..._0x430e72 };
|
|
263
|
+
_0x1544f1["jsonrpc"] = _0x5aa68c[_0x501de3(366)], await ((_a = _0x53a87a == null ? void 0 : _0x53a87a["transport"]) == null ? void 0 : _a["send"](_0x1544f1));
|
|
264
|
+
} catch (_0x1b112c) {
|
|
265
|
+
(_c = (_b = _0x144e33 == null ? void 0 : _0x144e33[_0x501de3(387)]) == null ? void 0 : _b[_0x52ea1c(396)]) == null ? void 0 : _c.call(_b, _0x1b112c);
|
|
189
266
|
}
|
|
190
267
|
};
|
|
191
268
|
const createHandleListener = () => {
|
|
192
|
-
const
|
|
193
|
-
return
|
|
194
|
-
}, "
|
|
195
|
-
return
|
|
196
|
-
}, "
|
|
197
|
-
return
|
|
198
|
-
}, "
|
|
199
|
-
return
|
|
200
|
-
}, "
|
|
201
|
-
const
|
|
202
|
-
if (
|
|
203
|
-
const
|
|
204
|
-
for (const
|
|
269
|
+
const _0x377b7b = _0x593e, _0x293df8 = _0x593e, _0x5d1946 = { "HWMPS": function(_0x2b875f, _0x423a45, _0x1c0d9a) {
|
|
270
|
+
return _0x2b875f(_0x423a45, _0x1c0d9a);
|
|
271
|
+
}, "GrPty": function(_0x5e0d16, _0x2762a7) {
|
|
272
|
+
return _0x5e0d16 !== _0x2762a7;
|
|
273
|
+
}, "wfyMt": function(_0x3a6f80, _0x3c1c93) {
|
|
274
|
+
return _0x3a6f80(_0x3c1c93);
|
|
275
|
+
}, "ZrWRI": function(_0x543a2f, _0x5759cd) {
|
|
276
|
+
return _0x543a2f === _0x5759cd;
|
|
277
|
+
}, "otKXF": _0x377b7b(413) }, _0x56aa39 = [], _0x4cf098 = (_0x302121, _0x1039b4) => {
|
|
278
|
+
const _0xe76322 = _0x377b7b;
|
|
279
|
+
if (_0x1039b4) {
|
|
280
|
+
const _0x5b2951 = [];
|
|
281
|
+
for (const _0x4780ef of _0x56aa39) {
|
|
205
282
|
try {
|
|
206
|
-
|
|
283
|
+
_0x5b2951["push"](_0x5d1946["HWMPS"](_0x4780ef, _0x302121, _0x1039b4));
|
|
207
284
|
} catch {
|
|
208
285
|
}
|
|
209
286
|
}
|
|
210
|
-
for (const
|
|
211
|
-
if (
|
|
287
|
+
for (const _0x18bf96 of _0x5b2951) {
|
|
288
|
+
if (_0x5d1946[_0xe76322(411)](_0x18bf96, null)) return _0x18bf96;
|
|
212
289
|
}
|
|
213
|
-
} else for (const
|
|
290
|
+
} else for (const _0x49dac of _0x56aa39) {
|
|
214
291
|
try {
|
|
215
|
-
|
|
292
|
+
_0x5d1946[_0xe76322(384)](_0x49dac, _0x302121);
|
|
216
293
|
} catch {
|
|
217
294
|
}
|
|
218
295
|
}
|
|
219
|
-
},
|
|
220
|
-
const
|
|
221
|
-
|
|
222
|
-
},
|
|
223
|
-
const
|
|
224
|
-
|
|
225
|
-
},
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
return _0x1ac16d();
|
|
233
|
-
}, "iHAKU": function(_0xcdc756) {
|
|
234
|
-
return _0xcdc756();
|
|
235
|
-
}, "aktdr": function(_0x3ad61a) {
|
|
236
|
-
return _0x3ad61a();
|
|
296
|
+
}, _0x5c8170 = (_0xa0f8c9) => {
|
|
297
|
+
const _0x5e0645 = _0x377b7b, _0xe67ace = _0x377b7b;
|
|
298
|
+
_0x5d1946["ZrWRI"](typeof _0xa0f8c9, _0x5d1946[_0x5e0645(394)]) && !_0x56aa39["includes"](_0xa0f8c9) && _0x56aa39[_0xe67ace(418)](_0xa0f8c9);
|
|
299
|
+
}, _0x54ac78 = (_0x39f582) => {
|
|
300
|
+
const _0x578e6b = _0x377b7b, _0x30a5bb = _0x377b7b, _0x49d0d2 = _0x56aa39[_0x578e6b(439)](_0x39f582);
|
|
301
|
+
_0x5d1946["GrPty"](_0x49d0d2, -1) && _0x56aa39[_0x30a5bb(371)](_0x49d0d2, 2878 + 174 * 49 + -11403);
|
|
302
|
+
}, _0x268398 = () => {
|
|
303
|
+
_0x56aa39["length"] = -13 * 455 + -1782 + 7697;
|
|
304
|
+
}, _0x4b470b = {};
|
|
305
|
+
return _0x4b470b[_0x293df8(379)] = _0x4cf098, _0x4b470b["addListener"] = _0x5c8170, _0x4b470b["removeListener"] = _0x54ac78, _0x4b470b["clearListener"] = _0x268398, _0x4b470b;
|
|
306
|
+
}, setClientListener = (_0x103287) => {
|
|
307
|
+
const _0x48d13c = _0x593e, _0x599320 = _0x593e, _0x39d6f4 = { "JtpyX": function(_0x2821c7) {
|
|
308
|
+
return _0x2821c7();
|
|
237
309
|
} };
|
|
238
310
|
{
|
|
239
|
-
const { handleListener:
|
|
240
|
-
|
|
311
|
+
const { handleListener: _0x560156, addListener: _0x4dec4d, removeListener: _0x4ff4b3, clearListener: _0x164651 } = _0x39d6f4[_0x48d13c(423)](createHandleListener);
|
|
312
|
+
_0x103287[_0x599320(361)] = _0x560156, _0x103287["addResponseListener"] = _0x4dec4d, _0x103287[_0x48d13c(401)] = _0x4ff4b3, _0x103287["clearResponseListener"] = _0x164651;
|
|
241
313
|
}
|
|
242
314
|
{
|
|
243
|
-
const { handleListener:
|
|
244
|
-
|
|
315
|
+
const { handleListener: _0x3d835b, addListener: _0x1995a8, removeListener: _0x56f22b, clearListener: _0x441d8e } = createHandleListener();
|
|
316
|
+
_0x103287[_0x48d13c(426)] = _0x3d835b, _0x103287["addRequestListener"] = _0x1995a8, _0x103287[_0x599320(403)] = _0x56f22b, _0x103287[_0x48d13c(410)] = _0x441d8e;
|
|
245
317
|
}
|
|
246
318
|
{
|
|
247
|
-
const { handleListener:
|
|
248
|
-
|
|
319
|
+
const { handleListener: _0x461cf2, addListener: _0x152cfb, removeListener: _0x223358, clearListener: _0x2fb35b } = createHandleListener();
|
|
320
|
+
_0x103287[_0x48d13c(437)] = _0x461cf2, _0x103287["addNotificationListener"] = _0x152cfb, _0x103287["removeNotificationListener"] = _0x223358, _0x103287["clearNotificationListener"] = _0x2fb35b;
|
|
249
321
|
}
|
|
250
322
|
};
|
|
251
|
-
|
|
252
|
-
const
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
|
|
323
|
+
function _0x593e(_0x3570ee, _0x57e594) {
|
|
324
|
+
const _0x23692a = _0x2983();
|
|
325
|
+
return _0x593e = function(_0x4addf5, _0x3efee3) {
|
|
326
|
+
_0x4addf5 = _0x4addf5 - (-6409 + 4934 * 1 + 54 * 34);
|
|
327
|
+
let _0x20b22c = _0x23692a[_0x4addf5];
|
|
328
|
+
return _0x20b22c;
|
|
329
|
+
}, _0x593e(_0x3570ee, _0x57e594);
|
|
330
|
+
}
|
|
331
|
+
const initClientHandler = (_0x21d5fc, { beforeInit: _0xb08e32, afterInit: _0x1eeab0 } = {}) => {
|
|
332
|
+
const _0x321c5b = _0x593e, _0x43d753 = _0x593e, _0x3ab046 = { "HIaTT": function(_0x27d8b7, _0x36c4e0) {
|
|
333
|
+
return _0x27d8b7 === _0x36c4e0;
|
|
334
|
+
}, "JAhfk": "function", "CYqhf": function(_0x228d3d, _0x18461d) {
|
|
335
|
+
return _0x228d3d(_0x18461d);
|
|
336
|
+
}, "AJTeD": function(_0x372b17) {
|
|
337
|
+
return _0x372b17();
|
|
338
|
+
}, "YjJdu": function(_0x4ca7fc, _0x264987) {
|
|
339
|
+
return _0x4ca7fc === _0x264987;
|
|
340
|
+
}, "gMTWu": function(_0x509186, _0x540605) {
|
|
341
|
+
return _0x509186(_0x540605);
|
|
342
|
+
} }, _0x40bcdd = new Map(_0x21d5fc[_0x321c5b(443)]);
|
|
343
|
+
_0x21d5fc["_requestHandlers"]["clear"](), _0x21d5fc[_0x321c5b(443)][_0x43d753(441)](), _0x3ab046[_0x321c5b(425)](typeof _0xb08e32, _0x3ab046[_0x43d753(392)]) && _0x3ab046["AJTeD"](_0xb08e32), _0x3ab046["YjJdu"](_0x21d5fc[_0x321c5b(361)][_0x43d753(409)], "_onresponse") && (_0x21d5fc[_0x43d753(427)] = _0x21d5fc[_0x43d753(361)]), _0x3ab046[_0x321c5b(363)](setClientListener, _0x21d5fc), _0x21d5fc[_0x321c5b(435)]((_0x263710) => {
|
|
344
|
+
const _0x596350 = _0x321c5b;
|
|
345
|
+
_0x21d5fc[_0x596350(427)]["call"](_0x21d5fc, _0x263710);
|
|
346
|
+
}), _0x3ab046["YjJdu"](typeof _0x1eeab0, _0x3ab046[_0x321c5b(392)]) && _0x3ab046[_0x43d753(399)](_0x1eeab0), _0x21d5fc["addNotificationListener"]((_0x10f35d) => {
|
|
347
|
+
const _0x211844 = _0x321c5b, { method: _0x46107e } = _0x10f35d, _0x47e3ad = _0x40bcdd["get"](_0x46107e);
|
|
348
|
+
_0x3ab046["HIaTT"](typeof _0x47e3ad, _0x3ab046[_0x211844(392)]) && _0x3ab046[_0x211844(433)](_0x47e3ad, _0x10f35d);
|
|
265
349
|
});
|
|
266
350
|
};
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
351
|
+
function _0x28b5() {
|
|
352
|
+
const _0x4f4fd3 = ["3911016EvciNJ", "randomBytes", "randomUUID", "yGbXZ", "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx", "14085YeOQFM", "2790EVoFAe", "replace", "from", "2018884yaUhJo", "toString", "3131885LtuuFF", "6594EzGtez", "6WZHpAW", "256455hqdIVv", "3152JlDIrL", "object", "794268NUTwGu"];
|
|
353
|
+
_0x28b5 = function() {
|
|
354
|
+
return _0x4f4fd3;
|
|
355
|
+
};
|
|
356
|
+
return _0x28b5();
|
|
357
|
+
}
|
|
358
|
+
const _0x36a176 = _0x2e93;
|
|
359
|
+
(function(_0x359d44, _0x24b8f9) {
|
|
360
|
+
const _0x4b5bcb = _0x2e93, _0x8af79e = _0x2e93, _0x5e6754 = _0x359d44();
|
|
270
361
|
while (!![]) {
|
|
271
362
|
try {
|
|
272
|
-
const
|
|
273
|
-
if (
|
|
274
|
-
else
|
|
275
|
-
} catch (
|
|
276
|
-
|
|
363
|
+
const _0x5669ac = parseInt(_0x4b5bcb(409)) / (-2390 + 443 * 9 + 12 * -133) + -parseInt(_0x8af79e(422)) / (-49 * -127 + 4168 + -3463 * 3) + -parseInt(_0x4b5bcb(412)) / (467 + -1 * -9543 + -10007) + parseInt(_0x8af79e(413)) / (731 + 779 + 6 * -251) + -parseInt(_0x4b5bcb(424)) / (3989 + 2 * 3236 + -10456) * (-parseInt(_0x8af79e(426)) / (443 * 9 + -1728 + -2253)) + -parseInt(_0x4b5bcb(425)) / (9696 * 1 + -2408 + -809 * 9) * (-parseInt(_0x4b5bcb(410)) / (-1 * -3461 + 910 * 2 + -5273 * 1)) + parseInt(_0x4b5bcb(418)) / (4555 + -1 * 1299 + -17 * 191) * (-parseInt(_0x8af79e(419)) / (-7135 + -7248 + 14393));
|
|
364
|
+
if (_0x5669ac === _0x24b8f9) break;
|
|
365
|
+
else _0x5e6754["push"](_0x5e6754["shift"]());
|
|
366
|
+
} catch (_0x311668) {
|
|
367
|
+
_0x5e6754["push"](_0x5e6754["shift"]());
|
|
277
368
|
}
|
|
278
369
|
}
|
|
279
|
-
})(
|
|
280
|
-
function _0x85e5(_0x52ead4, _0x32d1a9) {
|
|
281
|
-
const _0x1b6a32 = _0x3c31();
|
|
282
|
-
return _0x85e5 = function(_0x4d8349, _0xeb65a8) {
|
|
283
|
-
_0x4d8349 = _0x4d8349 - (-3 * 1 + 1171 * 6 + -6671);
|
|
284
|
-
let _0x463176 = _0x1b6a32[_0x4d8349];
|
|
285
|
-
return _0x463176;
|
|
286
|
-
}, _0x85e5(_0x52ead4, _0x32d1a9);
|
|
287
|
-
}
|
|
370
|
+
})(_0x28b5, -26 * -19094 + 3 * 240984 + 139699 * -5);
|
|
288
371
|
const randomUUID = () => {
|
|
289
|
-
const
|
|
290
|
-
|
|
291
|
-
return
|
|
292
|
-
},
|
|
293
|
-
return
|
|
294
|
-
},
|
|
295
|
-
return
|
|
296
|
-
},
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
const _0x3e02dd = _0x54795d, _0x5e898d = _0x54795d, _0x25b62a = _0x321cf1[_0x3e02dd(365)](crypto["getRandomValues"](new Uint8Array(-4420 + -3564 + 1597 * 5))[-15 * 5 + -298 * -14 + -4097], 4 * -416 + -5 * 221 + 2784), _0x576ad7 = _0x321cf1[_0x5e898d(360)](_0x4a99d2, "x") ? _0x25b62a : _0x321cf1[_0x3e02dd(352)](_0x321cf1["UVwSO"](_0x25b62a, 331 * 7 + -9813 * 1 + 1 * 7499), -4294 * -1 + 28 * -356 + 5682);
|
|
303
|
-
return _0x576ad7[_0x3e02dd(363)](8896 + 47 * -50 + -653 * 10);
|
|
372
|
+
const _0x3fe6cf = _0x2e93, _0x206faf = _0x2e93, _0x37eec2 = {};
|
|
373
|
+
_0x37eec2["anYpD"] = function(_0x1e0203, _0x1b73e4) {
|
|
374
|
+
return _0x1e0203 & _0x1b73e4;
|
|
375
|
+
}, _0x37eec2[_0x3fe6cf(416)] = function(_0x3807b0, _0x26246d) {
|
|
376
|
+
return _0x3807b0 | _0x26246d;
|
|
377
|
+
}, _0x37eec2["bePiR"] = function(_0x250e76, _0x3626d9) {
|
|
378
|
+
return _0x250e76 === _0x3626d9;
|
|
379
|
+
}, _0x37eec2["uJPTB"] = _0x3fe6cf(411);
|
|
380
|
+
const _0x15d3af = _0x37eec2;
|
|
381
|
+
if (_0x15d3af["bePiR"](typeof crypto, _0x15d3af["uJPTB"]) && crypto["randomUUID"]) return crypto["randomUUID"]();
|
|
382
|
+
return _0x3fe6cf(417)[_0x3fe6cf(420)](/[xy]/g, (_0x488a59) => {
|
|
383
|
+
const _0x1718a6 = _0x3fe6cf, _0x26da5b = _0x206faf, _0xc1ca08 = _0x15d3af["anYpD"](crypto["getRandomValues"](new Uint8Array(-6766 + 7815 + 1 * -1048))[-3883 + -2227 + -65 * -94], -3045 + 9362 + 6302 * -1), _0x56c24d = _0x488a59 === "x" ? _0xc1ca08 : _0x15d3af[_0x1718a6(416)](_0x15d3af["anYpD"](_0xc1ca08, -15 * -652 + -7126 + -2651), -5700 + 2648 * -1 + 8356);
|
|
384
|
+
return _0x56c24d[_0x26da5b(423)](-2081 * 1 + 1 * -377 + -2474 * -1);
|
|
304
385
|
});
|
|
305
|
-
}, randomBytes = (
|
|
306
|
-
const
|
|
307
|
-
return crypto["getRandomValues"](
|
|
308
|
-
},
|
|
309
|
-
|
|
310
|
-
function
|
|
311
|
-
const
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
386
|
+
}, randomBytes = (_0x53be61) => {
|
|
387
|
+
const _0xa94349 = _0x2e93, _0x3a6852 = new Uint8Array(_0x53be61);
|
|
388
|
+
return crypto["getRandomValues"](_0x3a6852), Array[_0xa94349(421)](_0x3a6852, (_0x2d7a55) => _0x2d7a55["toString"](-3319 * -3 + 9096 + -19037)["padStart"](-81 * -17 + 17 * -121 + 682, "0"))["join"]("");
|
|
389
|
+
}, _0x325be1 = {};
|
|
390
|
+
_0x325be1[_0x36a176(415)] = randomUUID, _0x325be1[_0x36a176(414)] = randomBytes;
|
|
391
|
+
function _0x2e93(_0x5329bc, _0x4b803f) {
|
|
392
|
+
const _0x3b3646 = _0x28b5();
|
|
393
|
+
return _0x2e93 = function(_0x3a9766, _0x282379) {
|
|
394
|
+
_0x3a9766 = _0x3a9766 - (6086 + -1749 + -4 * 982);
|
|
395
|
+
let _0x47424b = _0x3b3646[_0x3a9766];
|
|
396
|
+
return _0x47424b;
|
|
397
|
+
}, _0x2e93(_0x5329bc, _0x4b803f);
|
|
316
398
|
}
|
|
317
|
-
const
|
|
318
|
-
(function(
|
|
319
|
-
const
|
|
399
|
+
const _0x4f1f27 = _0x1255, _0x127d59 = _0x1255;
|
|
400
|
+
(function(_0x258c94, _0x348606) {
|
|
401
|
+
const _0x4939a9 = _0x1255, _0x2eeb11 = _0x1255, _0x59cc87 = _0x258c94();
|
|
320
402
|
while (!![]) {
|
|
321
403
|
try {
|
|
322
|
-
const
|
|
323
|
-
if (
|
|
324
|
-
else
|
|
325
|
-
} catch (
|
|
326
|
-
|
|
404
|
+
const _0x91b6b = parseInt(_0x4939a9(207)) / (-5531 + -7771 + 13303) * (parseInt(_0x4939a9(201)) / (-71 * -56 + 5613 * -1 + 11 * 149)) + -parseInt(_0x2eeb11(177)) / (1442 + 74 * -71 + 5 * 763) + -parseInt(_0x4939a9(182)) / (7939 + -8843 + 908) + -parseInt(_0x4939a9(208)) / (-613 + -9783 + -1 * -10401) + -parseInt(_0x2eeb11(179)) / (8104 + -1 * -3237 + -11335) + -parseInt(_0x4939a9(122)) / (-6736 + 5e3 + 3 * 581) * (parseInt(_0x2eeb11(203)) / (8106 + -8987 + -7 * -127)) + parseInt(_0x2eeb11(151)) / (-7422 + -3 * 159 + 7908) * (parseInt(_0x4939a9(186)) / (1 * 5931 + -2072 + -1 * 3849));
|
|
405
|
+
if (_0x91b6b === _0x348606) break;
|
|
406
|
+
else _0x59cc87["push"](_0x59cc87["shift"]());
|
|
407
|
+
} catch (_0x10d7a0) {
|
|
408
|
+
_0x59cc87["push"](_0x59cc87["shift"]());
|
|
327
409
|
}
|
|
328
410
|
}
|
|
329
|
-
})(
|
|
330
|
-
function
|
|
331
|
-
const
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
411
|
+
})(_0x3052, -4409 * 43 + -1 * 218391 + 264579 * 3);
|
|
412
|
+
function _0x3052() {
|
|
413
|
+
const _0x20a1db = ["redirectUri", "574068RqPnnk", "authorize", "expiresAt", "1761960XIbBKq", "randomBytes", "exp", "bearer", "10GCAncC", "codeChallenge", "href", "access_token", "now", "status", "accessTokensStore", "clients", "Router", "YzTge", "clientId", "generateRefreshToken", "znCUL", "revokeToken", "saveRefreshToken", "3758wnqYSr", "state", "32dIyDQt", "NEmHZ", "scope", "redirect_uris", "198AQOMeo", "701280gKCXcq", "Refresh token has expired for this client: ", "FFZiq", "Refresh token was not issued to this client: ", "jcWcV", "set", "AIxvn", "verifyAccessToken", " to this client: ", "client_id", "deleteClient", "delete", "issuer", "token_type_hint", "accessTokenExpiresIn", "488887LdkNbl", "redirect", "toString", "cRvfG", "floor", "EUXXd", "/.well-known/oauth-protected-resource", "accessTokens", "bbEXg", "refreshTokens", "json", "OTBiX", "deleteCodeData", "get", "revokeAccessToken", "use", "resource", "aud", "getRefreshToken", "params", "uNGka", "Invalid authorization code for this client: ", "JKLtp", ", got: ", "Refresh token is invalid or has been revoked for this client: ", "codes", "Rgxxb", "pHSox", "code", "15310278oiIhaq", "/.well-known/oauth-authorization-server", "ZIIhI", "exchangeAuthorizationCode", "hWABh", "codesStore", "extra", "generateAccessToken", "refreshTokenExpiresIn", "join", "XqNjm", "saveClient", "token", "scopes", "generateAuthorizationCode", "client", "getCodeDate", "search", "AleNl", "refresh_token", "rWZDT", "saveCodeData", "clientsStore", "query", "send", "revokeRefreshToken", "2194911AHueup"];
|
|
414
|
+
_0x3052 = function() {
|
|
415
|
+
return _0x20a1db;
|
|
416
|
+
};
|
|
417
|
+
return _0x3052();
|
|
418
|
+
}
|
|
419
|
+
function _0x1255(_0x44e6b7, _0x69a48a) {
|
|
420
|
+
const _0x408213 = _0x3052();
|
|
421
|
+
return _0x1255 = function(_0x41fdab, _0x53c487) {
|
|
422
|
+
_0x41fdab = _0x41fdab - (-977 * 10 + -5 * -1025 + 4764);
|
|
423
|
+
let _0xca5ecd = _0x408213[_0x41fdab];
|
|
424
|
+
return _0xca5ecd;
|
|
425
|
+
}, _0x1255(_0x44e6b7, _0x69a48a);
|
|
337
426
|
}
|
|
338
|
-
const ACCESS_TOKEN_EXPIRES_IN = (-
|
|
339
|
-
const REFRESH_TOKEN_EXPIRES_IN = (-
|
|
427
|
+
const ACCESS_TOKEN_EXPIRES_IN = (-2 * 1721 + 9273 + -1 * 5807) * (7 * 296 + 1 * -5585 + 397 * 9) * (6279 + -355 + -8 * 733);
|
|
428
|
+
const REFRESH_TOKEN_EXPIRES_IN = (-9 * -446 + 1 * 359 + -4366) * (3407 + 191 * -26 + 1583) * (-2983 + -1091 + 1 * 4134) * (1 * -8471 + -8520 + 17051);
|
|
340
429
|
const generateAuthorizationCodeFunction = () => {
|
|
341
|
-
const
|
|
342
|
-
return
|
|
430
|
+
const _0x2be745 = _0x1255;
|
|
431
|
+
return _0x325be1[_0x2be745(183)](1 * 1758 + -2090 + 1 * 356);
|
|
343
432
|
}, generateAccessTokenFunction = () => {
|
|
344
|
-
|
|
433
|
+
const _0x5e8688 = _0x1255;
|
|
434
|
+
return _0x325be1[_0x5e8688(183)](-3597 + 2306 + 21 * 63);
|
|
345
435
|
}, generateRefreshTokenFunction = () => {
|
|
346
|
-
return
|
|
436
|
+
return _0x325be1["randomBytes"](-7330 + 5651 + 1727);
|
|
347
437
|
};
|
|
348
438
|
class MemoryClientsStore {
|
|
349
439
|
constructor() {
|
|
350
|
-
const
|
|
351
|
-
this[
|
|
440
|
+
const _0x63191d = _0x1255;
|
|
441
|
+
this[_0x63191d(193)] = /* @__PURE__ */ new Map();
|
|
352
442
|
}
|
|
353
|
-
async ["getClient"](
|
|
354
|
-
const
|
|
355
|
-
return this["
|
|
443
|
+
async ["getClient"](_0x4749a1) {
|
|
444
|
+
const _0x9b9de0 = _0x1255;
|
|
445
|
+
return this[_0x9b9de0(193)]["get"](_0x4749a1);
|
|
356
446
|
}
|
|
357
|
-
async ["saveClient"](
|
|
358
|
-
const
|
|
359
|
-
return this[
|
|
447
|
+
async ["saveClient"](_0x8b2931) {
|
|
448
|
+
const _0x8c9566 = _0x1255;
|
|
449
|
+
return this["clients"]["set"](_0x8b2931[_0x8c9566(217)], _0x8b2931), _0x8b2931;
|
|
360
450
|
}
|
|
361
|
-
async [
|
|
362
|
-
const
|
|
363
|
-
return this[
|
|
451
|
+
async [_0x4f1f27(218)](_0x406b89) {
|
|
452
|
+
const _0x3873b7 = _0x4f1f27;
|
|
453
|
+
return this[_0x3873b7(193)]["delete"](_0x406b89);
|
|
364
454
|
}
|
|
365
|
-
async ["registerClient"](
|
|
366
|
-
|
|
455
|
+
async ["registerClient"](_0x3b2dcb) {
|
|
456
|
+
const _0x451ada = _0x4f1f27;
|
|
457
|
+
return this[_0x451ada(162)](_0x3b2dcb);
|
|
367
458
|
}
|
|
368
459
|
}
|
|
369
460
|
class MemoryAuthorizationCodeStore {
|
|
370
461
|
constructor() {
|
|
371
462
|
this["codes"] = /* @__PURE__ */ new Map();
|
|
372
463
|
}
|
|
373
|
-
async ["getCodeDate"](
|
|
374
|
-
const
|
|
375
|
-
return this[
|
|
464
|
+
async ["getCodeDate"](_0x39c5e0) {
|
|
465
|
+
const _0x46f782 = _0x4f1f27;
|
|
466
|
+
return this["codes"][_0x46f782(135)](_0x39c5e0);
|
|
376
467
|
}
|
|
377
|
-
async [
|
|
378
|
-
const
|
|
379
|
-
return this[
|
|
468
|
+
async [_0x127d59(172)](_0x7f8ec6, _0x41e501) {
|
|
469
|
+
const _0x15c8a8 = _0x127d59;
|
|
470
|
+
return this[_0x15c8a8(147)][_0x15c8a8(213)](_0x7f8ec6, _0x41e501), !![];
|
|
380
471
|
}
|
|
381
|
-
async [
|
|
382
|
-
const
|
|
383
|
-
return this[
|
|
472
|
+
async [_0x127d59(134)](_0x1edbb8) {
|
|
473
|
+
const _0x49a458 = _0x127d59;
|
|
474
|
+
return this["codes"][_0x49a458(219)](_0x1edbb8);
|
|
384
475
|
}
|
|
385
476
|
}
|
|
386
477
|
class MemoryAccessTokensStore {
|
|
387
478
|
constructor() {
|
|
388
|
-
|
|
479
|
+
const _0x1e38a3 = _0x4f1f27;
|
|
480
|
+
this[_0x1e38a3(129)] = /* @__PURE__ */ new Map();
|
|
389
481
|
}
|
|
390
|
-
async ["getAccessToken"](
|
|
391
|
-
|
|
482
|
+
async ["getAccessToken"](_0x5b9216) {
|
|
483
|
+
const _0x59c717 = _0x127d59, _0x146508 = _0x4f1f27;
|
|
484
|
+
return this[_0x59c717(129)][_0x146508(135)](_0x5b9216);
|
|
392
485
|
}
|
|
393
|
-
async ["saveAccessToken"](
|
|
394
|
-
|
|
486
|
+
async ["saveAccessToken"](_0x607848, _0xaac4f8) {
|
|
487
|
+
const _0xe77978 = _0x4f1f27;
|
|
488
|
+
return this[_0xe77978(129)]["set"](_0x607848, _0xaac4f8), !![];
|
|
395
489
|
}
|
|
396
|
-
async ["revokeAccessToken"](
|
|
397
|
-
|
|
490
|
+
async ["revokeAccessToken"](_0x5dadd1) {
|
|
491
|
+
const _0x3816e8 = _0x4f1f27;
|
|
492
|
+
return this["accessTokens"][_0x3816e8(219)](_0x5dadd1);
|
|
398
493
|
}
|
|
399
494
|
}
|
|
400
495
|
class MemoryRefreshTokensStore {
|
|
401
496
|
constructor() {
|
|
402
497
|
this["refreshTokens"] = /* @__PURE__ */ new Map();
|
|
403
498
|
}
|
|
404
|
-
async [
|
|
405
|
-
const
|
|
406
|
-
return this[
|
|
499
|
+
async [_0x127d59(140)](_0x3841b8) {
|
|
500
|
+
const _0x51dc2f = _0x127d59;
|
|
501
|
+
return this["refreshTokens"][_0x51dc2f(135)](_0x3841b8);
|
|
407
502
|
}
|
|
408
|
-
async [
|
|
409
|
-
|
|
503
|
+
async ["saveRefreshToken"](_0xc6b6cd, _0x593148) {
|
|
504
|
+
const _0x2d9174 = _0x4f1f27;
|
|
505
|
+
return this[_0x2d9174(131)]["set"](_0xc6b6cd, _0x593148), !![];
|
|
410
506
|
}
|
|
411
|
-
async [
|
|
412
|
-
const
|
|
413
|
-
return this[
|
|
507
|
+
async ["revokeRefreshToken"](_0x361705) {
|
|
508
|
+
const _0x16027e = _0x4f1f27;
|
|
509
|
+
return this[_0x16027e(131)][_0x16027e(219)](_0x361705);
|
|
414
510
|
}
|
|
415
511
|
}
|
|
416
512
|
class AuthServerProvider {
|
|
417
|
-
constructor(
|
|
418
|
-
const
|
|
419
|
-
|
|
420
|
-
return
|
|
513
|
+
constructor(_0x35ef3a = {}) {
|
|
514
|
+
const _0x225ac6 = _0x127d59, _0x4b4834 = _0x4f1f27, _0x338366 = {};
|
|
515
|
+
_0x338366[_0x225ac6(204)] = function(_0x2c94c8, _0x2abba7) {
|
|
516
|
+
return _0x2c94c8 || _0x2abba7;
|
|
517
|
+
}, _0x338366[_0x4b4834(130)] = function(_0xc1e2de, _0x37420a) {
|
|
518
|
+
return _0xc1e2de || _0x37420a;
|
|
519
|
+
}, _0x338366["brCoD"] = function(_0x568726, _0x5f11fd) {
|
|
520
|
+
return _0x568726 || _0x5f11fd;
|
|
521
|
+
};
|
|
522
|
+
const _0x2ed076 = _0x338366, { clientsStore: _0x5c8bda, codesStore: _0x5863ae, accessTokensStore: _0x1df822, refreshTokensStore: _0x10e970, generateAuthorizationCode: _0x5ac15c, generateAccessToken: _0x35c5ae, generateRefreshToken: _0x58df46, accessTokenExpiresIn: _0x1e37d4, refreshTokenExpiresIn: _0x540c69 } = _0x35ef3a;
|
|
523
|
+
this[_0x225ac6(173)] = _0x5c8bda || new MemoryClientsStore(), this[_0x4b4834(156)] = _0x5863ae || new MemoryAuthorizationCodeStore(), this["accessTokensStore"] = _0x1df822 || new MemoryAccessTokensStore(), this["refreshTokensStore"] = _0x10e970 || new MemoryRefreshTokensStore(), this["generateAuthorizationCode"] = _0x5ac15c || generateAuthorizationCodeFunction, this[_0x225ac6(158)] = _0x2ed076["NEmHZ"](_0x35c5ae, generateAccessTokenFunction), this[_0x225ac6(197)] = _0x2ed076[_0x4b4834(130)](_0x58df46, generateRefreshTokenFunction), this[_0x4b4834(121)] = _0x2ed076["NEmHZ"](_0x1e37d4, ACCESS_TOKEN_EXPIRES_IN), this[_0x225ac6(159)] = _0x2ed076["brCoD"](_0x540c69, REFRESH_TOKEN_EXPIRES_IN);
|
|
524
|
+
}
|
|
525
|
+
async [_0x127d59(180)](_0x1ba629, _0x5cbd93, _0x22631e) {
|
|
526
|
+
const _0x1750cf = _0x4f1f27, _0x333464 = _0x127d59, _0x4fe0ce = {};
|
|
527
|
+
_0x4fe0ce["IDxWU"] = function(_0xc53598, _0x43bd3e) {
|
|
528
|
+
return _0xc53598 !== _0x43bd3e;
|
|
529
|
+
}, _0x4fe0ce[_0x1750cf(195)] = _0x333464(202);
|
|
530
|
+
const _0x2f857f = _0x4fe0ce, _0x47f797 = this[_0x1750cf(165)](), _0x592160 = {};
|
|
531
|
+
_0x592160[_0x333464(150)] = _0x47f797;
|
|
532
|
+
const _0x128d00 = new URLSearchParams(_0x592160);
|
|
533
|
+
_0x2f857f["IDxWU"](_0x5cbd93[_0x333464(202)], void 0) && _0x128d00["set"](_0x2f857f["YzTge"], _0x5cbd93["state"]);
|
|
534
|
+
const _0x282f56 = {};
|
|
535
|
+
_0x282f56[_0x1750cf(166)] = _0x1ba629, _0x282f56[_0x1750cf(141)] = _0x5cbd93, await this["codesStore"][_0x333464(172)](_0x47f797, _0x282f56);
|
|
536
|
+
const _0x28aaeb = new URL(_0x5cbd93[_0x333464(178)] || _0x1ba629["redirect_uris"][106 * -16 + -2344 + 10 * 404]);
|
|
537
|
+
_0x28aaeb[_0x1750cf(168)] = _0x128d00[_0x333464(124)](), _0x22631e[_0x1750cf(123)](_0x28aaeb[_0x1750cf(124)]());
|
|
538
|
+
}
|
|
539
|
+
async ["challengeForAuthorizationCode"](_0x259318, _0x4e5193) {
|
|
540
|
+
const _0x185831 = _0x4f1f27, _0x59cafd = _0x127d59, _0x969209 = await this["codesStore"][_0x185831(167)](_0x4e5193);
|
|
541
|
+
if (!_0x969209) throw new InvalidGrantError("Invalid authorization code for this client: " + _0x259318["client_id"]);
|
|
542
|
+
return _0x969209[_0x59cafd(141)][_0x59cafd(187)];
|
|
543
|
+
}
|
|
544
|
+
async [_0x127d59(154)](_0x18ec46, _0x45e62f) {
|
|
545
|
+
const _0x3fdf3d = _0x4f1f27, _0x3606e2 = _0x127d59, _0x4cd957 = {};
|
|
546
|
+
_0x4cd957["XqNjm"] = function(_0x5bed6c, _0x27b1be) {
|
|
547
|
+
return _0x5bed6c !== _0x27b1be;
|
|
548
|
+
}, _0x4cd957[_0x3fdf3d(198)] = function(_0x3826c5, _0x202972) {
|
|
549
|
+
return _0x3826c5 + _0x202972;
|
|
550
|
+
}, _0x4cd957["Rgxxb"] = function(_0x28cc18, _0x3d52ec) {
|
|
551
|
+
return _0x28cc18 * _0x3d52ec;
|
|
421
552
|
};
|
|
422
|
-
const
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
const
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
if (_0x1c8357["sKcvw"](_0x50c85b[_0x5c6596(431)]["client_id"], _0x2adcff[_0x5c6596(419)])) throw new InvalidGrantError(_0x5c6596(339) + _0x2adcff["client_id"]);
|
|
458
|
-
const _0x111fa2 = _0x50c85b["params"]["redirectUri"] || _0x50c85b[_0x5c6596(431)][_0x597b57(384)][-9433 + 512 * -2 + -10457 * -1];
|
|
459
|
-
await this[_0x597b57(376)][_0x5c6596(401)](_0x19482b);
|
|
460
|
-
const _0x107f30 = this["generateAccessToken"](), _0x925d45 = this["generateRefreshToken"](), _0x3dbe82 = {};
|
|
461
|
-
_0x3dbe82[_0x5c6596(394)] = _0x111fa2;
|
|
462
|
-
const _0x5c96f5 = { "token": _0x107f30, "clientId": _0x2adcff[_0x5c6596(419)], "scopes": _0x50c85b[_0x5c6596(369)][_0x597b57(359)] || [], "expiresAt": _0x1c8357[_0x597b57(344)](Date[_0x597b57(354)](), _0x1c8357["XKVYr"](this[_0x597b57(412)], 6752 + 8165 + -13917)), "resource": _0x50c85b["params"]["resource"], "extra": _0x3dbe82 };
|
|
463
|
-
await this[_0x597b57(374)][_0x5c6596(367)](_0x107f30, _0x5c96f5);
|
|
464
|
-
const _0x2ce974 = {};
|
|
465
|
-
_0x2ce974["isRevoked"] = ![];
|
|
466
|
-
const _0xbf52b9 = { "token": _0x925d45, "clientId": _0x2adcff["client_id"], "scopes": _0x50c85b[_0x597b57(369)][_0x597b57(359)] || [], "expiresAt": _0x1c8357["WbEUC"](Date[_0x5c6596(354)](), _0x1c8357[_0x5c6596(378)](this[_0x5c6596(357)], 1 * -2921 + -1542 * -6 + -5331)), "extra": _0x2ce974 };
|
|
467
|
-
return await this["refreshTokensStore"]["saveRefreshToken"](_0x925d45, _0xbf52b9), { "access_token": _0x107f30, "refresh_token": _0x925d45, "token_type": _0x1c8357[_0x597b57(429)], "expires_in": this[_0x5c6596(412)], "scope": (_0x50c85b["params"][_0x5c6596(359)] || [])["join"](" ") };
|
|
468
|
-
}
|
|
469
|
-
async ["exchangeRefreshToken"](_0x1a781d, _0x27006f) {
|
|
470
|
-
const _0x478159 = _0x4f289c, _0x4d6ca4 = _0x4f289c, _0x3e04cb = {};
|
|
471
|
-
_0x3e04cb[_0x478159(389)] = function(_0xf7c948, _0x229ccf) {
|
|
472
|
-
return _0xf7c948 < _0x229ccf;
|
|
473
|
-
}, _0x3e04cb[_0x4d6ca4(362)] = function(_0x14ed30, _0x1fa976) {
|
|
474
|
-
return _0x14ed30 + _0x1fa976;
|
|
475
|
-
}, _0x3e04cb["DdiDW"] = function(_0xfb60e8, _0x1af7ae) {
|
|
476
|
-
return _0xfb60e8 * _0x1af7ae;
|
|
553
|
+
const _0x379992 = _0x4cd957, _0x2a4518 = await this["codesStore"]["getCodeDate"](_0x45e62f);
|
|
554
|
+
if (!_0x2a4518) throw new InvalidGrantError(_0x3606e2(143) + _0x18ec46["client_id"]);
|
|
555
|
+
if (_0x379992[_0x3606e2(161)](_0x2a4518["client"]["client_id"], _0x18ec46["client_id"])) throw new InvalidGrantError("Authorization code was not issued to this client: " + _0x18ec46[_0x3fdf3d(217)]);
|
|
556
|
+
const _0x578ca1 = _0x2a4518[_0x3606e2(141)]["redirectUri"] || _0x2a4518["client"][_0x3fdf3d(206)][371 + 5 * 778 + -1 * 4261];
|
|
557
|
+
await this["codesStore"][_0x3fdf3d(134)](_0x45e62f);
|
|
558
|
+
const _0x2cc2cb = this["generateAccessToken"](), _0x14678b = this[_0x3606e2(197)](), _0x716e88 = {};
|
|
559
|
+
_0x716e88[_0x3606e2(178)] = _0x578ca1;
|
|
560
|
+
const _0x18ff4e = { "token": _0x2cc2cb, "clientId": _0x18ec46["client_id"], "scopes": _0x2a4518[_0x3606e2(141)][_0x3606e2(164)] || [], "expiresAt": _0x379992[_0x3fdf3d(198)](Date[_0x3606e2(190)](), _0x379992[_0x3606e2(148)](this["accessTokenExpiresIn"], -1 * 6668 + 35 * -222 + 15438 * 1)), "resource": _0x2a4518[_0x3fdf3d(141)][_0x3fdf3d(138)], "extra": _0x716e88 };
|
|
561
|
+
await this["accessTokensStore"]["saveAccessToken"](_0x2cc2cb, _0x18ff4e);
|
|
562
|
+
const _0x87282c = {};
|
|
563
|
+
_0x87282c["isRevoked"] = ![];
|
|
564
|
+
const _0x1a1a78 = { "token": _0x14678b, "clientId": _0x18ec46[_0x3606e2(217)], "scopes": _0x2a4518[_0x3606e2(141)]["scopes"] || [], "expiresAt": _0x379992["znCUL"](Date["now"](), _0x379992[_0x3fdf3d(148)](this[_0x3fdf3d(159)], 1 * 5461 + -1024 + 7 * -491)), "extra": _0x87282c };
|
|
565
|
+
return await this["refreshTokensStore"][_0x3606e2(200)](_0x14678b, _0x1a1a78), { "access_token": _0x2cc2cb, "refresh_token": _0x14678b, "token_type": _0x3606e2(185), "expires_in": this[_0x3fdf3d(121)], "scope": (_0x2a4518["params"]["scopes"] || [])["join"](" ") };
|
|
566
|
+
}
|
|
567
|
+
async ["exchangeRefreshToken"](_0x275849, _0x54f7d7) {
|
|
568
|
+
const _0x21ed17 = _0x4f1f27, _0x34b86e = _0x127d59, _0x405613 = {};
|
|
569
|
+
_0x405613["EUXXd"] = function(_0x2a995c, _0x4b7d91) {
|
|
570
|
+
return _0x2a995c < _0x4b7d91;
|
|
571
|
+
}, _0x405613["ZnKXL"] = function(_0x5124ad, _0x462798) {
|
|
572
|
+
return _0x5124ad !== _0x462798;
|
|
573
|
+
}, _0x405613[_0x21ed17(125)] = function(_0x3699a0, _0x438497) {
|
|
574
|
+
return _0x3699a0 + _0x438497;
|
|
575
|
+
}, _0x405613[_0x34b86e(212)] = "Bearer";
|
|
576
|
+
const _0x427751 = _0x405613, _0x16a8c5 = await this["refreshTokensStore"]["getRefreshToken"](_0x54f7d7);
|
|
577
|
+
if (!_0x16a8c5) throw new InvalidGrantError(_0x34b86e(146) + _0x275849["client_id"]);
|
|
578
|
+
if (_0x427751[_0x34b86e(127)](_0x16a8c5[_0x34b86e(181)], Date["now"]())) throw new InvalidGrantError(_0x21ed17(209) + _0x275849[_0x34b86e(217)]);
|
|
579
|
+
if (_0x427751["ZnKXL"](_0x16a8c5[_0x21ed17(196)], _0x275849["client_id"])) throw new InvalidGrantError(_0x34b86e(211) + _0x275849[_0x21ed17(217)]);
|
|
580
|
+
await this["refreshTokensStore"][_0x21ed17(176)](_0x54f7d7);
|
|
581
|
+
const _0x11d08f = this["generateAccessToken"](), _0x341610 = this["generateRefreshToken"](), _0x2f39e5 = { "token": _0x54f7d7, "clientId": _0x275849[_0x21ed17(217)], "scopes": _0x16a8c5[_0x34b86e(164)], "expiresAt": _0x427751[_0x21ed17(125)](Date[_0x21ed17(190)](), this["refreshTokenExpiresIn"] * (-2833 * -1 + 11 * -28 + -61 * 25)) };
|
|
582
|
+
return await this["refreshTokensStore"]["saveRefreshToken"](_0x54f7d7, _0x2f39e5), { "access_token": _0x11d08f, "refresh_token": _0x341610, "token_type": _0x427751[_0x34b86e(212)], "expires_in": this["accessTokenExpiresIn"], "scope": _0x16a8c5["scopes"][_0x21ed17(160)](" ") };
|
|
583
|
+
}
|
|
584
|
+
async [_0x127d59(215)](_0x5ece9d) {
|
|
585
|
+
const _0x5a1d54 = _0x127d59, _0x52a1dc = _0x4f1f27, _0x3d1a11 = {};
|
|
586
|
+
_0x3d1a11["OTBiX"] = function(_0x23e008, _0x521daa) {
|
|
587
|
+
return _0x23e008 / _0x521daa;
|
|
477
588
|
};
|
|
478
|
-
const
|
|
479
|
-
if (!
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
const
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
const
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
async [_0x4f289c(428)](_0x585eeb, _0x5888e1) {
|
|
494
|
-
const _0x5b9e9a = _0x27c85b, _0x16b1f8 = _0x27c85b, _0x33affc = {};
|
|
495
|
-
_0x33affc["VNwJm"] = function(_0x2862fc, _0x40c765) {
|
|
496
|
-
return _0x2862fc === _0x40c765;
|
|
497
|
-
}, _0x33affc[_0x5b9e9a(433)] = "access_token", _0x33affc[_0x5b9e9a(396)] = "refresh_token";
|
|
498
|
-
const _0x2b96a6 = _0x33affc;
|
|
499
|
-
if (_0x2b96a6[_0x5b9e9a(430)](_0x5888e1["token_type_hint"], _0x2b96a6["ItKpe"])) {
|
|
500
|
-
const _0x51aa75 = await this["accessTokensStore"]["getAccessToken"](_0x5888e1[_0x16b1f8(385)]);
|
|
501
|
-
if (!_0x51aa75 || _0x51aa75[_0x5b9e9a(391)] !== _0x585eeb[_0x5b9e9a(419)]) throw new InvalidTokenError(_0x16b1f8(400) + _0x585eeb["client_id"]);
|
|
502
|
-
await this["accessTokensStore"]["revokeAccessToken"](_0x5888e1[_0x16b1f8(385)]);
|
|
589
|
+
const _0x31f97a = _0x3d1a11, _0x7f06e4 = await this[_0x5a1d54(192)]["getAccessToken"](_0x5ece9d);
|
|
590
|
+
if (!_0x7f06e4 || !_0x7f06e4[_0x52a1dc(181)]) throw new InvalidTokenError("Token is invalid");
|
|
591
|
+
return { "token": _0x5ece9d, "clientId": _0x7f06e4["clientId"], "scopes": _0x7f06e4["scopes"], "expiresAt": Math[_0x52a1dc(126)](_0x31f97a[_0x5a1d54(133)](_0x7f06e4["expiresAt"], -728 + 7451 + -5723)), "resource": _0x7f06e4["resource"], "extra": _0x7f06e4[_0x52a1dc(157)] };
|
|
592
|
+
}
|
|
593
|
+
async [_0x127d59(199)](_0x5b33bb, _0x37f304) {
|
|
594
|
+
const _0x507a15 = _0x127d59, _0x2fbd3c = _0x127d59, _0x379e07 = {};
|
|
595
|
+
_0x379e07[_0x507a15(153)] = function(_0x3e18bf, _0x3361a3) {
|
|
596
|
+
return _0x3e18bf === _0x3361a3;
|
|
597
|
+
}, _0x379e07[_0x2fbd3c(169)] = _0x2fbd3c(189), _0x379e07["hWABh"] = _0x507a15(170);
|
|
598
|
+
const _0x2954c9 = _0x379e07;
|
|
599
|
+
if (_0x2954c9["ZIIhI"](_0x37f304["token_type_hint"], _0x2954c9["AleNl"])) {
|
|
600
|
+
const _0x24f5be = await this["accessTokensStore"]["getAccessToken"](_0x37f304["token"]);
|
|
601
|
+
if (!_0x24f5be || _0x24f5be["clientId"] !== _0x5b33bb["client_id"]) throw new InvalidTokenError("Access token is invalid or does not belong to this client: " + _0x5b33bb["client_id"]);
|
|
602
|
+
await this[_0x507a15(192)][_0x507a15(136)](_0x37f304["token"]);
|
|
503
603
|
} else {
|
|
504
|
-
if (
|
|
505
|
-
const
|
|
506
|
-
if (!
|
|
507
|
-
await this[
|
|
508
|
-
} else throw new InvalidGrantError("Unsupported token type hint: " +
|
|
604
|
+
if (_0x37f304[_0x2fbd3c(120)] === _0x2954c9[_0x2fbd3c(155)]) {
|
|
605
|
+
const _0x6202ed = await this["refreshTokensStore"][_0x2fbd3c(140)](_0x37f304["token"]);
|
|
606
|
+
if (!_0x6202ed || _0x6202ed["clientId"] !== _0x5b33bb["client_id"]) throw new InvalidTokenError("Refresh token is invalid or does not belong to this client: " + _0x5b33bb["client_id"]);
|
|
607
|
+
await this["refreshTokensStore"]["revokeRefreshToken"](_0x37f304[_0x507a15(163)]);
|
|
608
|
+
} else throw new InvalidGrantError("Unsupported token type hint: " + _0x37f304["token_type_hint"] + _0x507a15(216) + _0x5b33bb["client_id"]);
|
|
509
609
|
}
|
|
510
610
|
}
|
|
511
611
|
}
|
|
512
|
-
const createAuthMiddleware = (
|
|
513
|
-
const
|
|
514
|
-
return
|
|
515
|
-
}
|
|
612
|
+
const createAuthMiddleware = (_0x19b1e5, _0x522442) => {
|
|
613
|
+
const _0x5070a3 = _0x127d59, _0x64a2b5 = _0x4f1f27, _0x4c109f = { "FFZiq": function(_0x5201f0, _0x33b638) {
|
|
614
|
+
return _0x5201f0(_0x33b638);
|
|
615
|
+
}, "rWZDT": function(_0x5815b7, _0x169377) {
|
|
616
|
+
return _0x5815b7(_0x169377);
|
|
617
|
+
} }, _0x4b51f6 = async (_0xb5399b) => {
|
|
516
618
|
var _a;
|
|
517
|
-
const
|
|
518
|
-
if (!
|
|
519
|
-
const
|
|
520
|
-
|
|
521
|
-
if (!
|
|
522
|
-
return { "token":
|
|
523
|
-
},
|
|
524
|
-
return
|
|
619
|
+
const _0x4aba80 = _0x1255, _0x40c4f6 = _0x1255, _0x3281c2 = await _0x19b1e5["verifyAccessToken"](_0xb5399b), _0x3129ac = { "active": !![], "client_id": _0x3281c2["clientId"], "scope": _0x3281c2["scopes"][_0x4aba80(160)](" "), "exp": _0x3281c2["expiresAt"], "aud": _0x3281c2[_0x4aba80(138)] };
|
|
620
|
+
if (!_0x3129ac[_0x40c4f6(139)]) throw new Error("Resource Indicator (RFC8707) missing");
|
|
621
|
+
const _0x4d39c5 = {};
|
|
622
|
+
_0x4d39c5["requestedResource"] = _0x3129ac[_0x4aba80(139)], _0x4d39c5["configuredResource"] = _0x522442;
|
|
623
|
+
if (!_0x4c109f[_0x40c4f6(210)](checkResourceAllowed, _0x4d39c5)) throw new Error("Expected resource indicator " + _0x522442 + _0x4aba80(145) + _0x3129ac["aud"]);
|
|
624
|
+
return { "token": _0xb5399b, "clientId": _0x3129ac[_0x4aba80(217)], "scopes": _0x3129ac[_0x40c4f6(205)] ? _0x3129ac["scope"]["split"](" ") : [], "expiresAt": _0x3129ac[_0x40c4f6(184)], "redirectUri": (_a = _0x3281c2["extra"]) == null ? void 0 : _a["redirectUri"] };
|
|
625
|
+
}, _0x1ae01a = {};
|
|
626
|
+
return _0x1ae01a[_0x5070a3(215)] = _0x4b51f6, _0x4c109f[_0x64a2b5(171)](requireBearerAuth, { "verifier": _0x1ae01a, "requiredScopes": [], "resourceMetadataUrl": _0x4c109f[_0x5070a3(171)](getOAuthProtectedResourceMetadataUrl, new URL(_0x522442)) });
|
|
525
627
|
};
|
|
526
|
-
const createAuthCallbackRouter = (
|
|
527
|
-
const
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
_0x25e151["get"](_0x385d17, _0x1ba5a3[_0xb0a8ef(372)](), (_0x13ec44, _0x3e99a6) => {
|
|
533
|
-
const _0x8d3b94 = _0xb0a8ef, _0x332f8a = _0x20d228, { code: _0x228ff5, state: _0x552812, error: _0x30e522 } = _0x13ec44[_0x8d3b94(416)];
|
|
534
|
-
if (_0x47e062["IssiA"](_0x228ff5, _0x552812)) _0x21fd45["set"](_0x552812, _0x228ff5), _0x3e99a6[_0x8d3b94(372)]({});
|
|
535
|
-
else _0x30e522 && _0x3e99a6[_0x8d3b94(366)](2305 + -4275 + 1 * 2370)[_0x332f8a(402)]("OAuth authorization failed: " + _0x30e522);
|
|
628
|
+
const createAuthCallbackRouter = (_0x13d88b, ..._0x1bca73) => {
|
|
629
|
+
const _0x3f356d = _0x4f1f27, _0x5d39c6 = _0x4f1f27, _0x34d920 = _0xec42e8[_0x3f356d(194)](), _0x340c25 = /* @__PURE__ */ new Map();
|
|
630
|
+
_0x34d920["get"](_0x13d88b, _0xec42e8["json"](), (_0x5bc39d, _0x37815e) => {
|
|
631
|
+
const _0x16444f = _0x3f356d, _0x33c36e = _0x3f356d, { code: _0x3d6607, state: _0x40ef02, error: _0x5b9601 } = _0x5bc39d[_0x16444f(174)];
|
|
632
|
+
if (_0x3d6607 && _0x40ef02) _0x340c25[_0x33c36e(213)](_0x40ef02, _0x3d6607), _0x37815e["json"]({});
|
|
633
|
+
else _0x5b9601 && _0x37815e[_0x33c36e(191)](-5365 + 1 * 762 + 1 * 5003)[_0x16444f(175)]("OAuth authorization failed: " + _0x5b9601);
|
|
536
634
|
});
|
|
537
|
-
const
|
|
538
|
-
const
|
|
539
|
-
if (
|
|
540
|
-
const
|
|
541
|
-
|
|
542
|
-
const
|
|
543
|
-
|
|
544
|
-
} else
|
|
635
|
+
const _0x5f17f7 = [_0xec42e8[_0x5d39c6(132)](), ..._0x1bca73, (_0x405472, _0x3cbdc8) => {
|
|
636
|
+
const _0x33f8db = _0x5d39c6, _0x1f3333 = _0x5d39c6, { state: _0x3b0267 } = _0x405472["body"];
|
|
637
|
+
if (_0x3b0267 && _0x340c25["has"](_0x3b0267)) {
|
|
638
|
+
const _0x3d8a4f = _0x340c25[_0x33f8db(135)](_0x3b0267);
|
|
639
|
+
_0x340c25[_0x1f3333(219)](_0x3b0267);
|
|
640
|
+
const _0x3eaf39 = {};
|
|
641
|
+
_0x3eaf39["code"] = _0x3d8a4f, _0x3cbdc8["json"](_0x3eaf39);
|
|
642
|
+
} else _0x3cbdc8["status"](1018 * -7 + -583 * -7 + 3445)[_0x33f8db(175)]("No authorization code found for state: " + _0x3b0267);
|
|
545
643
|
}];
|
|
546
|
-
return
|
|
644
|
+
return _0x34d920["post"](_0x13d88b, ..._0x5f17f7), _0x34d920;
|
|
547
645
|
};
|
|
548
|
-
|
|
549
|
-
const
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
const _0x173faa = _0x4f289c, _0x29b53f = _0x27c85b, _0x702826 = { "wBcEJ": function(_0x5bc079) {
|
|
557
|
-
return _0x5bc079();
|
|
558
|
-
}, "UZDZv": "GET" }, _0x6a802d = _0x1ba5a3["Router"]();
|
|
559
|
-
return _0x6a802d["use"](_0x702826[_0x173faa(390)](_0x42d1ae)), _0x6a802d["use"](allowedMethods([_0x702826["UZDZv"]])), _0x6a802d[_0x29b53f(406)]("/", (_0x4b8b3f, _0x57e378) => {
|
|
560
|
-
_0x57e378["status"](-2898 * 1 + 4386 + -1288)["json"](_0x16cd97);
|
|
561
|
-
}), _0x6a802d;
|
|
646
|
+
const metadataHandler = (_0x2ae2be) => {
|
|
647
|
+
const _0x32588f = _0x127d59, _0x1e3246 = _0x4f1f27, _0x4a5846 = { "rQtLU": function(_0x14b22d) {
|
|
648
|
+
return _0x14b22d();
|
|
649
|
+
}, "pHSox": "GET" }, _0x1d0da3 = _0xec42e8[_0x32588f(194)]();
|
|
650
|
+
return _0x1d0da3[_0x1e3246(137)](_0x4a5846["rQtLU"](_0xafee6b)), _0x1d0da3["use"](allowedMethods([_0x4a5846[_0x32588f(149)]])), _0x1d0da3["use"]("/", (_0x4455d1, _0x5e3828) => {
|
|
651
|
+
const _0x3789e2 = _0x32588f;
|
|
652
|
+
_0x5e3828[_0x3789e2(191)](-6469 + -3109 + 9778)["json"](_0x2ae2be);
|
|
653
|
+
}), _0x1d0da3;
|
|
562
654
|
};
|
|
563
|
-
const createAuthMetadataRouter = (
|
|
564
|
-
const
|
|
565
|
-
return
|
|
566
|
-
}
|
|
567
|
-
return
|
|
655
|
+
const createAuthMetadataRouter = (_0x426d42, _0xa88f4, _0x10874d) => {
|
|
656
|
+
const _0x41e0a5 = _0x127d59, _0x378bf2 = _0x4f1f27, _0x4a08ea = { "uNGka": _0x41e0a5(128), "JKLtp": _0x378bf2(152), "pOGFN": function(_0x5bf265, _0xf77ed2) {
|
|
657
|
+
return _0x5bf265(_0xf77ed2);
|
|
658
|
+
} }, _0x3a6779 = _0xec42e8["Router"](), _0x2e3c19 = createOAuthMetadata({ "provider": _0x426d42, "issuerUrl": new URL(_0xa88f4) }), _0x119c5a = { "resource": new URL(_0x10874d)[_0x378bf2(188)], "authorization_servers": [_0x2e3c19[_0x378bf2(119)]] };
|
|
659
|
+
return _0x3a6779["use"](_0x4a08ea[_0x41e0a5(142)], metadataHandler(_0x119c5a)), _0x3a6779[_0x41e0a5(137)](_0x4a08ea[_0x378bf2(144)], _0x4a08ea["pOGFN"](metadataHandler, _0x2e3c19)), _0x3a6779;
|
|
568
660
|
};
|
|
569
|
-
const createAuthRouter = (
|
|
570
|
-
const
|
|
571
|
-
return
|
|
661
|
+
const createAuthRouter = (_0x39beed) => {
|
|
662
|
+
const _0x7cb428 = _0x127d59, _0x1e14fa = { "AIxvn": function(_0x3bd353, _0x4ca437) {
|
|
663
|
+
return _0x3bd353(_0x4ca437);
|
|
572
664
|
} };
|
|
573
|
-
return
|
|
665
|
+
return _0x1e14fa[_0x7cb428(214)](mcpAuthRouter, _0x39beed);
|
|
574
666
|
};
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
return _0x439ef1;
|
|
579
|
-
};
|
|
580
|
-
return _0x52c6();
|
|
581
|
-
}
|
|
582
|
-
const _0x20a06a = _0x46ad, _0x294689 = _0x46ad;
|
|
583
|
-
(function(_0x3fbcd0, _0x537973) {
|
|
584
|
-
const _0x1b7fd1 = _0x46ad, _0x38e9b9 = _0x46ad, _0x28dfb2 = _0x3fbcd0();
|
|
667
|
+
const _0xba5988 = _0x2d47, _0x5ef2b3 = _0x2d47;
|
|
668
|
+
(function(_0x4c0065, _0x31d325) {
|
|
669
|
+
const _0x102c6c = _0x2d47, _0x1ecce7 = _0x2d47, _0x1e6b6c = _0x4c0065();
|
|
585
670
|
while (!![]) {
|
|
586
671
|
try {
|
|
587
|
-
const
|
|
588
|
-
if (
|
|
589
|
-
else
|
|
590
|
-
} catch (
|
|
591
|
-
|
|
672
|
+
const _0xc80251 = parseInt(_0x102c6c(471)) / (-588 + -161 * -53 + -7944) * (-parseInt(_0x1ecce7(480)) / (-3109 + -5392 + 8503)) + -parseInt(_0x102c6c(532)) / (3181 + -8 * 1183 + 1 * 6286) * (-parseInt(_0x1ecce7(515)) / (436 + -2143 * -1 + -2575)) + parseInt(_0x1ecce7(536)) / (-3634 + -1 * -6202 + -2563) + -parseInt(_0x102c6c(571)) / (2129 * 2 + 2 * -133 + -3986) * (-parseInt(_0x1ecce7(504)) / (4687 + 3477 + -3 * 2719)) + parseInt(_0x102c6c(581)) / (-2059 * 4 + -9751 * -1 + 1 * -1507) * (parseInt(_0x1ecce7(477)) / (-7685 + 7517 * -1 + 287 * 53)) + parseInt(_0x102c6c(533)) / (-5765 * -1 + -1 * -2161 + -4 * 1979) + -parseInt(_0x102c6c(557)) / (-51 * 173 + 41 * -18 + 1 * 9572);
|
|
673
|
+
if (_0xc80251 === _0x31d325) break;
|
|
674
|
+
else _0x1e6b6c["push"](_0x1e6b6c["shift"]());
|
|
675
|
+
} catch (_0x15dec4) {
|
|
676
|
+
_0x1e6b6c["push"](_0x1e6b6c["shift"]());
|
|
592
677
|
}
|
|
593
678
|
}
|
|
594
|
-
})(
|
|
595
|
-
function
|
|
596
|
-
const
|
|
597
|
-
return
|
|
598
|
-
|
|
599
|
-
let
|
|
600
|
-
return
|
|
601
|
-
},
|
|
679
|
+
})(_0x291b, -1087134 + -26902 * -1 + 1631827);
|
|
680
|
+
function _0x2d47(_0x5bb66f, _0x400ccc) {
|
|
681
|
+
const _0x199ffd = _0x291b();
|
|
682
|
+
return _0x2d47 = function(_0x446088, _0x3373a3) {
|
|
683
|
+
_0x446088 = _0x446088 - (-5465 + 7172 + 1 * -1247);
|
|
684
|
+
let _0x51b535 = _0x199ffd[_0x446088];
|
|
685
|
+
return _0x51b535;
|
|
686
|
+
}, _0x2d47(_0x5bb66f, _0x400ccc);
|
|
602
687
|
}
|
|
603
|
-
|
|
688
|
+
function _0x291b() {
|
|
689
|
+
const _0x14d326 = ["message", "subscribe", "addNotificationListener", "event: close\ndata: \n\n", "listChanged", "8734599AkTAzm", "WDwuj", "shouldClose", "2EdcnDx", "onclose", "error", "xQTaf", "accept", "connect", "details", "end", "tTEpX", "Savqr", "No client found for session ID ", "Method not allowed.", "verify", "auth", "handleRequest", "url", "_notificationHandlers", "handleWebSocket", "length", "json", "mcp-socket-twin-client", "iJYRJ", "mcp-server", "server", "182llvKCz", "NANjm", "value", "completions", "protocolVersion", "qvQdx", "sse-session-id", "ping", "mcp-session-id", "keys", "tLvAF", "164vgPyEd", "handleSseProxy", "jlwsJ", "sQKbx", "tools", "JtlEB", "prompts", "JbNzm", "cyRCJ", "dJnin", "afterInit", "sampling", "WqgNn", "qSNcZ", "code", "DELETE", "bonKW", "44967tFuEYG", "7374560hqUzIE", "body", "set", "5298095GAlGQW", "capabilities", "query", "push", "user", "headersSent", "map", "BkXdQ", "gSfFs", "sessionId", "write", "iMpqN", "ErRDQ", "Oqkqt", "status", "tFxkc", "WuneN", "version", "fulfilled", "logging", "transport", "39302054TcqqMG", "1.0.0", "notifications/initialized", "uuogb", "BDrVA", "includes", "name", "_sessionId", "HjRbb", "elicitation", "Dwtny", "referer", "send", "tIHLW", "193590opGJPI", "token", "x-forwarded-for", "LVmNq", "JGpQa", "user-agent", "forEach", "values", "headers", "wmAfK", "8BoJHMH", "resolve", "WebSocket", "AtduA", "xTmPn", "method", "Allow", "GHsdz", "resources", "jsonrpc", "roots", "fbAOS", "get", "close", "stream-session-id", "http://localhost", "reset", "mcp-sse-proxy-server", "_sseResponse", "POST", "IPRWX", "OLalj", "client", "onerror", "UhSLE", "76516CiRKQp"];
|
|
690
|
+
_0x291b = function() {
|
|
691
|
+
return _0x14d326;
|
|
692
|
+
};
|
|
693
|
+
return _0x291b();
|
|
694
|
+
}
|
|
695
|
+
const auth = ({ secret: _0xa3b1 }) => (_0x193369, _0xfe7e71, _0x4f0e84) => {
|
|
604
696
|
var _a;
|
|
605
|
-
const
|
|
606
|
-
|
|
607
|
-
const
|
|
608
|
-
if (!
|
|
609
|
-
|
|
697
|
+
const _0x389aed = _0x2d47, _0x5887f3 = _0x2d47, _0x1cd08b = {};
|
|
698
|
+
_0x1cd08b[_0x389aed(570)] = "Missing bearer token", _0x1cd08b["gIZEr"] = "Invalid bearer token";
|
|
699
|
+
const _0x7c4a55 = _0x1cd08b, _0x2e5a22 = (_a = _0x193369["headers"]["authorization"]) == null ? void 0 : _a["split"](" ")[-4 * 653 + 1 * 4141 + -1528];
|
|
700
|
+
if (!_0x2e5a22) {
|
|
701
|
+
_0xfe7e71["status"](8248 + 2531 * 1 + -1 * 10378)["send"](_0x7c4a55[_0x389aed(570)]);
|
|
610
702
|
return;
|
|
611
703
|
}
|
|
612
704
|
try {
|
|
613
|
-
|
|
614
|
-
} catch (
|
|
615
|
-
const
|
|
616
|
-
|
|
705
|
+
_0x193369[_0x5887f3(540)] = _0x55456e[_0x389aed(492)](_0x2e5a22, _0xa3b1), _0x4f0e84();
|
|
706
|
+
} catch (_0x199088) {
|
|
707
|
+
const _0x2070cc = {};
|
|
708
|
+
_0x2070cc["error"] = _0x7c4a55["gIZEr"], _0x2070cc[_0x389aed(486)] = _0x199088["message"], _0xfe7e71["status"](-6652 + 1 * 1126 + 5929)["json"](_0x2070cc);
|
|
617
709
|
}
|
|
618
710
|
};
|
|
619
|
-
const
|
|
620
|
-
const
|
|
621
|
-
|
|
711
|
+
const jwtAuth = (_0x138759, _0x2162dc) => {
|
|
712
|
+
const _0x351d7b = _0x2d47, _0x190f54 = _0x2d47, _0x5a757d = {};
|
|
713
|
+
_0x5a757d["Hahiu"] = function(_0x478c60, _0x2a51c1) {
|
|
714
|
+
return _0x478c60 + _0x2a51c1;
|
|
715
|
+
}, _0x5a757d[_0x351d7b(478)] = _0x351d7b(572), _0x5a757d["qvQdx"] = "Invalid bearer token";
|
|
716
|
+
const _0x38d61e = _0x5a757d, _0x31600a = new URL(_0x38d61e["Hahiu"]("http://localhost", _0x138759["url"])), _0x287dcf = _0x31600a["searchParams"]["get"](_0x38d61e[_0x190f54(478)]);
|
|
717
|
+
if (!_0x287dcf) throw new Error("Missing bearer token");
|
|
718
|
+
try {
|
|
719
|
+
_0x138759[_0x351d7b(540)] = _0x55456e["verify"](_0x287dcf, _0x2162dc);
|
|
720
|
+
} catch (_0x8dc9c2) {
|
|
721
|
+
throw new Error(_0x38d61e[_0x351d7b(509)]);
|
|
722
|
+
}
|
|
723
|
+
};
|
|
724
|
+
const getDeviceInfo = (_0x173bc1) => ({ "ip": _0x173bc1["headers"][_0xba5988(573)] || _0x173bc1["ip"] || "", "userAgent": _0x173bc1["headers"][_0xba5988(576)] || "", "acceptLanguage": _0x173bc1[_0x5ef2b3(579)]["accept-language"] || "", "referer": _0x173bc1[_0xba5988(579)][_0x5ef2b3(568)] || "" }), forwardProxyServer = (_0x1df0b3, _0x54278e) => {
|
|
725
|
+
const _0x3bdd00 = _0xba5988, _0x44329d = _0xba5988, _0x4e3800 = { "OLalj": function(_0x34823d, _0x4786b4, _0x3d5d97) {
|
|
726
|
+
return _0x34823d(_0x4786b4, _0x3d5d97);
|
|
727
|
+
}, "Savqr": function(_0x2f6219, _0x485555, _0x38e5e3) {
|
|
728
|
+
return _0x2f6219(_0x485555, _0x38e5e3);
|
|
622
729
|
} };
|
|
623
|
-
|
|
624
|
-
const
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
_0x3d3116[_0x1a89c1(282)](_0x247b0b), _0x3d3116["removeNotificationListener"](_0x538a1e);
|
|
628
|
-
};
|
|
629
|
-
}, initTwinClientHandler = (_0xa5328e, _0x5a76ba) => {
|
|
630
|
-
const _0x515cc5 = _0x20a06a, _0x1dae9a = _0x294689, _0x129c13 = {};
|
|
631
|
-
_0x129c13["rcraz"] = _0x515cc5(291), _0x129c13[_0x515cc5(249)] = function(_0x22b4cc, _0x3d4a15) {
|
|
632
|
-
return _0x22b4cc instanceof _0x3d4a15;
|
|
730
|
+
_0x4e3800[_0x3bdd00(467)](forwardServerOnRequest, _0x1df0b3, _0x54278e), forwardServerOnNotification(_0x1df0b3, _0x54278e);
|
|
731
|
+
const _0xe57e0f = _0x4e3800[_0x3bdd00(489)](forwardClientOnRequest, _0x54278e, _0x1df0b3), _0x3216a5 = _0x4e3800["OLalj"](forwardClientOnNotification, _0x54278e, _0x1df0b3);
|
|
732
|
+
_0x54278e["addRequestListener"](_0xe57e0f), _0x54278e[_0x44329d(474)](_0x3216a5), _0x1df0b3["onclose"] = () => {
|
|
733
|
+
_0x54278e["removeRequestListener"](_0xe57e0f), _0x54278e["removeNotificationListener"](_0x3216a5);
|
|
633
734
|
};
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
735
|
+
}, initTwinClientHandler = (_0x7c249, _0x978026) => {
|
|
736
|
+
const _0x2d7938 = _0x5ef2b3, _0x298da8 = _0xba5988, _0x3fc174 = { "rAXgw": _0x2d7938(559), "mlzRA": _0x298da8(475), "dJnin": function(_0x1c9439, _0x365c84) {
|
|
737
|
+
return _0x1c9439 instanceof _0x365c84;
|
|
738
|
+
}, "qSNcZ": function(_0x424002, _0x184eee, _0x2209ae) {
|
|
739
|
+
return _0x424002(_0x184eee, _0x2209ae);
|
|
740
|
+
} }, _0x4df33a = () => {
|
|
741
|
+
const _0x1028f2 = _0x298da8, _0x1414b8 = _0x2d7938, _0x507ad0 = {};
|
|
742
|
+
_0x507ad0["listChanged"] = !![];
|
|
743
|
+
const _0x28ec31 = {};
|
|
744
|
+
_0x28ec31[_0x1028f2(473)] = !![], _0x28ec31[_0x1414b8(476)] = !![];
|
|
745
|
+
const _0x26607a = {};
|
|
746
|
+
_0x26607a[_0x1028f2(476)] = !![];
|
|
747
|
+
const _0x474c77 = {};
|
|
748
|
+
_0x474c77["prompts"] = _0x507ad0, _0x474c77["resources"] = _0x28ec31, _0x474c77[_0x1414b8(519)] = _0x26607a, _0x474c77[_0x1414b8(507)] = {}, _0x474c77[_0x1028f2(555)] = {};
|
|
749
|
+
const _0x4e2671 = _0x474c77, _0x2ad1bf = {};
|
|
750
|
+
_0x2ad1bf["name"] = _0x1414b8(502), _0x2ad1bf[_0x1414b8(553)] = "1.0.0", _0x7c249["_requestHandlers"][_0x1028f2(535)]("initialize", (_0x3f7a0d) => ({ "protocolVersion": _0x3f7a0d["params"][_0x1028f2(508)], "capabilities": _0x4e2671, "serverInfo": _0x2ad1bf })), _0x7c249[_0x1414b8(496)]["set"](_0x3fc174["rAXgw"], () => {
|
|
645
751
|
});
|
|
646
|
-
},
|
|
647
|
-
const
|
|
648
|
-
|
|
649
|
-
const
|
|
650
|
-
|
|
752
|
+
}, _0x52ab13 = () => {
|
|
753
|
+
const _0x45f094 = _0x298da8, _0x3f0edf = _0x2d7938, _0x4b80bf = {};
|
|
754
|
+
_0x4b80bf[_0x45f094(531)] = _0x3fc174["mlzRA"];
|
|
755
|
+
const _0x22437b = _0x4b80bf;
|
|
756
|
+
_0x3fc174[_0x45f094(524)](_0x978026, SSEServerTransport) && (_0x978026[_0x3f0edf(594)] = () => {
|
|
651
757
|
var _a, _b;
|
|
652
|
-
const
|
|
653
|
-
return (_a =
|
|
758
|
+
const _0x8028fb = _0x3f0edf, _0x577b4b = _0x3f0edf;
|
|
759
|
+
return (_a = _0x978026["_sseResponse"]) == null ? void 0 : _a[_0x8028fb(546)](_0x22437b["bonKW"])["end"](), _0x978026[_0x577b4b(464)] = void 0, (_b = _0x978026["onclose"]) == null ? void 0 : _b.call(_0x978026), Promise[_0x8028fb(582)]();
|
|
654
760
|
});
|
|
655
|
-
},
|
|
656
|
-
|
|
761
|
+
}, _0x18fd4b = {};
|
|
762
|
+
_0x18fd4b["beforeInit"] = _0x4df33a, _0x18fd4b[_0x2d7938(525)] = _0x52ab13, _0x3fc174[_0x2d7938(528)](initClientHandler, _0x7c249, _0x18fd4b);
|
|
657
763
|
};
|
|
658
764
|
const useProxyHandles = () => {
|
|
659
|
-
const
|
|
660
|
-
return
|
|
661
|
-
}, "
|
|
662
|
-
return
|
|
663
|
-
}, "
|
|
664
|
-
return
|
|
665
|
-
}, "
|
|
666
|
-
return
|
|
667
|
-
}, "
|
|
668
|
-
return
|
|
669
|
-
}, "
|
|
670
|
-
return
|
|
671
|
-
}, "
|
|
672
|
-
return
|
|
673
|
-
}, "
|
|
674
|
-
return
|
|
675
|
-
}, "
|
|
676
|
-
return
|
|
677
|
-
}, "
|
|
678
|
-
return
|
|
679
|
-
}, "
|
|
680
|
-
return
|
|
681
|
-
}, "
|
|
682
|
-
return
|
|
683
|
-
}, "
|
|
684
|
-
return
|
|
685
|
-
}, "
|
|
686
|
-
return
|
|
687
|
-
}, "
|
|
688
|
-
return
|
|
689
|
-
}, "
|
|
690
|
-
return
|
|
691
|
-
}, "
|
|
692
|
-
return
|
|
693
|
-
}, "
|
|
694
|
-
return
|
|
695
|
-
}
|
|
696
|
-
|
|
765
|
+
const _0x46ea31 = _0x5ef2b3, _0x2e1a8d = _0xba5988, _0x221f25 = { "alGar": function(_0x4bbf0f, _0x3c0a1c) {
|
|
766
|
+
return _0x4bbf0f(_0x3c0a1c);
|
|
767
|
+
}, "jlwsJ": "SSE", "agiqr": _0x46ea31(510), "Oqkqt": _0x46ea31(594), "NANjm": "mcp-sse-twin-client", "Idtbh": function(_0x2611c4, _0x3cfac7) {
|
|
768
|
+
return _0x2611c4(_0x3cfac7);
|
|
769
|
+
}, "LVmNq": function(_0x3e17bb, _0x144b77, _0x39ad00) {
|
|
770
|
+
return _0x3e17bb(_0x144b77, _0x39ad00);
|
|
771
|
+
}, "UIPMh": function(_0x233874, _0x2035d7) {
|
|
772
|
+
return _0x233874(_0x2035d7);
|
|
773
|
+
}, "Dwtny": _0x46ea31(463), "AtduA": "1.0.0", "eHFMQ": "No transport found", "oHhSC": function(_0x2b48b2, _0x1b177e, _0x11f08d) {
|
|
774
|
+
return _0x2b48b2(_0x1b177e, _0x11f08d);
|
|
775
|
+
}, "GHsdz": function(_0x4bdb2d, _0xdc597b) {
|
|
776
|
+
return _0x4bdb2d === _0xdc597b;
|
|
777
|
+
}, "JGpQa": "GET", "iMpqN": _0x46ea31(530), "HjRbb": function(_0x209fb5, _0x2c257e) {
|
|
778
|
+
return _0x209fb5(_0x2c257e);
|
|
779
|
+
}, "xTmPn": "GET, POST, DELETE", "sQKbx": "2.0", "yTSaG": _0x2e1a8d(491), "cyRCJ": _0x2e1a8d(512), "AooGk": "text/event-stream", "fbAOS": function(_0x42bb93, _0x15b206) {
|
|
780
|
+
return _0x42bb93 === _0x15b206;
|
|
781
|
+
}, "CpGZm": function(_0x7f7ff) {
|
|
782
|
+
return _0x7f7ff();
|
|
783
|
+
}, "tTEpX": "Invalid or missing session ID", "tFxkc": function(_0x5852be, _0x201b41) {
|
|
784
|
+
return _0x5852be(_0x201b41);
|
|
785
|
+
}, "tLvAF": "StreamableHTTP", "NOdQz": _0x46ea31(460), "vGikC": "mcp-stream-twin-client", "WuneN": function(_0x1265b3, _0x558ad4) {
|
|
786
|
+
return _0x1265b3(_0x558ad4);
|
|
787
|
+
}, "xQTaf": "Bad Request: No valid session ID provided", "iJYRJ": "Internal server error", "wmAfK": function(_0x38357c, _0x960bc) {
|
|
788
|
+
return _0x38357c === _0x960bc;
|
|
789
|
+
}, "lOUtF": "POST", "UhSLE": function(_0xbfe3f7, _0x8e0f64, _0x329a37) {
|
|
790
|
+
return _0xbfe3f7(_0x8e0f64, _0x329a37);
|
|
791
|
+
}, "FWtdw": function(_0x162b72, _0x350585) {
|
|
792
|
+
return _0x162b72 === _0x350585;
|
|
793
|
+
}, "gSfFs": "mcp-stream-proxy-server", "JtlEB": function(_0x14ab37, _0x769a56) {
|
|
794
|
+
return _0x14ab37(_0x769a56);
|
|
795
|
+
}, "MpuHH": function(_0x5972b0, _0x32e951, _0x2f0712) {
|
|
796
|
+
return _0x5972b0(_0x32e951, _0x2f0712);
|
|
797
|
+
}, "IPRWX": _0x46ea31(583), "QICRf": function(_0x393c99, _0x38328d) {
|
|
798
|
+
return _0x393c99 + _0x38328d;
|
|
799
|
+
}, "BDrVA": _0x46ea31(461), "WqgNn": _0x2e1a8d(545), "JbNzm": function(_0x16e03e, _0x53d5c9, _0x4ea158) {
|
|
800
|
+
return _0x16e03e(_0x53d5c9, _0x4ea158);
|
|
801
|
+
}, "uuogb": function(_0x3e6a27, _0x45c05c) {
|
|
802
|
+
return _0x3e6a27 !== _0x45c05c;
|
|
803
|
+
}, "ErRDQ": _0x2e1a8d(554) }, _0x49e752 = {}, _0x284689 = {}, _0x4c5c52 = {}, _0xa3a621 = {};
|
|
804
|
+
let _0xa96593 = () => {
|
|
697
805
|
};
|
|
698
|
-
const
|
|
699
|
-
|
|
806
|
+
const _0x3fa284 = (_0x2369bc) => {
|
|
807
|
+
_0xa96593 = _0x2369bc;
|
|
700
808
|
};
|
|
701
|
-
let
|
|
809
|
+
let _0x43f5b8 = () => {
|
|
702
810
|
};
|
|
703
|
-
const
|
|
704
|
-
|
|
705
|
-
},
|
|
706
|
-
const
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
811
|
+
const _0x56cd0a = (_0x46766e) => {
|
|
812
|
+
_0x43f5b8 = _0x46766e;
|
|
813
|
+
}, _0x2364bd = async (_0x310dfa, _0xc5346c, _0x5ddf26) => {
|
|
814
|
+
const _0x28c90e = _0x46ea31, _0x1622d2 = _0x2e1a8d, _0x371d62 = { "LnkSG": function(_0x480c8a, _0x1892a0) {
|
|
815
|
+
return _0x221f25["alGar"](_0x480c8a, _0x1892a0);
|
|
816
|
+
}, "hAiCT": _0x221f25["jlwsJ"] }, _0x5e557e = new SSEServerTransport(_0x5ddf26, _0xc5346c), _0x46af28 = _0x310dfa["headers"][_0x221f25["agiqr"]];
|
|
817
|
+
_0x46af28 && (_0x5e557e[_0x28c90e(564)] = _0x46af28);
|
|
818
|
+
const _0xc7d5bf = _0x5e557e["sessionId"];
|
|
819
|
+
_0x49e752[_0xc7d5bf] = _0x5e557e, _0x310dfa["on"](_0x221f25[_0x28c90e(549)], () => {
|
|
820
|
+
const _0x5288fa = _0x28c90e;
|
|
821
|
+
_0x5e557e[_0x5288fa(594)](), delete _0x49e752[_0xc7d5bf], delete _0x284689[_0xc7d5bf];
|
|
711
822
|
});
|
|
712
|
-
const
|
|
713
|
-
|
|
714
|
-
const
|
|
715
|
-
|
|
716
|
-
const
|
|
717
|
-
|
|
718
|
-
const
|
|
719
|
-
|
|
720
|
-
const
|
|
721
|
-
|
|
722
|
-
const
|
|
723
|
-
|
|
724
|
-
const
|
|
725
|
-
|
|
726
|
-
const
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
}, _0x36fe27 = async (_0x4a9267, _0x34d664, _0x9188d) => {
|
|
823
|
+
const _0x504c52 = {};
|
|
824
|
+
_0x504c52["listChanged"] = !![];
|
|
825
|
+
const _0x1d83ae = {};
|
|
826
|
+
_0x1d83ae["subscribe"] = !![], _0x1d83ae["listChanged"] = !![];
|
|
827
|
+
const _0x494b36 = {};
|
|
828
|
+
_0x494b36[_0x28c90e(476)] = !![];
|
|
829
|
+
const _0x4b820a = {};
|
|
830
|
+
_0x4b820a[_0x28c90e(476)] = !![];
|
|
831
|
+
const _0x4ef2ba = {};
|
|
832
|
+
_0x4ef2ba[_0x1622d2(521)] = _0x504c52, _0x4ef2ba["resources"] = _0x1d83ae, _0x4ef2ba[_0x28c90e(519)] = _0x494b36, _0x4ef2ba["completions"] = {}, _0x4ef2ba[_0x1622d2(555)] = {}, _0x4ef2ba["roots"] = _0x4b820a, _0x4ef2ba["sampling"] = {}, _0x4ef2ba["elicitation"] = {};
|
|
833
|
+
const _0x28fff2 = _0x4ef2ba, _0x4f166b = {};
|
|
834
|
+
_0x4f166b["name"] = _0x221f25[_0x1622d2(505)], _0x4f166b["version"] = "1.0.0";
|
|
835
|
+
const _0x23ab06 = {};
|
|
836
|
+
_0x23ab06["capabilities"] = _0x28fff2;
|
|
837
|
+
const _0x4ee7aa = new Client(_0x4f166b, _0x23ab06);
|
|
838
|
+
_0x284689[_0xc7d5bf] = { "client": _0x4ee7aa, "transport": _0x5e557e, "user": _0x310dfa[_0x28c90e(493)] || _0x310dfa["user"], "device": _0x221f25["Idtbh"](getDeviceInfo, _0x310dfa), "type": _0x221f25[_0x28c90e(517)] }, _0x5e557e["onerror"] = (_0x44d348) => {
|
|
839
|
+
_0x371d62["LnkSG"](_0xa96593, { "client": _0x4ee7aa, "transport": _0x5e557e, "error": _0x44d348, "type": _0x371d62["hAiCT"] });
|
|
840
|
+
}, _0x221f25[_0x28c90e(574)](initTwinClientHandler, _0x4ee7aa, _0x5e557e), await _0x4ee7aa["connect"](_0x5e557e);
|
|
841
|
+
}, _0x4ff2b8 = async (_0x529750, _0xbf55dc, _0x3c2339) => {
|
|
732
842
|
var _a;
|
|
733
|
-
const
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
if (!_0x2965e8) {
|
|
737
|
-
_0x34d664[_0xd3f124(288)](-6790 + 1 * 1502 + 5688)["send"]("No client found for session ID " + _0x2e83b6);
|
|
843
|
+
const _0x1c732b = _0x2e1a8d, _0x952030 = _0x46ea31, _0x12666f = _0x529750["query"]["sessionId"], _0x13abc1 = (_a = _0x284689[_0x12666f]) == null ? void 0 : _a["client"];
|
|
844
|
+
if (!_0x13abc1) {
|
|
845
|
+
_0xbf55dc[_0x1c732b(550)](-327 * -14 + -6245 + 2067)[_0x952030(569)]("No client found for session ID " + _0x12666f);
|
|
738
846
|
return;
|
|
739
847
|
}
|
|
740
|
-
const
|
|
741
|
-
|
|
742
|
-
|
|
848
|
+
const _0x537b12 = new SSEServerTransport(_0x3c2339, _0xbf55dc), _0x186622 = _0x537b12["sessionId"];
|
|
849
|
+
_0x4c5c52[_0x186622] = _0x537b12, _0x529750["on"](_0x221f25["Oqkqt"], () => {
|
|
850
|
+
_0x537b12["close"](), delete _0x4c5c52[_0x186622], delete _0xa3a621[_0x186622];
|
|
743
851
|
});
|
|
744
|
-
const
|
|
745
|
-
|
|
746
|
-
const
|
|
747
|
-
|
|
748
|
-
const
|
|
749
|
-
|
|
750
|
-
const
|
|
751
|
-
|
|
752
|
-
const
|
|
753
|
-
|
|
754
|
-
const
|
|
755
|
-
|
|
756
|
-
const
|
|
757
|
-
|
|
758
|
-
const
|
|
759
|
-
|
|
760
|
-
}, await
|
|
761
|
-
},
|
|
762
|
-
const
|
|
763
|
-
|
|
764
|
-
},
|
|
765
|
-
const
|
|
766
|
-
if (
|
|
767
|
-
else
|
|
768
|
-
},
|
|
769
|
-
const
|
|
770
|
-
|
|
771
|
-
const
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
_0x5c39f9[_0x465f4a(277)] = _0x35bafb["uixmn"], _0x5c39f9[_0x202c77(272)] = _0xab7381, _0x5c39f9["id"] = null, _0xccf4b7[_0x465f4a(300)](-3983 + 6788 + 30 * -80, _0x387d1b)[_0x465f4a(321)](JSON["stringify"](_0x5c39f9));
|
|
775
|
-
}, _0x434a15 = async (_0x50445f, _0x324b0c) => {
|
|
852
|
+
const _0x29eaf6 = {};
|
|
853
|
+
_0x29eaf6["listChanged"] = !![];
|
|
854
|
+
const _0x570351 = {};
|
|
855
|
+
_0x570351["subscribe"] = !![], _0x570351[_0x952030(476)] = !![];
|
|
856
|
+
const _0x4917cd = {};
|
|
857
|
+
_0x4917cd[_0x1c732b(476)] = !![];
|
|
858
|
+
const _0x2faea2 = {};
|
|
859
|
+
_0x2faea2[_0x1c732b(521)] = _0x29eaf6, _0x2faea2[_0x952030(589)] = _0x570351, _0x2faea2["tools"] = _0x4917cd, _0x2faea2[_0x1c732b(507)] = {}, _0x2faea2[_0x1c732b(555)] = {};
|
|
860
|
+
const _0x438639 = _0x2faea2, _0x36c0cc = {};
|
|
861
|
+
_0x36c0cc["name"] = _0x221f25[_0x1c732b(567)], _0x36c0cc["version"] = _0x221f25[_0x1c732b(584)];
|
|
862
|
+
const _0x2f1b96 = {};
|
|
863
|
+
_0x2f1b96[_0x952030(537)] = _0x438639;
|
|
864
|
+
const _0x388b75 = new McpServer(_0x36c0cc, _0x2f1b96);
|
|
865
|
+
_0xa3a621[_0x186622] = { "mcpServer": _0x388b75, "transport": _0x537b12, "client": _0x12666f, "user": _0x529750["auth"] || _0x529750["user"], "device": getDeviceInfo(_0x529750), "type": _0x221f25[_0x1c732b(517)] }, _0x537b12[_0x952030(469)] = (_0x48f1e) => {
|
|
866
|
+
const _0x38954d = _0x1c732b;
|
|
867
|
+
_0x221f25["UIPMh"](_0x43f5b8, { "mcpServer": _0x388b75, "transport": _0x537b12, "client": _0x12666f, "error": _0x48f1e, "type": _0x221f25[_0x38954d(517)] });
|
|
868
|
+
}, await _0x388b75["connect"](_0x537b12), _0x221f25[_0x952030(574)](forwardProxyServer, _0x388b75["server"], _0x13abc1);
|
|
869
|
+
}, _0x33b2f4 = async (_0x375eef, _0x47f1b6) => {
|
|
870
|
+
const _0x5cd0c4 = _0x2e1a8d, _0x347660 = _0x375eef[_0x5cd0c4(538)]["sessionId"], _0x1d60cf = _0x49e752[_0x347660] || _0x4c5c52[_0x347660];
|
|
871
|
+
_0x1d60cf ? await _0x1d60cf["handlePostMessage"](_0x375eef, _0x47f1b6) : _0x47f1b6["status"](-7037 + -8997 * -1 + -1560)["send"](_0x221f25["eHFMQ"]);
|
|
872
|
+
}, _0x129b7d = async (_0x46bee1, _0x410a43) => {
|
|
873
|
+
const _0x10b017 = _0x2e1a8d, _0x2c79b6 = _0x2e1a8d;
|
|
874
|
+
if (_0x46bee1[_0x10b017(586)] === _0x2c79b6(465)) await _0x221f25["oHhSC"](_0x57b58e, _0x46bee1, _0x410a43);
|
|
875
|
+
else _0x221f25["GHsdz"](_0x46bee1[_0x2c79b6(586)], _0x221f25["JGpQa"]) || _0x221f25[_0x2c79b6(588)](_0x46bee1[_0x2c79b6(586)], _0x221f25["iMpqN"]) ? await _0x221f25["oHhSC"](_0x1d7800, _0x46bee1, _0x410a43) : await _0x221f25["HjRbb"](_0x11d555, _0x410a43);
|
|
876
|
+
}, _0x11d555 = async (_0x186d82) => {
|
|
877
|
+
const _0x2b5a38 = _0x46ea31, _0x33a484 = {};
|
|
878
|
+
_0x33a484[_0x2b5a38(587)] = _0x221f25[_0x2b5a38(585)];
|
|
879
|
+
const _0x306e74 = {};
|
|
880
|
+
_0x306e74[_0x2b5a38(590)] = _0x221f25["sQKbx"], _0x306e74[_0x2b5a38(482)] = {}, _0x306e74["id"] = null, _0x306e74[_0x2b5a38(482)]["code"] = -32e3, _0x306e74[_0x2b5a38(482)][_0x2b5a38(472)] = _0x221f25["yTSaG"], _0x186d82["writeHead"](-1912 + -7498 + -5 * -1963, _0x33a484)[_0x2b5a38(487)](JSON["stringify"](_0x306e74));
|
|
881
|
+
}, _0x1d7800 = async (_0x4620a0, _0x3c3fa2) => {
|
|
776
882
|
var _a;
|
|
777
|
-
const
|
|
778
|
-
if (
|
|
779
|
-
await
|
|
780
|
-
const
|
|
781
|
-
delete
|
|
883
|
+
const _0x39bb39 = _0x46ea31, _0x4c9c1a = _0x2e1a8d, _0x13217b = _0x4620a0[_0x39bb39(579)][_0x221f25[_0x39bb39(523)]], _0x32a3c1 = _0x49e752[_0x13217b];
|
|
884
|
+
if (_0x32a3c1) {
|
|
885
|
+
await _0x32a3c1[_0x39bb39(494)](_0x4620a0, _0x3c3fa2);
|
|
886
|
+
const _0x28e7ef = () => {
|
|
887
|
+
delete _0x49e752[_0x13217b], delete _0x284689[_0x13217b];
|
|
782
888
|
};
|
|
783
|
-
if (
|
|
784
|
-
else
|
|
785
|
-
} else
|
|
786
|
-
},
|
|
787
|
-
const
|
|
889
|
+
if (_0x221f25[_0x4c9c1a(588)](_0x4620a0["method"], _0x221f25[_0x39bb39(575)]) && ((_a = _0x4620a0[_0x4c9c1a(579)][_0x39bb39(484)]) == null ? void 0 : _a[_0x39bb39(562)](_0x221f25["AooGk"]))) _0x4620a0["once"](_0x221f25[_0x39bb39(549)], _0x28e7ef);
|
|
890
|
+
else _0x221f25["fbAOS"](_0x4620a0[_0x39bb39(586)], _0x221f25["iMpqN"]) && _0x221f25["CpGZm"](_0x28e7ef);
|
|
891
|
+
} else _0x3c3fa2["status"](-576 * -16 + -4215 + -4601)[_0x39bb39(569)](_0x221f25[_0x39bb39(488)]);
|
|
892
|
+
}, _0x57b58e = async (_0x3fa9b3, _0x554417) => {
|
|
893
|
+
const _0x5aa50e = _0x2e1a8d, _0x42349d = _0x46ea31;
|
|
788
894
|
try {
|
|
789
|
-
const
|
|
790
|
-
let
|
|
791
|
-
if (
|
|
895
|
+
const _0x5482e1 = _0x3fa9b3[_0x5aa50e(579)][_0x221f25["cyRCJ"]], _0x13a5e3 = _0x3fa9b3["headers"][_0x221f25["NOdQz"]];
|
|
896
|
+
let _0x3cb5b7 = _0x49e752[_0x5482e1];
|
|
897
|
+
if (_0x3cb5b7) await _0x3cb5b7[_0x42349d(494)](_0x3fa9b3, _0x554417, _0x3fa9b3["body"]);
|
|
792
898
|
else {
|
|
793
|
-
if (!
|
|
794
|
-
const
|
|
795
|
-
|
|
796
|
-
const
|
|
797
|
-
|
|
798
|
-
const
|
|
799
|
-
|
|
800
|
-
const
|
|
801
|
-
|
|
802
|
-
const
|
|
803
|
-
|
|
804
|
-
const
|
|
805
|
-
|
|
806
|
-
const
|
|
807
|
-
|
|
808
|
-
const
|
|
809
|
-
|
|
810
|
-
const
|
|
811
|
-
|
|
812
|
-
const
|
|
813
|
-
|
|
814
|
-
},
|
|
815
|
-
|
|
816
|
-
|
|
899
|
+
if (!_0x5482e1 && _0x221f25[_0x5aa50e(565)](isInitializeRequest, _0x3fa9b3["body"])) {
|
|
900
|
+
const _0x88d72b = {};
|
|
901
|
+
_0x88d72b["sessionIdGenerator"] = () => _0x13a5e3, _0x3cb5b7 = new StreamableHTTPServerTransport(_0x88d72b);
|
|
902
|
+
const _0x5298e4 = {};
|
|
903
|
+
_0x5298e4[_0x42349d(476)] = !![];
|
|
904
|
+
const _0x4508c1 = {};
|
|
905
|
+
_0x4508c1[_0x42349d(473)] = !![], _0x4508c1["listChanged"] = !![];
|
|
906
|
+
const _0x40d451 = {};
|
|
907
|
+
_0x40d451["listChanged"] = !![];
|
|
908
|
+
const _0x17715a = {};
|
|
909
|
+
_0x17715a["listChanged"] = !![];
|
|
910
|
+
const _0x22993c = {};
|
|
911
|
+
_0x22993c[_0x5aa50e(521)] = _0x5298e4, _0x22993c["resources"] = _0x4508c1, _0x22993c["tools"] = _0x40d451, _0x22993c["completions"] = {}, _0x22993c[_0x42349d(555)] = {}, _0x22993c[_0x5aa50e(591)] = _0x17715a, _0x22993c[_0x42349d(526)] = {}, _0x22993c[_0x42349d(566)] = {};
|
|
912
|
+
const _0x5db47b = _0x22993c, _0x210888 = {};
|
|
913
|
+
_0x210888["name"] = _0x221f25["vGikC"], _0x210888["version"] = _0x221f25["AtduA"];
|
|
914
|
+
const _0xf32c2a = {};
|
|
915
|
+
_0xf32c2a["capabilities"] = _0x5db47b;
|
|
916
|
+
const _0x5092c2 = new Client(_0x210888, _0xf32c2a);
|
|
917
|
+
_0x221f25["LVmNq"](initTwinClientHandler, _0x5092c2, _0x3cb5b7), _0x284689[_0x13a5e3] = { "client": _0x5092c2, "transport": _0x3cb5b7, "user": _0x3fa9b3[_0x5aa50e(493)] || _0x3fa9b3["user"], "device": _0x221f25[_0x42349d(552)](getDeviceInfo, _0x3fa9b3), "type": _0x221f25["tLvAF"] }, _0x49e752[_0x13a5e3] = _0x3cb5b7, _0x3cb5b7["sessionId"] = _0x13a5e3, _0x3cb5b7[_0x5aa50e(481)] = () => {
|
|
918
|
+
const _0x224176 = _0x42349d, _0x3e7396 = _0x3cb5b7[_0x224176(545)];
|
|
919
|
+
_0x3e7396 && _0x49e752[_0x3e7396] && (delete _0x49e752[_0x3e7396], delete _0x284689[_0x3e7396]);
|
|
920
|
+
}, _0x3cb5b7[_0x42349d(469)] = (_0x5e35ec) => {
|
|
921
|
+
const _0x16cbea = _0x42349d;
|
|
922
|
+
_0x221f25[_0x16cbea(551)](_0xa96593, { "client": _0x5092c2, "transport": _0x3cb5b7, "error": _0x5e35ec, "type": _0x221f25["tLvAF"] });
|
|
923
|
+
}, await _0x5092c2[_0x42349d(485)](_0x3cb5b7), await _0x3cb5b7["handleRequest"](_0x3fa9b3, _0x554417, _0x3fa9b3["body"]);
|
|
817
924
|
} else {
|
|
818
|
-
const
|
|
819
|
-
|
|
925
|
+
const _0x2bd9e4 = {};
|
|
926
|
+
_0x2bd9e4["jsonrpc"] = _0x221f25["sQKbx"], _0x2bd9e4[_0x42349d(482)] = {}, _0x2bd9e4["id"] = null, _0x2bd9e4[_0x42349d(482)][_0x42349d(529)] = -(10380 * 4 + 1813 * 1 + -11333), _0x2bd9e4[_0x42349d(482)]["message"] = _0x221f25[_0x42349d(483)], _0x554417["status"](-2991 + -8267 + -3 * -3886)["json"](_0x2bd9e4);
|
|
820
927
|
}
|
|
821
928
|
}
|
|
822
929
|
} catch {
|
|
823
|
-
if (!
|
|
824
|
-
const
|
|
825
|
-
|
|
826
|
-
const
|
|
827
|
-
|
|
930
|
+
if (!_0x554417[_0x5aa50e(541)]) {
|
|
931
|
+
const _0x17d908 = {};
|
|
932
|
+
_0x17d908["code"] = -32603, _0x17d908["message"] = _0x221f25[_0x42349d(501)];
|
|
933
|
+
const _0x5dc08c = {};
|
|
934
|
+
_0x5dc08c["jsonrpc"] = "2.0", _0x5dc08c["error"] = _0x17d908, _0x5dc08c["id"] = null, _0x554417[_0x42349d(550)](-2776 + -6511 + 9787)["json"](_0x5dc08c);
|
|
828
935
|
}
|
|
829
936
|
}
|
|
830
|
-
},
|
|
831
|
-
const
|
|
832
|
-
if (
|
|
833
|
-
else
|
|
834
|
-
},
|
|
835
|
-
const
|
|
836
|
-
|
|
837
|
-
},
|
|
937
|
+
}, _0x1d47c9 = async (_0x19b297, _0x1c73f8) => {
|
|
938
|
+
const _0x482aab = _0x46ea31, _0xe4800 = _0x2e1a8d;
|
|
939
|
+
if (_0x221f25[_0x482aab(580)](_0x19b297[_0xe4800(586)], _0x221f25["lOUtF"])) await _0x221f25[_0xe4800(470)](_0x172310, _0x19b297, _0x1c73f8);
|
|
940
|
+
else _0x221f25["FWtdw"](_0x19b297["method"], _0x221f25["JGpQa"]) || _0x19b297["method"] === _0x221f25[_0xe4800(547)] ? await _0x55728b(_0x19b297, _0x1c73f8) : await _0x11d555(_0x1c73f8);
|
|
941
|
+
}, _0x55728b = async (_0x4b6406, _0x3135f7) => {
|
|
942
|
+
const _0x5ec4a9 = _0x46ea31, _0xf6cc95 = _0x46ea31, _0x5b9459 = _0x4b6406[_0x5ec4a9(579)][_0x221f25["cyRCJ"]], _0x2abe03 = _0x4c5c52[_0x5b9459];
|
|
943
|
+
_0x2abe03 ? (await _0x2abe03["handleRequest"](_0x4b6406, _0x3135f7), _0x221f25[_0xf6cc95(592)](_0x4b6406[_0x5ec4a9(586)], _0x221f25["iMpqN"]) && (delete _0x4c5c52[_0x5b9459], delete _0xa3a621[_0x5b9459])) : _0x3135f7["status"](2594 * 1 + 9247 + 17 * -673)["send"](_0x221f25["tTEpX"]);
|
|
944
|
+
}, _0x172310 = async (_0x40c907, _0x9d0172) => {
|
|
838
945
|
var _a;
|
|
839
|
-
const
|
|
946
|
+
const _0x2475c3 = _0x2e1a8d, _0x565e5a = _0x46ea31;
|
|
840
947
|
try {
|
|
841
|
-
const
|
|
842
|
-
let
|
|
843
|
-
if (
|
|
948
|
+
const _0xb0d7b0 = _0x40c907["headers"][_0x2475c3(512)], _0x32bcc3 = _0x40c907["query"]["sessionId"];
|
|
949
|
+
let _0x3dd4f3 = _0x4c5c52[_0xb0d7b0];
|
|
950
|
+
if (_0x3dd4f3) await _0x3dd4f3[_0x2475c3(494)](_0x40c907, _0x9d0172, _0x40c907[_0x2475c3(534)]);
|
|
844
951
|
else {
|
|
845
|
-
if (!
|
|
846
|
-
const
|
|
847
|
-
if (!
|
|
848
|
-
|
|
952
|
+
if (!_0xb0d7b0 && isInitializeRequest(_0x40c907[_0x2475c3(534)])) {
|
|
953
|
+
const _0xe55654 = (_a = _0x284689[_0x32bcc3]) == null ? void 0 : _a[_0x2475c3(468)];
|
|
954
|
+
if (!_0xe55654) {
|
|
955
|
+
_0x9d0172[_0x565e5a(550)](8518 + -3 * -545 + -9753)["send"](_0x2475c3(490) + _0x32bcc3);
|
|
849
956
|
return;
|
|
850
957
|
}
|
|
851
|
-
const
|
|
852
|
-
|
|
853
|
-
const
|
|
854
|
-
|
|
855
|
-
const
|
|
856
|
-
|
|
857
|
-
const
|
|
858
|
-
|
|
859
|
-
const
|
|
860
|
-
|
|
861
|
-
const
|
|
862
|
-
|
|
863
|
-
const
|
|
864
|
-
|
|
865
|
-
const
|
|
866
|
-
|
|
867
|
-
const
|
|
868
|
-
|
|
869
|
-
},
|
|
870
|
-
const
|
|
871
|
-
|
|
872
|
-
}, await
|
|
958
|
+
const _0x16876a = _0x325be1["randomUUID"](), _0x23e87f = {};
|
|
959
|
+
_0x23e87f["sessionIdGenerator"] = () => _0x16876a, _0x3dd4f3 = new StreamableHTTPServerTransport(_0x23e87f);
|
|
960
|
+
const _0x1531ac = {};
|
|
961
|
+
_0x1531ac["listChanged"] = !![];
|
|
962
|
+
const _0xc0f8c8 = {};
|
|
963
|
+
_0xc0f8c8[_0x565e5a(473)] = !![], _0xc0f8c8[_0x2475c3(476)] = !![];
|
|
964
|
+
const _0x1e5728 = {};
|
|
965
|
+
_0x1e5728["listChanged"] = !![];
|
|
966
|
+
const _0x54d024 = {};
|
|
967
|
+
_0x54d024["prompts"] = _0x1531ac, _0x54d024["resources"] = _0xc0f8c8, _0x54d024["tools"] = _0x1e5728, _0x54d024["completions"] = {}, _0x54d024["logging"] = {};
|
|
968
|
+
const _0x3ebb7a = _0x54d024, _0x21ae4a = {};
|
|
969
|
+
_0x21ae4a[_0x565e5a(563)] = _0x221f25[_0x565e5a(544)], _0x21ae4a["version"] = _0x221f25["AtduA"];
|
|
970
|
+
const _0x20780b = {};
|
|
971
|
+
_0x20780b[_0x2475c3(537)] = _0x3ebb7a;
|
|
972
|
+
const _0x2366e7 = new McpServer(_0x21ae4a, _0x20780b);
|
|
973
|
+
_0xa3a621[_0x16876a] = { "mcpServer": _0x2366e7, "transport": _0x3dd4f3, "client": _0x32bcc3, "user": _0x40c907["auth"] || _0x40c907["user"], "device": _0x221f25[_0x565e5a(520)](getDeviceInfo, _0x40c907), "type": _0x221f25["tLvAF"] }, _0x4c5c52[_0x16876a] = _0x3dd4f3, _0x3dd4f3["sessionId"] = _0x16876a, _0x3dd4f3["onclose"] = () => {
|
|
974
|
+
const _0x4f8ec9 = _0x3dd4f3["sessionId"];
|
|
975
|
+
_0x4f8ec9 && _0x49e752[_0x4f8ec9] && (delete _0x4c5c52[_0x4f8ec9], delete _0xa3a621[_0x4f8ec9]);
|
|
976
|
+
}, _0x3dd4f3["onerror"] = (_0x5a8a6c) => {
|
|
977
|
+
const _0x35df9b = _0x565e5a, _0x4eb170 = _0x565e5a;
|
|
978
|
+
_0x221f25[_0x35df9b(565)](_0x43f5b8, { "mcpServer": _0x2366e7, "transport": _0x3dd4f3, "client": _0x32bcc3, "error": _0x5a8a6c, "type": _0x221f25[_0x35df9b(514)] });
|
|
979
|
+
}, await _0x2366e7["connect"](_0x3dd4f3), _0x221f25["MpuHH"](forwardProxyServer, _0x2366e7[_0x2475c3(503)], _0xe55654), await _0x3dd4f3[_0x565e5a(494)](_0x40c907, _0x9d0172, _0x40c907["body"]);
|
|
873
980
|
} else {
|
|
874
|
-
const
|
|
875
|
-
|
|
876
|
-
const
|
|
877
|
-
|
|
981
|
+
const _0x5e3637 = {};
|
|
982
|
+
_0x5e3637["code"] = -(1 * 29594 + 391 * 91 + -33175), _0x5e3637[_0x2475c3(472)] = "Bad Request: No valid session ID provided";
|
|
983
|
+
const _0xef886f = {};
|
|
984
|
+
_0xef886f["jsonrpc"] = _0x221f25[_0x565e5a(518)], _0xef886f["error"] = _0x5e3637, _0xef886f["id"] = null, _0x9d0172["status"](-652 + -1424 + 2476)[_0x565e5a(499)](_0xef886f);
|
|
878
985
|
}
|
|
879
986
|
}
|
|
880
987
|
} catch {
|
|
881
|
-
if (!
|
|
882
|
-
const
|
|
883
|
-
|
|
988
|
+
if (!_0x9d0172[_0x565e5a(541)]) {
|
|
989
|
+
const _0x2c3215 = {};
|
|
990
|
+
_0x2c3215["jsonrpc"] = _0x221f25["sQKbx"], _0x2c3215[_0x565e5a(482)] = {}, _0x2c3215["id"] = null, _0x2c3215[_0x565e5a(482)]["code"] = -32603, _0x2c3215[_0x565e5a(482)]["message"] = _0x221f25[_0x2475c3(501)], _0x9d0172["status"](-138 * 23 + 1951 * -2 + 1 * 7576)["json"](_0x2c3215);
|
|
884
991
|
}
|
|
885
992
|
}
|
|
886
|
-
},
|
|
887
|
-
const
|
|
993
|
+
}, _0x75af0b = async (_0x36190a, _0x363c94) => {
|
|
994
|
+
const _0x52cda5 = _0x46ea31, _0xdd3f7d = _0x46ea31, _0x34ecb0 = new URL(_0x221f25["QICRf"](_0x221f25[_0x52cda5(561)], _0x363c94[_0x52cda5(495)])), _0x4febff = _0x34ecb0["searchParams"][_0xdd3f7d(593)](_0x221f25[_0xdd3f7d(527)]), _0x33e097 = new WebSocketServerTransport(_0x36190a), _0x2bd76a = {};
|
|
995
|
+
_0x2bd76a["listChanged"] = !![];
|
|
996
|
+
const _0x2f43cd = {};
|
|
997
|
+
_0x2f43cd["subscribe"] = !![], _0x2f43cd[_0xdd3f7d(476)] = !![];
|
|
998
|
+
const _0x3c118a = {};
|
|
999
|
+
_0x3c118a[_0x52cda5(476)] = !![];
|
|
1000
|
+
const _0x2c2d38 = {};
|
|
1001
|
+
_0x2c2d38["listChanged"] = !![];
|
|
1002
|
+
const _0x4be3ce = {};
|
|
1003
|
+
_0x4be3ce[_0x52cda5(521)] = _0x2bd76a, _0x4be3ce[_0xdd3f7d(589)] = _0x2f43cd, _0x4be3ce[_0x52cda5(519)] = _0x3c118a, _0x4be3ce[_0xdd3f7d(507)] = {}, _0x4be3ce[_0x52cda5(555)] = {}, _0x4be3ce["roots"] = _0x2c2d38, _0x4be3ce[_0xdd3f7d(526)] = {}, _0x4be3ce["elicitation"] = {};
|
|
1004
|
+
const _0x17c112 = _0x4be3ce, _0x32c241 = {};
|
|
1005
|
+
_0x32c241[_0x52cda5(563)] = _0xdd3f7d(500), _0x32c241[_0x52cda5(553)] = _0x52cda5(558);
|
|
1006
|
+
const _0x662aab = {};
|
|
1007
|
+
_0x662aab[_0x52cda5(537)] = _0x17c112;
|
|
1008
|
+
const _0x33aea5 = new Client(_0x32c241, _0x662aab);
|
|
1009
|
+
_0x221f25[_0xdd3f7d(522)](initTwinClientHandler, _0x33aea5, _0x33e097), _0x284689[_0x4febff] = { "client": _0x33aea5, "transport": _0x33e097, "user": _0x363c94["user"], "device": _0x221f25["WuneN"](getDeviceInfo, _0x363c94), "type": _0x221f25[_0xdd3f7d(466)] }, _0x49e752[_0x4febff] = _0x33e097, _0x33e097[_0xdd3f7d(545)] = _0x4febff, _0x33e097["onclose"] = () => {
|
|
1010
|
+
delete _0x49e752[_0x4febff], delete _0x284689[_0x4febff];
|
|
1011
|
+
}, _0x33e097["onerror"] = (_0x53e145) => {
|
|
1012
|
+
const _0x409a3e = _0x52cda5, _0x3808d9 = _0xdd3f7d, _0x3a8a50 = {};
|
|
1013
|
+
_0x3a8a50["client"] = _0x33aea5, _0x3a8a50[_0x409a3e(556)] = _0x33e097, _0x3a8a50[_0x3808d9(482)] = _0x53e145, _0x3a8a50["type"] = _0x221f25[_0x3808d9(466)], _0xa96593(_0x3a8a50);
|
|
1014
|
+
}, await _0x33aea5[_0xdd3f7d(485)](_0x33e097);
|
|
1015
|
+
}, _0x108a79 = () => {
|
|
1016
|
+
const _0x27b5f1 = _0x2e1a8d, _0xbe4050 = _0x2e1a8d;
|
|
888
1017
|
try {
|
|
889
|
-
Object["values"](
|
|
1018
|
+
Object["values"](_0x49e752)["forEach"]((_0x367616) => _0x367616[_0x27b5f1(594)]()), Object["values"](_0x4c5c52)["forEach"]((_0x5e0053) => _0x5e0053[_0x27b5f1(594)]()), Object[_0xbe4050(578)](_0x284689)["forEach"]((_0x186203) => _0x186203["client"][_0xbe4050(594)]()), Object["values"](_0xa3a621)[_0x27b5f1(577)]((_0x390000) => _0x390000["mcpServer"]["close"]());
|
|
890
1019
|
} catch {
|
|
891
1020
|
}
|
|
892
1021
|
try {
|
|
893
|
-
Object[
|
|
1022
|
+
Object[_0x27b5f1(513)](_0x49e752)[_0x27b5f1(577)]((_0x459e4d) => delete _0x49e752[_0x459e4d]), Object[_0x27b5f1(513)](_0x4c5c52)["forEach"]((_0x39d861) => delete _0x4c5c52[_0x39d861]), Object[_0xbe4050(513)](_0x284689)["forEach"]((_0x31a006) => delete _0x284689[_0x31a006]), Object[_0x27b5f1(513)](_0xa3a621)[_0xbe4050(577)]((_0x1aa60c) => delete _0xa3a621[_0x1aa60c]);
|
|
894
1023
|
} catch {
|
|
895
1024
|
}
|
|
896
1025
|
return {};
|
|
897
|
-
},
|
|
898
|
-
const
|
|
899
|
-
|
|
900
|
-
return
|
|
901
|
-
}, "
|
|
902
|
-
|
|
1026
|
+
}, _0x49f04c = async () => {
|
|
1027
|
+
const _0x316bbf = _0x2e1a8d, _0x4cfbbf = _0x2e1a8d, _0x22b88b = {};
|
|
1028
|
+
_0x22b88b[_0x316bbf(543)] = function(_0x4a1091, _0x591cea) {
|
|
1029
|
+
return _0x4a1091 === _0x591cea;
|
|
1030
|
+
}, _0x22b88b["czgjI"] = _0x221f25[_0x4cfbbf(548)];
|
|
1031
|
+
const _0x3ac821 = _0x22b88b, _0x8aa310 = Object[_0x316bbf(513)](_0x284689)[_0x316bbf(542)](async (_0x2d5fc3) => {
|
|
1032
|
+
const _0x746fe1 = _0x4cfbbf, _0x25fe62 = _0x316bbf, { client: _0x5c54de } = _0x284689[_0x2d5fc3];
|
|
903
1033
|
try {
|
|
904
|
-
const
|
|
905
|
-
return { "sessionId":
|
|
1034
|
+
const _0x424121 = await _0x5c54de["ping"]();
|
|
1035
|
+
return { "sessionId": _0x2d5fc3, "shouldClose": _0x221f25["uuogb"](Object[_0x746fe1(513)](_0x424121)[_0x25fe62(498)], 1 * -8244 + 7699 + 545) };
|
|
906
1036
|
} catch {
|
|
907
|
-
const
|
|
908
|
-
return
|
|
1037
|
+
const _0x2fd0b7 = {};
|
|
1038
|
+
return _0x2fd0b7["sessionId"] = _0x2d5fc3, _0x2fd0b7[_0x25fe62(479)] = !![], _0x2fd0b7;
|
|
909
1039
|
}
|
|
910
|
-
}),
|
|
911
|
-
const
|
|
1040
|
+
}), _0x4dd060 = Object[_0x316bbf(513)](_0xa3a621)["map"](async (_0xee9b4b) => {
|
|
1041
|
+
const _0xc2f2b = _0x316bbf, _0x1c618b = _0x4cfbbf, { mcpServer: _0x2fba9c } = _0xa3a621[_0xee9b4b];
|
|
912
1042
|
try {
|
|
913
|
-
const
|
|
914
|
-
return { "sessionId":
|
|
1043
|
+
const _0x4e3b98 = await _0x2fba9c[_0xc2f2b(503)]["ping"]();
|
|
1044
|
+
return { "sessionId": _0xee9b4b, "shouldClose": _0x221f25[_0x1c618b(560)](Object[_0xc2f2b(513)](_0x4e3b98)["length"], -1 * 773 + -2636 * -2 + 11 * -409) };
|
|
915
1045
|
} catch {
|
|
916
|
-
const
|
|
917
|
-
return
|
|
1046
|
+
const _0xc35820 = {};
|
|
1047
|
+
return _0xc35820[_0x1c618b(545)] = _0xee9b4b, _0xc35820["shouldClose"] = !![], _0xc35820;
|
|
918
1048
|
}
|
|
919
|
-
}), [
|
|
920
|
-
|
|
921
|
-
const
|
|
922
|
-
|
|
923
|
-
}),
|
|
924
|
-
const
|
|
925
|
-
|
|
1049
|
+
}), [_0x2298fa, _0x1c2aa3] = await Promise["all"]([Promise["allSettled"](_0x8aa310), Promise["allSettled"](_0x4dd060)]), _0x249c69 = [], _0x5a6bbc = [];
|
|
1050
|
+
_0x2298fa[_0x4cfbbf(577)]((_0x41c31a) => {
|
|
1051
|
+
const _0x43217b = _0x316bbf, _0x3912a5 = _0x4cfbbf;
|
|
1052
|
+
_0x3ac821[_0x43217b(543)](_0x41c31a["status"], _0x3ac821["czgjI"]) && _0x41c31a[_0x3912a5(506)][_0x3912a5(479)] && _0x249c69[_0x3912a5(539)](_0x41c31a["value"]["sessionId"]);
|
|
1053
|
+
}), _0x1c2aa3[_0x316bbf(577)]((_0x346a26) => {
|
|
1054
|
+
const _0x59a97e = _0x316bbf, _0x1a6846 = _0x4cfbbf;
|
|
1055
|
+
_0x3ac821[_0x59a97e(543)](_0x346a26["status"], _0x3ac821["czgjI"]) && _0x346a26[_0x1a6846(506)][_0x59a97e(479)] && _0x5a6bbc["push"](_0x346a26["value"][_0x1a6846(545)]);
|
|
926
1056
|
});
|
|
927
|
-
const
|
|
1057
|
+
const _0x27883e = _0x249c69["map"](async (_0x41c374) => {
|
|
928
1058
|
var _a, _b;
|
|
929
|
-
const
|
|
1059
|
+
const _0x59cf2b = _0x316bbf;
|
|
930
1060
|
try {
|
|
931
|
-
(_a =
|
|
1061
|
+
(_a = _0x49e752[_0x41c374]) == null ? void 0 : _a[_0x59cf2b(594)](), (_b = _0x284689[_0x41c374]) == null ? void 0 : _b["client"]["close"]();
|
|
932
1062
|
} catch {
|
|
933
1063
|
}
|
|
934
1064
|
try {
|
|
935
|
-
delete
|
|
1065
|
+
delete _0x49e752[_0x41c374], delete _0x284689[_0x41c374];
|
|
936
1066
|
} catch {
|
|
937
1067
|
}
|
|
938
|
-
}),
|
|
1068
|
+
}), _0x180710 = _0x5a6bbc[_0x316bbf(542)](async (_0x496115) => {
|
|
939
1069
|
var _a, _b;
|
|
940
|
-
const
|
|
1070
|
+
const _0x5deb25 = _0x316bbf;
|
|
941
1071
|
try {
|
|
942
|
-
(_a =
|
|
1072
|
+
(_a = _0x4c5c52[_0x496115]) == null ? void 0 : _a["close"](), (_b = _0xa3a621[_0x496115]) == null ? void 0 : _b["mcpServer"][_0x5deb25(594)]();
|
|
943
1073
|
} catch {
|
|
944
1074
|
}
|
|
945
1075
|
try {
|
|
946
|
-
delete
|
|
1076
|
+
delete _0x4c5c52[_0x496115], delete _0xa3a621[_0x496115];
|
|
947
1077
|
} catch {
|
|
948
1078
|
}
|
|
949
1079
|
});
|
|
950
|
-
await Promise[
|
|
951
|
-
const
|
|
952
|
-
return
|
|
953
|
-
},
|
|
954
|
-
return
|
|
1080
|
+
await Promise["allSettled"]([..._0x27883e, ..._0x180710]);
|
|
1081
|
+
const _0x2e1d49 = {};
|
|
1082
|
+
return _0x2e1d49["clientSessions"] = _0x249c69, _0x2e1d49["remoterSessions"] = _0x5a6bbc, _0x2e1d49;
|
|
1083
|
+
}, _0xba1128 = {};
|
|
1084
|
+
return _0xba1128[_0x2e1a8d(516)] = _0x2364bd, _0xba1128["handleSseInspector"] = _0x4ff2b8, _0xba1128["handleSseMessage"] = _0x33b2f4, _0xba1128["handleStreamRequest"] = _0x129b7d, _0xba1128["handleStreamInspector"] = _0x1d47c9, _0xba1128[_0x46ea31(497)] = _0x75af0b, _0xba1128["clients"] = _0x284689, _0xba1128["remoters"] = _0xa3a621, _0xba1128["transports"] = _0x49e752, _0xba1128["inspectors"] = _0x4c5c52, _0xba1128[_0x2e1a8d(462)] = _0x108a79, _0xba1128[_0x46ea31(511)] = _0x49f04c, _0xba1128["onClientError"] = _0x3fa284, _0xba1128["onRemoterError"] = _0x56cd0a, _0xba1128;
|
|
955
1085
|
};
|
|
956
1086
|
export {
|
|
957
1087
|
ACCESS_TOKEN_EXPIRES_IN,
|
|
@@ -961,10 +1091,12 @@ export {
|
|
|
961
1091
|
MemoryClientsStore,
|
|
962
1092
|
MemoryRefreshTokensStore,
|
|
963
1093
|
REFRESH_TOKEN_EXPIRES_IN,
|
|
1094
|
+
WebSocketServerTransport,
|
|
964
1095
|
auth,
|
|
965
1096
|
createAuthCallbackRouter,
|
|
966
1097
|
createAuthMetadataRouter,
|
|
967
1098
|
createAuthMiddleware,
|
|
968
1099
|
createAuthRouter,
|
|
1100
|
+
jwtAuth,
|
|
969
1101
|
useProxyHandles
|
|
970
1102
|
};
|