effect 4.0.0-beta.97 → 4.0.0-beta.98

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 (166) hide show
  1. package/dist/LayerRef.d.ts +4 -6
  2. package/dist/LayerRef.d.ts.map +1 -1
  3. package/dist/LayerRef.js +4 -6
  4. package/dist/LayerRef.js.map +1 -1
  5. package/dist/Number.d.ts.map +1 -1
  6. package/dist/Number.js +28 -10
  7. package/dist/Number.js.map +1 -1
  8. package/dist/Schema.d.ts +22 -22
  9. package/dist/Schema.d.ts.map +1 -1
  10. package/dist/Schema.js +36 -33
  11. package/dist/Schema.js.map +1 -1
  12. package/dist/SchemaAST.d.ts.map +1 -1
  13. package/dist/SchemaAST.js +25 -10
  14. package/dist/SchemaAST.js.map +1 -1
  15. package/dist/SchemaError.d.ts +53 -0
  16. package/dist/SchemaError.d.ts.map +1 -0
  17. package/dist/SchemaError.js +61 -0
  18. package/dist/SchemaError.js.map +1 -0
  19. package/dist/SchemaGetter.d.ts.map +1 -1
  20. package/dist/SchemaGetter.js +17 -12
  21. package/dist/SchemaGetter.js.map +1 -1
  22. package/dist/SchemaRepresentation.d.ts.map +1 -1
  23. package/dist/SchemaRepresentation.js +186 -224
  24. package/dist/SchemaRepresentation.js.map +1 -1
  25. package/dist/index.d.ts +8 -0
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +8 -0
  28. package/dist/index.js.map +1 -1
  29. package/dist/internal/effect.js +26 -8
  30. package/dist/internal/effect.js.map +1 -1
  31. package/dist/internal/schema/equivalence.js +1 -2
  32. package/dist/internal/schema/equivalence.js.map +1 -1
  33. package/dist/internal/schema/representation.js +1 -3
  34. package/dist/internal/schema/representation.js.map +1 -1
  35. package/dist/internal/schema/schema.d.ts +0 -13
  36. package/dist/internal/schema/schema.d.ts.map +1 -1
  37. package/dist/internal/schema/schema.js +4 -29
  38. package/dist/internal/schema/schema.js.map +1 -1
  39. package/dist/unstable/ai/McpSchema.d.ts +128 -128
  40. package/dist/unstable/ai/McpSchema.d.ts.map +1 -1
  41. package/dist/unstable/cli/CliError.d.ts +8 -16
  42. package/dist/unstable/cli/CliError.d.ts.map +1 -1
  43. package/dist/unstable/cli/CliError.js +8 -16
  44. package/dist/unstable/cli/CliError.js.map +1 -1
  45. package/dist/unstable/cli/Command.d.ts +4 -3
  46. package/dist/unstable/cli/Command.d.ts.map +1 -1
  47. package/dist/unstable/cli/Command.js +3 -3
  48. package/dist/unstable/cli/Command.js.map +1 -1
  49. package/dist/unstable/cli/GlobalFlag.d.ts +6 -8
  50. package/dist/unstable/cli/GlobalFlag.d.ts.map +1 -1
  51. package/dist/unstable/cli/GlobalFlag.js +6 -6
  52. package/dist/unstable/cli/GlobalFlag.js.map +1 -1
  53. package/dist/unstable/cluster/EntityProxyServer.d.ts +1 -1
  54. package/dist/unstable/cluster/EntityProxyServer.d.ts.map +1 -1
  55. package/dist/unstable/cluster/EntityProxyServer.js +2 -4
  56. package/dist/unstable/cluster/EntityProxyServer.js.map +1 -1
  57. package/dist/unstable/cluster/internal/entityManager.js +15 -12
  58. package/dist/unstable/cluster/internal/entityManager.js.map +1 -1
  59. package/dist/unstable/httpapi/HttpApi.d.ts +36 -15
  60. package/dist/unstable/httpapi/HttpApi.d.ts.map +1 -1
  61. package/dist/unstable/httpapi/HttpApi.js +19 -20
  62. package/dist/unstable/httpapi/HttpApi.js.map +1 -1
  63. package/dist/unstable/httpapi/HttpApiBuilder.d.ts +51 -62
  64. package/dist/unstable/httpapi/HttpApiBuilder.d.ts.map +1 -1
  65. package/dist/unstable/httpapi/HttpApiBuilder.js +68 -58
  66. package/dist/unstable/httpapi/HttpApiBuilder.js.map +1 -1
  67. package/dist/unstable/httpapi/HttpApiClient.d.ts +53 -53
  68. package/dist/unstable/httpapi/HttpApiClient.d.ts.map +1 -1
  69. package/dist/unstable/httpapi/HttpApiClient.js +40 -30
  70. package/dist/unstable/httpapi/HttpApiClient.js.map +1 -1
  71. package/dist/unstable/httpapi/HttpApiEndpoint.d.ts +165 -164
  72. package/dist/unstable/httpapi/HttpApiEndpoint.d.ts.map +1 -1
  73. package/dist/unstable/httpapi/HttpApiEndpoint.js +31 -19
  74. package/dist/unstable/httpapi/HttpApiEndpoint.js.map +1 -1
  75. package/dist/unstable/httpapi/HttpApiError.d.ts +22 -0
  76. package/dist/unstable/httpapi/HttpApiError.d.ts.map +1 -1
  77. package/dist/unstable/httpapi/HttpApiError.js +31 -0
  78. package/dist/unstable/httpapi/HttpApiError.js.map +1 -1
  79. package/dist/unstable/httpapi/HttpApiGroup.d.ts +55 -30
  80. package/dist/unstable/httpapi/HttpApiGroup.d.ts.map +1 -1
  81. package/dist/unstable/httpapi/HttpApiGroup.js +22 -29
  82. package/dist/unstable/httpapi/HttpApiGroup.js.map +1 -1
  83. package/dist/unstable/httpapi/HttpApiMiddleware.d.ts +8 -8
  84. package/dist/unstable/httpapi/HttpApiMiddleware.d.ts.map +1 -1
  85. package/dist/unstable/httpapi/HttpApiMiddleware.js.map +1 -1
  86. package/dist/unstable/httpapi/HttpApiScalar.d.ts +2 -2
  87. package/dist/unstable/httpapi/HttpApiScalar.d.ts.map +1 -1
  88. package/dist/unstable/httpapi/HttpApiScalar.js +4 -3
  89. package/dist/unstable/httpapi/HttpApiScalar.js.map +1 -1
  90. package/dist/unstable/httpapi/HttpApiSchema.d.ts +8 -0
  91. package/dist/unstable/httpapi/HttpApiSchema.d.ts.map +1 -1
  92. package/dist/unstable/httpapi/HttpApiSchema.js.map +1 -1
  93. package/dist/unstable/httpapi/HttpApiSwagger.d.ts +1 -1
  94. package/dist/unstable/httpapi/HttpApiSwagger.d.ts.map +1 -1
  95. package/dist/unstable/httpapi/HttpApiSwagger.js.map +1 -1
  96. package/dist/unstable/httpapi/HttpApiTest.d.ts +4 -4
  97. package/dist/unstable/httpapi/HttpApiTest.d.ts.map +1 -1
  98. package/dist/unstable/httpapi/HttpApiTest.js +9 -8
  99. package/dist/unstable/httpapi/HttpApiTest.js.map +1 -1
  100. package/dist/unstable/httpapi/OpenApi.d.ts +1 -1
  101. package/dist/unstable/httpapi/OpenApi.d.ts.map +1 -1
  102. package/dist/unstable/httpapi/OpenApi.js +77 -37
  103. package/dist/unstable/httpapi/OpenApi.js.map +1 -1
  104. package/dist/unstable/httpapi/internal/html.js +6 -2
  105. package/dist/unstable/httpapi/internal/html.js.map +1 -1
  106. package/dist/unstable/httpapi/internal/mediaType.d.ts +2 -0
  107. package/dist/unstable/httpapi/internal/mediaType.d.ts.map +1 -0
  108. package/dist/unstable/httpapi/internal/mediaType.js +7 -0
  109. package/dist/unstable/httpapi/internal/mediaType.js.map +1 -0
  110. package/dist/unstable/persistence/PersistedQueue.d.ts.map +1 -1
  111. package/dist/unstable/persistence/PersistedQueue.js +16 -12
  112. package/dist/unstable/persistence/PersistedQueue.js.map +1 -1
  113. package/dist/unstable/reactivity/Atom.js +1 -1
  114. package/dist/unstable/reactivity/Atom.js.map +1 -1
  115. package/dist/unstable/reactivity/AtomHttpApi.d.ts +7 -7
  116. package/dist/unstable/reactivity/AtomHttpApi.d.ts.map +1 -1
  117. package/dist/unstable/reactivity/AtomHttpApi.js +3 -2
  118. package/dist/unstable/reactivity/AtomHttpApi.js.map +1 -1
  119. package/dist/unstable/rpc/RpcServer.d.ts +3 -1
  120. package/dist/unstable/rpc/RpcServer.d.ts.map +1 -1
  121. package/dist/unstable/rpc/RpcServer.js +6 -3
  122. package/dist/unstable/rpc/RpcServer.js.map +1 -1
  123. package/dist/unstable/workflow/DurableDeferred.js +1 -1
  124. package/dist/unstable/workflow/DurableDeferred.js.map +1 -1
  125. package/dist/unstable/workflow/WorkflowProxyServer.d.ts +1 -1
  126. package/dist/unstable/workflow/WorkflowProxyServer.d.ts.map +1 -1
  127. package/dist/unstable/workflow/WorkflowProxyServer.js +1 -2
  128. package/dist/unstable/workflow/WorkflowProxyServer.js.map +1 -1
  129. package/package.json +1 -1
  130. package/src/LayerRef.ts +4 -6
  131. package/src/Number.ts +29 -10
  132. package/src/Schema.ts +42 -34
  133. package/src/SchemaAST.ts +25 -13
  134. package/src/SchemaError.ts +64 -0
  135. package/src/SchemaGetter.ts +22 -16
  136. package/src/SchemaRepresentation.ts +165 -202
  137. package/src/index.ts +10 -0
  138. package/src/internal/effect.ts +39 -22
  139. package/src/internal/schema/equivalence.ts +1 -2
  140. package/src/internal/schema/representation.ts +4 -4
  141. package/src/internal/schema/schema.ts +4 -37
  142. package/src/unstable/cli/CliError.ts +24 -16
  143. package/src/unstable/cli/Command.ts +8 -8
  144. package/src/unstable/cli/GlobalFlag.ts +22 -33
  145. package/src/unstable/cluster/EntityProxyServer.ts +15 -17
  146. package/src/unstable/cluster/internal/entityManager.ts +48 -34
  147. package/src/unstable/httpapi/HttpApi.ts +72 -47
  148. package/src/unstable/httpapi/HttpApiBuilder.ts +320 -217
  149. package/src/unstable/httpapi/HttpApiClient.ts +196 -151
  150. package/src/unstable/httpapi/HttpApiEndpoint.ts +251 -447
  151. package/src/unstable/httpapi/HttpApiError.ts +33 -0
  152. package/src/unstable/httpapi/HttpApiGroup.ts +95 -74
  153. package/src/unstable/httpapi/HttpApiMiddleware.ts +10 -7
  154. package/src/unstable/httpapi/HttpApiScalar.ts +15 -12
  155. package/src/unstable/httpapi/HttpApiSchema.ts +8 -0
  156. package/src/unstable/httpapi/HttpApiSwagger.ts +2 -2
  157. package/src/unstable/httpapi/HttpApiTest.ts +15 -14
  158. package/src/unstable/httpapi/OpenApi.ts +74 -36
  159. package/src/unstable/httpapi/internal/html.ts +9 -2
  160. package/src/unstable/httpapi/internal/mediaType.ts +6 -0
  161. package/src/unstable/persistence/PersistedQueue.ts +16 -14
  162. package/src/unstable/reactivity/Atom.ts +1 -1
  163. package/src/unstable/reactivity/AtomHttpApi.ts +164 -162
  164. package/src/unstable/rpc/RpcServer.ts +10 -4
  165. package/src/unstable/workflow/DurableDeferred.ts +1 -1
  166. package/src/unstable/workflow/WorkflowProxyServer.ts +11 -12
