@opentiny/next-sdk 0.1.15 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/agent/AgentModelProvider.ts +493 -2
  2. package/agent/type.ts +8 -2
  3. package/agent/utils/generateReActPrompt.ts +55 -0
  4. package/agent/utils/parseReActAction.ts +34 -0
  5. package/dist/agent/AgentModelProvider.d.ts +35 -1
  6. package/dist/agent/type.d.ts +8 -2
  7. package/dist/agent/utils/generateReActPrompt.d.ts +9 -0
  8. package/dist/agent/utils/parseReActAction.d.ts +14 -0
  9. package/dist/index.es.dev.js +29527 -22287
  10. package/dist/index.es.js +28124 -22534
  11. package/dist/index.js +2411 -320
  12. package/dist/index.umd.dev.js +29958 -22718
  13. package/dist/index.umd.js +113 -71
  14. package/dist/{mcpsdk@1.23.0.dev.js → mcpsdk@1.23.1.dev.js} +6580 -6455
  15. package/dist/{mcpsdk@1.23.0.es.dev.js → mcpsdk@1.23.1.es.dev.js} +6578 -6453
  16. package/dist/mcpsdk@1.23.1.es.js +15530 -0
  17. package/dist/mcpsdk@1.23.1.js +43 -0
  18. package/dist/transport/ExtensionPageServerTransport.d.ts +1 -2
  19. package/dist/webagent.dev.js +23337 -16088
  20. package/dist/webagent.es.dev.js +22235 -14986
  21. package/dist/webagent.es.js +23995 -18395
  22. package/dist/webagent.js +96 -54
  23. package/dist/webmcp-full.dev.js +14988 -10082
  24. package/dist/webmcp-full.es.dev.js +14965 -10059
  25. package/dist/webmcp-full.es.js +13484 -9668
  26. package/dist/webmcp-full.js +26 -26
  27. package/dist/webmcp.dev.js +666 -640
  28. package/dist/webmcp.es.dev.js +664 -638
  29. package/dist/webmcp.es.js +651 -619
  30. package/dist/webmcp.js +1 -1
  31. package/dist/zod@3.25.76.dev.js +30 -32
  32. package/dist/zod@3.25.76.es.dev.js +28 -30
  33. package/dist/zod@3.25.76.es.js +143 -145
  34. package/dist/zod@3.25.76.js +1 -1
  35. package/package.json +9 -8
  36. package/transport/ExtensionPageServerTransport.ts +2 -4
  37. package/dist/mcpsdk@1.23.0.es.js +0 -15584
  38. package/dist/mcpsdk@1.23.0.js +0 -43
package/dist/webmcp.es.js CHANGED
@@ -1,774 +1,810 @@
1
- import { default as mt } from "ajv";
2
- import { JSONRPCMessageSchema as ne, EmptyResultSchema as ue, ElicitResultSchema as de, CreateMessageResultSchema as he, ListRootsResultSchema as fe, SetLevelRequestSchema as te, SubscribeRequestSchema as pe, UnsubscribeRequestSchema as xe, ListResourcesRequestSchema as _e, RootsListChangedNotificationSchema as ve, CallToolResultSchema as ge, ElicitRequestSchema as be, CreateMessageRequestSchema as me, ListRootsRequestSchema as we, ToolListChangedNotificationSchema as ye, PromptListChangedNotificationSchema as Ie, ResourceListChangedNotificationSchema as Ce, ResourceUpdatedNotificationSchema as Re, LoggingMessageNotificationSchema as Se } from "@modelcontextprotocol/sdk/types.js";
3
- import { Client as F } from "@modelcontextprotocol/sdk/client/index.js";
4
- import { SSEClientTransport as j } from "@modelcontextprotocol/sdk/client/sse.js";
5
- import { StreamableHTTPClientTransport as G } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
6
- import { WebSocketClientTransport as re } from "@modelcontextprotocol/sdk/client/websocket.js";
7
- import { UnauthorizedError as Le } from "@modelcontextprotocol/sdk/client/auth.js";
8
- import { McpServer as oe } from "@modelcontextprotocol/sdk/server/mcp.js";
9
- import { ResourceTemplate as yt } from "@modelcontextprotocol/sdk/server/mcp.js";
10
- import { z as Ct } from "zod";
11
- import { UriTemplate as St } from "@modelcontextprotocol/sdk/shared/uriTemplate.js";
12
- import { completable as qt } from "@modelcontextprotocol/sdk/server/completable.js";
1
+ import { default as bt } from "ajv";
2
+ import { JSONRPCMessageSchema as oe, EmptyResultSchema as he, ElicitResultSchema as fe, CreateMessageResultSchema as pe, ListRootsResultSchema as xe, SetLevelRequestSchema as se, SubscribeRequestSchema as _e, UnsubscribeRequestSchema as ve, ListResourcesRequestSchema as me, RootsListChangedNotificationSchema as ge, CallToolResultSchema as we, ElicitRequestSchema as be, CreateMessageRequestSchema as ye, ListRootsRequestSchema as Ie, ToolListChangedNotificationSchema as Ce, PromptListChangedNotificationSchema as Re, ResourceListChangedNotificationSchema as Se, ResourceUpdatedNotificationSchema as Le, LoggingMessageNotificationSchema as Pe } from "@modelcontextprotocol/sdk/types.js";
3
+ import { Client as A } from "@modelcontextprotocol/sdk/client/index.js";
4
+ import { SSEClientTransport as V } from "@modelcontextprotocol/sdk/client/sse.js";
5
+ import { StreamableHTTPClientTransport as Q } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
6
+ import { WebSocketClientTransport as ie } from "@modelcontextprotocol/sdk/client/websocket.js";
7
+ import { UnauthorizedError as ke } from "@modelcontextprotocol/sdk/client/auth.js";
8
+ import { McpServer as ae } from "@modelcontextprotocol/sdk/server/mcp.js";
9
+ import { ResourceTemplate as It } from "@modelcontextprotocol/sdk/server/mcp.js";
10
+ import { z as Rt } from "zod";
11
+ import { UriTemplate as Lt } from "@modelcontextprotocol/sdk/shared/uriTemplate.js";
12
+ import { completable as kt } from "@modelcontextprotocol/sdk/server/completable.js";
13
13
  import { getDisplayName as Tt } from "@modelcontextprotocol/sdk/shared/metadataUtils.js";
14
- function z() {
15
- const r = ["224340fQYLJj", "function", "onmessage", "port2", "341XVdnBD", "313767JEBgqL", "950bpstaX", "1354759gUhUbE", "wRKyh", "onclose", "2044SvCTUj", "endpoint", "24msSkHx", "164VuWYGY", "mOWMr", "EkZCC", "addEventListener", "postMessage", "120705iyGzUz", "8878392ivIdKn", "close", "_listen", "3619482FaLQHc", "start", "_endpoint", "kgkem", "bzNYT", "MessageChannel transport error: ", "stringify", "onmessageerror", "HvyCv", "undefined", "Jwyua", "message", "_globalObject", "parse", "authInfo", "thraG", "220pGvxgp", "_port", "EGhzU", "onerror", "data", "MhriV"];
16
- return z = function() {
17
- return r;
18
- }, z();
19
- }
14
+ const H = I;
20
15
  (function(r, e) {
21
- const t = m, s = m, n = r();
16
+ const t = I, n = I, s = r();
22
17
  for (; ; )
23
18
  try {
24
- if (parseInt(t(417)) / 1 * (parseInt(t(421)) / 2) + parseInt(t(433)) / 3 + parseInt(t(424)) / 4 * (-parseInt(s(429)) / 5) + parseInt(s(423)) / 6 * (-parseInt(s(418)) / 7) + -parseInt(s(430)) / 8 + -parseInt(t(416)) / 9 * (-parseInt(t(405)) / 10) + -parseInt(t(415)) / 11 * (-parseInt(t(411)) / 12) === e) break;
25
- n.push(n.shift());
19
+ if (parseInt(t(403)) / 1 + -parseInt(t(411)) / 2 * (-parseInt(n(406)) / 3) + -parseInt(n(425)) / 4 * (parseInt(t(387)) / 5) + -parseInt(n(426)) / 6 + parseInt(n(395)) / 7 * (-parseInt(t(419)) / 8) + -parseInt(t(413)) / 9 + parseInt(n(400)) / 10 === e) break;
20
+ s.push(s.shift());
26
21
  } catch {
27
- n.push(n.shift());
22
+ s.push(s.shift());
23
+ }
24
+ })(B, -118057 + 3521 * -35 + -2099 * -233);
25
+ const ce = () => {
26
+ const r = I, e = I, t = {};
27
+ t[r(420)] = "3|0|2|1|4", t.vQYJZ = function(a, i) {
28
+ return a !== i;
29
+ }, t[e(394)] = e(414), t.ktWqD = function(a, i) {
30
+ return a !== i;
31
+ }, t[r(424)] = r(391);
32
+ const n = t, s = n[e(420)].split("|");
33
+ let o = 859 * 2 + -3 * -1039 + -4835 * 1;
34
+ for (; ; ) {
35
+ switch (s[o++]) {
36
+ case "0":
37
+ if (n[e(407)](typeof window, "undefined")) return window;
38
+ continue;
39
+ case "1":
40
+ if (n.vQYJZ(typeof self, n.NZmUq)) return self;
41
+ continue;
42
+ case "2":
43
+ if (n[e(405)](typeof global, "undefined")) return global;
44
+ continue;
45
+ case "3":
46
+ if (n[e(405)](typeof globalThis, n[r(394)])) return globalThis;
47
+ continue;
48
+ case "4":
49
+ return Function(n[r(424)])();
28
50
  }
29
- })(z, 650197);
30
- const ie = () => {
31
- const r = m, e = { EGhzU: function(t, s) {
32
- return t !== s;
33
- }, kIrDB: "undefined", llYQe: function(t, s) {
34
- return t !== s;
35
- }, PZfJg: function(t, s) {
36
- return t(s);
37
- }, Jwyua: "return this" };
38
- return typeof globalThis < "u" ? globalThis : e[r(407)](typeof window, e.kIrDB) ? window : e.llYQe(typeof global, e.kIrDB) ? global : typeof self !== r(398) ? self : e.PZfJg(Function, e[r(399)])();
51
+ break;
52
+ }
39
53
  }, qe = (r, e, t) => {
40
- const s = m, n = m, o = {};
41
- o[s(410)] = n(398), o.dBkaX = function(i, c) {
54
+ const n = I, s = I, o = {};
55
+ o.eOzBp = function(i, c) {
56
+ return i !== c;
57
+ }, o.ooaJk = "undefined", o[n(402)] = function(i, c) {
42
58
  return i === c;
43
- }, o[n(393)] = "function";
59
+ }, o[n(421)] = "function";
44
60
  const a = o;
45
- typeof window !== a[n(410)] ? r.postMessage(e, "*", t) : n(428) in r && a.dBkaX(typeof r.postMessage, a[s(393)]) && r.postMessage(e, t);
46
- }, ke = (r, e) => {
47
- const t = m, s = m, n = {};
48
- n.MbsGh = "addEventListener", n.PPniK = function(a, i) {
61
+ a[s(389)](typeof window, a.ooaJk) ? r[s(423)](e, "*", t) : n(423) in r && a.pTvSc(typeof r[s(423)], a[n(421)]) && r.postMessage(e, t);
62
+ }, Te = (r, e) => {
63
+ const t = I, n = I, s = {};
64
+ s.nTCfA = function(a, i) {
65
+ return a in i;
66
+ }, s[t(390)] = "addEventListener", s[t(385)] = function(a, i) {
49
67
  return a === i;
50
- }, n[t(419)] = s(412), n[s(404)] = "onmessage", n[t(397)] = "undefined";
51
- const o = n;
52
- o.MbsGh in r && o.PPniK(typeof r[t(427)], o.wRKyh) ? r[t(427)](t(400), e) : o.thraG in r && typeof r[s(413)] !== o[s(397)] && (r.onmessage = e);
68
+ }, s[t(409)] = "function", s.VaHpd = n(392), s[n(384)] = t(417), s.FPOYW = function(a, i) {
69
+ return a !== i;
70
+ };
71
+ const o = s;
72
+ o.nTCfA(o.ogKey, r) && o[n(385)](typeof r.addEventListener, o[n(409)]) ? r[n(386)](o.VaHpd, e) : o[n(384)] in r && o[t(398)](typeof r[n(417)], t(414)) && (r.onmessage = e);
53
73
  };
