likec4 1.48.0 → 1.50.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 (118) hide show
  1. package/README.md +11 -1
  2. package/__app__/src/likec4.js +5941 -4496
  3. package/__app__/src/routes/index.js +3 -153
  4. package/__app__/src/routes/projects.js +21 -1087
  5. package/__app__/src/routes/single.js +1228 -16
  6. package/__app__/src/style.css +1 -1
  7. package/__app__/src/vendors.js +4649 -1897
  8. package/__app__/src/webcomponent.js +1 -1
  9. package/config/schema.json +169 -141
  10. package/dist/THIRD-PARTY-LICENSES.md +1769 -0
  11. package/dist/_chunks/LikeC4.mjs +1154 -202
  12. package/dist/_chunks/binary.mjs +72 -0
  13. package/dist/_chunks/index.d.mts +234 -140
  14. package/dist/_chunks/index2.d.mts +2043 -1828
  15. package/dist/_chunks/libs/@chevrotain/cst-dts-gen.mjs +30 -0
  16. package/dist/_chunks/libs/@chevrotain/regexp-to-ast.mjs +9 -785
  17. package/dist/_chunks/libs/@chevrotain/utils.mjs +1 -37
  18. package/dist/_chunks/libs/@hono/mcp.mjs +34 -0
  19. package/dist/_chunks/libs/@hono/node-server.mjs +1 -436
  20. package/dist/_chunks/libs/@logtape/logtape.d.mts +741 -0
  21. package/dist/_chunks/libs/@logtape/logtape.mjs +6 -1354
  22. package/dist/_chunks/libs/@lume/kiwi.mjs +1 -1355
  23. package/dist/_chunks/libs/@modelcontextprotocol/sdk.d.mts +114 -14
  24. package/dist/_chunks/libs/@modelcontextprotocol/sdk.mjs +12 -25105
  25. package/dist/_chunks/libs/@msgpack/msgpack.mjs +1 -1503
  26. package/dist/_chunks/libs/@nanostores/react.d.mts +61 -1
  27. package/dist/_chunks/libs/@nanostores/react.mjs +1 -30
  28. package/dist/_chunks/libs/@smithy/is-array-buffer.mjs +1 -10
  29. package/dist/_chunks/libs/@smithy/util-base64.mjs +1 -100
  30. package/dist/_chunks/libs/ajv.mjs +1 -777
  31. package/dist/_chunks/libs/atomically.mjs +1 -362
  32. package/dist/_chunks/libs/birpc.mjs +1 -201
  33. package/dist/_chunks/libs/chevrotain-allstar.mjs +2 -850
  34. package/dist/_chunks/libs/chevrotain.mjs +55 -6229
  35. package/dist/_chunks/libs/conf.mjs +1 -2258
  36. package/dist/_chunks/libs/defu.mjs +1 -42
  37. package/dist/_chunks/libs/esm-env.mjs +1 -5
  38. package/dist/_chunks/libs/eventemitter3.mjs +1 -243
  39. package/dist/_chunks/libs/fast-equals.mjs +1 -446
  40. package/dist/_chunks/libs/find-up-simple.mjs +1 -24
  41. package/dist/_chunks/libs/get-port.mjs +1 -107
  42. package/dist/_chunks/libs/is-docker.mjs +1 -26
  43. package/dist/_chunks/libs/is-error-instance.mjs +1 -26
  44. package/dist/_chunks/libs/is-inside-container.mjs +1 -20
  45. package/dist/_chunks/libs/is-plain-obj.mjs +1 -9
  46. package/dist/_chunks/libs/isexe.mjs +1 -127
  47. package/dist/_chunks/libs/json5.mjs +14 -959
  48. package/dist/_chunks/libs/khroma.mjs +1 -605
  49. package/dist/_chunks/libs/ky.mjs +2 -807
  50. package/dist/_chunks/libs/langium.d.mts +2913 -2876
  51. package/dist/_chunks/libs/langium.mjs +33 -20351
  52. package/dist/_chunks/libs/merge-error-cause.mjs +2 -746
  53. package/dist/_chunks/libs/p-limit.mjs +1 -120
  54. package/dist/_chunks/libs/p-queue.mjs +1 -449
  55. package/dist/_chunks/libs/package-manager-detector.mjs +1 -559
  56. package/dist/_chunks/libs/package-up.mjs +1 -10
  57. package/dist/_chunks/libs/pako.mjs +1 -0
  58. package/dist/_chunks/libs/parse-ms.mjs +1 -36
  59. package/dist/_chunks/libs/pathe.mjs +1 -0
  60. package/dist/_chunks/libs/picomatch.mjs +1 -1673
  61. package/dist/_chunks/libs/pretty-ms.mjs +1 -80
  62. package/dist/_chunks/libs/remeda.mjs +2 -690
  63. package/dist/_chunks/libs/safe-stringify.mjs +1 -21
  64. package/dist/_chunks/libs/strip-indent.mjs +1 -15
  65. package/dist/_chunks/libs/tinyrainbow.mjs +1 -88
  66. package/dist/_chunks/libs/ts-graphviz.mjs +4 -725
  67. package/dist/_chunks/libs/ufo.mjs +1 -240
  68. package/dist/_chunks/libs/which.mjs +1 -84
  69. package/dist/_chunks/libs/word-wrap.mjs +12 -43
  70. package/dist/_chunks/rolldown-runtime.mjs +1 -48
  71. package/dist/_chunks/sequence.mjs +1 -0
  72. package/dist/_chunks/src.mjs +15 -0
  73. package/dist/_chunks/src2.mjs +499 -0
  74. package/dist/cli/index.mjs +77 -1952
  75. package/dist/config/index.d.mts +2 -2
  76. package/dist/config/index.mjs +1 -6
  77. package/dist/index.d.mts +150 -7
  78. package/dist/index.mjs +1 -21
  79. package/dist/model/builder.mjs +1 -3
  80. package/dist/model/index.d.mts +57 -3
  81. package/dist/model/index.mjs +1 -5
  82. package/dist/vite-plugin/index.d.mts +7 -3
  83. package/dist/vite-plugin/index.mjs +1 -22
  84. package/dist/vite-plugin/internal.d.mts +6 -7
  85. package/dist/vite-plugin/internal.mjs +1 -68
  86. package/package.json +64 -45
  87. package/react/{index.d.ts → index.d.mts} +114 -72
  88. package/react/{index.js → index.mjs} +21320 -22041
  89. package/react/package.json +2 -5
  90. package/vite-plugin-modules.d.ts +10 -5
  91. package/dist/_chunks/LikeC4.d.mts +0 -121
  92. package/dist/_chunks/config-app.prod.d.mts +0 -18
  93. package/dist/_chunks/config-app.prod.mjs +0 -188
  94. package/dist/_chunks/config-webcomponent.prod.mjs +0 -71
  95. package/dist/_chunks/define-config.mjs +0 -409
  96. package/dist/_chunks/index3.d.mts +0 -60
  97. package/dist/_chunks/libs/@chevrotain/gast.mjs +0 -3969
  98. package/dist/_chunks/libs/hono.mjs +0 -1829
  99. package/dist/_chunks/libs/nanoid.mjs +0 -29
  100. package/dist/_chunks/libs/nanostores.d.mts +0 -63
  101. package/dist/_chunks/libs/nanostores.mjs +0 -198
  102. package/dist/_chunks/model.mjs +0 -12
  103. package/dist/_chunks/module.d.mts +0 -71
  104. package/dist/_chunks/module.mjs +0 -18657
  105. package/dist/_chunks/plugin.mjs +0 -996
  106. package/dist/_chunks/sequence-view.mjs +0 -575
  107. package/dist/_chunks/vite-build.mjs +0 -69
  108. package/dist/_chunks/vite-dev.mjs +0 -79
  109. package/dist/_chunks/vite-preview.mjs +0 -27
  110. package/dist/language/module.d.mts +0 -5
  111. package/dist/language/module.mjs +0 -20
  112. package/dist/vite/vite-build.d.mts +0 -26
  113. package/dist/vite/vite-build.mjs +0 -27
  114. package/dist/vite/vite-dev.d.mts +0 -34
  115. package/dist/vite/vite-dev.mjs +0 -29
  116. package/dist/vite/vite-preview.d.mts +0 -20
  117. package/dist/vite/vite-preview.mjs +0 -26
  118. /package/dist/_chunks/{index4.d.mts → libs/@chevrotain/types.d.mts} +0 -0
