agents 0.0.0-f5b5854 → 0.0.0-f6b2319

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 (77) hide show
  1. package/README.md +255 -27
  2. package/dist/_esm-LV5FJ3HK.js +3922 -0
  3. package/dist/_esm-LV5FJ3HK.js.map +1 -0
  4. package/dist/ai-chat-agent.d.ts +55 -8
  5. package/dist/ai-chat-agent.js +574 -90
  6. package/dist/ai-chat-agent.js.map +1 -1
  7. package/dist/ai-chat-v5-migration.d.ts +152 -0
  8. package/dist/ai-chat-v5-migration.js +20 -0
  9. package/dist/ai-react.d.ts +78 -67
  10. package/dist/ai-react.js +273 -109
  11. package/dist/ai-react.js.map +1 -1
  12. package/dist/ai-types.d.ts +41 -18
  13. package/dist/ai-types.js +7 -0
  14. package/dist/ccip-CMBYN64O.js +15 -0
  15. package/dist/ccip-CMBYN64O.js.map +1 -0
  16. package/dist/chunk-254F4GDT.js +1343 -0
  17. package/dist/chunk-254F4GDT.js.map +1 -0
  18. package/dist/chunk-3OT2NNEW.js +941 -0
  19. package/dist/chunk-3OT2NNEW.js.map +1 -0
  20. package/dist/chunk-5Y6BEZDY.js +276 -0
  21. package/dist/chunk-5Y6BEZDY.js.map +1 -0
  22. package/dist/chunk-BER7KXUJ.js +18 -0
  23. package/dist/chunk-BER7KXUJ.js.map +1 -0
  24. package/dist/chunk-JJBFIGUC.js +5202 -0
  25. package/dist/chunk-JJBFIGUC.js.map +1 -0
  26. package/dist/chunk-PR4QN5HX.js +43 -0
  27. package/dist/chunk-PR4QN5HX.js.map +1 -0
  28. package/dist/chunk-QEVM4BVL.js +116 -0
  29. package/dist/chunk-QEVM4BVL.js.map +1 -0
  30. package/dist/chunk-TYAY6AU6.js +159 -0
  31. package/dist/chunk-TYAY6AU6.js.map +1 -0
  32. package/dist/chunk-UJVEAURM.js +150 -0
  33. package/dist/chunk-UJVEAURM.js.map +1 -0
  34. package/dist/chunk-Z44WASMA.js +114 -0
  35. package/dist/chunk-Z44WASMA.js.map +1 -0
  36. package/dist/client-DVoPb3-C.d.ts +5120 -0
  37. package/dist/client.d.ts +16 -2
  38. package/dist/client.js +8 -126
  39. package/dist/client.js.map +1 -1
  40. package/dist/codemode/ai.d.ts +25 -0
  41. package/dist/codemode/ai.js +5109 -0
  42. package/dist/codemode/ai.js.map +1 -0
  43. package/dist/index.d.ts +277 -22
  44. package/dist/index.js +18 -6
  45. package/dist/mcp/client.d.ts +10 -761
  46. package/dist/mcp/client.js +4 -402
  47. package/dist/mcp/client.js.map +1 -1
  48. package/dist/mcp/do-oauth-client-provider.d.ts +4 -3
  49. package/dist/mcp/do-oauth-client-provider.js +4 -103
  50. package/dist/mcp/do-oauth-client-provider.js.map +1 -1
  51. package/dist/mcp/index.d.ts +69 -51
  52. package/dist/mcp/index.js +982 -661
  53. package/dist/mcp/index.js.map +1 -1
  54. package/dist/mcp/x402.d.ts +39 -0
  55. package/dist/mcp/x402.js +3195 -0
  56. package/dist/mcp/x402.js.map +1 -0
  57. package/dist/mcp-BH1fJeiU.d.ts +58 -0
  58. package/dist/observability/index.d.ts +34 -0
  59. package/dist/observability/index.js +12 -0
  60. package/dist/observability/index.js.map +1 -0
  61. package/dist/react.d.ts +97 -9
  62. package/dist/react.js +123 -11
  63. package/dist/react.js.map +1 -1
  64. package/dist/schedule.d.ts +81 -7
  65. package/dist/schedule.js +20 -7
  66. package/dist/schedule.js.map +1 -1
  67. package/dist/secp256k1-M22GZP2U.js +2193 -0
  68. package/dist/secp256k1-M22GZP2U.js.map +1 -0
  69. package/dist/serializable.d.ts +32 -0
  70. package/dist/serializable.js +1 -0
  71. package/dist/serializable.js.map +1 -0
  72. package/package.json +98 -64
  73. package/src/index.ts +1271 -152
  74. package/dist/chunk-HMLY7DHA.js +0 -16
  75. package/dist/chunk-XG52S6YY.js +0 -591
  76. package/dist/chunk-XG52S6YY.js.map +0 -1
  77. /package/dist/{chunk-HMLY7DHA.js.map → ai-chat-v5-migration.js.map} +0 -0
package/dist/mcp/index.js CHANGED
@@ -1,55 +1,598 @@
1
1
  import {
2
- Agent
3
- } from "../chunk-XG52S6YY.js";
2
+ Agent,
3
+ getAgentByName,
4
+ getCurrentAgent
5
+ } from "../chunk-254F4GDT.js";
4
6
  import {
5
- __privateAdd,
6
- __privateGet,
7
- __privateMethod,
8
- __privateSet
9
- } from "../chunk-HMLY7DHA.js";
7
+ SSEEdgeClientTransport,
8
+ StreamableHTTPEdgeClientTransport
9
+ } from "../chunk-3OT2NNEW.js";
10
+ import "../chunk-Z44WASMA.js";
11
+ import "../chunk-QEVM4BVL.js";
12
+ import "../chunk-BER7KXUJ.js";
13
+ import "../chunk-PR4QN5HX.js";
10
14
 
11
15
  // src/mcp/index.ts
12
- import { DurableObject } from "cloudflare:workers";
13
16
  import {
17
+ JSONRPCMessageSchema as JSONRPCMessageSchema3,
18
+ isJSONRPCError as isJSONRPCError2,
19
+ isJSONRPCResponse as isJSONRPCResponse3
20
+ } from "@modelcontextprotocol/sdk/types.js";
21
+
22
+ // src/mcp/utils.ts
23
+ import {
24
+ JSONRPCMessageSchema,
14
25
  InitializeRequestSchema,
15
- isJSONRPCError,
16
- isJSONRPCNotification,
17
- isJSONRPCRequest,
18
26
  isJSONRPCResponse,
19
- JSONRPCMessageSchema
27
+ isJSONRPCNotification
20
28
  } from "@modelcontextprotocol/sdk/types.js";
29
+ var MCP_HTTP_METHOD_HEADER = "cf-mcp-method";
30
+ var MCP_MESSAGE_HEADER = "cf-mcp-message";
21
31
  var MAXIMUM_MESSAGE_SIZE_BYTES = 4 * 1024 * 1024;