@@ -2828,7 +2828,31 @@ export type FailureEncoded<Group extends RpcGroup.Any> = RpcGroup.Rpcs<Group> ex
2828
2828
  readonly id: string | number;
2829
2829
  readonly error: _Error["Encoded"];
2830
2830
  } : never : never;
2831
- declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.UndefinedOr<typeof RequestMeta>, Schema.Struct<{}>, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"logging/setLevel", Schema.Struct<{
2831
+ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"completion/complete", Schema.Struct<{
2832
+ readonly ref: Schema.Union<readonly [typeof PromptReference, typeof ResourceReference]>;
2833
+ /**
2834
+ * The argument's information
2835
+ */
2836
+ readonly argument: Schema.Struct<{
2837
+ /**
2838
+ * The name of the argument
2839
+ */
2840
+ readonly name: Schema.String;
2841
+ /**
2842
+ * The value of the argument to use for completion matching.
2843
+ */
2844
+ readonly value: Schema.String;
2845
+ }>;
2846
+ /**
2847
+ * Additional, optional context for completions
2848
+ */
2849
+ readonly context: optionalWithDefault<Schema.Struct<{
2850
+ /**
2851
+ * Previously-resolved variables in a URI template or prompt.
2852
+ */
2853
+ readonly arguments: optionalWithDefault<Schema.$Record<Schema.String, Schema.String>>;
2854
+ }>>;
2855
+ }>, typeof CompleteResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"initialize", Schema.Struct<{
2832
2856
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
2833
2857
  /**
2834
2858
  * If specified, the caller is requesting out-of-band progress notifications
@@ -2849,12 +2873,21 @@ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.U
2849
2873
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
2850
2874
  }>>, never, never>;
2851
2875
  /**
2852
- * The level of logging that the client wants to receive from the server.
2853
- * The server should send all logs at this level and higher (i.e., more
2854
- * severe) to the client as notifications/message.
2876
+ * The latest version of the Model Context Protocol that the client
2877
+ * supports. The client MAY decide to support older versions as well.
2855
2878
  */
2856
- level: Schema.Literals<["debug", "info", "notice", "warning", "error", "critical", "alert", "emergency"]>;
2857
- }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/subscribe", Schema.Struct<{
2879
+ protocolVersion: Schema.String;
2880
+ /**
2881
+ * Capabilities a client may support. Known capabilities are defined here,
2882
+ * in this schema, but this is not a closed set: any client can define its
2883
+ * own, additional capabilities.
2884
+ */
2885
+ capabilities: typeof ClientCapabilities;
2886
+ /**
2887
+ * Describes the name and version of an MCP implementation.
2888
+ */
2889
+ clientInfo: typeof Implementation;
2890
+ }>, typeof InitializeResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"logging/setLevel", Schema.Struct<{
2858
2891
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
2859
2892
  /**
2860
2893
  * If specified, the caller is requesting out-of-band progress notifications
@@ -2875,11 +2908,12 @@ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.U
2875
2908
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
2876
2909
  }>>, never, never>;
2877
2910
  /**
2878
- * The URI of the resource to subscribe to. The URI can use any protocol;
2879
- * it is up to the server how to interpret it.
2911
+ * The level of logging that the client wants to receive from the server.
2912
+ * The server should send all logs at this level and higher (i.e., more
2913
+ * severe) to the client as notifications/message.
2880
2914
  */
2881
- uri: Schema.String;
2882
- }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/unsubscribe", Schema.Struct<{
2915
+ level: Schema.Literals<["debug", "info", "notice", "warning", "error", "critical", "alert", "emergency"]>;
2916
+ }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"ping", Schema.UndefinedOr<typeof RequestMeta>, Schema.Struct<{}>, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/get", Schema.Struct<{
2883
2917
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
2884
2918
  /**
2885
2919
  * If specified, the caller is requesting out-of-band progress notifications
@@ -2900,11 +2934,15 @@ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.U
2900
2934
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
2901
2935
  }>>, never, never>;
2902
2936
  /**
2903
- * The URI of the resource to subscribe to. The URI can use any protocol;
2904
- * it is up to the server how to interpret it.
2937
+ * The name of the prompt or prompt template.
2905
2938
  */