@@ -416,6 +416,13 @@ interface $ZodNullInternals extends $ZodTypeInternals<null, null> {
416
416
  values: PrimitiveSet;
417
417
  isst: $ZodIssueInvalidType;
418
418
  }
419
+ interface $ZodAnyDef extends $ZodTypeDef {
420
+ type: "any";
421
+ }
422
+ interface $ZodAnyInternals extends $ZodTypeInternals<any, any> {
423
+ def: $ZodAnyDef;
424
+ isst: never;
425
+ }
419
426
  interface $ZodUnknownDef extends $ZodTypeDef {
420
427
  type: "unknown";
421
428
  }
@@ -1391,6 +1398,8 @@ interface ZodBoolean extends _ZodBoolean<$ZodBooleanInternals<boolean>> {}
1391
1398
  declare const ZodBoolean: $constructor<ZodBoolean>;
1392
1399
  interface ZodNull extends _ZodType<$ZodNullInternals> {}
1393
1400
  declare const ZodNull: $constructor<ZodNull>;
1401
+ interface ZodAny extends _ZodType<$ZodAnyInternals> {}
1402
+ declare const ZodAny: $constructor<ZodAny>;
1394
1403
  interface ZodUnknown extends _ZodType<$ZodUnknownInternals> {}
1395
1404
  declare const ZodUnknown: $constructor<ZodUnknown>;