22
- function handleCORS(request, corsOptions) {
23
- const origin = request.headers.get("Origin") || "*";
24
- const corsHeaders = {
25
- "Access-Control-Allow-Origin": corsOptions?.origin || origin,
26
- "Access-Control-Allow-Methods": corsOptions?.methods || "GET, POST, OPTIONS",
27
- "Access-Control-Allow-Headers": corsOptions?.headers || "Content-Type",
28
- "Access-Control-Max-Age": (corsOptions?.maxAge || 86400).toString()
32
+ var createStreamingHttpHandler = (basePath, namespace, corsOptions) => {
33
+ let pathname = basePath;
34
+ if (basePath === "/") pathname = "/*";
35
+ const basePattern = new URLPattern({ pathname });
36
+ return async (request, ctx) => {
37
+ const url = new URL(request.url);
38
+ if (basePattern.test(url)) {
39
+ if (request.method === "POST") {
40
+ const acceptHeader = request.headers.get("accept");
41
+ if (!acceptHeader?.includes("application/json") || !acceptHeader.includes("text/event-stream")) {
42
+ const body2 = JSON.stringify({
43
+ error: {
44
+ code: -32e3,
45
+ message: "Not Acceptable: Client must accept both application/json and text/event-stream"
46
+ },
47
+ id: null,
48
+ jsonrpc: "2.0"
49
+ });
50
+ return new Response(body2, { status: 406 });
51
+ }
52
+ const ct = request.headers.get("content-type");
53
+ if (!ct || !ct.includes("application/json")) {
54
+ const body2 = JSON.stringify({
55
+ error: {
56
+ code: -32e3,
57
+ message: "Unsupported Media Type: Content-Type must be application/json"
58
+ },
59
+ id: null,
60
+ jsonrpc: "2.0"
61
+ });
62
+ return new Response(body2, { status: 415 });
63
+ }
64
+ const contentLength = Number.parseInt(
65
+ request.headers.get("content-length") ?? "0",
66
+ 10
67
+ );
68
+ if (contentLength > MAXIMUM_MESSAGE_SIZE_BYTES) {
69
+ const body2 = JSON.stringify({
70
+ error: {
71
+ code: -32e3,
72
+ message: `Request body too large. Maximum size is ${MAXIMUM_MESSAGE_SIZE_BYTES} bytes`
73
+ },
74
+ id: null,
75
+ jsonrpc: "2.0"
76
+ });
77
+ return new Response(body2, { status: 413 });
78
+ }
79
+ let sessionId = request.headers.get("mcp-session-id");
80
+ let rawMessage;
81
+ try {
82
+ rawMessage = await request.json();
83
+ } catch (_error) {
84
+ const body2 = JSON.stringify({
85
+ error: {
86
+ code: -32700,
87
+ message: "Parse error: Invalid JSON"
88
+ },
89
+ id: null,
90
+ jsonrpc: "2.0"
91
+ });
92
+ return new Response(body2, { status: 400 });
93
+ }
94
+ let arrayMessage;
95
+ if (Array.isArray(rawMessage)) {
96
+ arrayMessage = rawMessage;
97
+ } else {
98
+ arrayMessage = [rawMessage];
99
+ }
100
+ let messages = [];
101
+ for (const msg of arrayMessage) {
102
+ if (!JSONRPCMessageSchema.safeParse(msg).success) {
103
+ const body2 = JSON.stringify({
104
+ error: {
105
+ code: -32700,
106
+ message: "Parse error: Invalid JSON-RPC message"
107
+ },
108
+ id: null,
109
+ jsonrpc: "2.0"
110
+ });
111
+ return new Response(body2, { status: 400 });
112
+ }
113
+ }
114
+ messages = arrayMessage.map((msg) => JSONRPCMessageSchema.parse(msg));
115
+ const maybeInitializeRequest = messages.find(
116
+ (msg) => InitializeRequestSchema.safeParse(msg).success
117
+ );
118
+ if (!!maybeInitializeRequest && sessionId) {
119
+ const body2 = JSON.stringify({
120
+ error: {
121
+ code: -32600,
122
+ message: "Invalid Request: Initialization requests must not include a sessionId"
123
+ },
124
+ id: null,
125
+ jsonrpc: "2.0"
126
+ });
127
+ return new Response(body2, { status: 400 });
128
+ }
129
+ if (!!maybeInitializeRequest && messages.length > 1) {
130
+ const body2 = JSON.stringify({
131
+ error: {
132
+ code: -32600,
133
+ message: "Invalid Request: Only one initialization request is allowed"
134
+ },
135
+ id: null,
136
+ jsonrpc: "2.0"
137
+ });
138
+ return new Response(body2, { status: 400 });
139
+ }
140
+ if (!maybeInitializeRequest && !sessionId) {
141
+ const body2 = JSON.stringify({
142
+ error: {
143
+ code: -32e3,
144
+ message: "Bad Request: Mcp-Session-Id header is required"
145
+ },
146
+ id: null,
147
+ jsonrpc: "2.0"
148
+ });
149
+ return new Response(body2, { status: 400 });
150
+ }
151
+ sessionId = sessionId ?? namespace.newUniqueId().toString();
152
+ const agent = await getAgentByName(
153
+ namespace,
154
+ `streamable-http:${sessionId}`,
155
+ { props: ctx.props }
156
+ );
157
+ const isInitialized = await agent.getInitializeRequest();
158
+ if (maybeInitializeRequest) {
159
+ await agent.setInitializeRequest(maybeInitializeRequest);
160
+ } else if (!isInitialized) {
161
+ const body2 = JSON.stringify({
162
+ error: {
163
+ code: -32001,
164
+ message: "Session not found"
165
+ },
166
+ id: null,
167
+ jsonrpc: "2.0"
168
+ });
169
+ return new Response(body2, { status: 404 });
170
+ }
171
+ const { readable, writable } = new TransformStream();
172
+ const writer = writable.getWriter();
173
+ const encoder = new TextEncoder();
174
+ const existingHeaders = {};
175
+ request.headers.forEach((value, key) => {
176
+ existingHeaders[key] = value;
177
+ });
178
+ const req = new Request(request.url, {
179
+ headers: {
180
+ ...existingHeaders,
181
+ [MCP_HTTP_METHOD_HEADER]: "POST",
182
+ [MCP_MESSAGE_HEADER]: JSON.stringify(messages),
183
+ Upgrade: "websocket"
184
+ }
185
+ });
186
+ if (ctx.props) agent.updateProps(ctx.props);
187
+ const response = await agent.fetch(req);
188
+ const ws = response.webSocket;
189
+ if (!ws) {
190
+ console.error("Failed to establish WebSocket connection");
191
+ await writer.close();
192
+ const body2 = JSON.stringify({
193
+ error: {
194
+ code: -32001,
195
+ message: "Failed to establish WebSocket connection"
196
+ },
197
+ id: null,
198
+ jsonrpc: "2.0"
199
+ });
200
+ return new Response(body2, { status: 500 });
201
+ }
202
+ ws.accept();
203
+ ws.addEventListener("message", (event) => {
204
+ async function onMessage(event2) {
205
+ try {
206
+ const data = typeof event2.data === "string" ? event2.data : new TextDecoder().decode(event2.data);
207
+ const message = JSON.parse(data);
208
+ if (message.type !== "cf_mcp_agent_event" /* CF_MCP_AGENT_EVENT */) {
209
+ return;
210
+ }
211
+ await writer.write(encoder.encode(message.event));
212
+ if (message.close) {
213
+ ws?.close();
214
+ await writer.close().catch(() => {
215
+ });
216
+ }
217
+ } catch (error) {
218
+ console.error("Error forwarding message to SSE:", error);
219
+ }
220
+ }
221
+ onMessage(event).catch(console.error);
222
+ });
223
+ ws.addEventListener("error", (error) => {
224
+ async function onError(_error) {
225
+ await writer.close().catch(() => {
226
+ });
227
+ }
228
+ onError(error).catch(console.error);
229
+ });
230
+ ws.addEventListener("close", () => {
231
+ async function onClose() {
232
+ await writer.close().catch(() => {
233
+ });
234
+ }
235
+ onClose().catch(console.error);
236
+ });
237
+ const hasOnlyNotificationsOrResponses = messages.every(
238
+ (msg) => isJSONRPCNotification(msg) || isJSONRPCResponse(msg)
239
+ );
240
+ if (hasOnlyNotificationsOrResponses) {
241
+ ws.close();
242
+ return new Response(null, {
243
+ headers: corsHeaders(request, corsOptions),
244
+ status: 202
245
+ });
246
+ }
247
+ return new Response(readable, {
248
+ headers: {
249
+ "Cache-Control": "no-cache",
250
+ Connection: "keep-alive",
251
+ "Content-Type": "text/event-stream",
252
+ "mcp-session-id": sessionId,
253
+ ...corsHeaders(request, corsOptions)
254
+ },
255
+ status: 200
256
+ });
257
+ } else if (request.method === "GET") {
258
+ const acceptHeader = request.headers.get("accept");
259
+ if (!acceptHeader?.includes("text/event-stream")) {
260
+ const body2 = JSON.stringify({
261
+ jsonrpc: "2.0",
262
+ error: {
263
+ code: -32e3,
264
+ message: "Not Acceptable: Client must accept text/event-stream"
265
+ },
266
+ id: null
267
+ });
268
+ return new Response(body2, { status: 406 });
269
+ }
270
+ const sessionId = request.headers.get("mcp-session-id");
271
+ if (!sessionId)
272
+ return new Response(
273
+ JSON.stringify({
274
+ error: {
275
+ code: -32e3,
276
+ message: "Bad Request: Mcp-Session-Id header is required"
277
+ },
278
+ id: null,
279
+ jsonrpc: "2.0"
280
+ }),
281
+ { status: 400 }
282
+ );
283
+ const { readable, writable } = new TransformStream();
284
+ const writer = writable.getWriter();
285
+ const encoder = new TextEncoder();
286
+ const agent = await getAgentByName(
287
+ namespace,
288
+ `streamable-http:${sessionId}`,
289
+ { props: ctx.props }
290
+ );
291
+ const isInitialized = await agent.getInitializeRequest();
292
+ if (!isInitialized) {
293
+ return new Response(
294
+ JSON.stringify({
295
+ jsonrpc: "2.0",
296
+ error: { code: -32001, message: "Session not found" },
297
+ id: null
298
+ }),
299
+ { status: 404 }
300
+ );
301
+ }
302
+ const existingHeaders = {};
303
+ request.headers.forEach((v, k) => {
304
+ existingHeaders[k] = v;
305
+ });
306
+ if (ctx.props) agent.updateProps(ctx.props);
307
+ const response = await agent.fetch(
308
+ new Request(request.url, {
309
+ headers: {
310
+ ...existingHeaders,
311
+ [MCP_HTTP_METHOD_HEADER]: "GET",
312
+ Upgrade: "websocket"
313
+ }
314
+ })
315
+ );
316
+ const ws = response.webSocket;
317
+ if (!ws) {
318
+ await writer.close();
319
+ return new Response("Failed to establish WS to DO", {
320
+ status: 500
321
+ });
322
+ }
323
+ ws.accept();
324
+ ws.addEventListener("message", (event) => {
325
+ try {
326
+ async function onMessage(ev) {
327
+ const data = typeof ev.data === "string" ? ev.data : new TextDecoder().decode(ev.data);
328
+ const message = JSON.parse(data);
329
+ if (message.type !== "cf_mcp_agent_event" /* CF_MCP_AGENT_EVENT */) {
330
+ return;
331
+ }
332
+ await writer.write(encoder.encode(message.event));
333
+ }
334
+ onMessage(event).catch(console.error);
335
+ } catch (e) {
336
+ console.error("Error forwarding message to SSE:", e);
337
+ }
338
+ });
339
+ ws.addEventListener("error", () => {
340
+ writer.close().catch(() => {
341
+ });
342
+ });
343
+ ws.addEventListener("close", () => {
344
+ writer.close().catch(() => {
345
+ });
346
+ });
347
+ return new Response(readable, {
348
+ headers: {
349
+ "Cache-Control": "no-cache",
350
+ Connection: "keep-alive",
351
+ "Content-Type": "text/event-stream",
352
+ "mcp-session-id": sessionId,
353
+ ...corsHeaders(request, corsOptions)
354
+ },
355
+ status: 200
356
+ });
357
+ } else if (request.method === "DELETE") {
358
+ const sessionId = request.headers.get("mcp-session-id");
359
+ if (!sessionId) {
360
+ return new Response(
361
+ JSON.stringify({
362
+ jsonrpc: "2.0",
363
+ error: {
364
+ code: -32e3,
365
+ message: "Bad Request: Mcp-Session-Id header is required"
366
+ },
367
+ id: null
368
+ }),
369
+ { status: 400, headers: corsHeaders(request, corsOptions) }
370
+ );
371
+ }
372
+ const agent = await getAgentByName(
373
+ namespace,
374
+ `streamable-http:${sessionId}`
375
+ );
376
+ const isInitialized = await agent.getInitializeRequest();
377
+ if (!isInitialized) {
378
+ return new Response(
379
+ JSON.stringify({
380
+ jsonrpc: "2.0",
381
+ error: { code: -32001, message: "Session not found" },
382
+ id: null
383
+ }),
384
+ { status: 404, headers: corsHeaders(request, corsOptions) }
385
+ );
386
+ }
387
+ ctx.waitUntil(
388
+ agent.destroy().catch(() => {
389
+ })
390
+ );
391
+ return new Response(null, {
392
+ status: 204,
393
+ headers: corsHeaders(request, corsOptions)
394
+ });
395
+ }
396
+ }
397
+ const body = JSON.stringify({
398
+ error: {
399
+ code: -32e3,
400
+ message: "Not found"
401
+ },
402
+ id: null,
403
+ jsonrpc: "2.0"
404
+ });
405
+ return new Response(body, { status: 404 });
406
+ };
407
+ };
408
+ var createLegacySseHandler = (basePath, namespace, corsOptions) => {
409
+ let pathname = basePath;
410
+ if (basePath === "/") pathname = "/*";
411
+ const basePattern = new URLPattern({ pathname });
412
+ const messagePattern = new URLPattern({ pathname: `${basePath}/message` });
413
+ return async (request, ctx) => {
414
+ const url = new URL(request.url);
415
+ if (request.method === "GET" && basePattern.test(url)) {
416
+ const sessionId = url.searchParams.get("sessionId") || namespace.newUniqueId().toString();
417
+ const { readable, writable } = new TransformStream();
418
+ const writer = writable.getWriter();
419
+ const encoder = new TextEncoder();
420
+ const endpointUrl = new URL(request.url);
421
+ endpointUrl.pathname = encodeURI(`${basePath}/message`);
422
+ endpointUrl.searchParams.set("sessionId", sessionId);
423
+ const relativeUrlWithSession = endpointUrl.pathname + endpointUrl.search + endpointUrl.hash;
424
+ const endpointMessage = `event: endpoint
425
+ data: ${relativeUrlWithSession}
426
+
427
+ `;
428
+ writer.write(encoder.encode(endpointMessage));
429
+ const agent = await getAgentByName(namespace, `sse:${sessionId}`, {
430
+ props: ctx.props
431
+ });
432
+ const existingHeaders = {};
433
+ request.headers.forEach((value, key) => {
434
+ existingHeaders[key] = value;
435
+ });
436
+ if (ctx.props) agent.updateProps(ctx.props);
437
+ const response = await agent.fetch(
438
+ new Request(request.url, {
439
+ headers: {
440
+ ...existingHeaders,
441
+ Upgrade: "websocket"
442
+ }
443
+ })
444
+ );
445
+ const ws = response.webSocket;
446
+ if (!ws) {
447
+ console.error("Failed to establish WebSocket connection");
448
+ await writer.close();
449
+ return new Response("Failed to establish WebSocket connection", {
450
+ status: 500
451
+ });
452
+ }
453
+ ws.accept();
454
+ ws.addEventListener("message", (event) => {
455
+ async function onMessage(event2) {
456
+ try {
457
+ const message = JSON.parse(event2.data);
458
+ const result = JSONRPCMessageSchema.safeParse(message);
459
+ if (!result.success) {
460
+ return;
461
+ }
462
+ const messageText = `event: message
463
+ data: ${JSON.stringify(result.data)}
464
+
465
+ `;
466
+ await writer.write(encoder.encode(messageText));
467
+ } catch (error) {
468
+ console.error("Error forwarding message to SSE:", error);
469
+ }
470
+ }
471
+ onMessage(event).catch(console.error);
472
+ });
473
+ ws.addEventListener("error", (error) => {
474
+ async function onError(_error) {
475
+ try {
476
+ await writer.close();
477
+ } catch (_e) {
478
+ }
479
+ }
480
+ onError(error).catch(console.error);
481
+ });
482
+ ws.addEventListener("close", () => {
483
+ async function onClose() {
484
+ try {
485
+ await writer.close();
486
+ } catch (error) {
487
+ console.error("Error closing SSE connection:", error);
488
+ }
489
+ }
490
+ onClose().catch(console.error);
491
+ });
492
+ return new Response(readable, {
493
+ headers: {
494
+ "Cache-Control": "no-cache",
495
+ Connection: "keep-alive",
496
+ "Content-Type": "text/event-stream",
497
+ ...corsHeaders(request, corsOptions)
498
+ }
499
+ });
500
+ }
501
+ if (request.method === "POST" && messagePattern.test(url)) {
502
+ const sessionId = url.searchParams.get("sessionId");
503
+ if (!sessionId) {
504
+ return new Response(
505
+ `Missing sessionId. Expected POST to ${basePath} to initiate new one`,
506
+ { status: 400 }
507
+ );
508
+ }
509
+ const contentType = request.headers.get("content-type") || "";
510
+ if (!contentType.includes("application/json")) {
511
+ return new Response(`Unsupported content-type: ${contentType}`, {
512
+ status: 400
513
+ });
514
+ }
515
+ const contentLength = Number.parseInt(
516
+ request.headers.get("content-length") || "0",
517
+ 10
518
+ );
519
+ if (contentLength > MAXIMUM_MESSAGE_SIZE_BYTES) {
520
+ return new Response(`Request body too large: ${contentLength} bytes`, {
521
+ status: 400
522
+ });
523
+ }
524
+ const agent = await getAgentByName(namespace, `sse:${sessionId}`, {
525
+ props: ctx.props
526
+ });
527
+ const messageBody = await request.json();
528
+ const error = await agent.onSSEMcpMessage(sessionId, messageBody);
529
+ if (error) {
530
+ return new Response(error.message, {
531
+ headers: {
532
+ "Cache-Control": "no-cache",
533
+ Connection: "keep-alive",
534
+ "Content-Type": "text/event-stream",
535
+ ...corsHeaders(request, corsOptions)
536
+ },
537
+ status: 400
538
+ });
539
+ }
540
+ return new Response("Accepted", {
541
+ headers: {
542
+ "Cache-Control": "no-cache",
543
+ Connection: "keep-alive",
544
+ "Content-Type": "text/event-stream",
545
+ ...corsHeaders(request, corsOptions)
546
+ },
547
+ status: 202
548
+ });
549
+ }
550
+ return new Response("Not Found", { status: 404 });
551
+ };
552
+ };
553
+ function corsHeaders(_request, corsOptions = {}) {
554
+ const origin = "*";
555
+ return {
556
+ "Access-Control-Allow-Headers": corsOptions.headers || "Content-Type, Accept, mcp-session-id, mcp-protocol-version",
557
+ "Access-Control-Allow-Methods": corsOptions.methods || "GET, POST, DELETE, OPTIONS",
558
+ "Access-Control-Allow-Origin": corsOptions.origin || origin,
559
+ "Access-Control-Expose-Headers": corsOptions.exposeHeaders || "mcp-session-id",
560
+ "Access-Control-Max-Age": (corsOptions.maxAge || 86400).toString()
29
561
  };
562
+ }
563
+ function handleCORS(request, corsOptions) {
30
564
  if (request.method === "OPTIONS") {
31
- return new Response(null, { headers: corsHeaders });
565
+ return new Response(null, { headers: corsHeaders(request, corsOptions) });
32
566
  }
33
567
  return null;
34
568
  }
35
- var _getWebSocket, _started;
569
+ function isDurableObjectNamespace(namespace) {
570
+ return typeof namespace === "object" && namespace !== null && "newUniqueId" in namespace && typeof namespace.newUniqueId === "function" && "idFromName" in namespace && typeof namespace.idFromName === "function";
571
+ }
572
+
573
+ // src/mcp/transport.ts
574
+ import {
575
+ isJSONRPCError,
576
+ isJSONRPCRequest,
577
+ isJSONRPCResponse as isJSONRPCResponse2,
578
+ JSONRPCMessageSchema as JSONRPCMessageSchema2
579
+ } from "@modelcontextprotocol/sdk/types.js";
36
580
  var McpSSETransport = class {
37
581
  constructor(getWebSocket) {
38
- __privateAdd(this, _getWebSocket);
39
- __privateAdd(this, _started, false);
40
- __privateSet(this, _getWebSocket, getWebSocket);
582
+ this._started = false;
583
+ this._getWebSocket = getWebSocket;
41
584
  }
42
585
  async start() {
43
- if (__privateGet(this, _started)) {
586
+ if (this._started) {
44
587
  throw new Error("Transport already started");
45
588
  }
46
- __privateSet(this, _started, true);
589
+ this._started = true;
47
590
  }
48
591
  async send(message) {
49
- if (!__privateGet(this, _started)) {
592
+ if (!this._started) {
50
593
  throw new Error("Transport not started");
51
594
  }
52
- const websocket = __privateGet(this, _getWebSocket).call(this);
595
+ const websocket = this._getWebSocket();
53
596
  if (!websocket) {
54
597
  throw new Error("WebSocket not connected");
55
598
  }
@@ -57,722 +600,500 @@ var McpSSETransport = class {
57
600
  websocket.send(JSON.stringify(message));
58
601
  } catch (error) {
59
602
  this.onerror?.(error);
60
- throw error;
61
603
  }
62
604
  }
63
605
  async close() {
64
606
  this.onclose?.();
65
607
  }
66
608
  };
67
- _getWebSocket = new WeakMap();
68
- _started = new WeakMap();
69
- var _getWebSocketForGetRequest, _getWebSocketForMessageID, _notifyResponseIdSent, _started2;
70
- var McpStreamableHttpTransport = class {
71
- constructor(getWebSocketForMessageID, notifyResponseIdSent) {
72
- // TODO: If there is an open connection to send server-initiated messages
73
- // back, we should use that connection
74
- __privateAdd(this, _getWebSocketForGetRequest);
75
- // Get the appropriate websocket connection for a given message id
76
- __privateAdd(this, _getWebSocketForMessageID);
77
- // Notify the server that a response has been sent for a given message id
78
- // so that it may clean up it's mapping of message ids to connections
79
- // once they are no longer needed
80
- __privateAdd(this, _notifyResponseIdSent);
81
- __privateAdd(this, _started2, false);
82
- __privateSet(this, _getWebSocketForMessageID, getWebSocketForMessageID);
83
- __privateSet(this, _notifyResponseIdSent, notifyResponseIdSent);
84
- __privateSet(this, _getWebSocketForGetRequest, () => null);
609
+ var StreamableHTTPServerTransport = class {
610
+ constructor(options) {
611
+ this._started = false;
612
+ // This is to keep track whether all messages from a single POST request have been answered.
613
+ // I's fine that we don't persist this since it's only for backwards compatibility as clients
614
+ // should no longer batch requests, per the spec.
615
+ this._requestResponseMap = /* @__PURE__ */ new Map();
616
+ const { agent } = getCurrentAgent();
617
+ if (!agent)
618
+ throw new Error("McpAgent was not found in Transport constructor");
619
+ this.sessionId = agent.getSessionId();
620
+ this._eventStore = options.eventStore;
85
621
  }
622
+ /**
623
+ * Starts the transport. This is required by the Transport interface but is a no-op
624
+ * for the Streamable HTTP transport as connections are managed per-request.
625
+ */
86
626
  async start() {
87
- if (__privateGet(this, _started2)) {
627
+ if (this._started) {
88
628
  throw new Error("Transport already started");
89
629
  }
90
- __privateSet(this, _started2, true);
630
+ this._started = true;
91
631
  }
92
- async send(message) {
93
- if (!__privateGet(this, _started2)) {
94
- throw new Error("Transport not started");
95
- }
96
- let websocket = null;
97
- if (isJSONRPCResponse(message) || isJSONRPCError(message)) {
98
- websocket = __privateGet(this, _getWebSocketForMessageID).call(this, message.id.toString());
99
- if (!websocket) {
100
- throw new Error(
101
- `Could not find WebSocket for message id: ${message.id}`
102
- );
632
+ /**
633
+ * Handles GET requests for SSE stream
634
+ */
635
+ async handleGetRequest(req) {
636
+ const { connection } = getCurrentAgent();
637
+ if (!connection)
638
+ throw new Error("Connection was not found in handleGetRequest");
639
+ if (this._eventStore) {
640
+ const lastEventId = req.headers.get("last-event-id");
641
+ if (lastEventId) {
642
+ await this.replayEvents(lastEventId);
643
+ return;
103
644
  }
104
- } else if (isJSONRPCRequest(message)) {
105
- websocket = __privateGet(this, _getWebSocketForGetRequest).call(this);
106
- } else if (isJSONRPCNotification(message)) {
107
- websocket = null;
108
645
  }
646
+ connection.setState({
647
+ _standaloneSse: true
648
+ });
649
+ }
650
+ /**
651
+ * Replays events that would have been sent after the specified event ID
652
+ * Only used when resumability is enabled
653
+ */
654
+ async replayEvents(lastEventId) {
655
+ if (!this._eventStore) {
656
+ return;
657
+ }
658
+ const { connection } = getCurrentAgent();
659
+ if (!connection)
660
+ throw new Error("Connection was not available in replayEvents");
109
661
  try {
110
- websocket?.send(JSON.stringify(message));
111
- if (isJSONRPCResponse(message)) {
112
- __privateGet(this, _notifyResponseIdSent).call(this, message.id.toString());
113
- }
662
+ await this._eventStore?.replayEventsAfter(lastEventId, {
663
+ send: async (eventId, message) => {
664
+ try {
665
+ this.writeSSEEvent(connection, message, eventId);
666
+ } catch (error) {
667
+ this.onerror?.(error);
668
+ }
669
+ }
670
+ });
114
671
  } catch (error) {
115
672
  this.onerror?.(error);
116
- throw error;
117
673
  }
118
674
  }
119
- async close() {
120
- this.onclose?.();
675
+ /**
676
+ * Writes an event to the SSE stream with proper formatting
677
+ */
678
+ writeSSEEvent(connection, message, eventId, close) {
679
+ let eventData = "event: message\n";
680
+ if (eventId) {
681
+ eventData += `id: ${eventId}
682
+ `;
683
+ }
684
+ eventData += `data: ${JSON.stringify(message)}
685
+
686
+ `;
687
+ return connection.send(
688
+ JSON.stringify({
689
+ type: "cf_mcp_agent_event" /* CF_MCP_AGENT_EVENT */,
690
+ event: eventData,
691
+ close
692
+ })
693
+ );
121
694
  }
122
- };
123
- _getWebSocketForGetRequest = new WeakMap();
124
- _getWebSocketForMessageID = new WeakMap();
125
- _notifyResponseIdSent = new WeakMap();
126
- _started2 = new WeakMap();
127
- var _status, _transport, _transportType, _requestIdToConnectionId, _agent, _McpAgent_instances, initialize_fn;
128
- var _McpAgent = class _McpAgent extends DurableObject {
129
- constructor(ctx, env) {
130
- var _a;
131
- super(ctx, env);
132
- __privateAdd(this, _McpAgent_instances);
133
- __privateAdd(this, _status, "zero");
134
- __privateAdd(this, _transport);
135
- __privateAdd(this, _transportType, "unset");
136
- __privateAdd(this, _requestIdToConnectionId, /* @__PURE__ */ new Map());
137
- /**
138
- * Since McpAgent's _aren't_ yet real "Agents", let's only expose a couple of the methods
139
- * to the outer class: initialState/state/setState/onStateUpdate/sql
140
- */
141
- __privateAdd(this, _agent);
142
- this.initRun = false;
143
- const self = this;
144
- __privateSet(this, _agent, new (_a = class extends Agent {
145
- onStateUpdate(state, source) {
146
- return self.onStateUpdate(state, source);
695
+ /**
696
+ * Handles POST requests containing JSON-RPC messages
697
+ */
698
+ async handlePostRequest(req, parsedBody) {
699
+ const authInfo = req.auth;
700
+ const requestInfo = {
701
+ headers: Object.fromEntries(req.headers.entries())
702
+ };
703
+ delete requestInfo.headers[MCP_HTTP_METHOD_HEADER];
704
+ delete requestInfo.headers[MCP_MESSAGE_HEADER];
705
+ delete requestInfo.headers.upgrade;
706
+ const rawMessage = parsedBody;
707
+ let messages;
708
+ if (Array.isArray(rawMessage)) {
709
+ messages = rawMessage.map((msg) => JSONRPCMessageSchema2.parse(msg));
710
+ } else {
711
+ messages = [JSONRPCMessageSchema2.parse(rawMessage)];
712
+ }
713
+ const hasRequests = messages.some(isJSONRPCRequest);
714
+ if (!hasRequests) {
715
+ for (const message of messages) {
716
+ this.onmessage?.(message, { authInfo, requestInfo });
147
717
  }
148
- async onMessage(connection, message) {
149
- return self.onMessage(connection, message);
718
+ } else if (hasRequests) {
719
+ const { connection } = getCurrentAgent();
720
+ if (!connection)
721
+ throw new Error("Connection was not found in handlePostRequest");
722
+ const requestIds = messages.filter(isJSONRPCRequest).map((message) => message.id);
723
+ connection.setState({
724
+ requestIds
725
+ });
726
+ for (const message of messages) {
727
+ this.onmessage?.(message, { authInfo, requestInfo });
150
728
  }
151
- }, _a.options = {
152
- hibernate: true
153
- }, _a)(ctx, env));
154
- }
155
- get state() {
156
- return __privateGet(this, _agent).state;
157
- }
158
- sql(strings, ...values) {
159
- return __privateGet(this, _agent).sql(strings, ...values);
160
- }
161
- setState(state) {
162
- return __privateGet(this, _agent).setState(state);
729
+ }
163
730
  }
164
- onStateUpdate(state, source) {
731
+ async close() {
732
+ const { agent } = getCurrentAgent();
733
+ if (!agent) throw new Error("Agent was not found in close");
734
+ for (const conn of agent.getConnections()) {
735
+ conn.close(1e3, "Session closed");
736
+ }
737
+ this.onclose?.();
165
738
  }
166
- async onStart() {
167
- var _a;
168
- const self = this;
169
- __privateSet(this, _agent, new (_a = class extends Agent {
170
- constructor() {
171
- super(...arguments);
172
- this.initialState = self.initialState;
739
+ async send(message, options) {
740
+ const { agent } = getCurrentAgent();
741
+ if (!agent) throw new Error("Agent was not found in send");
742
+ let requestId = options?.relatedRequestId;
743
+ if (isJSONRPCResponse2(message) || isJSONRPCError(message)) {
744
+ requestId = message.id;
745
+ }
746
+ if (requestId === void 0) {
747
+ if (isJSONRPCResponse2(message) || isJSONRPCError(message)) {
748
+ throw new Error(
749
+ "Cannot send a response on a standalone SSE stream unless resuming a previous client request"
750
+ );
173
751
  }
174
- onStateUpdate(state, source) {
175
- return self.onStateUpdate(state, source);
752
+ let standaloneConnection;
753
+ for (const conn of agent.getConnections()) {
754
+ if (conn.state?._standaloneSse) standaloneConnection = conn;
176
755
  }
177
- async onMessage(connection, event) {
178
- return self.onMessage(connection, event);
756
+ if (standaloneConnection === void 0) {
757
+ return;
179
758
  }
180
- }, _a.options = {
181
- hibernate: true
182
- }, _a)(this.ctx, this.env));
183
- this.props = await this.ctx.storage.get("props");
184
- __privateSet(this, _transportType, await this.ctx.storage.get(
185
- "transportType"
186
- ));
187
- await this._init(this.props);
188
- if (__privateGet(this, _transportType) === "sse") {
189
- __privateSet(this, _transport, new McpSSETransport(() => this.getWebSocket()));
190
- await this.server.connect(__privateGet(this, _transport));
191
- } else if (__privateGet(this, _transportType) === "streamable-http") {
192
- __privateSet(this, _transport, new McpStreamableHttpTransport(
193
- (id) => this.getWebSocketForResponseID(id),
194
- (id) => __privateGet(this, _requestIdToConnectionId).delete(id)
195
- ));
196
- await this.server.connect(__privateGet(this, _transport));
759
+ let eventId2;
760
+ if (this._eventStore) {
761
+ eventId2 = await this._eventStore.storeEvent(
762
+ standaloneConnection.id,
763
+ message
764
+ );
765
+ }
766
+ this.writeSSEEvent(standaloneConnection, message, eventId2);
767
+ return;
197
768
  }
198
- }
199
- async _init(props) {
200
- await this.ctx.storage.put("props", props ?? {});
201
- if (!this.ctx.storage.get("transportType")) {
202
- await this.ctx.storage.put("transportType", "unset");
769
+ const connection = Array.from(
770
+ agent.getConnections()
771
+ ).find((conn) => conn.state?.requestIds?.includes(requestId));
772
+ if (!connection) {
773
+ throw new Error(
774
+ `No connection established for request ID: ${String(requestId)}`
775
+ );
203
776
  }
204
- this.props = props;
205
- if (!this.initRun) {
206
- this.initRun = true;
207
- await this.init();
777
+ let eventId;
778
+ if (this._eventStore) {
779
+ eventId = await this._eventStore.storeEvent(connection.id, message);
780
+ }
781
+ let shouldClose = false;
782
+ if (isJSONRPCResponse2(message) || isJSONRPCError(message)) {
783
+ this._requestResponseMap.set(requestId, message);
784
+ const relatedIds = connection.state?.requestIds ?? [];
785
+ shouldClose = relatedIds.every((id) => this._requestResponseMap.has(id));
786
+ if (shouldClose) {
787
+ for (const id of relatedIds) {
788
+ this._requestResponseMap.delete(id);
789
+ }
790
+ }
208
791
  }
792
+ this.writeSSEEvent(connection, message, eventId, shouldClose);
209
793
  }
210
- async setInitialized() {
211
- await this.ctx.storage.put("initialized", true);
794
+ };
795
+
796
+ // src/mcp/index.ts
797
+ import {
798
+ ElicitRequestSchema
799
+ } from "@modelcontextprotocol/sdk/types.js";
800
+ var McpAgent = class _McpAgent extends Agent {
801
+ /*
802
+ * Helpers
803
+ */
804
+ async setInitializeRequest(initializeRequest) {
805
+ await this.ctx.storage.put("initializeRequest", initializeRequest);
212
806
  }
213
- async isInitialized() {
214
- return await this.ctx.storage.get("initialized") === true;
807
+ async getInitializeRequest() {
808
+ return this.ctx.storage.get("initializeRequest");
215
809
  }
216
- // Allow the worker to fetch a websocket connection to the agent
217
- async fetch(request) {
218
- if (__privateGet(this, _status) !== "started") {
219
- await __privateMethod(this, _McpAgent_instances, initialize_fn).call(this);
220
- }
221
- if (request.headers.get("Upgrade") !== "websocket") {
222
- return new Response("Expected WebSocket Upgrade request", {
223
- status: 400
224
- });
225
- }
226
- const url = new URL(request.url);
227
- const path = url.pathname;
228
- switch (path) {
229
- case "/sse": {
230
- const websockets = this.ctx.getWebSockets();
231
- if (websockets.length > 0) {
232
- return new Response("Websocket already connected", { status: 400 });
233
- }
234
- await this.ctx.storage.put("transportType", "sse");
235
- __privateSet(this, _transportType, "sse");
236
- if (!__privateGet(this, _transport)) {
237
- __privateSet(this, _transport, new McpSSETransport(() => this.getWebSocket()));
238
- await this.server.connect(__privateGet(this, _transport));
239
- }
240
- return __privateGet(this, _agent).fetch(request);
241
- }
242
- case "/streamable-http": {
243
- if (!__privateGet(this, _transport)) {
244
- __privateSet(this, _transport, new McpStreamableHttpTransport(
245
- (id) => this.getWebSocketForResponseID(id),
246
- (id) => __privateGet(this, _requestIdToConnectionId).delete(id)
247
- ));
248
- await this.server.connect(__privateGet(this, _transport));
249
- }
250
- await this.ctx.storage.put("transportType", "streamable-http");
251
- __privateSet(this, _transportType, "streamable-http");
252
- return __privateGet(this, _agent).fetch(request);
253
- }
810
+ /** Read the transport type for this agent.
811
+ * This relies on the naming scheme being `sse:${sessionId}`
812
+ * or `streamable-http:${sessionId}`.
813
+ */
814
+ getTransportType() {
815
+ const [t, ..._] = this.name.split(":");
816
+ switch (t) {
817
+ case "sse":
818
+ return "sse";
819
+ case "streamable-http":
820
+ return "streamable-http";
254
821
  default:
255
- return new Response(
256
- "Internal Server Error: Expected /sse or /streamable-http path",
257
- {
258
- status: 500
259
- }
822
+ throw new Error(
823
+ "Invalid transport type. McpAgent must be addressed with a valid protocol."
260
824
  );
261
825
  }
262
826
  }
827
+ /** Read the sessionId for this agent.
828
+ * This relies on the naming scheme being `sse:${sessionId}`
829
+ * or `streamable-http:${sessionId}`.
830
+ */
831
+ getSessionId() {
832
+ const [_, sessionId] = this.name.split(":");
833
+ if (!sessionId) {
834
+ throw new Error(
835
+ "Invalid session id. McpAgent must be addressed with a valid session id."
836
+ );
837
+ }
838
+ return sessionId;
839
+ }
840
+ /** Get the unique WebSocket. SSE transport only. */
263
841
  getWebSocket() {
264
- const websockets = this.ctx.getWebSockets();
842
+ const websockets = Array.from(this.getConnections());
265
843
  if (websockets.length === 0) {
266
844
  return null;
267
845
  }
268
846
  return websockets[0];
269
847
  }
270
- getWebSocketForResponseID(id) {
271
- const connectionId = __privateGet(this, _requestIdToConnectionId).get(id);
272
- if (connectionId === void 0) {
273
- return null;
848
+ /** Returns a new transport matching the type of the Agent. */
849
+ initTransport() {
850
+ switch (this.getTransportType()) {
851
+ case "sse": {
852
+ return new McpSSETransport(() => this.getWebSocket());
853
+ }
854
+ case "streamable-http": {
855
+ return new StreamableHTTPServerTransport({});
856
+ }
274
857
  }
275
- return __privateGet(this, _agent).getConnection(connectionId) ?? null;
276
858
  }
277
- // All messages received here. This is currently never called
278
- async onMessage(connection, event) {
279
- if (__privateGet(this, _transportType) !== "streamable-http") {
280
- const err = new Error(
281
- "Internal Server Error: Expected streamable-http protocol"
282
- );
283
- __privateGet(this, _transport)?.onerror?.(err);
284
- return;
285
- }
286
- let message;
287
- try {
288
- const data = typeof event === "string" ? event : new TextDecoder().decode(event);
289
- message = JSONRPCMessageSchema.parse(JSON.parse(data));
290
- } catch (error) {
291
- __privateGet(this, _transport)?.onerror?.(error);
292
- return;
293
- }
294
- if (isJSONRPCRequest(message)) {
295
- __privateGet(this, _requestIdToConnectionId).set(message.id.toString(), connection.id);
859
+ /** Update and store the props */
860
+ async updateProps(props) {
861
+ await this.ctx.storage.put("props", props ?? {});
862
+ this.props = props;
863
+ }
864
+ async reinitializeServer() {
865
+ const initializeRequest = await this.getInitializeRequest();
866
+ if (initializeRequest) {
867
+ this._transport?.onmessage?.(initializeRequest);
296
868
  }
297
- __privateGet(this, _transport)?.onmessage?.(message);
298
869
  }
299
- // All messages received over SSE after the initial connection has been established
300
- // will be passed here
301
- async onSSEMcpMessage(sessionId, request) {
302
- if (__privateGet(this, _status) !== "started") {
303
- await __privateMethod(this, _McpAgent_instances, initialize_fn).call(this);
870
+ /*
871
+ * Base Agent / Parykit Server overrides
872
+ */
873
+ /** Sets up the MCP transport and server every time the Agent is started.*/
874
+ async onStart(props) {
875
+ if (props) await this.updateProps(props);
876
+ this.props = await this.ctx.storage.get("props");
877
+ await this.init();
878
+ const server = await this.server;
879
+ this._transport = this.initTransport();
880
+ await server.connect(this._transport);
881
+ await this.reinitializeServer();
882
+ }
883
+ /** Validates new WebSocket connections. */
884
+ async onConnect(conn, { request: req }) {
885
+ switch (this.getTransportType()) {
886
+ case "sse": {
887
+ const websockets = Array.from(this.getConnections());
888
+ if (websockets.length > 1) {
889
+ conn.close(1008, "Websocket already connected");
890
+ return;
891
+ }
892
+ break;
893
+ }
894
+ case "streamable-http":
895
+ if (this._transport instanceof StreamableHTTPServerTransport) {
896
+ switch (req.headers.get(MCP_HTTP_METHOD_HEADER)) {
897
+ case "POST": {
898
+ const payloadHeader = req.headers.get(MCP_MESSAGE_HEADER);
899
+ const parsedBody = await JSON.parse(payloadHeader ?? "{}");
900
+ this._transport?.handlePostRequest(req, parsedBody);
901
+ break;
902
+ }
903
+ case "GET":
904
+ this._transport?.handleGetRequest(req);
905
+ break;
906
+ }
907
+ }
304
908
  }
305
- if (__privateGet(this, _transportType) !== "sse") {
306
- return new Error("Internal Server Error: Expected SSE protocol");
909
+ }
910
+ /*
911
+ * Transport ingress and routing
912
+ */
913
+ /** Handles MCP Messages for the legacy SSE transport. */
914
+ async onSSEMcpMessage(_sessionId, messageBody) {
915
+ if (this.getTransportType() !== "sse") {
916
+ return new Error("Internal Server Error: Expected SSE transport");
307
917
  }
308
918
  try {
309
- const message = await request.json();
310
919
  let parsedMessage;
311
920
  try {
312
- parsedMessage = JSONRPCMessageSchema.parse(message);
921
+ parsedMessage = JSONRPCMessageSchema3.parse(messageBody);
313
922
  } catch (error) {
314
- __privateGet(this, _transport)?.onerror?.(error);
923
+ this._transport?.onerror?.(error);
315
924
  throw error;
316
925
  }
317
- __privateGet(this, _transport)?.onmessage?.(parsedMessage);
926
+ if (await this._handleElicitationResponse(parsedMessage)) {
927
+ return null;
928
+ }
929
+ this._transport?.onmessage?.(parsedMessage);
318
930
  return null;
319
931
  } catch (error) {
320
- __privateGet(this, _transport)?.onerror?.(error);
932
+ console.error("Error forwarding message to SSE:", error);
933
+ this._transport?.onerror?.(error);
321
934
  return error;
322
935
  }
323
936
  }
324
- // Delegate all websocket events to the underlying agent
325
- async webSocketMessage(ws, event) {
326
- if (__privateGet(this, _status) !== "started") {
327
- await __privateMethod(this, _McpAgent_instances, initialize_fn).call(this);
328
- }
329
- return await __privateGet(this, _agent).webSocketMessage(ws, event);
330
- }
331
- // WebSocket event handlers for hibernation support
332
- async webSocketError(ws, error) {
333
- if (__privateGet(this, _status) !== "started") {
334
- await __privateMethod(this, _McpAgent_instances, initialize_fn).call(this);
937
+ /** Elicit user input with a message and schema */
938
+ async elicitInput(params) {
939
+ const requestId = `elicit_${Math.random().toString(36).substring(2, 11)}`;
940
+ await this.ctx.storage.put(`elicitation:${requestId}`, {
941
+ message: params.message,
942
+ requestedSchema: params.requestedSchema,
943
+ timestamp: Date.now()
944
+ });
945
+ const elicitRequest = {
946
+ jsonrpc: "2.0",
947
+ id: requestId,
948
+ method: "elicitation/create",
949
+ params: {
950
+ message: params.message,
951
+ requestedSchema: params.requestedSchema
952
+ }
953
+ };
954
+ if (this._transport) {
955
+ await this._transport.send(elicitRequest);
956
+ } else {
957
+ const connections = this.getConnections();
958
+ if (!connections || Array.from(connections).length === 0) {
959
+ await this.ctx.storage.delete(`elicitation:${requestId}`);
960
+ throw new Error("No active connections available for elicitation");
961
+ }
962
+ const connectionList = Array.from(connections);
963
+ for (const connection of connectionList) {
964
+ try {
965
+ connection.send(JSON.stringify(elicitRequest));
966
+ } catch (error) {
967
+ console.error("Failed to send elicitation request:", error);
968
+ }
969
+ }
335
970
  }
336
- return await __privateGet(this, _agent).webSocketError(ws, error);
971
+ return this._waitForElicitationResponse(requestId);
337
972
  }
338
- async webSocketClose(ws, code, reason, wasClean) {
339
- if (__privateGet(this, _status) !== "started") {
340
- await __privateMethod(this, _McpAgent_instances, initialize_fn).call(this);
973
+ /** Wait for elicitation response through storage polling */
974
+ async _waitForElicitationResponse(requestId) {
975
+ const startTime = Date.now();
976
+ const timeout = 6e4;
977
+ try {
978
+ while (Date.now() - startTime < timeout) {
979
+ const response = await this.ctx.storage.get(
980
+ `elicitation:response:${requestId}`
981
+ );
982
+ if (response) {
983
+ await this.ctx.storage.delete(`elicitation:${requestId}`);
984
+ await this.ctx.storage.delete(`elicitation:response:${requestId}`);
985
+ return response;
986
+ }
987
+ await new Promise((resolve) => setTimeout(resolve, 100));
988
+ }
989
+ throw new Error("Elicitation request timed out");
990
+ } finally {
991
+ await this.ctx.storage.delete(`elicitation:${requestId}`);
992
+ await this.ctx.storage.delete(`elicitation:response:${requestId}`);
341
993
  }
342
- return await __privateGet(this, _agent).webSocketClose(ws, code, reason, wasClean);
343
- }
344
- static mount(path, {
345
- binding = "MCP_OBJECT",
346
- corsOptions
347
- } = {}) {
348
- return _McpAgent.serveSSE(path, { binding, corsOptions });
349
994
  }
350
- static serveSSE(path, {
351
- binding = "MCP_OBJECT",
352
- corsOptions
353
- } = {}) {
354
- let pathname = path;
355
- if (path === "/") {
356
- pathname = "/*";
995
+ /** Handle elicitation responses */
996
+ async _handleElicitationResponse(message) {
997
+ if (isJSONRPCResponse3(message) && message.result) {
998
+ const requestId = message.id?.toString();
999
+ if (!requestId || !requestId.startsWith("elicit_")) return false;
1000
+ const pendingRequest = await this.ctx.storage.get(
1001
+ `elicitation:${requestId}`
1002
+ );
1003
+ if (!pendingRequest) return false;
1004
+ await this.ctx.storage.put(
1005
+ `elicitation:response:${requestId}`,
1006
+ message.result
1007
+ );
1008
+ return true;
357
1009
  }
358
- const basePattern = new URLPattern({ pathname });
359
- const messagePattern = new URLPattern({ pathname: `${pathname}/message` });
360
- return {
361
- fetch: async (request, env, ctx) => {
362
- const corsResponse = handleCORS(request, corsOptions);
363
- if (corsResponse) return corsResponse;
364
- const url = new URL(request.url);
365
- const namespace = env[binding];
366
- if (request.method === "GET" && basePattern.test(url)) {
367
- const sessionId = url.searchParams.get("sessionId") || namespace.newUniqueId().toString();
368
- const { readable, writable } = new TransformStream();
369
- const writer = writable.getWriter();
370
- const encoder = new TextEncoder();
371
- const endpointMessage = `event: endpoint
372
- data: ${encodeURI(`${pathname}/message`)}?sessionId=${sessionId}
373
-
374
- `;
375
- writer.write(encoder.encode(endpointMessage));
376
- const id = namespace.idFromName(`sse:${sessionId}`);
377
- const doStub = namespace.get(id);
378
- await doStub._init(ctx.props);
379
- const upgradeUrl = new URL(request.url);
380
- upgradeUrl.pathname = "/sse";
381
- const response = await doStub.fetch(
382
- new Request(upgradeUrl, {
383
- headers: {
384
- Upgrade: "websocket",
385
- // Required by PartyServer
386
- "x-partykit-room": sessionId
387
- }
388
- })
389
- );
390
- const ws = response.webSocket;
391
- if (!ws) {
392
- console.error("Failed to establish WebSocket connection");
393
- await writer.close();
394
- return new Response("Failed to establish WebSocket connection", {
395
- status: 500
396
- });
397
- }
398
- ws.accept();
399
- ws.addEventListener("message", (event) => {
400
- async function onMessage(event2) {
401
- try {
402
- const message = JSON.parse(event2.data);
403
- const result = JSONRPCMessageSchema.safeParse(message);
404
- if (!result.success) {
405
- return;
406
- }
407
- const messageText = `event: message
408
- data: ${JSON.stringify(result.data)}
409
-
410
- `;
411
- await writer.write(encoder.encode(messageText));
412
- } catch (error) {
413
- console.error("Error forwarding message to SSE:", error);
414
- }
415
- }
416
- onMessage(event).catch(console.error);
417
- });
418
- ws.addEventListener("error", (error) => {
419
- async function onError(error2) {
420
- try {
421
- await writer.close();
422
- } catch (e) {
423
- }
424
- }
425
- onError(error).catch(console.error);
426
- });
427
- ws.addEventListener("close", () => {
428
- async function onClose() {
429
- try {
430
- await writer.close();
431
- } catch (error) {
432
- console.error("Error closing SSE connection:", error);
433
- }
434
- }
435
- onClose().catch(console.error);
436
- });
437
- return new Response(readable, {
438
- headers: {
439
- "Content-Type": "text/event-stream",
440
- "Cache-Control": "no-cache",
441
- Connection: "keep-alive",
442
- "Access-Control-Allow-Origin": corsOptions?.origin || "*"
443
- }
444
- });
445
- }
446
- if (request.method === "POST" && messagePattern.test(url)) {
447
- const sessionId = url.searchParams.get("sessionId");
448
- if (!sessionId) {
449
- return new Response(
450
- `Missing sessionId. Expected POST to ${pathname} to initiate new one`,
451
- { status: 400 }
452
- );
453
- }
454
- const contentType = request.headers.get("content-type") || "";
455
- if (!contentType.includes("application/json")) {
456
- return new Response(`Unsupported content-type: ${contentType}`, {
457
- status: 400
458
- });
459
- }
460
- const contentLength = Number.parseInt(
461
- request.headers.get("content-length") || "0",
462
- 10
463
- );
464
- if (contentLength > MAXIMUM_MESSAGE_SIZE_BYTES) {
465
- return new Response(
466
- `Request body too large: ${contentLength} bytes`,
467
- {
468
- status: 400
469
- }
470
- );
471
- }
472
- const id = namespace.idFromName(`sse:${sessionId}`);
473
- const doStub = namespace.get(id);
474
- const error = await doStub.onSSEMcpMessage(sessionId, request);
475
- if (error) {
476
- return new Response(error.message, {
477
- status: 400,
478
- headers: {
479
- "Content-Type": "text/event-stream",
480
- "Cache-Control": "no-cache",
481
- Connection: "keep-alive",
482
- "Access-Control-Allow-Origin": corsOptions?.origin || "*"
483
- }
484
- });
485
- }
486
- return new Response("Accepted", {
487
- status: 202,
488
- headers: {
489
- "Content-Type": "text/event-stream",
490
- "Cache-Control": "no-cache",
491
- Connection: "keep-alive",
492
- "Access-Control-Allow-Origin": corsOptions?.origin || "*"
493
- }
494
- });
1010
+ if (isJSONRPCError2(message)) {
1011
+ const requestId = message.id?.toString();
1012
+ if (!requestId || !requestId.startsWith("elicit_")) return false;
1013
+ const pendingRequest = await this.ctx.storage.get(
1014
+ `elicitation:${requestId}`
1015
+ );
1016
+ if (!pendingRequest) return false;
1017
+ const errorResult = {
1018
+ action: "cancel",
1019
+ content: {
1020
+ error: message.error.message || "Elicitation request failed"
495
1021
  }
496
- return new Response("Not Found", { status: 404 });
497
- }
498
- };
1022
+ };
1023
+ await this.ctx.storage.put(
1024
+ `elicitation:response:${requestId}`,
1025
+ errorResult
1026
+ );
1027
+ return true;
1028
+ }
1029
+ return false;
499
1030
  }
1031
+ /** Return a handler for the given path for this MCP.
1032
+ * Defaults to Streamable HTTP transport.
1033
+ */
500
1034
  static serve(path, {
501
1035
  binding = "MCP_OBJECT",
502
- corsOptions
1036
+ corsOptions,
1037
+ transport = "streamable-http"
503
1038
  } = {}) {
504
- let pathname = path;
505
- if (path === "/") {
506
- pathname = "/*";
507
- }
508
- const basePattern = new URLPattern({ pathname });
509
1039
  return {
510
- fetch: async (request, env, ctx) => {
1040
+ async fetch(request, env, ctx) {
511
1041
  const corsResponse = handleCORS(request, corsOptions);
512
1042
  if (corsResponse) {
513
1043
  return corsResponse;
514
1044
  }
515
- const url = new URL(request.url);
516
- const namespace = env[binding];
517
- if (request.method === "POST" && basePattern.test(url)) {
518
- const acceptHeader = request.headers.get("accept");
519
- if (!acceptHeader?.includes("application/json") || !acceptHeader.includes("text/event-stream")) {
520
- const body2 = JSON.stringify({
521
- jsonrpc: "2.0",
522
- error: {
523
- code: -32e3,
524
- message: "Not Acceptable: Client must accept both application/json and text/event-stream"
525
- },
526
- id: null
527
- });
528
- return new Response(body2, { status: 406 });
529
- }
530
- const ct = request.headers.get("content-type");
531
- if (!ct || !ct.includes("application/json")) {
532
- const body2 = JSON.stringify({
533
- jsonrpc: "2.0",
534
- error: {
535
- code: -32e3,
536
- message: "Unsupported Media Type: Content-Type must be application/json"
537
- },
538
- id: null
539
- });
540
- return new Response(body2, { status: 415 });
541
- }
542
- const contentLength = Number.parseInt(
543
- request.headers.get("content-length") ?? "0",
544
- 10
545
- );
546
- if (contentLength > MAXIMUM_MESSAGE_SIZE_BYTES) {
547
- const body2 = JSON.stringify({
548
- jsonrpc: "2.0",
549
- error: {
550
- code: -32e3,
551
- message: `Request body too large. Maximum size is ${MAXIMUM_MESSAGE_SIZE_BYTES} bytes`
552
- },
553
- id: null
554
- });
555
- return new Response(body2, { status: 413 });
556
- }
557
- let sessionId = request.headers.get("mcp-session-id");
558
- let rawMessage;
559
- try {
560
- rawMessage = await request.json();
561
- } catch (error) {
562
- const body2 = JSON.stringify({
563
- jsonrpc: "2.0",
564
- error: {
565
- code: -32700,
566
- message: "Parse error: Invalid JSON"
567
- },
568
- id: null
569
- });
570
- return new Response(body2, { status: 400 });
571
- }
572
- let arrayMessage;
573
- if (Array.isArray(rawMessage)) {
574
- arrayMessage = rawMessage;
575
- } else {
576
- arrayMessage = [rawMessage];
577
- }
578
- let messages = [];
579
- for (const msg of arrayMessage) {
580
- if (!JSONRPCMessageSchema.safeParse(msg).success) {
581
- const body2 = JSON.stringify({
582
- jsonrpc: "2.0",
583
- error: {
584
- code: -32700,
585
- message: "Parse error: Invalid JSON-RPC message"
586
- },
587
- id: null
588
- });
589
- return new Response(body2, { status: 400 });
590
- }
591
- }
592
- messages = arrayMessage.map((msg) => JSONRPCMessageSchema.parse(msg));
593
- const isInitializationRequest = messages.some(
594
- (msg) => InitializeRequestSchema.safeParse(msg).success
595
- );
596
- if (isInitializationRequest && sessionId) {
597
- const body2 = JSON.stringify({
598
- jsonrpc: "2.0",
599
- error: {
600
- code: -32600,
601
- message: "Invalid Request: Initialization requests must not include a sessionId"
602
- },
603
- id: null
604
- });
605
- return new Response(body2, { status: 400 });
606
- }
607
- if (isInitializationRequest && messages.length > 1) {
608
- const body2 = JSON.stringify({
609
- jsonrpc: "2.0",
610
- error: {
611
- code: -32600,
612
- message: "Invalid Request: Only one initialization request is allowed"
613
- },
614
- id: null
615
- });
616
- return new Response(body2, { status: 400 });
617
- }
618
- if (!isInitializationRequest && !sessionId) {
619
- const body2 = JSON.stringify({
620
- jsonrpc: "2.0",
621
- error: {
622
- code: -32e3,
623
- message: "Bad Request: Mcp-Session-Id header is required"
624
- },
625
- id: null
626
- });
627
- return new Response(body2, { status: 400 });
628
- }
629
- sessionId = sessionId ?? namespace.newUniqueId().toString();
630
- const id = namespace.idFromName(`streamable-http:${sessionId}`);
631
- const doStub = namespace.get(id);
632
- const isInitialized = await doStub.isInitialized();
633
- if (isInitializationRequest) {
634
- await doStub.setInitialized();
635
- } else if (!isInitialized) {
636
- const body2 = JSON.stringify({
637
- jsonrpc: "2.0",
638
- error: {
639
- code: -32001,
640
- message: "Session not found"
641
- },
642
- id: null
643
- });
644
- return new Response(body2, { status: 404 });
645
- }
646
- const { readable, writable } = new TransformStream();
647
- const writer = writable.getWriter();
648
- const encoder = new TextEncoder();
649
- const upgradeUrl = new URL(request.url);
650
- upgradeUrl.pathname = "/streamable-http";
651
- const response = await doStub.fetch(
652
- new Request(upgradeUrl, {
653
- headers: {
654
- Upgrade: "websocket",
655
- // Required by PartyServer
656
- "x-partykit-room": sessionId
657
- }
658
- })
1045
+ const bindingValue = env[binding];
1046
+ if (bindingValue == null || typeof bindingValue !== "object") {
1047
+ throw new Error(
1048
+ `Could not find McpAgent binding for ${binding}. Did you update your wrangler configuration?`
659
1049
  );
660
- const ws = response.webSocket;
661
- if (!ws) {
662
- console.error("Failed to establish WebSocket connection");
663
- await writer.close();
664
- const body2 = JSON.stringify({
665
- jsonrpc: "2.0",
666
- error: {
667
- code: -32001,
668
- message: "Failed to establish WebSocket connection"
669
- },
670
- id: null
671
- });
672
- return new Response(body2, { status: 500 });
673
- }
674
- const requestIds = /* @__PURE__ */ new Set();
675
- ws.accept();
676
- ws.addEventListener("message", (event) => {
677
- async function onMessage(event2) {
678
- try {
679
- const data = typeof event2.data === "string" ? event2.data : new TextDecoder().decode(event2.data);
680
- const message = JSON.parse(data);
681
- const result = JSONRPCMessageSchema.safeParse(message);
682
- if (!result.success) {
683
- return;
684
- }
685
- if (isJSONRPCResponse(result.data) || isJSONRPCError(result.data)) {
686
- requestIds.delete(result.data.id);
687
- }
688
- const messageText = `event: message
689
- data: ${JSON.stringify(result.data)}
690
-
691
- `;
692
- await writer.write(encoder.encode(messageText));
693
- if (requestIds.size === 0) {
694
- ws.close();
695
- }
696
- } catch (error) {
697
- console.error("Error forwarding message to SSE:", error);
698
- }
699
- }
700
- onMessage(event).catch(console.error);
701
- });
702
- ws.addEventListener("error", (error) => {
703
- async function onError(error2) {
704
- try {
705
- await writer.close();
706
- } catch (e) {
707
- }
708
- }
709
- onError(error).catch(console.error);
710
- });
711
- ws.addEventListener("close", () => {
712
- async function onClose() {
713
- try {
714
- await writer.close();
715
- } catch (error) {
716
- console.error("Error closing SSE connection:", error);
717
- }
718
- }
719
- onClose().catch(console.error);
720
- });
721
- const hasOnlyNotificationsOrResponses = messages.every(
722
- (msg) => isJSONRPCNotification(msg) || isJSONRPCResponse(msg)
1050
+ }
1051
+ if (!isDurableObjectNamespace(bindingValue)) {
1052
+ throw new Error(
1053
+ `Invalid McpAgent binding for ${binding}. Make sure it's a Durable Object binding.`
723
1054
  );
724
- if (hasOnlyNotificationsOrResponses) {
725
- for (const message of messages) {
726
- ws.send(JSON.stringify(message));
727
- }
728
- ws.close();
729
- return new Response(null, { status: 202 });
1055
+ }
1056
+ const namespace = bindingValue;
1057
+ switch (transport) {
1058
+ case "streamable-http": {
1059
+ const handleStreamableHttp = createStreamingHttpHandler(
1060
+ path,
1061
+ namespace,
1062
+ corsOptions
1063
+ );
1064
+ return handleStreamableHttp(request, ctx);
730
1065
  }
731
- for (const message of messages) {
732
- if (isJSONRPCRequest(message)) {
733
- requestIds.add(message.id);
734
- }
735
- ws.send(JSON.stringify(message));
1066
+ case "sse": {
1067
+ const handleLegacySse = createLegacySseHandler(
1068
+ path,
1069
+ namespace,
1070
+ corsOptions
1071
+ );
1072
+ return handleLegacySse(request, ctx);
736
1073
  }
737
- return new Response(readable, {
738
- headers: {
739
- "Content-Type": "text/event-stream",
740
- "Cache-Control": "no-cache",
741
- Connection: "keep-alive",
742
- "mcp-session-id": sessionId,
743
- "Access-Control-Allow-Origin": corsOptions?.origin || "*"
744
- },
745
- status: 200
746
- });
1074
+ default:
1075
+ return new Response(
1076
+ "Invalid MCP transport mode. Only `streamable-http` or `sse` are allowed.",
1077
+ { status: 500 }
1078
+ );
747
1079
  }
748
- const body = JSON.stringify({
749
- jsonrpc: "2.0",
750
- error: {
751
- code: -32e3,
752
- message: "Method not allowed"
753
- },
754
- id: null
755
- });
756
- return new Response(body, { status: 405 });
757
1080
  }
758
1081
  };
759
1082
  }
1083
+ /**
1084
+ * Legacy api
1085
+ **/
1086
+ static mount(path, opts = {}) {
1087
+ return _McpAgent.serveSSE(path, opts);
1088
+ }
1089
+ static serveSSE(path, opts = {}) {
1090
+ return _McpAgent.serve(path, { ...opts, transport: "sse" });
1091
+ }
760
1092
  };
761
- _status = new WeakMap();
762
- _transport = new WeakMap();
763
- _transportType = new WeakMap();
764
- _requestIdToConnectionId = new WeakMap();
765
- _agent = new WeakMap();
766
- _McpAgent_instances = new WeakSet();
767
- initialize_fn = async function() {
768
- await this.ctx.blockConcurrencyWhile(async () => {
769
- __privateSet(this, _status, "starting");
770
- await this.onStart();
771
- __privateSet(this, _status, "started");
772
- });
773
- };
774
- var McpAgent = _McpAgent;
775
1093
  export {
776
- McpAgent
1094
+ ElicitRequestSchema,
1095
+ McpAgent,
1096
+ SSEEdgeClientTransport,
1097
+ StreamableHTTPEdgeClientTransport
777
1098
  };
778
1099
  //# sourceMappingURL=index.js.map