2906
- uri: Schema.String;
2907
- }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"initialize", Schema.Struct<{
2939
+ name: Schema.String;
2940
+ title: Schema.decodeTo<Schema.optional<Schema.String>, Schema.optionalKey<Schema.String>, never, never>;
2941
+ /**
2942
+ * Arguments to use for templating the prompt.
2943
+ */
2944
+ arguments: Schema.decodeTo<Schema.optional<Schema.$Record<Schema.String, Schema.String>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
2945
+ }>, typeof GetPromptResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListPromptsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourcesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/read", Schema.Struct<{
2908
2946
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
2909
2947
  /**
2910
2948
  * If specified, the caller is requesting out-of-band progress notifications
@@ -2925,21 +2963,11 @@ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.U
2925
2963
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
2926
2964
  }>>, never, never>;
2927
2965
  /**
2928
- * The latest version of the Model Context Protocol that the client
2929
- * supports. The client MAY decide to support older versions as well.
2930
- */
2931
- protocolVersion: Schema.String;
2932
- /**
2933
- * Capabilities a client may support. Known capabilities are defined here,
2934
- * in this schema, but this is not a closed set: any client can define its
2935
- * own, additional capabilities.
2936
- */
2937
- capabilities: typeof ClientCapabilities;
2938
- /**
2939
- * Describes the name and version of an MCP implementation.
2966
+ * The URI of the resource to read. The URI can use any protocol; it is up
2967
+ * to the server how to interpret it.
2940
2968
  */