54
- class W {
74
+ class D {
55
75
  constructor(e) {
56
- const t = m;
57
- this[t(406)] = e;
76
+ this._port = e;
58
77
  }
59
- async start() {
60
- const e = m, t = m;
61
- this[e(406)] && (this[e(406)][e(413)] = (s) => {
62
- var n, o;
63
- const a = e, i = t;
78
+ async [H(401)]() {
79
+ const e = H, t = H;
80
+ this[e(422)] && (this[t(422)].onmessage = (n) => {
81
+ var s, o;
82
+ const a = e;
64
83
  try {
65
- const c = ne[a(402)](s.data[a(400)]);
66
- (n = this[a(413)]) == null || n.call(this, c, s[i(409)].extra);
67
- } catch (c) {
68
- const l = new Error("MessageChannel failed to parse message: " + c);
69
- (o = this[i(408)]) == null || o.call(this, l);
84
+ const i = oe.parse(n.data.message);
85
+ (s = this.onmessage) == null || s.call(this, i, n[a(412)][a(428)]);
86
+ } catch (i) {
87
+ const c = new Error("MessageChannel failed to parse message: " + i);
88
+ (o = this[a(383)]) == null || o.call(this, c);
70
89
  }
71
- }, this._port[e(396)] = (s) => {
72
- var n;
73
- const o = t, a = t, i = new Error(o(394) + JSON[a(395)](s));
74
- (n = this.onerror) == null || n.call(this, i);
75
- }, this[e(406)][e(434)]());
90
+ }, this._port.onmessageerror = (n) => {
91
+ var s;
92
+ const o = t, a = new Error("MessageChannel transport error: " + JSON[o(415)](n));
93
+ (s = this.onerror) == null || s.call(this, a);
94
+ }, this[t(422)].start());
76
95
  }
77
96
  async send(e, t) {
78
- const s = { lEyuq: function(n) {
79
- return n();
80
- }, YihNw: function(n, o) {
81
- return n(o);
97
+ const n = { EoBZE: function(s) {
98
+ return s();
99
+ }, leEiG: function(s, o) {
100
+ return s instanceof o;
101
+ }, cDUwk: function(s, o) {
102
+ return s(o);
82
103
  } };
83
- return new Promise((n, o) => {
104
+ return new Promise((s, o) => {
84
105
  var a;
85
- const i = m, c = m;
106
+ const i = I, c = I;
86
107
  try {
87
108
  const l = {};
88
- l[i(403)] = t == null ? void 0 : t[i(403)];
109
+ l[i(404)] = t?.[i(404)];
89
110
  const u = {};
90
- u[c(400)] = e, u.extra = l, this[c(406)] && this[i(406)].postMessage(u), s.lEyuq(n);
111
+ u[i(392)] = e, u.extra = l, this._port && this._port[c(423)](u), n[i(399)](s);
91
112
  } catch (l) {
92
- const u = l instanceof Error ? l : new Error(s.YihNw(String, l));
93
- (a = this[c(408)]) == null || a.call(this, u), o(u);
113
+ const u = n.leEiG(l, Error) ? l : new Error(n.cDUwk(String, l));
114
+ (a = this.onerror) == null || a.call(this, u), o(u);
94
115
  }
95
116
  });
96
117
  }
97
118
  async close() {
98
119
  var e, t;
99
- const s = m, n = m;
100
- (e = this._port) == null || e[s(431)](), this._port = void 0, (t = this[n(420)]) == null || t.call(this);
120
+ const n = H, s = H;
121
+ (e = this._port) == null || e[n(393)](), this[n(422)] = void 0, (t = this[s(408)]) == null || t.call(this);
101
122
  }
102
123
  }
103
- class X extends W {
104
- constructor(e, t = ie()) {
105
- const s = m, n = m, o = { EkZCC: function(i, c, l, u) {
106
- return i(c, l, u);
124
+ class $ extends D {
125
+ constructor(e, t = ce()) {
126
+ const n = H, s = { lSpBh: function(a, i, c, l) {
127
+ return a(i, c, l);
107
128
  } };
108
- super(), this[s(391)] = e, this[n(401)] = t;
109
- const a = new MessageChannel();
110
- this[n(406)] = a.port1, o[n(426)](qe, this[s(401)], { endpoint: this[n(391)] }, [a[n(414)]]);
129
+ super(), this._endpoint = e, this._globalObject = t;
130
+ const o = new MessageChannel();
131
+ this._port = o[n(410)], s[n(418)](qe, this._globalObject, { endpoint: this[n(397)] }, [o[n(429)]]);
111
132
  }
112
133
  }
113
- class K extends W {
114
- constructor(e, t = ie()) {
115
- const s = m, n = { mOWMr: function(o, a) {
116
- return o === a;
117
- }, kgkem: function(o, a, i) {
118
- return o(a, i);
134
+ class ee extends D {
135
+ constructor(e, t = ce()) {
136
+ const n = H, s = H, o = { HITdC: function(a, i) {
137
+ return a === i;
138
+ }, QdDxM: function(a) {
139
+ return a();
140
+ }, jowPp: function(a, i, c) {
141
+ return a(i, c);
119
142
  } };
120
- super(), this._endpoint = e, this._globalObject = t, this[s(432)] = new Promise((o) => {
121
- const a = s, i = s;
122
- n[a(392)](ke, this[i(401)], (c) => {
123
- const l = i, u = i;
124
- c.data && n[l(425)](c.data[u(422)], this[u(391)]) && (this[u(406)] = c.ports[-1 * 4852 + 1 * 1601 + 3251], o());
143
+ super(), this[n(397)] = e, this[s(388)] = t, this[s(416)] = new Promise((a) => {
144
+ const i = n, c = { XlglK: function(l, u) {
145
+ return o.HITdC(l, u);
146
+ }, pXlad: function(l) {
147
+ return o.QdDxM(l);
148
+ } };
149
+ o[i(427)](Te, this._globalObject, (l) => {
150
+ const u = i, d = i;
151
+ l[u(412)] && c.XlglK(l.data[d(396)], this._endpoint) && (this[u(422)] = l[d(430)][-3036 + -1518 * -2], c.pXlad(a));
125
152
  });
126
153
  });
127
154
  }
128
155
  async listen() {
129
- return this[m(432)];
156
+ return this._listen;
130
157
  }
131
158
  }
132
- function m(r, e) {
133
- const t = z();
134
- return m = function(s, n) {
135
- return s = s - (17 * -491 + -669 + 9407), t[s];
136
- }, m(r, e);
159
+ function B() {
160
+ const r = ["message", "close", "NZmUq", "177464iLQCGm", "endpoint", "_endpoint", "FPOYW", "EoBZE", "3022630ngzRBs", "start", "pTvSc", "272809yMhhPJ", "authInfo", "ktWqD", "21849KofsKk", "vQYJZ", "onclose", "mkHJS", "port1", "22dUTKmE", "data", "608229RXNlUs", "undefined", "stringify", "_listen", "onmessage", "lSpBh", "8FmlYyF", "XwdDB", "cHbAW", "_port", "postMessage", "kFtNB", "72572mbPnfL", "689424jqaGZE", "jowPp", "extra", "port2", "ports", "onerror", "Fzdib", "mkuHv", "addEventListener", "55juYkZZ", "_globalObject", "eOzBp", "ogKey", "return this"];
161
+ return B = function() {
162
+ return r;
163
+ }, B();
137
164
  }
138
- const Te = () => {
165
+ function I(r, e) {
166
+ const t = B();
167
+ return I = function(n, s) {
168
+ return n = n - (17227 + 1 * -16844), t[n];
169
+ }, I(r, e);
170
+ }
171
+ const He = () => {
139
172
  const r = new MessageChannel();
140
- return [new W(r.port1), new W(r.port2)];
173
+ return [new D(r.port1), new D(r.port2)];
141
174
  };
142
175
  (function(r, e) {
143
- const t = g, s = g, n = r();
176
+ const t = x, n = x, s = r();
144
177
  for (; ; )
145
178
  try {
146
- if (parseInt(t(355)) / 1 + -parseInt(t(356)) / 2 * (-parseInt(t(373)) / 3) + -parseInt(t(337)) / 4 + parseInt(s(357)) / 5 + -parseInt(s(389)) / 6 * (-parseInt(t(396)) / 7) + parseInt(s(325)) / 8 * (parseInt(t(382)) / 9) + -parseInt(t(366)) / 10 === e) break;
147
- n.push(n.shift());
179
+ if (parseInt(t(452)) / 1 * (parseInt(n(441)) / 2) + parseInt(n(434)) / 3 * (-parseInt(n(418)) / 4) + parseInt(t(459)) / 5 + parseInt(t(482)) / 6 * (-parseInt(t(479)) / 7) + -parseInt(t(458)) / 8 * (parseInt(t(457)) / 9) + -parseInt(n(416)) / 10 + -parseInt(t(450)) / 11 * (-parseInt(t(433)) / 12) === e) break;
180
+ s.push(s.shift());
148
181
  } catch {
149
- n.push(n.shift());
182
+ s.push(s.shift());
150
183
  }
151
- })(D, -763475 + -52067 * 10 + 1724410);
152
- const Pe = async (r, e, t) => {
153
- var s;
154
- const n = g, o = g, a = {};
155
- a[n(345)] = "tools/list", a.rqstG = "tools/call", a.WqUnk = "resources/list", a[n(329)] = o(358), a[n(365)] = n(335), a.ookoz = "resources/unsubscribe", a[n(385)] = n(340), a.VTIWq = "prompts/list", a.SkoRK = n(376), a.QUtUV = n(388), a.XtowM = o(332);
184
+ })(W, -411935 * 1 + 228107 + 208149 * 2);
185
+ const Me = async (r, e, t) => {
186
+ var n;
187
+ const s = x, o = x, a = {};
188
+ a.VRyiJ = "tools/list", a.VkPYu = "tools/call", a[s(475)] = s(411), a.SoCaE = "resources/templates/list", a[o(484)] = "resources/read", a[s(461)] = "prompts/get", a.srIIC = o(477), a[o(436)] = o(478), a[o(442)] = s(437), a.dEmVs = s(465);
156
189
  const i = a, { id: c, method: l, params: u } = t;
157
190
  let d = {};
158
191
  switch (l) {
159
- case i[o(345)]:
192
+ case i.VRyiJ:
160
193
  d = await e.listTools(u);
161
194
  break;
162
- case i.rqstG:
195
+ case i.VkPYu:
163
196
  d = await e.callTool(u);
164
197
  break;
165
- case i[n(334)]:
166
- d = await e[n(350)](u);
198
+ case i.fgMSD:
199
+ d = await e.listResources(u);
167
200
  break;
168
- case i[o(329)]:
201
+ case i[o(466)]:
169
202
  d = await e.listResourceTemplates(u);
170
203
  break;
171
- case n(372):
172
- d = await e[n(383)](u);
204
+ case i.sthgI:
205
+ d = await e[s(455)](u);
173
206
  break;
174
- case i.HgYgW:
207
+ case o(486):
175
208
  d = await e.subscribeResource(u);
176
209
  break;
177
- case i.ookoz:
210
+ case s(410):
178
211
  d = await e.unsubscribeResource(u);
179
212
  break;
180
- case i[n(385)]:
181
- d = await e.getPrompt(u);
213
+ case i[o(461)]:
214
+ d = await e[o(414)](u);
182
215
  break;
183
- case i.VTIWq:
184
- d = await e.listPrompts(u);
216
+ case i[s(412)]:
217
+ d = await e[s(491)](u);
185
218
  break;
186
- case i[n(344)]:
187
- d = await e[n(376)]();
219
+ case i[s(436)]:
220
+ d = await e[s(478)]();
188
221
  break;
189
- case i.QUtUV:
222
+ case i.kkNqg:
190
223
  d = await e.complete(u);
191
224
  break;
192
- case n(390):
193
- d = await e[n(336)](u == null ? void 0 : u.level);
225
+ case s(464):
226
+ d = await e.setLoggingLevel(u?.[o(443)]);
194
227
  break;
195
228
  }
196
229
  const h = {};
197
- h[n(361)] = d, h[n(394)] = i[n(364)], h.id = c, await ((s = r == null ? void 0 : r.transport) == null ? void 0 : s[n(392)](h));
198
- }, Me = async (r, e, t) => {
199
- var s;
200
- const n = g, o = g, a = {};
201
- a.jQBBS = "sampling/createMessage", a.EZqgC = "elicitation/create", a[n(370)] = o(376), a.aVeaL = o(332);
230
+ h.result = d, h.jsonrpc = i[o(472)], h.id = c, await ((n = r?.[o(488)]) == null ? void 0 : n[s(460)](h));
231
+ }, Ue = async (r, e, t) => {
232
+ var n;
233
+ const s = x, o = x, a = {};
234
+ a[s(487)] = o(462), a.ypHTC = "ping", a.fPExS = s(465);
202
235
  const i = a, { id: c, method: l, params: u } = t;
203
236
  let d = {};
204
237
  switch (l) {
205
- case n(368):
238
+ case "roots/list":
206
239
  const f = {};
207
- f.method = l, f[o(367)] = u, d = await e.request(f, fe);
240
+ f.method = l, f[o(446)] = u, d = await e[s(469)](f, xe);
208
241
  break;
209
- case i[o(391)]:
210
- const x = {};
211
- x.method = l, x[o(367)] = u, d = await e[o(381)](x, he);
242
+ case "sampling/createMessage":
243
+ const _ = {};
244
+ _[s(481)] = l, _[s(446)] = u, d = await e.request(_, pe);
212
245
  break;
213
- case i.EZqgC:
246
+ case i[s(487)]:
214
247
  const p = {};
215
- p.method = l, p.params = u, d = await e.request(p, de);
248
+ p.method = l, p[o(446)] = u, d = await e.request(p, fe);
216
249
  break;
217
- case i[o(370)]:
218
- const _ = {};
219
- _.method = l, d = await e[o(381)](_, ue);
250
+ case i.ypHTC:
251
+ const v = {};
252
+ v.method = l, d = await e.request(v, he);
220
253
  break;
221
254
  }
222
255
  const h = {};
223
- return h[o(361)] = d, h.jsonrpc = i[o(387)], h.id = c, await ((s = r == null ? void 0 : r[n(371)]) == null ? void 0 : s.send(h)), d;
224
- }, He = (r, e) => {
225
- const t = g, s = { gXsjT: function(o, a) {
226
- return o === a;
227
- }, oegpC: t(351), lZOUC: function(o, a, i, c) {
228
- return o(a, i, c);
229
- }, ifIKG: "2.0" }, n = r._onrequest;
230
- r._onrequest = async (o, a) => {
231
- var i, c, l, u, d;
232
- const h = t, f = t, { id: x, method: p } = o;
256
+ return h.result = d, h.jsonrpc = i.fPExS, h.id = c, await ((n = r?.transport) == null ? void 0 : n.send(h)), d;
257
+ };
258
+ function x(r, e) {
259
+ const t = W();
260
+ return x = function(n, s) {
261
+ return n = n - (-8023 + 4 * -2344 + -17809 * -1), t[n];
262
+ }, x(r, e);
263
+ }
264
+ const Ne = (r, e) => {
265
+ const t = x, n = x, s = { vYlhn: function(a, i) {
266
+ return a === i;
267
+ }, DhPFX: t(470), NYVNC: function(a, i, c, l) {
268
+ return a(i, c, l);
269
+ }, yfZbw: "2.0" }, o = r._onrequest;
270
+ r[n(463)] = async (a, i) => {
271
+ var c, l, u, d, h;
272
+ const f = n, _ = t, { id: p, method: v } = a;
233
273
  try {
234
- s[h(333)](p, s.oegpC) ? await n[h(386)](r, o, a) : await s.lZOUC(Pe, r, e, o);
235
- } catch (_) {
236
- const { code: v, message: I, data: L } = _;
274
+ s[f(451)](v, s.DhPFX) ? await o.call(r, a, i) : await s[_(474)](Me, r, e, a);
275
+ } catch (m) {
276
+ const { code: b, message: C, data: P } = m;
237
277
  try {
238
- if (v) {
278
+ if (b) {
239
279
  const w = {};
240
- w.code = v, w.message = I, w.data = L;
241
- const S = {};
242
- S.error = w, S[h(394)] = s[f(331)], S.id = x, await ((i = r == null ? void 0 : r.transport) == null ? void 0 : i.send(S));
243
- } else (l = (c = r == null ? void 0 : r[f(371)]) == null ? void 0 : c.onerror) == null || l.call(c, _);
280
+ w[_(485)] = b, w[f(422)] = C, w.data = P;
281
+ const L = {};
282
+ L[_(448)] = w, L.jsonrpc = s[f(417)], L.id = p, await ((c = r?.transport) == null ? void 0 : c[_(460)](L));
283
+ } else (u = (l = r?.transport) == null ? void 0 : l.onerror) == null || u.call(l, m);
244
284
  } catch (w) {
245
- (d = (u = r == null ? void 0 : r[h(371)]) == null ? void 0 : u.onerror) == null || d.call(u, w);
285
+ (h = (d = r?.transport) == null ? void 0 : d.onerror) == null || h.call(d, w);
246
286
  }
247
287
  }
248
288
  };
249
- }, Ue = (r, e) => {
250
- const t = g, s = g, n = {};
251
- n[t(363)] = function(a, i) {
289
+ }, Fe = (r, e) => {
290
+ const t = x, n = x, s = {};
291
+ s[t(476)] = t(439), s[t(431)] = function(a, i) {
252
292
  return a !== i;
253
- }, n[t(398)] = t(353), n.hzhyg = "notifications/cancelled";
254
- const o = n;
255
- r._onnotification = async (a) => {
293
+ }, s.UPdQt = "notifications/cancelled";
294
+ const o = s;
295
+ r[t(421)] = async (a) => {
256
296
  var i, c;
257
- const l = t, u = s, { method: d, params: h } = a;
258
- if (o[l(363)](d, o[u(398)]) && (o[l(363)](d, o.hzhyg) || h != null && h.forward)) try {
259
- await e.notification(a);
297
+ const l = t, u = n, { method: d, params: h } = a;
298
+ if (d !== o[l(476)] && (o.QWYMz(d, o.UPdQt) || h?.[u(490)])) try {
299
+ await e[l(445)](a);
260
300
  } catch (f) {
261
- (c = (i = r == null ? void 0 : r.transport) == null ? void 0 : i.onerror) == null || c.call(i, f);
301
+ (c = (i = r?.[l(488)]) == null ? void 0 : i[l(480)]) == null || c.call(i, f);
262
302
  }
263
303
  };
264
304
  }, Ee = (r, e) => async (t) => {
265
- var s, n, o, a, i;
266
- const c = g, l = g, u = {};
267
- u.SEmWX = c(332);
268
- const d = u;
305
+ var n, s, o, a, i;
306
+ const c = x, l = x, u = { TJhyV: function(d, h, f, _) {
307
+ return d(h, f, _);
308
+ }, MMNTY: c(465) };
269
309
  try {
270
- return await Me(r, e, t);
271
- } catch (h) {
272
- const { code: f, message: x, data: p } = h;
310
+ return await u.TJhyV(Ue, r, e, t);
311
+ } catch (d) {
312
+ const { code: h, message: f, data: _ } = d;
273
313
  try {
274
- if (f) {
275
- const _ = {};
276
- _[l(377)] = f, _.message = x, _.data = p;
314
+ if (h) {
315
+ const p = {};
316
+ p.code = h, p[c(422)] = f, p[l(419)] = _;
277
317
  const v = {};
278
- v[l(348)] = _, v.jsonrpc = d[c(338)], v.id = t.id, await ((s = r == null ? void 0 : r.transport) == null ? void 0 : s[l(392)](v));
279
- } else (o = (n = r == null ? void 0 : r.transport) == null ? void 0 : n[l(339)]) == null || o.call(n, h);
280
- } catch (_) {
281
- (i = (a = r == null ? void 0 : r[c(371)]) == null ? void 0 : a[l(339)]) == null || i.call(a, _);
318
+ v[c(448)] = p, v[c(424)] = u.MMNTY, v.id = t.id, await ((n = r?.transport) == null ? void 0 : n[l(460)](v));
319
+ } else (o = (s = r?.transport) == null ? void 0 : s[c(480)]) == null || o.call(s, d);
320
+ } catch (p) {
321
+ (i = (a = r?.[c(488)]) == null ? void 0 : a.onerror) == null || i.call(a, p);
282
322
  }
283
323
  }
284
324
  }, Oe = (r, e) => async (t) => {
285
- var s, n, o;
286
- const a = g, i = g, c = {};
287
- c.dtUgZ = function(h, f) {
325
+ var n, s, o;
326
+ const a = x, i = x, c = {};
327
+ c.xmcLM = function(h, f) {
288
328
  return h !== f;
289
- }, c.jgCIb = a(353), c.uUjKY = "2.0";
329
+ }, c.xSWLt = "notifications/initialized", c[a(420)] = i(453);
290
330
  const l = c, { method: u, params: d } = t;
291
- if (l.dtUgZ(u, l.jgCIb) && (u !== a(400) || d != null && d.forward)) try {
331
+ if (l.xmcLM(u, l.xSWLt) && (l.xmcLM(u, l[i(420)]) || d?.[i(490)])) try {
292
332
  const h = { ...t };
293
- h[a(394)] = l[i(352)], await ((s = e == null ? void 0 : e[a(371)]) == null ? void 0 : s[a(392)](h));
333
+ h.jsonrpc = a(465), await ((n = e?.[a(488)]) == null ? void 0 : n.send(h));
294
334
  } catch (h) {
295
- (o = (n = r == null ? void 0 : r[a(371)]) == null ? void 0 : n[i(339)]) == null || o.call(n, h);
335
+ (o = (s = r?.transport) == null ? void 0 : s.onerror) == null || o.call(s, h);
296
336
  }
297
337
  };
298
- function g(r, e) {
299
- const t = D();
300
- return g = function(s, n) {
301
- return s = s - (9 * -113 + -1439 * -1 + -97), t[s];
302
- }, g(r, e);
338
+ function W() {
339
+ const r = ["JMaxV", "cNneM", "completion/complete", "addResponseListener", "notifications/initialized", "call", "570686biwZQB", "kkNqg", "level", "addNotificationListener", "notification", "params", "addListener", "error", "_onresponse", "164054EGcqjc", "vYlhn", "1PDRdga", "notifications/cancelled", "_requestHandlers", "readResource", "FjTAY", "1782ueLDLp", "4496TJFZWc", "1767765yPcVQJ", "send", "HefvS", "elicitation/create", "_onrequest", "logging/setLevel", "2.0", "SoCaE", "HucXo", "function", "request", "initialize", "push", "dEmVs", "addRequestListener", "NYVNC", "fgMSD", "CSjwA", "prompts/list", "ping", "35pZrnNj", "onerror", "method", "238086YifXhM", "get", "sthgI", "code", "resources/subscribe", "sttJM", "transport", "jsmFN", "forward", "listPrompts", "resources/unsubscribe", "resources/list", "srIIC", "originalOnResponse", "getPrompt", "indexOf", "3653560KcjkMk", "yfZbw", "4SAWlvk", "data", "rCDHw", "_onnotification", "message", "UlqiY", "jsonrpc", "yCyFn", "clearNotificationListener", "VWsxO", "name", "UynHf", "length", "QWYMz", "fallbackRequestHandler", "492jTClKn", "1028589HsbHVQ"];
340
+ return W = function() {
341
+ return r;
342
+ }, W();
303
343
  }
304
- const Fe = (r, e) => async (t) => {
305
- var s, n, o, a, i, c;
306
- const l = g, u = g, d = {};
307
- d[l(401)] = u(332);
344
+ const Ae = (r, e) => async (t) => {
345
+ var n, s, o, a, i, c;
346
+ const l = x, u = x, d = {};
347
+ d.kSvAZ = l(465);
308
348
  const h = d;
309
349
  try {
310
- await ((s = e == null ? void 0 : e.transport) == null ? void 0 : s.send(t));
350
+ await ((n = e?.[u(488)]) == null ? void 0 : n[u(460)](t));
311
351
  } catch (f) {
312
- const { code: x, message: p, data: _ } = f;
352
+ const { code: _, message: p, data: v } = f;
313
353
  try {
314
- if (x) {
315
- const v = {};
316
- v.code = x, v[l(399)] = p, v.data = _;
317
- const I = {};
318
- I[l(348)] = v, I[l(394)] = h.OhJjz, I.id = t.id, await ((n = r == null ? void 0 : r[l(371)]) == null ? void 0 : n.send(I));
319
- } else (a = (o = r == null ? void 0 : r.transport) == null ? void 0 : o[u(339)]) == null || a.call(o, f);
320
- } catch (v) {
321
- (c = (i = r == null ? void 0 : r.transport) == null ? void 0 : i.onerror) == null || c.call(i, v);
354
+ if (_) {
355
+ const m = {};
356
+ m.code = _, m.message = p, m.data = v;
357
+ const b = {};
358
+ b.error = m, b[u(424)] = h.kSvAZ, b.id = t.id, await ((s = r?.transport) == null ? void 0 : s.send(b));
359
+ } else (a = (o = r?.transport) == null ? void 0 : o[l(480)]) == null || a.call(o, f);
360
+ } catch (m) {
361
+ (c = (i = r?.[l(488)]) == null ? void 0 : i[u(480)]) == null || c.call(i, m);
322
362
  }
323
363
  }
324
- }, Q = () => {
325
- const r = g, e = g, t = { vnkqu: function(l, u) {
326
- return l !== u;
327
- }, wxDWr: function(l, u) {
328
- return l(u);
329
- }, GdkkV: function(l, u) {
330
- return l === u;
331
- } }, s = [], n = (l, u) => {
332
- const d = g, h = g;
333
- if (u) {
334
- const f = [];
335
- for (const x of s)
364
+ }, G = () => {
365
+ const r = x, e = { rgPZO: function(c, l) {
366
+ return c !== l;
367
+ }, VWsxO: function(c, l) {
368
+ return c(l);
369
+ }, FjTAY: "function" }, t = [], n = (c, l) => {
370
+ const u = x;
371
+ if (l) {
372
+ const d = [];
373
+ for (const h of t)
336
374
  try {
337
- f.push(x(l, u));
375
+ d.push(h(c, l));
338
376
  } catch {
339
377
  }
340
- for (const x of f)
341
- if (t[d(379)](x, null)) return x;
342
- } else for (const f of s)
378
+ for (const h of d)
379
+ if (e.rgPZO(h, null)) return h;
380
+ } else for (const d of t)
343
381
  try {
344
- t[h(343)](f, l);
382
+ e[u(427)](d, c);
345
383
  } catch {
346
384
  }
347
- }, o = (l) => {
348
- const u = g;
349
- t[u(384)](typeof l, u(369)) && !s.includes(l) && s.push(l);
350
- }, a = (l) => {
351
- const u = s.indexOf(l);
352
- u !== -1 && s.splice(u, 1 * -6854 + 8 * -33 + 7119);
353
- }, i = () => {
354
- const l = g;
355
- s[l(374)] = 7102 * 1 + 5522 + -526 * 24;
356
- }, c = {};
357
- return c[r(346)] = n, c[e(330)] = o, c.removeListener = a, c[r(359)] = i, c;
358
- }, je = (r) => {
359
- const e = g, t = g, s = { xwPeb: function(n) {
360
- return n();
361
- }, Mfvzm: function(n) {
362
- return n();
385
+ }, s = (c) => {
386
+ const l = x, u = x;
387
+ typeof c === e[l(456)] && !t.includes(c) && t[u(471)](c);
388
+ }, o = (c) => {
389
+ const l = x, u = t[l(415)](c);
390
+ u !== -1 && t.splice(u, -17591 + 6 * 2932);
391
+ }, a = () => {
392
+ const c = x;
393
+ t[c(430)] = -505 * 7 + 1322 + 2213;
394
+ }, i = {};
395
+ return i.handleListener = n, i[r(447)] = s, i.removeListener = o, i.clearListener = a, i;
396
+ }, Ve = (r) => {
397
+ const e = x, t = x, n = { UlqiY: function(s) {
398
+ return s();
399
+ }, jsmFN: function(s) {
400
+ return s();
363
401
  } };
364
402
  {
365
- const { handleListener: n, addListener: o, removeListener: a, clearListener: i } = s[e(326)](Q);
366
- r._onresponse = n, r[e(395)] = o, r.removeResponseListener = a, r.clearResponseListener = i;
403
+ const { handleListener: s, addListener: o, removeListener: a, clearListener: i } = n[e(423)](G);
404
+ r._onresponse = s, r[t(438)] = o, r.removeResponseListener = a, r.clearResponseListener = i;
367
405
  }
368
406
  {
369
- const { handleListener: n, addListener: o, removeListener: a, clearListener: i } = s[t(326)](Q);
370
- r[t(328)] = n, r.addRequestListener = o, r[t(354)] = a, r[t(341)] = i;
407
+ const { handleListener: s, addListener: o, removeListener: a, clearListener: i } = n[e(489)](G);
408
+ r[e(432)] = s, r[t(473)] = o, r.removeRequestListener = a, r.clearRequestListener = i;
371
409
  }
372
410
  {
373
- const { handleListener: n, addListener: o, removeListener: a, clearListener: i } = s[e(375)](Q);
374
- r[e(342)] = n, r[e(327)] = o, r.removeNotificationListener = a, r.clearNotificationListener = i;
411
+ const { handleListener: s, addListener: o, removeListener: a, clearListener: i } = n.jsmFN(G);
412
+ r.fallbackNotificationHandler = s, r[e(444)] = o, r.removeNotificationListener = a, r[t(426)] = i;
375
413
  }
376
- };
377
- function D() {
378
- const r = ["uUjKY", "notifications/initialized", "removeRequestListener", "96194JysfjF", "36346SGEWAV", "1357830AJaOeY", "resources/templates/list", "clearListener", "iQqcJ", "result", "tqDZP", "sSeCz", "XtowM", "HgYgW", "3913230mjiatC", "params", "roots/list", "function", "bfmJT", "transport", "resources/read", "27FNuDmk", "length", "Mfvzm", "ping", "code", "_onresponse", "vnkqu", "cjSoZ", "request", "9gIMIPC", "readResource", "GdkkV", "ptMjy", "call", "aVeaL", "completion/complete", "5035122lFbpzR", "logging/setLevel", "jQBBS", "send", "_requestHandlers", "jsonrpc", "addResponseListener", "7SpcenI", "ElOQH", "MDIkN", "message", "notifications/cancelled", "OhJjz", "clear", "672216JzFEyR", "xwPeb", "addNotificationListener", "fallbackRequestHandler", "sYzPD", "addListener", "ifIKG", "2.0", "gXsjT", "WqUnk", "resources/subscribe", "setLoggingLevel", "2491772kFUWFh", "SEmWX", "onerror", "prompts/get", "clearRequestListener", "fallbackNotificationHandler", "wxDWr", "SkoRK", "uTeHc", "handleListener", "Zybtx", "error", "originalOnResponse", "listResources", "initialize"];
379
- return D = function() {
380
- return r;
381
- }, D();
382
- }
383
- const Ne = (r, { beforeInit: e, afterInit: t } = {}) => {
384
- const s = g, n = g, o = { tqDZP: function(i, c) {
414
+ }, je = (r, { beforeInit: e, afterInit: t } = {}) => {
415
+ const n = x, s = x, o = { HucXo: function(i, c) {
385
416
  return i === c;
386
- }, cjSoZ: "function", iQqcJ: s(378), Zybtx: function(i, c) {
417
+ }, HicFO: n(468), JMaxV: function(i) {
418
+ return i();
419
+ }, DclXr: function(i, c) {
387
420
  return i(c);
388
- }, ElOQH: function(i) {
421
+ }, UynHf: function(i, c) {
422
+ return i === c;
423
+ }, yCyFn: function(i) {
389
424
  return i();
390
425
  } }, a = new Map(r._notificationHandlers);
391
- r[s(393)][s(402)](), r._notificationHandlers[s(402)](), o.tqDZP(typeof e, o[s(380)]) && e(), o[s(362)](r._onresponse.name, o[s(360)]) && (r[n(349)] = r._onresponse), o[s(347)](je, r), r.addResponseListener((i) => {
426
+ r[n(454)].clear(), r._notificationHandlers.clear(), o.HucXo(typeof e, o.HicFO) && o[n(435)](e), o[n(467)](r[n(449)][s(428)], n(449)) && (r[s(413)] = r[s(449)]), o.DclXr(Ve, r), r[s(438)]((i) => {
392
427
  const c = n;
393
- r.originalOnResponse[c(386)](r, i);
394
- }), o.tqDZP(typeof t, o[n(380)]) && o[s(397)](t), r[n(327)]((i) => {
395
- const { method: c } = i, l = a.get(c);
396
- o.tqDZP(typeof l, o.cjSoZ) && l(i);
428
+ r.originalOnResponse[c(440)](r, i);
429
+ }), o[n(429)](typeof t, o.HicFO) && o[s(425)](t), r[s(444)]((i) => {
430
+ const c = s, { method: l } = i, u = a[c(483)](l);
431
+ o[c(467)](typeof u, "function") && u(i);
397
432
  });
398
- }, Ve = q, ze = q;
433
+ }, De = k;
399
434
  (function(r, e) {
400
- const t = q, s = q, n = r();
435
+ const t = k, n = k, s = r();
401
436
  for (; ; )
402
437
  try {
403
- if (-parseInt(t(393)) / 1 + parseInt(t(397)) / 2 * (-parseInt(t(400)) / 3) + -parseInt(s(398)) / 4 + parseInt(t(390)) / 5 * (parseInt(s(388)) / 6) + -parseInt(t(389)) / 7 + -parseInt(t(402)) / 8 * (-parseInt(s(395)) / 9) + parseInt(s(399)) / 10 * (parseInt(s(385)) / 11) === e) break;
404
- n.push(n.shift());
438
+ if (parseInt(t(215)) / 1 * (-parseInt(n(217)) / 2) + parseInt(t(216)) / 3 + parseInt(t(210)) / 4 * (parseInt(n(223)) / 5) + -parseInt(n(214)) / 6 * (parseInt(n(220)) / 7) + parseInt(n(212)) / 8 * (parseInt(t(228)) / 9) + parseInt(t(219)) / 10 + parseInt(t(222)) / 11 * (parseInt(t(224)) / 12) === e) break;
439
+ s.push(s.shift());
405
440
  } catch {
406
- n.push(n.shift());
441
+ s.push(s.shift());
407
442
  }
408
- })(A, -1 * -881393 + 2 * 180895 + 1 * -644809);
409
- function q(r, e) {
410
- const t = A();
411
- return q = function(s, n) {
412
- return s = s - (-1861 + -499 * 4 + 4241), t[s];
413
- }, q(r, e);
443
+ })(X, 995159 + -6 * -266138 + -1619768);
444
+ const Be = () => {
445
+ const r = k, e = k, t = {};
446
+ t.svuxn = function(s, o) {
447
+ return s & o;
448
+ }, t.ZUPdr = function(s, o) {
449
+ return s === o;
450
+ }, t[r(227)] = function(s, o) {
451
+ return s === o;
452
+ }, t.SpRzi = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";
453
+ const n = t;
454
+ return n[e(227)](typeof crypto, "object") && crypto[r(211)] ? crypto.randomUUID() : n.SpRzi.replace(/[xy]/g, (s) => {
455
+ const o = r, a = n.svuxn(crypto.getRandomValues(new Uint8Array(-3798 + 8571 * -1 + 12370))[0], -8324 + 8339 * 1);
456
+ return (n[o(225)](s, "x") ? a : n[o(209)](a, -12998 + -1 * -13001) | 813 * 10 + -3707 + 883 * -5).toString(-1 * -1851 + 6493 + -8328);
457
+ });
458
+ }, We = (r) => {
459
+ const e = k, t = k, n = new Uint8Array(r);
460
+ return crypto[e(221)](n), Array[t(218)](n, (s) => s[t(226)](11424 + 4 * -2852).padStart(8950 + 2237 * -4, "0"))[e(213)]("");
461
+ }, M = {};
462
+ M[De(211)] = Be, M.randomBytes = We;
463
+ function k(r, e) {
464
+ const t = X();
465
+ return k = function(n, s) {
466
+ return n = n - (-7373 + 7187 * 1 + 395), t[n];
467
+ }, k(r, e);
414
468
  }
415
- function A() {
416
- const r = ["toString", "getRandomValues", "2101mUsYMI", "EQHzo", "padStart", "30UvDAkd", "1609706yzlqYx", "974735GrhZVO", "randomUUID", "REzPF", "562771BvAnoG", "dHTfU", "2047455boiYXf", "randomBytes", "14664qHAdbF", "3772144jLpQch", "52310AkWksx", "318MkjaVb", "from", "40WRwnSc"];
417
- return A = function() {
469
+ function X() {
470
+ const r = ["join", "2500590yHdCUG", "3CzpgOE", "219762yRRBUK", "592022JqIdxi", "from", "6033730pSHJFF", "28gKZiuO", "getRandomValues", "147169GUBreL", "5fFOMNB", "1140KVOWlq", "ZUPdr", "toString", "DBGzc", "45351XtLuDF", "svuxn", "9892WpQPGF", "randomUUID", "2504EaskHQ"];
471
+ return X = function() {
418
472
  return r;
419
- }, A();
473
+ }, X();
420
474
  }
421
- const We = () => {
422
- const r = q, e = q, t = {};
423
- t.REzPF = function(n, o) {
424
- return n & o;
425
- }, t.suJHI = function(n, o) {
426
- return n === o;
427
- }, t[r(386)] = function(n, o) {
428
- return n & o;
429
- }, t[e(394)] = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";
430
- const s = t;
431
- return s.suJHI(typeof crypto, "object") && crypto.randomUUID ? crypto[e(391)]() : s.dHTfU.replace(/[xy]/g, (n) => {
432
- const o = r, a = r, i = s[o(392)](crypto[o(384)](new Uint8Array(-25 * -62 + 7113 + 2 * -4331))[741 * 2 + -1385 * -2 + 4252 * -1], 8648 + -107 * 62 + -1999);
433
- return (s.suJHI(n, "x") ? i : s[a(386)](i, -4377 + 4 * 1095) | 5079 + 461 * -11).toString(9449 + 4 * -461 + -7589);
434
- });
435
- }, De = (r) => {
436
- const e = q, t = q, s = new Uint8Array(r);
437
- return crypto.getRandomValues(s), Array[e(401)](s, (n) => n[t(403)](-3 * 1739 + -6509 + 2 * 5871)[e(387)](2, "0")).join("");
438
- }, M = {};
439
- M[Ve(391)] = We, M[ze(396)] = De;
440
- const R = k;
475
+ function q(r, e) {
476
+ const t = Y();
477
+ return q = function(n, s) {
478
+ return n = n - (-1483 * 3 + -5564 + 20 * 513), t[n];
479
+ }, q(r, e);
480
+ }
481
+ const S = q, O = q;
441
482
  (function(r, e) {
442
- const t = k, s = k, n = r();
483
+ const t = q, n = q, s = r();
443
484
  for (; ; )
444
485
  try {
445
- if (parseInt(t(521)) / 1 * (parseInt(s(499)) / 2) + parseInt(s(543)) / 3 * (parseInt(s(514)) / 4) + parseInt(t(502)) / 5 * (parseInt(s(539)) / 6) + parseInt(t(553)) / 7 + parseInt(t(516)) / 8 * (-parseInt(t(518)) / 9) + -parseInt(t(531)) / 10 + -parseInt(t(545)) / 11 * (parseInt(t(541)) / 12) === e) break;
446
- n.push(n.shift());
486
+ if (parseInt(t(302)) / 1 + -parseInt(n(249)) / 2 + -parseInt(t(291)) / 3 + -parseInt(t(292)) / 4 * (parseInt(t(264)) / 5) + -parseInt(n(273)) / 6 * (parseInt(t(266)) / 7) + parseInt(t(300)) / 8 * (parseInt(t(269)) / 9) + parseInt(n(255)) / 10 * (parseInt(t(284)) / 11) === e) break;
487
+ s.push(s.shift());
447
488
  } catch {
448
- n.push(n.shift());
489
+ s.push(s.shift());
449
490
  }
450
- })(B, 1472653 * 1 + -2 * -897917 + -2275789);
451
- const Ae = (r, e) => {
452
- const t = k, s = k, n = { FyYHt: function(c, l, u) {
491
+ })(Y, -4 * 308317 + 753182 * 2 + 658196);
492
+ const Xe = (r, e) => {
493
+ const t = q, n = q, s = { olCWX: function(c, l, u) {
494
+ return c(l, u);
495
+ }, sfXDX: function(c, l, u) {
453
496
  return c(l, u);
454
- }, Fxtoq: function(c, l, u) {
497
+ }, ksWFu: function(c, l, u) {
455
498
  return c(l, u);
456
499
  } };
457
- He(r, e), Ue(r, e);
458
- const o = Ee(e, r), a = n[t(510)](Fe, e, r), i = n[s(549)](Oe, e, r);
459
- e[s(537)](o), e[t(519)](a), e.addNotificationListener(i), r[s(556)] = () => {
460
- const c = s;
461
- e.removeRequestListener(o), e[c(530)](a), e[c(529)](i);
500
+ s[t(283)](Ne, r, e), Fe(r, e);
501
+ const o = s[n(283)](Ee, e, r), a = s[n(294)](Ae, e, r), i = s[t(277)](Oe, e, r);
502
+ e.addRequestListener(o), e.addResponseListener(a), e[n(287)](i), r.onclose = () => {
503
+ const c = t, l = n;
504
+ e[c(247)](o), e.removeResponseListener(a), e[l(252)](i);
462
505
  };
463
- }, $ = (r, e, t) => {
464
- const s = k, n = { pMiva: function(i, c) {
465
- return i instanceof c;
466
- }, TeTEy: s(546), fyZbd: function(i, c, l) {
467
- return i(c, l);
468
- } }, o = () => {
469
- var i;
470
- const c = s;
471
- n.pMiva(t, j) && ((i = t._eventSource) == null || i.addEventListener(n[c(547)], () => {
472
- var l;
473
- const u = c;
474
- (l = t[u(509)]) == null || l[u(546)]();
475
- })), Ae(r, e);
476
- }, a = {};
477
- a.afterInit = o, n.fyZbd(Ne, e, a);
478
- }, ae = (r, e = M.randomUUID()) => {
479
- const t = k, s = k, n = { OfssH: function(u, d, h) {
506
+ }, te = (r, e, t) => {
507
+ const n = { QhPqi: function(a, i) {
508
+ return a instanceof i;
509
+ }, AIICR: "close", Qalmc: function(a, i, c) {
510
+ return a(i, c);
511
+ } }, s = () => {
512
+ var a;
513
+ n.QhPqi(t, V) && ((a = t._eventSource) == null || a.addEventListener(n.AIICR, () => {
514
+ var i;
515
+ (i = t[q(295)]) == null || i.close();
516
+ })), n.Qalmc(Xe, r, e);
517
+ }, o = {};
518
+ o.afterInit = s, n.Qalmc(je, e, o);
519
+ }, le = (r, e = M[S(299)]()) => {
520
+ const t = S, n = S, s = { RVabx: function(u, d, h) {
480
521
  return u(d, h);
481
- } }, o = {};
482
- o[t(528)] = e;
522
+ }, crCTs: "include" }, o = {};
523
+ o["sse-session-id"] = e;
483
524
  const a = o, i = {};
484
- i[t(528)] = e;
525
+ i["sse-session-id"] = e;
485
526
  const c = {};
486
- c[s(558)] = i, c[t(534)] = t(524);
527
+ c.headers = i, c.credentials = s[t(304)];
487
528
  const l = { requestInit: c, eventSourceInit: { async fetch(u, d) {
488
- const h = t, f = s, x = new Headers((d == null ? void 0 : d[h(558)]) || {});
489
- Object.entries(a)[f(498)](([_, v]) => {
490
- x[f(527)](_, v);
529
+ const h = t, f = t, _ = new Headers(d?.[h(268)] || {});
530
+ Object.entries(a).forEach(([v, m]) => {
531
+ _.set(v, m);
491
532
  });
492
533
  const p = { ...d };
493
- return p[f(558)] = x, n.OfssH(fetch, u, p);
534
+ return p.headers = _, s[f(279)](fetch, u, p);
494
535
  }, withCredentials: !0 } };
495
- return r && (l.requestInit[t(558)].Authorization = t(533) + r, a.Authorization = "Bearer " + r), l;
496
- }, ce = (r, e = M[R(517)]()) => {
497
- const t = R, s = R, n = {};
498
- n.nwQhY = "include";
499
- const o = n, a = {};
536
+ return r && (l[t(280)].headers.Authorization = "Bearer " + r, a.Authorization = n(256) + r), l;
537
+ }, ue = (r, e = M[S(299)]()) => {
538
+ const t = O, n = S, s = {};
539
+ s[t(271)] = "include";
540
+ const o = s, a = {};
500
541
  a["stream-session-id"] = e;
501
542
  const i = {};
502
- i.headers = a, i.credentials = o[t(520)];
543
+ i[n(268)] = a, i.credentials = o[t(271)];
503
544
  const c = {};
504
- c[t(544)] = i;
545
+ c.requestInit = i;
505
546
  const l = c;
506
- return r && (l.requestInit.headers[s(552)] = s(533) + r), l;
507
- }, ee = async (r, e, t) => {
508
- const s = R, n = R, o = { CFfFC: function(i) {
547
+ return r && (l[n(280)][t(268)][n(301)] = t(256) + r), l;
548
+ }, ne = async (r, e, t) => {
549
+ const n = S, s = S, o = { rRtFD: function(i) {
509
550
  return i();
510
- }, egwVO: function(i, c, l, u) {
511
- return i(c, l, u);
512
- } }, a = o.CFfFC(t);
551
+ }, ToRAF: function(i, c) {
552
+ return i instanceof c;
553
+ } }, a = o[n(276)](t);
513
554
  try {
514
- return await r[s(538)](a), a;
555
+ return await r[s(260)](a), a;
515
556
  } catch (i) {
516
- if (i instanceof Le) {
557
+ if (o[n(275)](i, ke)) {
517
558
  const c = await e();
518
- return await a[n(505)](c), await o[s(525)](ee, r, e, t);
559
+ return await a[n(257)](c), await ne(r, e, t);
519
560
  } else throw i;
520
561
  }
562
+ }, de = (r, e) => {
563
+ const t = O, n = O, s = {};
564
+ s[t(267)] = function(a, i) {
565
+ return a in i;
566
+ }, s.timcZ = "waitForOAuthCode", s[t(253)] = function(a, i) {
567
+ return a === i;
568
+ }, s.ufiEQ = t(285), s[n(250)] = t(293);
569
+ const o = s;
570
+ if (o.oGmBG(o[t(258)], r)) return r[n(278)];
571
+ if (o[n(253)](typeof e, o.ufiEQ)) return e;
572
+ throw new Error(o.daYBw);
521
573
  };
522
- function k(r, e) {
523
- const t = B();
524
- return k = function(s, n) {
525
- return s = s - (74 * -67 + -8341 + -73 * -189), t[s];
526
- }, k(r, e);
574
+ function Y() {
575
+ const r = ["oGmBG", "headers", "1233BqDPfE", "eventSourceInit", "jmVYh", "wfHUn", "1336686qzpbXm", "_endpoint", "ToRAF", "rRtFD", "ksWFu", "waitForOAuthCode", "RVabx", "requestInit", "mcp-sse-proxy-client", "CfBXU", "olCWX", "341WrxLOu", "function", "sessionId", "addNotificationListener", "version", "GKDjq", "roots", "5390433vAXkON", "4NpGpPF", "waitForOAuthCode need to be provided when authProvider is provided", "sfXDX", "_eventSource", "PdsSn", "get", "sampling", "randomUUID", "4064jocfPO", "Authorization", "452565rqIeHi", "elicitation", "crCTs", "authProvider", "removeRequestListener", "1.0.0", "104070FoHgyi", "daYBw", "capabilities", "removeNotificationListener", "lauIp", "listChanged", "1255910ovFXHu", "Bearer ", "finishAuth", "timcZ", "eZwNI", "connect", "JzpWy", "tUMle", "kdowC", "379385gxVFVP", "&token=", "49TIzdXg"];
576
+ return Y = function() {
577
+ return r;
578
+ }, Y();
527
579
  }
528
- const le = (r, e) => {
529
- const t = R, s = R, n = {};
530
- n.RsKXs = function(a, i) {
531
- return a in i;
532
- }, n.PBhps = "waitForOAuthCode", n[t(535)] = "function", n[t(507)] = "waitForOAuthCode need to be provided when authProvider is provided";
533
- const o = n;
534
- if (o.RsKXs(o[s(551)], r)) return r[s(523)];
535
- if (typeof e === o.yTKoP) return e;
536
- throw new Error(o.RZhOv);
537
- }, Be = async (r) => {
538
- const e = R, t = R, s = { TFSRn: function(b, T, P) {
539
- return b(T, P);
540
- }, HwvVa: "mcp-sse-proxy-client", ufTHS: function(b) {
541
- return b();
542
- }, WIVYl: function(b, T, P, E) {
543
- return b(T, P, E);
544
- }, jniGY: "sessionId" }, { client: n, url: o, token: a, sessionId: i, authProvider: c, requestInit: l, eventSourceInit: u, waitForOAuthCode: d } = r, h = {};
545
- h.authProvider = c, h.requestInit = l, h.eventSourceInit = u;
546
- const f = h, x = i || M.randomUUID(), p = s[e(506)](ae, a, x);
580
+ const Ye = async (r) => {
581
+ const e = O, t = S, n = { GKDjq: function(g, N, F) {
582
+ return g(N, F);
583
+ }, JzpWy: e(281), mcbiU: "1.0.0", CfBXU: function(g) {
584
+ return g();
585
+ }, kdowC: function(g, N, F, K) {
586
+ return g(N, F, K);
587
+ }, KkViY: "sessionId" }, { client: s, url: o, token: a, sessionId: i, authProvider: c, requestInit: l, eventSourceInit: u, waitForOAuthCode: d } = r, h = {};
588
+ h[t(305)] = c, h.requestInit = l, h.eventSourceInit = u;
589
+ const f = h, _ = i || M[t(299)](), p = n[e(289)](le, a, _);
547
590
  if (l) {
548
- const b = { ...p.requestInit, ...l };
549
- b.headers = { ...p[e(544)].headers, ...l.headers }, f.requestInit = b;
550
- } else f[t(544)] = p.requestInit;
591
+ const g = { ...p.requestInit, ...l };
592
+ g[t(268)] = { ...p[t(280)][e(268)], ...l.headers }, f.requestInit = g;
593
+ } else f.requestInit = p[e(280)];
551
594
  if (u) {
552
- const b = { ...p[e(559)], ...u };
553
- f.eventSourceInit = b;
554
- } else f.eventSourceInit = p.eventSourceInit;
555
- const _ = {};
556
- _.listChanged = !0;
595
+ const g = { ...p[e(270)], ...u };
596
+ f.eventSourceInit = g;
597
+ } else f.eventSourceInit = p[e(270)];
557
598
  const v = {};
558
- v.roots = _, v.sampling = {}, v[e(511)] = {};
559
- const I = v, L = {};
560
- L[t(536)] = s.HwvVa, L.version = e(526);
561
- const w = {};
562
- w.capabilities = I;
563
- const S = new F(L, w), U = () => new j(new URL(o), f);
564
- let C = s[t(504)](U);
599
+ v[e(254)] = !0;
600
+ const m = {};
601
+ m.roots = v, m[e(298)] = {}, m[t(303)] = {};
602
+ const b = m, C = {};
603
+ C.name = n[t(261)], C[e(288)] = n.mcbiU;
604
+ const P = {};
605
+ P[e(251)] = b;
606
+ const w = new A(C, P), L = () => new V(new URL(o), f);
607
+ let y = n[e(282)](L);
565
608
  if (c) {
566
- const b = s[e(506)](le, c, d);
567
- C = await s[t(513)](ee, S, b, U);
568
- } else await S[e(538)](C);
569
- s[t(513)]($, S, n, C), C[t(557)] = C[t(542)].searchParams[t(532)](s.jniGY);
570
- const H = {};
571
- return H.transport = C, H.sessionId = C[e(557)], H;
572
- };
573
- function B() {
574
- const r = ["ufTHS", "finishAuth", "TFSRn", "RZhOv", "Vajmx", "_eventSource", "FyYHt", "elicitation", "transport", "WIVYl", "13320uyrBtN", "sampling", "8WTwLJD", "randomUUID", "6438654bkJHij", "addResponseListener", "nwQhY", "11721GVgRMJ", "?sessionId=", "waitForOAuthCode", "include", "egwVO", "1.0.0", "set", "sse-session-id", "removeNotificationListener", "removeResponseListener", "11838520fNkjrV", "get", "Bearer ", "credentials", "yTKoP", "name", "addRequestListener", "connect", "18VhCgQv", "mcp-socket-proxy-client", "2819364JNqkQZ", "_endpoint", "699JyrxCR", "requestInit", "44ofbsvb", "close", "TeTEy", "QgzDy", "Fxtoq", "roots", "PBhps", "Authorization", "11309130xGCFwl", "&token=", "version", "onclose", "sessionId", "headers", "eventSourceInit", "forEach", "62FcOkCa", "mcp-stream-proxy-client", "zXcpO", "1794855cQEXDT", "biJOc"];
575
- return B = function() {
576
- return r;
577
- }, B();
578
- }
579
- const Ze = async (r) => {
580
- const e = R, t = R, s = { Vajmx: e(500), biJOc: function(b) {
581
- return b();
582
- }, zXcpO: function(b, T, P) {
583
- return b(T, P);
584
- }, zDnjZ: function(b, T, P, E) {
585
- return b(T, P, E);
586
- }, FQMAh: function(b, T, P, E) {
587
- return b(T, P, E);
588
- } }, { client: n, url: o, token: a, sessionId: i, authProvider: c, requestInit: l, reconnectionOptions: u, waitForOAuthCode: d } = r, h = {};
609
+ const g = de(c, d);
610
+ y = await n[e(263)](ne, w, g, L);
611
+ } else await w.connect(y);
612
+ te(w, s, y), y.sessionId = y[t(274)].searchParams[e(297)](n.KkViY);
613
+ const U = {};
614
+ return U.transport = y, U.sessionId = y[t(286)], U;
615
+ }, ze = async (r) => {
616
+ const e = O, t = S, n = { wfHUn: function(g, N, F) {
617
+ return g(N, F);
618
+ }, tUMle: "mcp-stream-proxy-client", omKPe: e(248), rSiEq: function(g) {
619
+ return g();
620
+ }, PdsSn: function(g, N, F, K) {
621
+ return g(N, F, K);
622
+ } }, { client: s, url: o, token: a, sessionId: i, authProvider: c, requestInit: l, reconnectionOptions: u, waitForOAuthCode: d } = r, h = {};
589
623
  h.authProvider = c, h.requestInit = l, h.reconnectionOptions = u;
590
- const f = h, x = i || M.randomUUID(), p = ce(a, x);
624
+ const f = h, _ = i || M.randomUUID(), p = n[t(272)](ue, a, _);
591
625
  if (l) {
592
- const b = { ...p.requestInit, ...l };
593
- b.headers = { ...p.requestInit.headers, ...l.headers }, f[e(544)] = b;
594
- } else f.requestInit = p.requestInit;
595
- const _ = {};
596
- _.listChanged = !0;
626
+ const g = { ...p[e(280)], ...l };
627
+ g.headers = { ...p.requestInit[e(268)], ...l.headers }, f.requestInit = g;
628
+ } else f[t(280)] = p[t(280)];
597
629
  const v = {};
598
- v[t(550)] = _, v.sampling = {}, v.elicitation = {};
599
- const I = v, L = {};
600
- L[e(536)] = s[t(508)], L[e(555)] = "1.0.0";
601
- const w = {};
602
- w.capabilities = I;
603
- const S = new F(L, w), U = () => new G(new URL(o), f);
604
- let C = s[e(503)](U);
630
+ v[t(254)] = !0;
631
+ const m = {};
632
+ m.roots = v, m[e(298)] = {}, m[e(303)] = {};
633
+ const b = m, C = {};
634
+ C.name = n[e(262)], C.version = n.omKPe;
635
+ const P = {};
636
+ P.capabilities = b;
637
+ const w = new A(C, P), L = () => new Q(new URL(o), f);
638
+ let y = n.rSiEq(L);
605
639
  if (c) {
606
- const b = s[e(501)](le, c, d);
607
- C = await s.zDnjZ(ee, S, b, U);
608
- } else await S.connect(C);
609
- s.FQMAh($, S, n, C);
610
- const H = {};
611
- return H.transport = C, H[t(557)] = C.sessionId, H;
612
- }, Ye = async (r) => {
613
- const e = R, t = R, s = { QgzDy: e(540), jkaVB: function(v, I, L, w) {
614
- return v(I, L, w);
615
- } }, { client: n, url: o, token: a, sessionId: i } = r, c = {};
616
- c.listChanged = !0;
640
+ const g = n[e(272)](de, c, d);
641
+ y = await n[e(296)](ne, w, g, L);
642
+ } else await w[e(260)](y);
643
+ n.PdsSn(te, w, s, y);
644
+ const U = {};
645
+ return U.transport = y, U[t(286)] = y[t(286)], U;
646
+ }, Ze = async (r) => {
647
+ const e = S, t = S, n = { eZwNI: function(m, b, C, P) {
648
+ return m(b, C, P);
649
+ } }, { client: s, url: o, token: a, sessionId: i } = r, c = {};
650
+ c[e(254)] = !0;
617
651
  const l = {};
618
- l[e(550)] = c, l[e(515)] = {}, l[t(511)] = {};
652
+ l[t(290)] = c, l.sampling = {}, l.elicitation = {};
619
653
  const u = l, d = {};
620
- d.name = s[t(548)], d[t(555)] = t(526);
654
+ d.name = "mcp-socket-proxy-client", d.version = t(248);
621
655
  const h = {};
622
- h.capabilities = u;
623
- const f = new F(d, h), x = i || M[t(517)](), p = new re(new URL(o + e(522) + x + t(554) + a));
624
- await f.connect(p), s.jkaVB($, f, n, p);
625
- const _ = {};
626
- return _[e(512)] = p, _[t(557)] = x, _;
627
- }, O = y, N = y;
628
- function y(r, e) {
629
- const t = Z();
630
- return y = function(s, n) {
631
- return s = s - (-16761 + 51 * 337), t[s];
632
- }, y(r, e);
633
- }
656
+ h[t(251)] = u;
657
+ const f = new A(d, h), _ = i || M[t(299)](), p = new ie(new URL(o + "?sessionId=" + _ + t(265) + a));
658
+ await f.connect(p), n[e(259)](te, f, s, p);
659
+ const v = {};
660
+ return v.transport = p, v[t(286)] = _, v;
661
+ }, T = R, E = R;
634
662
  (function(r, e) {
635
- const t = y, s = y, n = r();
663
+ const t = R, n = R, s = r();
636
664
  for (; ; )
637
665
  try {
638
- if (-parseInt(t(440)) / 1 + -parseInt(t(458)) / 2 * (parseInt(t(448)) / 3) + -parseInt(t(451)) / 4 * (parseInt(s(449)) / 5) + -parseInt(s(455)) / 6 + -parseInt(t(427)) / 7 + -parseInt(s(438)) / 8 * (parseInt(s(459)) / 9) + parseInt(t(430)) / 10 * (parseInt(s(436)) / 11) === e) break;
639
- n.push(n.shift());
666
+ if (parseInt(t(216)) / 1 + -parseInt(n(219)) / 2 + -parseInt(t(203)) / 3 * (-parseInt(n(204)) / 4) + -parseInt(n(199)) / 5 * (parseInt(t(193)) / 6) + -parseInt(t(211)) / 7 * (-parseInt(t(192)) / 8) + -parseInt(n(221)) / 9 + parseInt(n(201)) / 10 * (parseInt(t(220)) / 11) === e) break;
667
+ s.push(s.shift());
640
668
  } catch {
641
- n.push(n.shift());
669
+ s.push(s.shift());
642
670
  }
643
- })(Z, -220880 + 1 * -333337 + -2 * -384996);
644
- function Z() {
645
- const r = ["650XPHLhD", "redirectToAuthorization", "10856jPvMVb", "GET", "qcFPW", "_redirectUrl", "2187414WnlGuZ", "resolve", "tokens", "3976YyOqUl", "27ejNHsa", "Content-Type", "waitForOAuthCode", "2903796yvWZFa", "_clientMetadata", "application/x-www-form-urlencoded", "10beEWJk", "json", "code", "_callBackPromise", "reject", "saveClientInformation", "20776349mLNCcF", "_codeVerifier", "629912aTknXq", "_tokens", "52074GwcpRo", "state", "_state", "_redirectCallback", "_clientInformation", "redirect_uris", "Failed to redirect: ", "clientInformation", "381aduWsB"];
646
- return Z = function() {
647
- return r;
648
- }, Z();
671
+ })(z, 1297719 + -42747 * -22 + -1289197);
672
+ function R(r, e) {
673
+ const t = z();
674
+ return R = function(n, s) {
675
+ return n = n - (-4158 * 1 + -2 * 581 + -1 * -5510), t[n];
676
+ }, R(r, e);
649
677
  }
650
- const Je = () => M.randomBytes(3485 * 1 + -261 + -3184);
651
- class rt {
678
+ const Je = () => M.randomBytes(-8746 + -382 * -23);
679
+ class ot {
652
680
  constructor(e) {
653
- const t = y, s = y;
681
+ const t = R, n = R, s = { HbwOh: function(u) {
682
+ return u();
683
+ } };
654
684
  this._callBackPromise = {};
655
- const { clientMetadata: n, state: o, redirectCallback: a, getAuthCodeByState: i, waitForOAuthCode: c } = e;
656
- this[t(428)] = n, this[t(454)] = n[t(445)][0], this._state = o || Je(), this._redirectCallback = a || this.redirectCallbackFunction, this._getAuthCodeByState = i || this.getAuthCodeByStateFunction, this[s(426)] = c || this.waitForOAuthCodeFunction();
685
+ const { clientMetadata: o, state: a, redirectCallback: i, getAuthCodeByState: c, waitForOAuthCode: l } = e;
686
+ this._clientMetadata = o, this[t(206)] = o.redirect_uris[-10 * 629 + 1 * 7646 + -1356], this[n(197)] = a || s.HbwOh(Je), this._redirectCallback = i || this[n(202)], this[n(195)] = c || this[t(191)], this.waitForOAuthCode = l || this.waitForOAuthCodeFunction();
657
687
  }
658
688
  async redirectCallbackFunction(e) {
659
- var t, s, n, o, a, i;
660
- const c = y, l = y, u = { qITTp: function(x, p, _) {
661
- return x(p, _);
662
- }, qcFPW: c(452) }, d = await u.qITTp(fetch, e, { method: u[c(453)] });
663
- !d.ok && ((s = (t = this._callBackPromise).reject) == null || s.call(t, l(446) + d.statusText));
664
- const h = await this._getAuthCodeByState(this[l(454)], this[c(442)]);
689
+ var t, n, s, o, a, i;
690
+ const c = R, l = R, u = {};
691
+ u[c(198)] = "GET";
692
+ const d = await fetch(e, u);
693
+ !d.ok && ((n = (t = this[l(207)])[l(196)]) == null || n.call(t, c(208) + d[l(205)]));
694
+ const h = await this[l(195)](this._redirectUrl, this[c(197)]);
665
695
  if (!h.ok) {
666
- (o = (n = this[c(433)]).reject) == null || o.call(n, "Failed to fetch auth code: " + h.statusText);
696
+ (o = (s = this[c(207)]).reject) == null || o.call(s, "Failed to fetch auth code: " + h[l(205)]);
667
697
  return;
668
698
  }
669
- const f = await h[c(431)]();
670
- (i = (a = this[l(433)])[c(456)]) == null || i.call(a, f[c(432)]);
699
+ const f = await h.json();
700
+ (i = (a = this._callBackPromise).resolve) == null || i.call(a, f.code);
671
701
  }
672
- async getAuthCodeByStateFunction(e, t) {
673
- const s = y, n = y, o = {};
674
- o.tuSmb = s(429);
675
- const a = o, i = {};
676
- i[s(460)] = a.tuSmb;
677
- const c = {};
678
- return c[n(441)] = t, fetch(e, { method: "POST", headers: i, body: new URLSearchParams(c) });
702
+ async [T(191)](e, t) {
703
+ const n = T, s = {};
704
+ s.xAOmI = "POST";
705
+ const o = s, a = {};
706
+ a["Content-Type"] = n(217);
707
+ const i = {};
708
+ return i.state = t, fetch(e, { method: o.xAOmI, headers: a, body: new URLSearchParams(i) });
679
709
  }
680
710
  waitForOAuthCodeFunction() {
681
- const e = y, t = this[e(433)];
682
- return () => new Promise((s, n) => {
683
- const o = e;
684
- t.resolve = s, t[o(434)] = n;
711
+ const e = this._callBackPromise;
712
+ return () => new Promise((t, n) => {
713
+ const s = R;
714
+ e.resolve = t, e[s(196)] = n;
685
715
  });
686
716
  }
687
717
  get redirectUrl() {
688
- return this[y(454)];
718
+ return this[T(206)];
689
719
  }
690
- get clientMetadata() {
720
+ get [E(190)]() {
691
721
  return this._clientMetadata;
692
722
  }
693
- state() {
694
- return this._state;
723
+ [T(213)]() {
724
+ return this[T(197)];
695
725
  }
696
- [O(447)]() {
697
- return this[O(444)];
726
+ [E(218)]() {
727
+ return this[E(200)];
698
728
  }
699
- [N(435)](e) {
700
- const t = O;
701
- this[t(444)] = e;
729
+ [T(194)](e) {
730
+ this._clientInformation = e;
702
731
  }
703
- [N(457)]() {
704
- return this[N(439)];
732
+ tokens() {
733
+ return this[E(210)];
705
734
  }
706
735
  saveTokens(e) {
707
- this._tokens = e;
736
+ const t = E;
737
+ this[t(210)] = e;
708
738
  }
709
- [N(450)](e) {
710
- this[O(443)](e);
739
+ redirectToAuthorization(e) {
740
+ this._redirectCallback(e);
711
741
  }
712
742
  saveCodeVerifier(e) {
713
743
  this._codeVerifier = e;
714
744
  }
715
- codeVerifier() {
716
- if (!this[O(437)]) throw new Error("No code verifier saved");
717
- return this._codeVerifier;
745
+ [T(212)]() {
746
+ const e = T, t = {};
747
+ t[e(215)] = e(214);
748
+ const n = t;
749
+ if (!this[e(209)]) throw new Error(n.mMdVl);
750
+ return this[e(209)];
718
751
  }
719
752
  }
753
+ function z() {
754
+ const r = ["370aKMzOb", "redirectCallbackFunction", "6AWGiLu", "697420WEpDtk", "statusText", "_redirectUrl", "_callBackPromise", "Failed to redirect: ", "_codeVerifier", "_tokens", "21ofrYNd", "codeVerifier", "state", "No code verifier saved", "mMdVl", "1546908KURscU", "application/x-www-form-urlencoded", "clientInformation", "2551694UzDoIS", "571637jVsNJQ", "4355271orhxAD", "clientMetadata", "getAuthCodeByStateFunction", "1400360ybYjeP", "30zRTJNb", "saveClientInformation", "_getAuthCodeByState", "reject", "_state", "method", "1634810cQPomO", "_clientInformation"];
755
+ return z = function() {
756
+ return r;
757
+ }, z();
758
+ }
720
759
  (function(r, e) {
721
- for (var t = J, s = J, n = r(); ; )
760
+ for (var t = J, n = J, s = r(); ; )
722
761
  try {
723
- var o = parseInt(t(361)) / 1 * (parseInt(s(363)) / 2) + -parseInt(t(358)) / 3 + parseInt(t(359)) / 4 * (parseInt(t(357)) / 5) + parseInt(s(354)) / 6 * (parseInt(t(360)) / 7) + parseInt(s(362)) / 8 + parseInt(s(364)) / 9 + -parseInt(s(356)) / 10 * (parseInt(t(355)) / 11);
762
+ var o = parseInt(t(291)) / 1 + -parseInt(t(295)) / 2 * (parseInt(t(288)) / 3) + parseInt(t(290)) / 4 * (parseInt(t(296)) / 5) + -parseInt(n(289)) / 6 + parseInt(t(293)) / 7 * (-parseInt(n(294)) / 8) + parseInt(n(287)) / 9 + parseInt(n(292)) / 10;
724
763
  if (o === e) break;
725
- n.push(n.shift());
764
+ s.push(s.shift());
726
765
  } catch {
727
- n.push(n.shift());
766
+ s.push(s.shift());
728
767
  }
729
- })(Y, -73523 * -3 + 1 * -407717 + 530518);
730
- function Y() {
731
- var r = ["40ecBYYe", "1095owKKYD", "486870YOVwZy", "5752xWiyTO", "561484biNVMw", "1fWJmxQ", "1866064SPnyhb", "1109522vMiuMX", "1602351pPEGwH", "12sVyMLL", "2573296LTwOhv"];
732
- return Y = function() {
768
+ })(Z, 262 * -2438 + 1346066 * -1 + 2 * 1373311);
769
+ function Z() {
770
+ var r = ["279100FsqxFu", "7326315yxcNFg", "50823VTWXXj", "6441948uoPUwt", "92BSiBRu", "1361711dyawqa", "5202960gnlAWp", "7tNVFlv", "11056792usEcvw", "90CRWXmt"];
771
+ return Z = function() {
733
772
  return r;
734
- }, Y();
773
+ }, Z();
735
774
  }
736
775
  function J(r, e) {
737
- var t = Y();
738
- return J = function(s, n) {
739
- s = s - (-1 * -642 + 503 * -5 + 2227);
740
- var o = t[s];
776
+ var t = Z();
777
+ return J = function(n, s) {
778
+ n = n - 287;
779
+ var o = t[n];
741
780
  return o;
742
781
  }, J(r, e);
743
782
  }
744
- class ot {
783
+ class it {
745
784
  constructor(e, t) {
746
- const s = {
785
+ const n = {
747
786
  name: "web-mcp-server",
748
787
  version: "1.0.0"
749
- }, n = {
788
+ }, s = {
750
789
  prompts: { listChanged: !0 },
751
790
  resources: { subscribe: !0, listChanged: !0 },
752
791
  tools: { listChanged: !0 },
753
792
  completions: {},
754
793
  logging: {}
755
794
  };
756
- this.server = new oe(e || s, t || { capabilities: n }), this.server.server.oninitialized = () => {
757
- var o;
758
- (o = this.oninitialized) == null || o.call(this);
795
+ this.server = new ae(e || n, t || { capabilities: s }), this.server.server.oninitialized = () => {
796
+ this.oninitialized?.();
759
797
  }, this.server.server.onclose = () => {
760
- var o;
761
- (o = this.onclose) == null || o.call(this);
798
+ this.onclose?.();
762
799
  }, this.server.server.onerror = (o) => {
763
- var a;
764
- (a = this.onerror) == null || a.call(this, o);
765
- }, this.server.server.setRequestHandler(te, async () => ({}));
800
+ this.onerror?.(o);
801
+ }, this.server.server.setRequestHandler(se, async () => ({}));
766
802
  }
767
803
  /**
768
804
  * Connects the server to a transport via the specified option.
769
805
  */
770
806
  async connect(e) {
771
- return typeof e.start == "function" ? (this.transport = e, this.transport.onclose = void 0, this.transport.onerror = void 0, this.transport.onmessage = void 0) : (this.transport = new K(e), await this.transport.listen()), await this.server.connect(this.transport), this.transport;
807
+ return typeof e.start == "function" ? (this.transport = e, this.transport.onclose = void 0, this.transport.onerror = void 0, this.transport.onmessage = void 0) : (this.transport = new ee(e), await this.transport.listen()), await this.server.connect(this.transport), this.transport;
772
808
  }
773
809
  /**
774
810
  * Closes the connection.
@@ -779,17 +815,17 @@ class ot {
779
815
  /**
780
816
  * Registers a tool with a config object and callback.
781
817
  */
782
- registerTool(e, t, s) {
783
- return this.server.registerTool(e, t, s);
818
+ registerTool(e, t, n) {
819
+ return this.server.registerTool(e, t, n);
784
820
  }
785
821
  /**
786
822
  * Registers a prompt with a config object and callback.
787
823
  */
788
- registerPrompt(e, t, s) {
789
- return this.server.registerPrompt(e, t, s);
824
+ registerPrompt(e, t, n) {
825
+ return this.server.registerPrompt(e, t, n);
790
826
  }
791
- registerResource(e, t, s, n) {
792
- return typeof t == "string" ? this.server.registerResource(e, t, s, n) : this.server.registerResource(e, t, s, n);
827
+ registerResource(e, t, n, s) {
828
+ return typeof t == "string" ? this.server.registerResource(e, t, n, s) : this.server.registerResource(e, t, n, s);
793
829
  }
794
830
  /**
795
831
  * Checks if the server is connected to a transport.
@@ -869,8 +905,8 @@ class ot {
869
905
  *
870
906
  * Do not use this method to emit notifications! Use notification() instead.
871
907
  */
872
- request(e, t, s) {
873
- return this.server.server.request(e, t, s);
908
+ request(e, t, n) {
909
+ return this.server.server.request(e, t, n);
874
910
  }
875
911
  /**
876
912
  * Emits a notification, which is a one-way message that does not expect a response.
@@ -910,31 +946,31 @@ class ot {
910
946
  * Registers a handler for the subscribe request.
911
947
  */
912
948
  onSubscribe(e) {
913
- this.server.server.setRequestHandler(pe, e);
949
+ this.server.server.setRequestHandler(_e, e);
914
950
  }
915
951
  /**
916
952
  * Registers a handler for the unsubscribe request.
917
953
  */
918
954
  onUnsubscribe(e) {
919
- this.server.server.setRequestHandler(xe, e);
955
+ this.server.server.setRequestHandler(ve, e);
920
956
  }
921
957
  /**
922
958
  * Registers a handler for the set log level request.
923
959
  */
924
960
  onSetLogLevel(e) {
925
- this.server.server.setRequestHandler(te, e);
961
+ this.server.server.setRequestHandler(se, e);
926
962
  }
927
963
  /**
928
964
  * Registers a handler for the list tools request.
929
965
  */
930
966
  onListResources(e) {
931
- this.server.server.setRequestHandler(_e, e);
967
+ this.server.server.setRequestHandler(me, e);
932
968
  }
933
969
  /**
934
970
  * Registers a handler for the roots list changed notification.
935
971
  */
936
972
  onRootsListChanged(e) {
937
- this.server.server.setNotificationHandler(ve, e);
973
+ this.server.server.setNotificationHandler(ge, e);
938
974
  }
939
975
  /**
940
976
  * Close the transport for window.addEventListener('pagehide')
@@ -943,23 +979,21 @@ class ot {
943
979
  e.persisted || this.transport && typeof this.transport.close == "function" && await this.transport.close();
944
980
  }
945
981
  }
946
- const it = (r, e) => new K(r, e), at = () => Te(), ct = (r) => r instanceof K, lt = (r) => r instanceof oe;
947
- class ut {
982
+ const at = (r, e) => new ee(r, e), ct = () => He(), lt = (r) => r instanceof ee, ut = (r) => r instanceof ae;
983
+ class dt {
948
984
  constructor(e, t) {
949
- const s = {
985
+ const n = {
950
986
  name: "web-mcp-client",
951
987
  version: "1.0.0"
952
- }, n = {
988
+ }, s = {
953
989
  roots: { listChanged: !0 },
954
990
  sampling: {},
955
991
  elicitation: {}
956
992
  };
957
- this.client = new F(e || s, t || { capabilities: n }), this.client.onclose = () => {
958
- var o;
959
- (o = this.onclose) == null || o.call(this);
993
+ this.client = new A(e || n, t || { capabilities: s }), this.client.onclose = () => {
994
+ this.onclose?.();
960
995
  }, this.client.onerror = (o) => {
961
- var a;
962
- (a = this.onerror) == null || a.call(this, o);
996
+ this.onerror?.(o);
963
997
  };
964
998
  }
965
999
  /**
@@ -968,26 +1002,26 @@ class ut {
968
1002
  async connect(e) {
969
1003
  if (typeof e.start == "function")
970
1004
  return this.transport = e, this.transport.onclose = void 0, this.transport.onerror = void 0, this.transport.onmessage = void 0, await this.client.connect(this.transport), { transport: this.transport, sessionId: this.transport.sessionId };
971
- const { url: t, token: s, sessionId: n, type: o, agent: a, onError: i } = e;
1005
+ const { url: t, token: n, sessionId: s, type: o, agent: a, onError: i } = e;
972
1006
  if (a === !0) {
973
- const u = { client: this.client, url: t, token: s, sessionId: n };
1007
+ const u = { client: this.client, url: t, token: n, sessionId: s };
974
1008
  let d;
975
1009
  return await (async () => {
976
- const { transport: f, sessionId: x } = o === "sse" ? await Be(u) : o === "socket" ? await Ye(u) : await Ze(u);
1010
+ const { transport: f, sessionId: _ } = o === "sse" ? await Ye(u) : o === "socket" ? await Ze(u) : await ze(u);
977
1011
  f.onerror = async (p) => {
978
- i == null || i(p);
979
- }, d = { transport: f, sessionId: x };
1012
+ i?.(p);
1013
+ }, d = { transport: f, sessionId: _ };
980
1014
  })(), d;
981
1015
  }
982
1016
  const c = new URL(t);
983
1017
  let l;
984
- if (o === "channel" && (l = new X(t), await this.client.connect(l)), o === "sse") {
985
- const u = ae(s, n);
986
- l = new j(c, u), await this.client.connect(l);
1018
+ if (o === "channel" && (l = new $(t), await this.client.connect(l)), o === "sse") {
1019
+ const u = le(n, s);
1020
+ l = new V(c, u), await this.client.connect(l);
987
1021
  }
988
- if (o === "socket" && (l = new re(new URL(`${t}?sessionId=${n}&token=${s}`)), l.sessionId = n, await this.client.connect(l)), typeof l > "u") {
989
- const u = ce(s, n);
990
- l = new G(c, u), await this.client.connect(l);
1022
+ if (o === "socket" && (l = new ie(new URL(`${t}?sessionId=${s}&token=${n}`)), l.sessionId = s, await this.client.connect(l)), typeof l > "u") {
1023
+ const u = ue(n, s);
1024
+ l = new Q(c, u), await this.client.connect(l);
991
1025
  }
992
1026
  return this.transport = l, { transport: this.transport, sessionId: this.transport.sessionId };
993
1027
  }
@@ -1079,7 +1113,7 @@ class ut {
1079
1113
  * Calls a tool on the server with the given parameters.
1080
1114
  */
1081
1115
  async callTool(e, t) {
1082
- return await this.client.callTool(e, ge, t);
1116
+ return await this.client.callTool(e, we, t);
1083
1117
  }
1084
1118
  /**
1085
1119
  * Lists all tools available on the server.
@@ -1098,8 +1132,8 @@ class ut {
1098
1132
  *
1099
1133
  * Do not use this method to emit notifications! Use notification() instead.
1100
1134
  */
1101
- request(e, t, s) {
1102
- return this.client.request(e, t, s);
1135
+ request(e, t, n) {
1136
+ return this.client.request(e, t, n);
1103
1137
  }
1104
1138
  /**
1105
1139
  * Emits a notification, which is a one-way message that does not expect a response.
@@ -1145,82 +1179,81 @@ class ut {
1145
1179
  * Registers a handler for the create LLM message request.
1146
1180
  */
1147
1181
  onCreateMessage(e) {
1148
- this.client.setRequestHandler(me, e);
1182
+ this.client.setRequestHandler(ye, e);
1149
1183
  }
1150
1184
  /**
1151
1185
  * Registers a handler for the list roots request.
1152
1186
  */
1153
1187
  onListRoots(e) {
1154
- this.client.setRequestHandler(we, e);
1188
+ this.client.setRequestHandler(Ie, e);
1155
1189
  }
1156
1190
  /**
1157
1191
  * Registers a handler for the tool list changed notification.
1158
1192
  */
1159
1193
  onToolListChanged(e) {
1160
- this.client.setNotificationHandler(ye, e);
1194
+ this.client.setNotificationHandler(Ce, e);
1161
1195
  }
1162
1196
  /**
1163
1197
  * Registers a handler for the prompt list changed notification.
1164
1198
  */
1165
1199
  onPromptListChanged(e) {
1166
- this.client.setNotificationHandler(Ie, e);
1200
+ this.client.setNotificationHandler(Re, e);
1167
1201
  }
1168
1202
  /**
1169
1203
  * Registers a handler for the resource list changed notification.
1170
1204
  */
1171
1205
  onResourceListChanged(e) {
1172
- this.client.setNotificationHandler(Ce, e);
1206
+ this.client.setNotificationHandler(Se, e);
1173
1207
  }
1174
1208
  /**
1175
1209
  * Registers a handler for the resource updated notification.
1176
1210
  */
1177
1211
  onResourceUpdated(e) {
1178
- this.client.setNotificationHandler(Re, e);
1212
+ this.client.setNotificationHandler(Le, e);
1179
1213
  }
1180
1214
  /**
1181
1215
  * Registers a handler for the logging message notification.
1182
1216
  */
1183
1217
  onLoggingMessage(e) {
1184
- this.client.setNotificationHandler(Se, e);
1218
+ this.client.setNotificationHandler(Pe, e);
1185
1219
  }
1186
1220
  /**
1187
1221
  * Close the transport for window.addEventListener('pagehide')
1188
1222
  */
1189
1223
  async onPagehide(e) {
1190
- e.persisted || (Ge(this.transport) ? await this.transport.terminateSession() : this.transport && typeof this.transport.close == "function" && await this.transport.close());
1224
+ e.persisted || (Qe(this.transport) ? await this.transport.terminateSession() : this.transport && typeof this.transport.close == "function" && await this.transport.close());
1191
1225
  }
1192
1226
  }
1193
- const dt = (r, e) => new j(r, e), ht = (r, e) => new G(r, e), ft = (r, e) => new X(r, e), pt = (r) => r instanceof j, Ge = (r) => r instanceof G, xt = (r) => r instanceof X, _t = (r) => r instanceof F, Qe = () => typeof crypto < "u" && crypto.randomUUID ? crypto.randomUUID() : "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (r) => {
1227
+ const ht = (r, e) => new V(r, e), ft = (r, e) => new Q(r, e), pt = (r, e) => new $(r, e), xt = (r) => r instanceof V, Qe = (r) => r instanceof Q, _t = (r) => r instanceof $, vt = (r) => r instanceof A, Ke = () => typeof crypto < "u" && crypto.randomUUID ? crypto.randomUUID() : "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (r) => {
1194
1228
  const e = Math.random() * 16 | 0;
1195
1229
  return (r === "x" ? e : e & 3 | 8).toString(16);
1196
- }), V = (r, e, t) => {
1230
+ }), j = (r, e, t) => {
1197
1231
  window.postMessage({ type: r, direction: t, data: e }, "*");
1198
- }, se = (r, e, t) => {
1199
- const s = async function(n) {
1200
- n.source === window && n.data.type === r && n.data.direction === t && await e(n.data.data);
1232
+ }, re = (r, e, t) => {
1233
+ const n = async function(s) {
1234
+ s.source === window && s.data.type === r && s.data.direction === t && await e(s.data.data);
1201
1235
  };
1202
- return window.addEventListener("message", s), () => window.removeEventListener("message", s);
1236
+ return window.addEventListener("message", n), () => window.removeEventListener("message", n);
1203
1237
  };
1204
- class vt {
1205
- constructor(e = null, t) {
1206
- this._isStarted = !1, this._isClosed = !1, this._lastRegistration = null, this.sessionId = e || Qe(), this.tabId = t, this._messageListener1 = se(
1238
+ class mt {
1239
+ constructor(e = null) {
1240
+ this._isStarted = !1, this._isClosed = !1, this._lastRegistration = null, this.sessionId = e || Ke(), this._messageListener1 = re(
1207
1241
  "sidepanel-ready-to-page",
1208
1242
  () => {
1209
- this._lastRegistration && this._isStarted && this.notifyRegistration(this._lastRegistration).catch((s) => {
1210
- console.error("【Page Svr Transport】 notifyRegistration失败:", s);
1243
+ this._lastRegistration && this._isStarted && this.notifyRegistration(this._lastRegistration).catch((t) => {
1244
+ console.error("【Page Svr Transport】 notifyRegistration失败:", t);
1211
1245
  });
1212
1246
  },
1213
1247
  "content->page"
1214
- ), this._messageListener2 = se(
1248
+ ), this._messageListener2 = re(
1215
1249
  "mcp-client-to-server-to-page",
1216
- (s) => {
1217
- var a, i, c;
1218
- if (s.sessionId !== this.sessionId || s.tabId !== this.tabId) return;
1219
- console.log("【Page Svr Transport】 即将处理 mcpMessage", s.mcpMessage);
1220
- const n = ne.parse(s.mcpMessage);
1221
- (a = this.onmessage) == null || a.call(this, n), ((i = s.mcpMessage.params) == null ? void 0 : i.name) && V(
1250
+ (t) => {
1251
+ if (t.sessionId !== this.sessionId) return;
1252
+ console.log("【Page Svr Transport】 即将处理 mcpMessage", t.mcpMessage);
1253
+ const n = oe.parse(t.mcpMessage);
1254
+ this.onmessage?.(n), t.mcpMessage.params?.name && j(
1222
1255
  "update-page-app-message",
1223
- { status: "run", message: (c = s.mcpMessage.params) == null ? void 0 : c.name },
1256
+ { status: "run", message: t.mcpMessage.params?.name },
1224
1257
  "page->content"
1225
1258
  );
1226
1259
  },
@@ -1230,8 +1263,8 @@ class vt {
1230
1263
  // 最后一次注册信息(用于 Sidepanel 刷新后重新注册)
1231
1264
  _throwError(e, t) {
1232
1265
  if (e()) {
1233
- const s = new Error(t);
1234
- throw console.log(t, s), this.onerror && this.onerror(s), s;
1266
+ const n = new Error(t);
1267
+ throw console.log(t, n), this.onerror && this.onerror(n), n;
1235
1268
  }
1236
1269
  }
1237
1270
  /** 启动 transport,开始监听消息 */
@@ -1243,15 +1276,14 @@ class vt {
1243
1276
  }
1244
1277
  /** 发送消息到 MCP Client */
1245
1278
  async send(e, t) {
1246
- var s;
1247
- this._throwError(() => !this._isStarted, "【Page Svr Transport】 未启动,无法发送消息"), this._throwError(() => this._isClosed, "【Page Svr Transport】 已关闭,无法发送消息"), V(
1279
+ this._throwError(() => !this._isStarted, "【Page Svr Transport】 未启动,无法发送消息"), this._throwError(() => this._isClosed, "【Page Svr Transport】 已关闭,无法发送消息"), j(
1248
1280
  "mcp-server-to-client-from-page",
1249
1281
  {
1250
1282
  sessionId: this.sessionId,
1251
1283
  mcpMessage: e
1252
1284
  },
1253
1285
  "page->content"
1254
- ), "result" in e && ((s = e.result) != null && s.content) && V(
1286
+ ), "result" in e && e.result?.content && j(
1255
1287
  "update-page-app-message",
1256
1288
  { status: "ready", message: "" },
1257
1289
  "page->content"
@@ -1262,7 +1294,7 @@ class vt {
1262
1294
  async notifyRegistration(e) {
1263
1295
  this._throwError(() => !this._isStarted, "【Page Svr Transport】 未启动,无法注册消息"), this._lastRegistration = e;
1264
1296
  try {
1265
- V(
1297
+ j(
1266
1298
  "mcp-server-register-from-page",
1267
1299
  {
1268
1300
  sessionId: this.sessionId,
@@ -1289,25 +1321,25 @@ class vt {
1289
1321
  }
1290
1322
  }
1291
1323
  export {
1292
- mt as Ajv,
1293
- rt as AuthClientProvider,
1294
- vt as ExtensionPageServerTransport,
1295
- yt as ResourceTemplate,
1296
- St as UriTemplate,
1297
- ut as WebMcpClient,
1298
- ot as WebMcpServer,
1299
- qt as completable,
1300
- ft as createMessageChannelClientTransport,
1301
- at as createMessageChannelPairTransport,
1302
- it as createMessageChannelServerTransport,
1303
- dt as createSSEClientTransport,
1304
- ht as createStreamableHTTPClientTransport,
1324
+ bt as Ajv,
1325
+ ot as AuthClientProvider,
1326
+ mt as ExtensionPageServerTransport,
1327
+ It as ResourceTemplate,
1328
+ Lt as UriTemplate,
1329
+ dt as WebMcpClient,
1330
+ it as WebMcpServer,
1331
+ kt as completable,
1332
+ pt as createMessageChannelClientTransport,
1333
+ ct as createMessageChannelPairTransport,
1334
+ at as createMessageChannelServerTransport,
1335
+ ht as createSSEClientTransport,
1336
+ ft as createStreamableHTTPClientTransport,
1305
1337
  Tt as getDisplayName,
1306
- _t as isMcpClient,
1307
- lt as isMcpServer,
1308
- xt as isMessageChannelClientTransport,
1309
- ct as isMessageChannelServerTransport,
1310
- pt as isSSEClientTransport,
1311
- Ge as isStreamableHTTPClientTransport,
1312
- Ct as z
1338
+ vt as isMcpClient,
1339
+ ut as isMcpServer,
1340
+ _t as isMessageChannelClientTransport,
1341
+ lt as isMessageChannelServerTransport,
1342
+ xt as isSSEClientTransport,
1343
+ Qe as isStreamableHTTPClientTransport,
1344
+ Rt as z
1313
1345
  };