1396
1405
  interface ZodArray$1<T extends SomeType = $ZodType> extends _ZodType<$ZodArrayInternals<T>>, $ZodArray<T> {
@@ -2307,7 +2316,7 @@ declare enum ZodFirstPartyTypeKind {
2307
2316
  ZodReadonly = "ZodReadonly"
2308
2317
  }
2309
2318
  //#endregion
2310
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts
2319
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts
2311
2320
  type AnySchema = ZodTypeAny | $ZodType;
2312
2321
  type AnyObjectSchema = AnyZodObject | $ZodObject | AnySchema;
2313
2322
  type ZodRawShapeCompat = Record<string, AnySchema>;
@@ -2318,7 +2327,7 @@ type SchemaOutput<S> = S extends ZodTypeAny ? TypeOf<S> : S extends $ZodType ? o
2318
2327
  */
2319
2328
  type ShapeOutput<Shape extends ZodRawShapeCompat> = { [K in keyof Shape]: SchemaOutput<Shape[K]> };
2320
2329
  //#endregion
2321
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts
2330
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts
2322
2331
  /**
2323
2332
  * Information about a validated access token, provided to request handlers.
2324
2333
  */
@@ -2351,7 +2360,7 @@ interface AuthInfo {
2351
2360
  extra?: Record<string, unknown>;
2352
2361
  }
2353
2362
  //#endregion
2354
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts
2363
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts
2355
2364
  /**
2356
2365
  * Task creation parameters, used to ask that the server create a task to represent a request.
2357
2366
  */
@@ -5965,6 +5974,10 @@ interface RequestInfo {
5965
5974
  * The headers of the request.
5966
5975
  */
5967
5976
  headers: IsomorphicHeaders;
5977
+ /**
5978
+ * The full URL of the request.
5979
+ */
5980
+ url?: URL;
5968
5981
  }
5969
5982
  /**
5970
5983
  * Extra information about a message.
@@ -6045,7 +6058,7 @@ type ServerRequest = Infer<typeof ServerRequestSchema>;
6045
6058
  type ServerNotification = Infer<typeof ServerNotificationSchema>;
6046
6059
  type ServerResult = Infer<typeof ServerResultSchema>;
6047
6060
  //#endregion
6048
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts
6061
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts
6049
6062
  /**
6050
6063
  * Options for sending a JSON-RPC message.
6051
6064
  */
@@ -6119,7 +6132,7 @@ interface Transport {
6119
6132
  setProtocolVersion?: (version: string) => void;
6120
6133
  }
6121
6134
  //#endregion
6122
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts
6135
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts
6123
6136
  /**
6124
6137
  * Extended handler extra with task store for task creation.
6125
6138
  * @experimental
@@ -6335,7 +6348,7 @@ interface TaskStore {
6335
6348
  }>;
6336
6349
  }
6337
6350
  //#endregion
6338
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts
6351
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts
6339
6352
  /**
6340
6353
  * Base message type
6341
6354
  */
@@ -6377,7 +6390,7 @@ interface ErrorMessage extends BaseResponseMessage {
6377
6390
  */
6378
6391
  type ResponseMessage<T extends Result$1> = TaskStatusMessage | TaskCreatedMessage | ResultMessage<T> | ErrorMessage;
6379
6392
  //#endregion
6380
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts
6393
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts
6381
6394
  /**
6382
6395
  * Callback for progress notifications.
6383
6396
  */
@@ -7843,7 +7856,7 @@ declare enum TypeName {
7843
7856
  String = "string"
7844
7857
  }
7845
7858
  //#endregion
7846
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts
7859
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts
7847
7860
  /**
7848
7861
  * JSON Schema type definition (JSON Schema Draft 2020-12)
7849
7862
  *
@@ -7908,7 +7921,7 @@ interface jsonSchemaValidator {
7908
7921
  getValidator<T>(schema: JsonSchemaType): JsonSchemaValidator<T>;
7909
7922
  }
7910
7923
  //#endregion
7911
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts
7924
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts
7912
7925
  /**
7913
7926
  * Experimental task features for low-level MCP servers.
7914
7927
  *
@@ -7939,6 +7952,93 @@ declare class ExperimentalServerTasks<RequestT extends Request = Request, Notifi
7939
7952
  * @experimental
7940
7953
  */
7941
7954
  requestStream<T extends AnySchema>(request: ServerRequest | RequestT, resultSchema: T, options?: RequestOptions): AsyncGenerator<ResponseMessage<SchemaOutput<T>>, void, void>;
7955
+ /**
7956
+ * Sends a sampling request and returns an AsyncGenerator that yields response messages.
7957
+ * The generator is guaranteed to end with either a 'result' or 'error' message.
7958
+ *
7959
+ * For task-augmented requests, yields 'taskCreated' and 'taskStatus' messages
7960
+ * before the final result.
7961
+ *
7962
+ * @example
7963
+ * ```typescript
7964
+ * const stream = server.experimental.tasks.createMessageStream({
7965
+ * messages: [{ role: 'user', content: { type: 'text', text: 'Hello' } }],
7966
+ * maxTokens: 100
7967
+ * }, {
7968
+ * onprogress: (progress) => {
7969
+ * // Handle streaming tokens via progress notifications
7970
+ * console.log('Progress:', progress.message);
7971
+ * }
7972
+ * });
7973
+ *
7974
+ * for await (const message of stream) {
7975
+ * switch (message.type) {
7976
+ * case 'taskCreated':
7977
+ * console.log('Task created:', message.task.taskId);
7978
+ * break;
7979
+ * case 'taskStatus':
7980
+ * console.log('Task status:', message.task.status);
7981
+ * break;
7982
+ * case 'result':
7983
+ * console.log('Final result:', message.result);
7984
+ * break;
7985
+ * case 'error':
7986
+ * console.error('Error:', message.error);
7987
+ * break;
7988
+ * }
7989
+ * }
7990
+ * ```
7991
+ *
7992
+ * @param params - The sampling request parameters
7993
+ * @param options - Optional request options (timeout, signal, task creation params, onprogress, etc.)
7994
+ * @returns AsyncGenerator that yields ResponseMessage objects
7995
+ *
7996
+ * @experimental
7997
+ */
7998
+ createMessageStream(params: CreateMessageRequestParams, options?: RequestOptions): AsyncGenerator<ResponseMessage<CreateMessageResult>, void, void>;
7999
+ /**
8000
+ * Sends an elicitation request and returns an AsyncGenerator that yields response messages.
8001
+ * The generator is guaranteed to end with either a 'result' or 'error' message.
8002
+ *
8003
+ * For task-augmented requests (especially URL-based elicitation), yields 'taskCreated'
8004
+ * and 'taskStatus' messages before the final result.
8005
+ *
8006
+ * @example
8007
+ * ```typescript
8008
+ * const stream = server.experimental.tasks.elicitInputStream({
8009
+ * mode: 'url',
8010
+ * message: 'Please authenticate',
8011
+ * elicitationId: 'auth-123',
8012
+ * url: 'https://example.com/auth'
8013
+ * }, {
8014
+ * task: { ttl: 300000 } // Task-augmented for long-running auth flow
8015
+ * });
8016
+ *
8017
+ * for await (const message of stream) {
8018
+ * switch (message.type) {
8019
+ * case 'taskCreated':
8020
+ * console.log('Task created:', message.task.taskId);
8021
+ * break;
8022
+ * case 'taskStatus':
8023
+ * console.log('Task status:', message.task.status);
8024
+ * break;
8025
+ * case 'result':
8026
+ * console.log('User action:', message.result.action);
8027
+ * break;
8028
+ * case 'error':
8029
+ * console.error('Error:', message.error);
8030
+ * break;
8031
+ * }
8032
+ * }
8033
+ * ```
8034
+ *
8035
+ * @param params - The elicitation request parameters
8036
+ * @param options - Optional request options (timeout, signal, task creation params, etc.)
8037
+ * @returns AsyncGenerator that yields ResponseMessage objects
8038
+ *
8039
+ * @experimental
8040
+ */
8041
+ elicitInputStream(params: ElicitRequestFormParams | ElicitRequestURLParams, options?: RequestOptions): AsyncGenerator<ResponseMessage<ElicitResult>, void, void>;
7942
8042
  /**
7943
8043
  * Gets the current status of a task.
7944
8044
  *
@@ -7981,7 +8081,7 @@ declare class ExperimentalServerTasks<RequestT extends Request = Request, Notifi
7981
8081
  cancelTask(taskId: string, options?: RequestOptions): Promise<CancelTaskResult>;
7982
8082
  }
7983
8083
  //#endregion
7984
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts
8084
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts
7985
8085
  type ServerOptions = ProtocolOptions & {
7986
8086
  /**
7987
8087
  * Capabilities to advertise as being supported by this server.
@@ -8172,7 +8272,7 @@ declare class Server<RequestT extends Request = Request, NotificationT extends N
8172
8272
  sendPromptListChanged(): Promise<void>;
8173
8273
  }
8174
8274
  //#endregion
8175
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts
8275
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts
8176
8276
  type Variables = Record<string, string | string[]>;
8177
8277
  declare class UriTemplate {
8178
8278
  /**
@@ -8198,7 +8298,7 @@ declare class UriTemplate {
8198
8298
  match(uri: string): Variables | null;
8199
8299
  }
8200
8300
  //#endregion
8201
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts
8301
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts
8202
8302
  /**
8203
8303
  * Experimental task features for McpServer.
8204
8304
  *
@@ -8266,7 +8366,7 @@ declare class ExperimentalMcpServerTasks {
8266
8366
  }, handler: ToolTaskHandler<InputArgs>): RegisteredTool;
8267
8367
  }
8268
8368
  //#endregion
8269
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.25.3_hono@4.11.6_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts
8369
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.27.0_zod@3.25.76/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts
8270
8370
  /**
8271
8371
  * High-level MCP server that provides a simpler API for working with resources, tools, and prompts.
8272
8372
  * For advanced usage (like sending notifications or setting custom request handlers), use the underlying
@@ -8622,4 +8722,4 @@ type RegisteredPrompt = {
8622
8722
  remove(): void;
8623
8723
  };
8624
8724
  //#endregion
8625
- export { $strict as _, ZodInt as a, ZodObject$1 as c, ZodRecord as d, ZodString as f, output$1 as g, input$1 as h, ZodDefault$1 as i, ZodOptional$1 as l, ZodUnion$1 as m, ServerOptions as n, ZodLiteral as o, ZodTransform as p, ZodArray$1 as r, ZodNumber as s, McpServer as t, ZodPipe as u, $strip as v };
8725
+ export { $strip as S, ZodUnion$1 as _, ZodBoolean as a, $partial as b, ZodEnum$1 as c, ZodObject$1 as d, ZodOptional$1 as f, ZodTransform as g, ZodString as h, ZodArray$1 as i, ZodInt as l, ZodRecord as m, ServerOptions as n, ZodCustom as o, ZodPipe as p, ZodAny as r, ZodDefault$1 as s, McpServer as t, ZodNumber as u, input$1 as v, $strict as x, output$1 as y };