2941
- clientInfo: typeof Implementation;
2942
- }>, typeof InitializeResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourcesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/templates/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourceTemplatesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/read", Schema.Struct<{
2969
+ uri: Schema.String;
2970
+ }>, typeof ReadResourceResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/subscribe", Schema.Struct<{
2943
2971
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
2944
2972
  /**
2945
2973
  * If specified, the caller is requesting out-of-band progress notifications
@@ -2960,11 +2988,11 @@ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.U
2960
2988
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
2961
2989
  }>>, never, never>;
2962
2990
  /**
2963
- * The URI of the resource to read. The URI can use any protocol; it is up
2964
- * to the server how to interpret it.
2991
+ * The URI of the resource to subscribe to. The URI can use any protocol;
2992
+ * it is up to the server how to interpret it.
2965
2993
  */
2966
2994
  uri: Schema.String;
2967
- }>, typeof ReadResourceResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListPromptsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/get", Schema.Struct<{
2995
+ }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/templates/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourceTemplatesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/unsubscribe", Schema.Struct<{
2968
2996
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
2969
2997
  /**
2970
2998
  * If specified, the caller is requesting out-of-band progress notifications
@@ -2985,15 +3013,11 @@ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.U
2985
3013
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
2986
3014
  }>>, never, never>;
2987
3015
  /**
2988
- * The name of the prompt or prompt template.
2989
- */
2990
- name: Schema.String;
2991
- title: Schema.decodeTo<Schema.optional<Schema.String>, Schema.optionalKey<Schema.String>, never, never>;
2992
- /**
2993
- * Arguments to use for templating the prompt.
3016
+ * The URI of the resource to subscribe to. The URI can use any protocol;
3017
+ * it is up to the server how to interpret it.
2994
3018
  */
2995
- arguments: Schema.decodeTo<Schema.optional<Schema.$Record<Schema.String, Schema.String>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
2996
- }>, typeof GetPromptResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListToolsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/call", Schema.Struct<{
3019
+ uri: Schema.String;
3020
+ }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/call", Schema.Struct<{
2997
3021
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
2998
3022
  /**
2999
3023
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3015,31 +3039,7 @@ declare const ClientRequestRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.U
3015
3039
  }>>, never, never>;
3016
3040
  name: Schema.String;
3017
3041
  arguments: Schema.$Record<Schema.String, Schema.Any>;
3018
- }>, typeof CallToolResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"completion/complete", Schema.Struct<{
3019
- readonly ref: Schema.Union<readonly [typeof PromptReference, typeof ResourceReference]>;
3020
- /**
3021
- * The argument's information
3022
- */
3023
- readonly argument: Schema.Struct<{
3024
- /**
3025
- * The name of the argument
3026
- */
3027
- readonly name: Schema.String;
3028
- /**
3029
- * The value of the argument to use for completion matching.
3030
- */
3031
- readonly value: Schema.String;
3032
- }>;
3033
- /**
3034
- * Additional, optional context for completions
3035
- */
3036
- readonly context: optionalWithDefault<Schema.Struct<{
3037
- /**
3038
- * Previously-resolved variables in a URI template or prompt.
3039
- */
3040
- readonly arguments: optionalWithDefault<Schema.$Record<Schema.String, Schema.String>>;
3041
- }>>;
3042
- }>, typeof CompleteResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never>>;
3042
+ }>, typeof CallToolResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListToolsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never>>;
3043
3043
  /**
3044
3044
  * RPC group for requests that MCP clients send to the server.
3045
3045
  *
@@ -3078,7 +3078,31 @@ export declare class ClientNotificationRpcs extends ClientNotificationRpcs_base
3078
3078
  * @since 4.0.0
3079
3079
  */
3080
3080
  export type ClientNotificationEncoded = NotificationEncoded<typeof ClientNotificationRpcs>;
3081
- declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.UndefinedOr<typeof RequestMeta>, Schema.Struct<{}>, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"logging/setLevel", Schema.Struct<{
3081
+ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"completion/complete", Schema.Struct<{
3082
+ readonly ref: Schema.Union<readonly [typeof PromptReference, typeof ResourceReference]>;
3083
+ /**
3084
+ * The argument's information
3085
+ */
3086
+ readonly argument: Schema.Struct<{
3087
+ /**
3088
+ * The name of the argument
3089
+ */
3090
+ readonly name: Schema.String;
3091
+ /**
3092
+ * The value of the argument to use for completion matching.
3093
+ */
3094
+ readonly value: Schema.String;
3095
+ }>;
3096
+ /**
3097
+ * Additional, optional context for completions
3098
+ */
3099
+ readonly context: optionalWithDefault<Schema.Struct<{
3100
+ /**
3101
+ * Previously-resolved variables in a URI template or prompt.
3102
+ */
3103
+ readonly arguments: optionalWithDefault<Schema.$Record<Schema.String, Schema.String>>;
3104
+ }>>;
3105
+ }>, typeof CompleteResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"initialize", Schema.Struct<{
3082
3106
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
3083
3107
  /**
3084
3108
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3099,12 +3123,21 @@ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.Undefine
3099
3123
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
3100
3124
  }>>, never, never>;
3101
3125
  /**
3102
- * The level of logging that the client wants to receive from the server.
3103
- * The server should send all logs at this level and higher (i.e., more
3104
- * severe) to the client as notifications/message.
3126
+ * The latest version of the Model Context Protocol that the client
3127
+ * supports. The client MAY decide to support older versions as well.
3105
3128
  */
3106
- level: Schema.Literals<["debug", "info", "notice", "warning", "error", "critical", "alert", "emergency"]>;
3107
- }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/subscribe", Schema.Struct<{
3129
+ protocolVersion: Schema.String;
3130
+ /**
3131
+ * Capabilities a client may support. Known capabilities are defined here,
3132
+ * in this schema, but this is not a closed set: any client can define its
3133
+ * own, additional capabilities.
3134
+ */
3135
+ capabilities: typeof ClientCapabilities;
3136
+ /**
3137
+ * Describes the name and version of an MCP implementation.
3138
+ */
3139
+ clientInfo: typeof Implementation;
3140
+ }>, typeof InitializeResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"logging/setLevel", Schema.Struct<{
3108
3141
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
3109
3142
  /**
3110
3143
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3125,11 +3158,12 @@ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.Undefine
3125
3158
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
3126
3159
  }>>, never, never>;
3127
3160
  /**
3128
- * The URI of the resource to subscribe to. The URI can use any protocol;
3129
- * it is up to the server how to interpret it.
3161
+ * The level of logging that the client wants to receive from the server.
3162
+ * The server should send all logs at this level and higher (i.e., more
3163
+ * severe) to the client as notifications/message.
3130
3164
  */
3131
- uri: Schema.String;
3132
- }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/unsubscribe", Schema.Struct<{
3165
+ level: Schema.Literals<["debug", "info", "notice", "warning", "error", "critical", "alert", "emergency"]>;
3166
+ }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"ping", Schema.UndefinedOr<typeof RequestMeta>, Schema.Struct<{}>, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/get", Schema.Struct<{
3133
3167
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
3134
3168
  /**
3135
3169
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3150,11 +3184,15 @@ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.Undefine
3150
3184
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
3151
3185
  }>>, never, never>;
3152
3186
  /**
3153
- * The URI of the resource to subscribe to. The URI can use any protocol;
3154
- * it is up to the server how to interpret it.
3187
+ * The name of the prompt or prompt template.
3155
3188
  */
3156
- uri: Schema.String;
3157
- }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"initialize", Schema.Struct<{
3189
+ name: Schema.String;
3190
+ title: Schema.decodeTo<Schema.optional<Schema.String>, Schema.optionalKey<Schema.String>, never, never>;
3191
+ /**
3192
+ * Arguments to use for templating the prompt.
3193
+ */
3194
+ arguments: Schema.decodeTo<Schema.optional<Schema.$Record<Schema.String, Schema.String>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
3195
+ }>, typeof GetPromptResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListPromptsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourcesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/read", Schema.Struct<{
3158
3196
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
3159
3197
  /**
3160
3198
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3175,21 +3213,11 @@ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.Undefine
3175
3213
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
3176
3214
  }>>, never, never>;
3177
3215
  /**
3178
- * The latest version of the Model Context Protocol that the client
3179
- * supports. The client MAY decide to support older versions as well.
3180
- */
3181
- protocolVersion: Schema.String;
3182
- /**
3183
- * Capabilities a client may support. Known capabilities are defined here,
3184
- * in this schema, but this is not a closed set: any client can define its
3185
- * own, additional capabilities.
3186
- */
3187
- capabilities: typeof ClientCapabilities;
3188
- /**
3189
- * Describes the name and version of an MCP implementation.
3216
+ * The URI of the resource to read. The URI can use any protocol; it is up
3217
+ * to the server how to interpret it.
3190
3218
  */
3191
- clientInfo: typeof Implementation;
3192
- }>, typeof InitializeResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourcesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/templates/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourceTemplatesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/read", Schema.Struct<{
3219
+ uri: Schema.String;
3220
+ }>, typeof ReadResourceResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/subscribe", Schema.Struct<{
3193
3221
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
3194
3222
  /**
3195
3223
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3210,11 +3238,11 @@ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.Undefine
3210
3238
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
3211
3239
  }>>, never, never>;
3212
3240
  /**
3213
- * The URI of the resource to read. The URI can use any protocol; it is up
3214
- * to the server how to interpret it.
3241
+ * The URI of the resource to subscribe to. The URI can use any protocol;
3242
+ * it is up to the server how to interpret it.
3215
3243
  */
3216
3244
  uri: Schema.String;
3217
- }>, typeof ReadResourceResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListPromptsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"prompts/get", Schema.Struct<{
3245
+ }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/templates/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListResourceTemplatesResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"resources/unsubscribe", Schema.Struct<{
3218
3246
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
3219
3247
  /**
3220
3248
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3235,15 +3263,11 @@ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.Undefine
3235
3263
  readonly progressToken: Schema.decodeTo<Schema.optional<Schema.Union<[Schema.String, Schema.Number]>>, Schema.optionalKey<Schema.Union<[Schema.String, Schema.Number]>>, never, never>;
3236
3264
  }>>, never, never>;
3237
3265
  /**
3238
- * The name of the prompt or prompt template.
3239
- */
3240
- name: Schema.String;
3241
- title: Schema.decodeTo<Schema.optional<Schema.String>, Schema.optionalKey<Schema.String>, never, never>;
3242
- /**
3243
- * Arguments to use for templating the prompt.
3266
+ * The URI of the resource to subscribe to. The URI can use any protocol;
3267
+ * it is up to the server how to interpret it.
3244
3268
  */
3245
- arguments: Schema.decodeTo<Schema.optional<Schema.$Record<Schema.String, Schema.String>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
3246
- }>, typeof GetPromptResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListToolsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/call", Schema.Struct<{
3269
+ uri: Schema.String;
3270
+ }>, Schema.Void, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/call", Schema.Struct<{
3247
3271
  _meta: Schema.decodeTo<Schema.optional<Schema.Struct<{
3248
3272
  /**
3249
3273
  * If specified, the caller is requesting out-of-band progress notifications
@@ -3265,31 +3289,7 @@ declare const ClientRpcs_base: RpcGroup.RpcGroup<Rpc.Rpc<"ping", Schema.Undefine
3265
3289
  }>>, never, never>;
3266
3290
  name: Schema.String;
3267
3291
  arguments: Schema.$Record<Schema.String, Schema.Any>;
3268
- }>, typeof CallToolResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"completion/complete", Schema.Struct<{
3269
- readonly ref: Schema.Union<readonly [typeof PromptReference, typeof ResourceReference]>;
3270
- /**
3271
- * The argument's information
3272
- */
3273
- readonly argument: Schema.Struct<{
3274
- /**
3275
- * The name of the argument
3276
- */
3277
- readonly name: Schema.String;
3278
- /**
3279
- * The value of the argument to use for completion matching.
3280
- */
3281
- readonly value: Schema.String;
3282
- }>;
3283
- /**
3284
- * Additional, optional context for completions
3285
- */
3286
- readonly context: optionalWithDefault<Schema.Struct<{
3287
- /**
3288
- * Previously-resolved variables in a URI template or prompt.
3289
- */
3290
- readonly arguments: optionalWithDefault<Schema.$Record<Schema.String, Schema.String>>;
3291
- }>>;
3292
- }>, typeof CompleteResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | typeof InitializedNotification | typeof CancelledNotification | typeof ProgressNotification | typeof RootsListChangedNotification>;
3292
+ }>, typeof CallToolResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | Rpc.Rpc<"tools/list", Schema.UndefinedOr<typeof PaginatedRequestMeta>, typeof ListToolsResult, Schema.Union<readonly [typeof ParseError, typeof InvalidRequest, typeof MethodNotFound, typeof InvalidParams, typeof InternalError, typeof McpErrorBase]>, typeof McpServerClientMiddleware, never> | typeof InitializedNotification | typeof CancelledNotification | typeof ProgressNotification | typeof RootsListChangedNotification>;
3293
3293
  /**
3294
3294
  * RPC group combining all client-to-server MCP requests and notifications.
3295
3295
  *
@@ -1 +1 @@
1
- {"version":3,"file":"McpSchema.d.ts","sourceRoot":"","sources":["../../../src/unstable/ai/McpSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"McpSchema.d.ts","sourceRoot":"","sources":["../../../src/unstable/ai/McpSchema.ts"],"names":[],"mappings":"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"}
@@ -69,8 +69,7 @@ export declare const isCliError: (u: unknown) => u is CliError;
69
69
  * @since 4.0.0
70
70
  */
71
71
  export type CliError = UnrecognizedOption | DuplicateOption | MissingOption | MissingArgument | InvalidValue | UnknownSubcommand | ShowHelp | UserError;
72
- declare const UnrecognizedOption_base: Schema.Class<UnrecognizedOption, Schema.Struct<{
73
- readonly _tag: Schema.tag<"UnrecognizedOption">;
72
+ declare const UnrecognizedOption_base: Schema.Class<UnrecognizedOption, Schema.TaggedStruct<"UnrecognizedOption", {
74
73
  readonly option: Schema.String;
75
74
  readonly command: Schema.optional<Schema.$Array<Schema.String>>;
76
75
  readonly suggestions: Schema.$Array<Schema.String>;
@@ -122,8 +121,7 @@ export declare class UnrecognizedOption extends UnrecognizedOption_base {
122
121
  */
123
122
  get message(): string;
124
123
  }
125
- declare const DuplicateOption_base: Schema.Class<DuplicateOption, Schema.Struct<{
126
- readonly _tag: Schema.tag<"DuplicateOption">;
124
+ declare const DuplicateOption_base: Schema.Class<DuplicateOption, Schema.TaggedStruct<"DuplicateOption", {
127
125
  readonly option: Schema.String;
128
126
  readonly parentCommand: Schema.String;
129
127
  readonly childCommand: Schema.String;
@@ -164,8 +162,7 @@ export declare class DuplicateOption extends DuplicateOption_base {
164
162
  */
165
163
  get message(): string;
166
164
  }
167
- declare const MissingOption_base: Schema.Class<MissingOption, Schema.Struct<{
168
- readonly _tag: Schema.tag<"MissingOption">;
165
+ declare const MissingOption_base: Schema.Class<MissingOption, Schema.TaggedStruct<"MissingOption", {
169
166
  readonly option: Schema.String;
170
167
  }>, import("../../Cause.ts").YieldableError>;
171
168
  /**
@@ -212,8 +209,7 @@ export declare class MissingOption extends MissingOption_base {
212
209
  */
213
210
  get message(): string;
214
211
  }
215
- declare const MissingArgument_base: Schema.Class<MissingArgument, Schema.Struct<{
216
- readonly _tag: Schema.tag<"MissingArgument">;
212
+ declare const MissingArgument_base: Schema.Class<MissingArgument, Schema.TaggedStruct<"MissingArgument", {
217
213
  readonly argument: Schema.String;
218
214
  }>, import("../../Cause.ts").YieldableError>;
219
215
  /**
@@ -259,8 +255,7 @@ export declare class MissingArgument extends MissingArgument_base {
259
255
  */
260
256
  get message(): string;
261
257
  }
262
- declare const InvalidValue_base: Schema.Class<InvalidValue, Schema.Struct<{
263
- readonly _tag: Schema.tag<"InvalidValue">;
258
+ declare const InvalidValue_base: Schema.Class<InvalidValue, Schema.TaggedStruct<"InvalidValue", {
264
259
  readonly option: Schema.String;
265
260
  readonly value: Schema.String;
266
261
  readonly expected: Schema.String;
@@ -314,8 +309,7 @@ export declare class InvalidValue extends InvalidValue_base {
314
309
  */
315
310
  get message(): string;
316
311
  }
317
- declare const UnknownSubcommand_base: Schema.Class<UnknownSubcommand, Schema.Struct<{
318
- readonly _tag: Schema.tag<"UnknownSubcommand">;
312
+ declare const UnknownSubcommand_base: Schema.Class<UnknownSubcommand, Schema.TaggedStruct<"UnknownSubcomand", {
319
313
  readonly subcommand: Schema.String;
320
314
  readonly parent: Schema.optional<Schema.$Array<Schema.String>>;
321
315
  readonly suggestions: Schema.$Array<Schema.String>;
@@ -370,8 +364,7 @@ export declare class UnknownSubcommand extends UnknownSubcommand_base {
370
364
  */
371
365
  get message(): string;
372
366
  }
373
- declare const UserError_base: Schema.Class<UserError, Schema.Struct<{
374
- readonly _tag: Schema.tag<"UserError">;
367
+ declare const UserError_base: Schema.Class<UserError, Schema.TaggedStruct<"UserError", {
375
368
  readonly cause: Schema.Defect;
376
369
  }>, import("../../Cause.ts").YieldableError>;
377
370
  /**
@@ -451,8 +444,7 @@ export declare const NonShowHelpErrors: Schema.Union<readonly [
451
444
  * @since 4.0.0
452
445
  */
453
446
  export type NonShowHelpErrors = typeof NonShowHelpErrors.Type;
454
- declare const ShowHelp_base: Schema.Class<ShowHelp, Schema.Struct<{
455
- readonly _tag: Schema.tag<"ShowHelp">;
447
+ declare const ShowHelp_base: Schema.Class<ShowHelp, Schema.TaggedStruct<"ShowHelp", {
456
448
  readonly commandPath: Schema.$Array<Schema.String>;
457
449
  readonly errors: Schema.$Array<Schema.Union<readonly [typeof UnrecognizedOption, typeof DuplicateOption, typeof MissingOption, typeof MissingArgument, typeof InvalidValue, typeof UnknownSubcommand, typeof UserError]>>;
458
450
  }>, import("../../Cause.ts").YieldableError>;
@@ -1 +1 @@
1
- {"version":3,"file":"CliError.d.ts","sourceRoot":"","sources":["../../../src/unstable/cli/CliError.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAA;AAC3C,OAAO,KAAK,MAAM,MAAM,iBAAiB,CAAA;AAEzC;;;GAGG;AACH,QAAA,MAAM,MAAM,yBAAyB,CAAA;AAErC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,UAAU,MAAO,OAAO,KAAG,CAAC,IAAI,QAA4C,CAAA;AAEzF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,MAAM,QAAQ,GAChB,kBAAkB,GAClB,eAAe,GACf,aAAa,GACb,eAAe,GACf,YAAY,GACZ,iBAAiB,GACjB,QAAQ,GACR,SAAS,CAAA;;;;;;;AAEb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAAa,kBAAmB,SAAQ,uBAKtC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAQnB;CACF;;;;;;;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAAa,eAAgB,SAAQ,oBAKnC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAGnB;CACF;;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAAa,aAAc,SAAQ,kBAGjC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAEnB;CACF;;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAAa,eAAgB,SAAQ,oBAGnC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAEnB;CACF;;;;;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,qBAAa,YAAa,SAAQ,iBAMhC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAKnB;CACF;;;;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,iBAAkB,SAAQ,sBAKrC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAOnB;CACF;;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,SAAU,SAAQ,cAG7B;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;CAC3B;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,KAAK,CAC1C,SAAS;IACP,OAAO,kBAAkB;IACzB,OAAO,eAAe;IACtB,OAAO,aAAa;IACpB,OAAO,eAAe;IACtB,OAAO,YAAY;IACnB,OAAO,iBAAiB;IACxB,OAAO,SAAS;CACjB,CASD,CAAA;AAEF;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAA;;;;;;AAE7D;;;;;;;;;;;GAWG;AACH,qBAAa,QAAS,SAAQ,aAI5B;IACA,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B,SAAkB,CAAC,OAAO,CAAC,aAAa,CAAC,SAA6B;IACtE,SAAkB,CAAC,OAAO,CAAC,aAAa,CAAC,SAAQ;IAEjD,IAAa,OAAO,WAEnB;CACF"}
1
+ {"version":3,"file":"CliError.d.ts","sourceRoot":"","sources":["../../../src/unstable/cli/CliError.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAA;AAC3C,OAAO,KAAK,MAAM,MAAM,iBAAiB,CAAA;AAEzC;;;GAGG;AACH,QAAA,MAAM,MAAM,yBAAyB,CAAA;AAErC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,UAAU,MAAO,OAAO,KAAG,CAAC,IAAI,QAA4C,CAAA;AAEzF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,MAAM,QAAQ,GAChB,kBAAkB,GAClB,eAAe,GACf,aAAa,GACb,eAAe,GACf,YAAY,GACZ,iBAAiB,GACjB,QAAQ,GACR,SAAS,CAAA;;;;;;AAEb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAAa,kBAAmB,SAAQ,uBAMtC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAQnB;CACF;;;;;;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAAa,eAAgB,SAAQ,oBAMnC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAGnB;CACF;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAAa,aAAc,SAAQ,kBAIjC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAEnB;CACF;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAAa,eAAgB,SAAQ,oBAInC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAEnB;CACF;;;;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,qBAAa,YAAa,SAAQ,iBAOhC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAKnB;CACF;;;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,iBAAkB,SAAQ,sBAMrC;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B;;;;OAIG;IACH,IAAa,OAAO,WAOnB;CACF;;;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,SAAU,SAAQ,cAI7B;IACA;;;;OAIG;IACH,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;CAC3B;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,KAAK,CAC1C,SAAS;IACP,OAAO,kBAAkB;IACzB,OAAO,eAAe;IACtB,OAAO,aAAa;IACpB,OAAO,eAAe;IACtB,OAAO,YAAY;IACnB,OAAO,iBAAiB;IACxB,OAAO,SAAS;CACjB,CASD,CAAA;AAEF;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAA;;;;;AAE7D;;;;;;;;;;;GAWG;AACH,qBAAa,QAAS,SAAQ,aAK5B;IACA,QAAQ,CAAC,CAAC,MAAM,CAAC,0BAAS;IAE1B,SAAkB,CAAC,OAAO,CAAC,aAAa,CAAC,SAA6B;IACtE,SAAkB,CAAC,OAAO,CAAC,aAAa,CAAC,SAAQ;IAEjD,IAAa,OAAO,WAEnB;CACF"}