mcp-use 2.0.0-beta.9 → 2.0.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 (1237) hide show
  1. package/dist/bin.js +1 -179
  2. package/dist/branding.d.ts +7 -11
  3. package/dist/buffered-response.d.ts +27 -0
  4. package/dist/chunk-273ZVKJJ.js +2 -0
  5. package/dist/{chunk-GTOOHAI2.js → chunk-GX6PGIEO.js} +33 -143
  6. package/dist/chunk-IS7FKXFR.js +1 -0
  7. package/dist/chunk-KGTOBJW2.js +1 -0
  8. package/dist/chunk-MIZQEWZS.js +1 -0
  9. package/dist/chunk-OJF6B5EU.js +1 -0
  10. package/dist/chunk-PSKSL567.js +1 -0
  11. package/dist/chunk-XYHHP43G.js +1 -0
  12. package/dist/chunk-Y26DNVWA.js +3 -0
  13. package/dist/chunk-ZMU5USAZ.js +1 -0
  14. package/dist/completable.d.ts +0 -1
  15. package/dist/config.d.ts +24 -84
  16. package/dist/context.d.ts +154 -60
  17. package/dist/fetch-app.d.ts +3 -28
  18. package/dist/index-node.js +781 -0
  19. package/dist/index.d.ts +31 -14
  20. package/dist/index.js +41 -2548
  21. package/dist/internal/node-http-unavailable.js +1 -0
  22. package/dist/internal/node-http.js +1 -0
  23. package/dist/internal/resource-completion.js +1 -7
  24. package/dist/internal/usage.js +1 -0
  25. package/dist/landing-handler-TG6LVQBI.js +1 -0
  26. package/dist/landing-handler.d.ts +1 -2
  27. package/dist/landing.d.ts +19 -5
  28. package/dist/landing.js +1 -7
  29. package/dist/listen-address.d.ts +8 -0
  30. package/dist/logging.d.ts +0 -1
  31. package/dist/mcp-proxy-NETCUGUD.js +2 -0
  32. package/dist/mcp-proxy.d.ts +158 -0
  33. package/dist/middleware/cors.d.ts +0 -1
  34. package/dist/middleware/mcp-middleware.d.ts +178 -104
  35. package/dist/mount-mcp.d.ts +0 -1
  36. package/dist/next/config.d.ts +67 -0
  37. package/dist/next/handler.d.ts +32 -0
  38. package/dist/next/index.d.ts +9 -0
  39. package/dist/next/index.js +1 -0
  40. package/dist/node-bridge.d.ts +33 -4
  41. package/dist/node-bridge.js +1 -151
  42. package/dist/node-http-unavailable.d.ts +9 -0
  43. package/dist/node-http.d.ts +2 -0
  44. package/dist/oauth/adapters.d.ts +0 -1
  45. package/dist/oauth/auth0.d.ts +24 -1
  46. package/dist/oauth/auth0.js +1 -61
  47. package/dist/oauth/better-auth.d.ts +23 -1
  48. package/dist/oauth/better-auth.js +1 -76
  49. package/dist/oauth/clerk.d.ts +30 -3
  50. package/dist/oauth/clerk.js +1 -70
  51. package/dist/oauth/errors.d.ts +3 -0
  52. package/dist/oauth/guards.d.ts +0 -1
  53. package/dist/oauth/index.d.ts +0 -1
  54. package/dist/oauth/index.js +1 -28
  55. package/dist/oauth/internal.d.ts +0 -1
  56. package/dist/oauth/jwt.d.ts +10 -4
  57. package/dist/oauth/keycloak.d.ts +28 -1
  58. package/dist/oauth/keycloak.js +1 -94
  59. package/dist/oauth/provider.d.ts +17 -2
  60. package/dist/oauth/supabase.d.ts +38 -2
  61. package/dist/oauth/supabase.js +1 -101
  62. package/dist/oauth/workos.d.ts +27 -1
  63. package/dist/oauth/workos.js +1 -77
  64. package/dist/openapi/index.d.ts +0 -1
  65. package/dist/openapi/index.js +1 -7
  66. package/dist/openapi/types.d.ts +0 -1
  67. package/dist/prompts.d.ts +7 -4
  68. package/dist/public-route-DAQJGS6K.js +1 -0
  69. package/dist/react/components/error-boundary.d.ts +3 -1
  70. package/dist/react/components/image.d.ts +0 -1
  71. package/dist/react/components/model-context.d.ts +8 -57
  72. package/dist/react/components/theme-provider.d.ts +7 -4
  73. package/dist/react/components/view-controls.d.ts +0 -1
  74. package/dist/react/hooks/use-call-tool.d.ts +29 -12
  75. package/dist/react/hooks/use-display-mode.d.ts +0 -1
  76. package/dist/react/hooks/use-files.d.ts +0 -1
  77. package/dist/react/hooks/use-host-context.d.ts +5 -1
  78. package/dist/react/hooks/use-open-external.d.ts +0 -1
  79. package/dist/react/hooks/use-send-follow-up.d.ts +0 -1
  80. package/dist/react/hooks/use-send-size-changed.d.ts +0 -1
  81. package/dist/react/hooks/use-tool-context.d.ts +0 -1
  82. package/dist/react/hooks/use-view-state.d.ts +23 -0
  83. package/dist/react/hooks/use-view-theme.d.ts +0 -1
  84. package/dist/react/hooks/use-view-tool.d.ts +3 -4
  85. package/dist/react/index.d.ts +9 -9
  86. package/dist/react/index.js +286 -131
  87. package/dist/react/public-assets.d.ts +21 -6
  88. package/dist/react/runtime/bootstrap-view.d.ts +3 -4
  89. package/dist/react/runtime/model-context-store.d.ts +34 -69
  90. package/dist/react/runtime/view-config.d.ts +0 -1
  91. package/dist/react/runtime/view-runtime-context.d.ts +0 -1
  92. package/dist/react/runtime/view-runtime.d.ts +4 -6
  93. package/dist/react/types/file-types.d.ts +2 -1
  94. package/dist/react/types/host-types.d.ts +2 -1
  95. package/dist/react/types/register.d.ts +11 -4
  96. package/dist/react/types/result-types.d.ts +0 -1
  97. package/dist/resource-completion.d.ts +0 -1
  98. package/dist/resources.d.ts +14 -6
  99. package/dist/response-conversion.d.ts +25 -0
  100. package/dist/response-helpers.d.ts +231 -0
  101. package/dist/server.d.ts +118 -51
  102. package/dist/tools.d.ts +14 -14
  103. package/dist/usage.d.ts +14 -0
  104. package/dist/views/capabilities.d.ts +0 -1
  105. package/dist/views/constants.d.ts +1 -2
  106. package/dist/views/csp-env.d.ts +0 -1
  107. package/dist/views/document.d.ts +9 -11
  108. package/dist/views/index.d.ts +0 -1
  109. package/dist/views/origin.d.ts +0 -1
  110. package/dist/views/public-route.d.ts +2 -3
  111. package/dist/views/register.d.ts +1 -2
  112. package/dist/views/routes.d.ts +1 -2
  113. package/dist/views/types.d.ts +21 -17
  114. package/dist/views/wire.d.ts +7 -7
  115. package/dist/vite-client.d.ts +1 -0
  116. package/package.json +41 -21
  117. package/dist/.tsbuildinfo +0 -1
  118. package/dist/bin/args.d.ts +0 -61
  119. package/dist/bin/args.d.ts.map +0 -1
  120. package/dist/bin/main.d.ts +0 -32
  121. package/dist/bin/main.d.ts.map +0 -1
  122. package/dist/bin/start.d.ts +0 -40
  123. package/dist/bin/start.d.ts.map +0 -1
  124. package/dist/bin.d.ts +0 -3
  125. package/dist/bin.d.ts.map +0 -1
  126. package/dist/bin.js.map +0 -1
  127. package/dist/branding.d.ts.map +0 -1
  128. package/dist/chunk-AATFAERC.js +0 -384
  129. package/dist/chunk-AATFAERC.js.map +0 -1
  130. package/dist/chunk-DPL7OEXC.js +0 -518
  131. package/dist/chunk-DPL7OEXC.js.map +0 -1
  132. package/dist/chunk-DQ7LE4ZA.js +0 -237
  133. package/dist/chunk-DQ7LE4ZA.js.map +0 -1
  134. package/dist/chunk-FC2Z2VFO.js +0 -99
  135. package/dist/chunk-FC2Z2VFO.js.map +0 -1
  136. package/dist/chunk-GTOOHAI2.js.map +0 -1
  137. package/dist/chunk-IG2BCCMU.js +0 -98
  138. package/dist/chunk-IG2BCCMU.js.map +0 -1
  139. package/dist/chunk-KIZ72TIK.js +0 -38
  140. package/dist/chunk-KIZ72TIK.js.map +0 -1
  141. package/dist/chunk-QUUANIE4.js +0 -125
  142. package/dist/chunk-QUUANIE4.js.map +0 -1
  143. package/dist/chunk-RQRT27Q3.js +0 -454
  144. package/dist/chunk-RQRT27Q3.js.map +0 -1
  145. package/dist/chunk-SMN75YED.js +0 -66
  146. package/dist/chunk-SMN75YED.js.map +0 -1
  147. package/dist/chunk-STCR3P5O.js +0 -95
  148. package/dist/chunk-STCR3P5O.js.map +0 -1
  149. package/dist/chunk-XUD22N3Y.js +0 -156
  150. package/dist/chunk-XUD22N3Y.js.map +0 -1
  151. package/dist/chunk-Z326HADF.js +0 -82
  152. package/dist/chunk-Z326HADF.js.map +0 -1
  153. package/dist/chunk-ZMIKQPSO.js +0 -151
  154. package/dist/chunk-ZMIKQPSO.js.map +0 -1
  155. package/dist/cli/build.d.ts +0 -61
  156. package/dist/cli/build.d.ts.map +0 -1
  157. package/dist/cli/dev-api.d.ts +0 -49
  158. package/dist/cli/dev-api.d.ts.map +0 -1
  159. package/dist/cli/dev.d.ts +0 -101
  160. package/dist/cli/dev.d.ts.map +0 -1
  161. package/dist/cli/entry.d.ts +0 -31
  162. package/dist/cli/entry.d.ts.map +0 -1
  163. package/dist/cli/index.d.ts +0 -17
  164. package/dist/cli/index.d.ts.map +0 -1
  165. package/dist/cli/port.d.ts +0 -30
  166. package/dist/cli/port.d.ts.map +0 -1
  167. package/dist/cli/tools-declaration.d.ts +0 -22
  168. package/dist/cli/tools-declaration.d.ts.map +0 -1
  169. package/dist/cli/tunnel.d.ts +0 -46
  170. package/dist/cli/tunnel.d.ts.map +0 -1
  171. package/dist/cli/views-bindings.d.ts +0 -30
  172. package/dist/cli/views-bindings.d.ts.map +0 -1
  173. package/dist/cli/views-plugin.d.ts +0 -47
  174. package/dist/cli/views-plugin.d.ts.map +0 -1
  175. package/dist/cli/views.d.ts +0 -75
  176. package/dist/cli/views.d.ts.map +0 -1
  177. package/dist/cli/vite-config.d.ts +0 -21
  178. package/dist/cli/vite-config.d.ts.map +0 -1
  179. package/dist/cli/workspace.d.ts +0 -107
  180. package/dist/cli/workspace.d.ts.map +0 -1
  181. package/dist/commands/build.d.ts +0 -8
  182. package/dist/commands/build.d.ts.map +0 -1
  183. package/dist/commands/build.js +0 -374
  184. package/dist/commands/build.js.map +0 -1
  185. package/dist/commands/client.d.ts +0 -22
  186. package/dist/commands/client.d.ts.map +0 -1
  187. package/dist/commands/client.js +0 -14
  188. package/dist/commands/client.js.map +0 -1
  189. package/dist/commands/cloud-api.d.ts +0 -70
  190. package/dist/commands/cloud-api.d.ts.map +0 -1
  191. package/dist/commands/deploy.d.ts +0 -3
  192. package/dist/commands/deploy.d.ts.map +0 -1
  193. package/dist/commands/deploy.js +0 -242
  194. package/dist/commands/deploy.js.map +0 -1
  195. package/dist/commands/deployments.d.ts +0 -3
  196. package/dist/commands/deployments.d.ts.map +0 -1
  197. package/dist/commands/deployments.js +0 -213
  198. package/dist/commands/deployments.js.map +0 -1
  199. package/dist/commands/dev.d.ts +0 -8
  200. package/dist/commands/dev.d.ts.map +0 -1
  201. package/dist/commands/dev.js +0 -656
  202. package/dist/commands/dev.js.map +0 -1
  203. package/dist/commands/identity.d.ts +0 -3
  204. package/dist/commands/identity.d.ts.map +0 -1
  205. package/dist/commands/identity.js +0 -192
  206. package/dist/commands/identity.js.map +0 -1
  207. package/dist/commands/load-client.d.ts +0 -11
  208. package/dist/commands/load-client.d.ts.map +0 -1
  209. package/dist/commands/organizations.d.ts +0 -3
  210. package/dist/commands/organizations.d.ts.map +0 -1
  211. package/dist/commands/organizations.js +0 -97
  212. package/dist/commands/organizations.js.map +0 -1
  213. package/dist/commands/screenshot.d.ts +0 -3
  214. package/dist/commands/screenshot.d.ts.map +0 -1
  215. package/dist/commands/screenshot.js +0 -463
  216. package/dist/commands/screenshot.js.map +0 -1
  217. package/dist/commands/servers.d.ts +0 -3
  218. package/dist/commands/servers.d.ts.map +0 -1
  219. package/dist/commands/servers.js +0 -278
  220. package/dist/commands/servers.js.map +0 -1
  221. package/dist/commands/shared.d.ts +0 -44
  222. package/dist/commands/shared.d.ts.map +0 -1
  223. package/dist/commands/skills.d.ts +0 -3
  224. package/dist/commands/skills.d.ts.map +0 -1
  225. package/dist/commands/skills.js +0 -84
  226. package/dist/commands/skills.js.map +0 -1
  227. package/dist/commands/start.d.ts +0 -8
  228. package/dist/commands/start.d.ts.map +0 -1
  229. package/dist/commands/start.js +0 -72
  230. package/dist/commands/start.js.map +0 -1
  231. package/dist/completable.d.ts.map +0 -1
  232. package/dist/config.d.ts.map +0 -1
  233. package/dist/context.d.ts.map +0 -1
  234. package/dist/fetch-app.d.ts.map +0 -1
  235. package/dist/index.d.ts.map +0 -1
  236. package/dist/index.js.map +0 -1
  237. package/dist/inspector-shell.d.ts +0 -90
  238. package/dist/inspector-shell.d.ts.map +0 -1
  239. package/dist/internal/resource-completion.js.map +0 -1
  240. package/dist/landing-handler-3VN4BMR2.js +0 -34
  241. package/dist/landing-handler-3VN4BMR2.js.map +0 -1
  242. package/dist/landing-handler.d.ts.map +0 -1
  243. package/dist/landing.d.ts.map +0 -1
  244. package/dist/landing.js.map +0 -1
  245. package/dist/logging.d.ts.map +0 -1
  246. package/dist/middleware/cors.d.ts.map +0 -1
  247. package/dist/middleware/mcp-middleware.d.ts.map +0 -1
  248. package/dist/mount-mcp.d.ts.map +0 -1
  249. package/dist/node-bridge.d.ts.map +0 -1
  250. package/dist/node-bridge.js.map +0 -1
  251. package/dist/oauth/adapters.d.ts.map +0 -1
  252. package/dist/oauth/auth0.d.ts.map +0 -1
  253. package/dist/oauth/auth0.js.map +0 -1
  254. package/dist/oauth/better-auth.d.ts.map +0 -1
  255. package/dist/oauth/better-auth.js.map +0 -1
  256. package/dist/oauth/clerk.d.ts.map +0 -1
  257. package/dist/oauth/clerk.js.map +0 -1
  258. package/dist/oauth/guards.d.ts.map +0 -1
  259. package/dist/oauth/index.d.ts.map +0 -1
  260. package/dist/oauth/index.js.map +0 -1
  261. package/dist/oauth/internal.d.ts.map +0 -1
  262. package/dist/oauth/jwt.d.ts.map +0 -1
  263. package/dist/oauth/keycloak.d.ts.map +0 -1
  264. package/dist/oauth/keycloak.js.map +0 -1
  265. package/dist/oauth/provider.d.ts.map +0 -1
  266. package/dist/oauth/supabase.d.ts.map +0 -1
  267. package/dist/oauth/supabase.js.map +0 -1
  268. package/dist/oauth/workos.d.ts.map +0 -1
  269. package/dist/oauth/workos.js.map +0 -1
  270. package/dist/openapi/index.d.ts.map +0 -1
  271. package/dist/openapi/index.js.map +0 -1
  272. package/dist/openapi/types.d.ts.map +0 -1
  273. package/dist/prompts.d.ts.map +0 -1
  274. package/dist/public-route-5JEGFEIN.js +0 -9
  275. package/dist/public-route-5JEGFEIN.js.map +0 -1
  276. package/dist/react/components/error-boundary.d.ts.map +0 -1
  277. package/dist/react/components/image.d.ts.map +0 -1
  278. package/dist/react/components/model-context.d.ts.map +0 -1
  279. package/dist/react/components/theme-provider.d.ts.map +0 -1
  280. package/dist/react/components/view-controls.d.ts.map +0 -1
  281. package/dist/react/hooks/use-call-tool.d.ts.map +0 -1
  282. package/dist/react/hooks/use-display-mode.d.ts.map +0 -1
  283. package/dist/react/hooks/use-files.d.ts.map +0 -1
  284. package/dist/react/hooks/use-host-context.d.ts.map +0 -1
  285. package/dist/react/hooks/use-open-external.d.ts.map +0 -1
  286. package/dist/react/hooks/use-send-follow-up.d.ts.map +0 -1
  287. package/dist/react/hooks/use-send-size-changed.d.ts.map +0 -1
  288. package/dist/react/hooks/use-tool-context.d.ts.map +0 -1
  289. package/dist/react/hooks/use-view-theme.d.ts.map +0 -1
  290. package/dist/react/hooks/use-view-tool.d.ts.map +0 -1
  291. package/dist/react/index.d.ts.map +0 -1
  292. package/dist/react/index.js.map +0 -1
  293. package/dist/react/public-assets.d.ts.map +0 -1
  294. package/dist/react/runtime/bootstrap-view.d.ts.map +0 -1
  295. package/dist/react/runtime/model-context-store.d.ts.map +0 -1
  296. package/dist/react/runtime/view-config.d.ts.map +0 -1
  297. package/dist/react/runtime/view-runtime-context.d.ts.map +0 -1
  298. package/dist/react/runtime/view-runtime.d.ts.map +0 -1
  299. package/dist/react/types/file-types.d.ts.map +0 -1
  300. package/dist/react/types/host-types.d.ts.map +0 -1
  301. package/dist/react/types/register.d.ts.map +0 -1
  302. package/dist/react/types/result-types.d.ts.map +0 -1
  303. package/dist/resource-completion.d.ts.map +0 -1
  304. package/dist/resources.d.ts.map +0 -1
  305. package/dist/server.d.ts.map +0 -1
  306. package/dist/tools.d.ts.map +0 -1
  307. package/dist/views/capabilities.d.ts.map +0 -1
  308. package/dist/views/constants.d.ts.map +0 -1
  309. package/dist/views/csp-env.d.ts.map +0 -1
  310. package/dist/views/document.d.ts.map +0 -1
  311. package/dist/views/index.d.ts.map +0 -1
  312. package/dist/views/origin.d.ts.map +0 -1
  313. package/dist/views/public-route.d.ts.map +0 -1
  314. package/dist/views/register.d.ts.map +0 -1
  315. package/dist/views/routes.d.ts.map +0 -1
  316. package/dist/views/types.d.ts.map +0 -1
  317. package/dist/views/wire.d.ts.map +0 -1
  318. package/node_modules/@modelcontextprotocol/client/LICENSE +0 -216
  319. package/node_modules/@modelcontextprotocol/client/README.md +0 -26
  320. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-Asx17_Co.mjs +0 -7069
  321. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-Asx17_Co.mjs.map +0 -1
  322. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B7GnTXYx.d.mts +0 -1054
  323. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B7GnTXYx.d.mts.map +0 -1
  324. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B_4czhCS.d.cts +0 -1054
  325. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B_4czhCS.d.cts.map +0 -1
  326. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-DNzBrkxq.cjs +0 -7086
  327. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-DNzBrkxq.cjs.map +0 -1
  328. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-D9GAttn8.d.cts +0 -59
  329. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-D9GAttn8.d.cts.map +0 -1
  330. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-DbU8BxXO.mjs +0 -970
  331. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-DbU8BxXO.mjs.map +0 -1
  332. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Djgwc46-.cjs +0 -976
  333. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Djgwc46-.cjs.map +0 -1
  334. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Xtj52JOa.d.mts +0 -59
  335. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Xtj52JOa.d.mts.map +0 -1
  336. package/node_modules/@modelcontextprotocol/client/dist/chunk-Bnu9O96Y.cjs +0 -60
  337. package/node_modules/@modelcontextprotocol/client/dist/chunk-Br0eD_fh.mjs +0 -42
  338. package/node_modules/@modelcontextprotocol/client/dist/index-ZagFkUbt.d.mts +0 -2675
  339. package/node_modules/@modelcontextprotocol/client/dist/index-ZagFkUbt.d.mts.map +0 -1
  340. package/node_modules/@modelcontextprotocol/client/dist/index-gN3EXmil.d.cts +0 -2678
  341. package/node_modules/@modelcontextprotocol/client/dist/index-gN3EXmil.d.cts.map +0 -1
  342. package/node_modules/@modelcontextprotocol/client/dist/index.cjs +0 -5427
  343. package/node_modules/@modelcontextprotocol/client/dist/index.cjs.map +0 -1
  344. package/node_modules/@modelcontextprotocol/client/dist/index.d.cts +0 -3196
  345. package/node_modules/@modelcontextprotocol/client/dist/index.d.cts.map +0 -1
  346. package/node_modules/@modelcontextprotocol/client/dist/index.d.mts +0 -3196
  347. package/node_modules/@modelcontextprotocol/client/dist/index.d.mts.map +0 -1
  348. package/node_modules/@modelcontextprotocol/client/dist/index.mjs +0 -5224
  349. package/node_modules/@modelcontextprotocol/client/dist/index.mjs.map +0 -1
  350. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.cjs +0 -14
  351. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.cjs.map +0 -1
  352. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.cts +0 -13
  353. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.cts.map +0 -1
  354. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.mts +0 -13
  355. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.mts.map +0 -1
  356. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.mjs +0 -13
  357. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.mjs.map +0 -1
  358. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.cjs +0 -14
  359. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.cjs.map +0 -1
  360. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.cts +0 -13
  361. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.cts.map +0 -1
  362. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.mts +0 -13
  363. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.mts.map +0 -1
  364. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.mjs +0 -13
  365. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.mjs.map +0 -1
  366. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.cjs +0 -21
  367. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.cjs.map +0 -1
  368. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.cts +0 -13
  369. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.cts.map +0 -1
  370. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.mts +0 -13
  371. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.mts.map +0 -1
  372. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.mjs +0 -20
  373. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.mjs.map +0 -1
  374. package/node_modules/@modelcontextprotocol/client/dist/src-BzzZSQyL.cjs +0 -7331
  375. package/node_modules/@modelcontextprotocol/client/dist/src-BzzZSQyL.cjs.map +0 -1
  376. package/node_modules/@modelcontextprotocol/client/dist/src-DGeA9On3.mjs +0 -6963
  377. package/node_modules/@modelcontextprotocol/client/dist/src-DGeA9On3.mjs.map +0 -1
  378. package/node_modules/@modelcontextprotocol/client/dist/stdio.cjs +0 -181
  379. package/node_modules/@modelcontextprotocol/client/dist/stdio.cjs.map +0 -1
  380. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.cts +0 -87
  381. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.cts.map +0 -1
  382. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.mts +0 -87
  383. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.mts.map +0 -1
  384. package/node_modules/@modelcontextprotocol/client/dist/stdio.mjs +0 -176
  385. package/node_modules/@modelcontextprotocol/client/dist/stdio.mjs.map +0 -1
  386. package/node_modules/@modelcontextprotocol/client/dist/types-BDNQEPSs.d.mts +0 -1099
  387. package/node_modules/@modelcontextprotocol/client/dist/types-BDNQEPSs.d.mts.map +0 -1
  388. package/node_modules/@modelcontextprotocol/client/dist/types-DsbMXNFL.d.cts +0 -1099
  389. package/node_modules/@modelcontextprotocol/client/dist/types-DsbMXNFL.d.cts.map +0 -1
  390. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.cjs +0 -5
  391. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.d.cts +0 -2
  392. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.d.mts +0 -2
  393. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.mjs +0 -3
  394. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.cjs +0 -3
  395. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.d.cts +0 -2
  396. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.d.mts +0 -2
  397. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.mjs +0 -3
  398. package/node_modules/@modelcontextprotocol/client/package.json +0 -166
  399. package/node_modules/@modelcontextprotocol/core/LICENSE +0 -216
  400. package/node_modules/@modelcontextprotocol/core/README.md +0 -40
  401. package/node_modules/@modelcontextprotocol/core/dist/auth-BUWfrB3C.d.cts +0 -8198
  402. package/node_modules/@modelcontextprotocol/core/dist/auth-BUWfrB3C.d.cts.map +0 -1
  403. package/node_modules/@modelcontextprotocol/core/dist/auth-CEFpHq32.cjs +0 -2862
  404. package/node_modules/@modelcontextprotocol/core/dist/auth-CEFpHq32.cjs.map +0 -1
  405. package/node_modules/@modelcontextprotocol/core/dist/auth-CNbu4K4a.d.mts +0 -8198
  406. package/node_modules/@modelcontextprotocol/core/dist/auth-CNbu4K4a.d.mts.map +0 -1
  407. package/node_modules/@modelcontextprotocol/core/dist/auth-DFgbUATV.mjs +0 -1653
  408. package/node_modules/@modelcontextprotocol/core/dist/auth-DFgbUATV.mjs.map +0 -1
  409. package/node_modules/@modelcontextprotocol/core/dist/index.cjs +0 -174
  410. package/node_modules/@modelcontextprotocol/core/dist/index.d.cts +0 -2
  411. package/node_modules/@modelcontextprotocol/core/dist/index.d.mts +0 -2
  412. package/node_modules/@modelcontextprotocol/core/dist/index.mjs +0 -3
  413. package/node_modules/@modelcontextprotocol/core/dist/internal.cjs +0 -199
  414. package/node_modules/@modelcontextprotocol/core/dist/internal.d.cts +0 -87
  415. package/node_modules/@modelcontextprotocol/core/dist/internal.d.cts.map +0 -1
  416. package/node_modules/@modelcontextprotocol/core/dist/internal.d.mts +0 -87
  417. package/node_modules/@modelcontextprotocol/core/dist/internal.d.mts.map +0 -1
  418. package/node_modules/@modelcontextprotocol/core/dist/internal.mjs +0 -3
  419. package/node_modules/@modelcontextprotocol/core/package.json +0 -85
  420. package/node_modules/jose/LICENSE.md +0 -21
  421. package/node_modules/jose/README.md +0 -153
  422. package/node_modules/jose/dist/types/index.d.ts +0 -55
  423. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -31
  424. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -65
  425. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -31
  426. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -83
  427. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -31
  428. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -74
  429. package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -17
  430. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -32
  431. package/node_modules/jose/dist/types/jwks/local.d.ts +0 -29
  432. package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -237
  433. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -36
  434. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -33
  435. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -42
  436. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -33
  437. package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -53
  438. package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -33
  439. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -35
  440. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -91
  441. package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -43
  442. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -43
  443. package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -37
  444. package/node_modules/jose/dist/types/key/export.d.ts +0 -33
  445. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -47
  446. package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -35
  447. package/node_modules/jose/dist/types/key/import.d.ts +0 -83
  448. package/node_modules/jose/dist/types/types.d.ts +0 -841
  449. package/node_modules/jose/dist/types/util/base64url.d.ts +0 -9
  450. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -18
  451. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -17
  452. package/node_modules/jose/dist/types/util/errors.d.ts +0 -213
  453. package/node_modules/jose/dist/webapi/index.js +0 -32
  454. package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +0 -27
  455. package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +0 -27
  456. package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +0 -165
  457. package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +0 -169
  458. package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +0 -31
  459. package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +0 -187
  460. package/node_modules/jose/dist/webapi/jwk/embedded.js +0 -17
  461. package/node_modules/jose/dist/webapi/jwk/thumbprint.js +0 -68
  462. package/node_modules/jose/dist/webapi/jwks/local.js +0 -119
  463. package/node_modules/jose/dist/webapi/jwks/remote.js +0 -179
  464. package/node_modules/jose/dist/webapi/jws/compact/sign.js +0 -18
  465. package/node_modules/jose/dist/webapi/jws/compact/verify.js +0 -21
  466. package/node_modules/jose/dist/webapi/jws/flattened/sign.js +0 -92
  467. package/node_modules/jose/dist/webapi/jws/flattened/verify.js +0 -120
  468. package/node_modules/jose/dist/webapi/jws/general/sign.js +0 -73
  469. package/node_modules/jose/dist/webapi/jws/general/verify.js +0 -24
  470. package/node_modules/jose/dist/webapi/jwt/decrypt.js +0 -23
  471. package/node_modules/jose/dist/webapi/jwt/encrypt.js +0 -108
  472. package/node_modules/jose/dist/webapi/jwt/sign.js +0 -52
  473. package/node_modules/jose/dist/webapi/jwt/unsecured.js +0 -63
  474. package/node_modules/jose/dist/webapi/jwt/verify.js +0 -15
  475. package/node_modules/jose/dist/webapi/key/export.js +0 -11
  476. package/node_modules/jose/dist/webapi/key/generate_key_pair.js +0 -97
  477. package/node_modules/jose/dist/webapi/key/generate_secret.js +0 -40
  478. package/node_modules/jose/dist/webapi/key/import.js +0 -57
  479. package/node_modules/jose/dist/webapi/lib/aesgcmkw.js +0 -16
  480. package/node_modules/jose/dist/webapi/lib/aeskw.js +0 -25
  481. package/node_modules/jose/dist/webapi/lib/asn1.js +0 -243
  482. package/node_modules/jose/dist/webapi/lib/base64.js +0 -22
  483. package/node_modules/jose/dist/webapi/lib/buffer_utils.js +0 -43
  484. package/node_modules/jose/dist/webapi/lib/cek.js +0 -19
  485. package/node_modules/jose/dist/webapi/lib/check_cek_length.js +0 -7
  486. package/node_modules/jose/dist/webapi/lib/check_iv_length.js +0 -7
  487. package/node_modules/jose/dist/webapi/lib/check_key_length.js +0 -8
  488. package/node_modules/jose/dist/webapi/lib/check_key_type.js +0 -122
  489. package/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -143
  490. package/node_modules/jose/dist/webapi/lib/decrypt.js +0 -106
  491. package/node_modules/jose/dist/webapi/lib/decrypt_key_management.js +0 -127
  492. package/node_modules/jose/dist/webapi/lib/digest.js +0 -4
  493. package/node_modules/jose/dist/webapi/lib/ecdhes.js +0 -52
  494. package/node_modules/jose/dist/webapi/lib/encrypt.js +0 -74
  495. package/node_modules/jose/dist/webapi/lib/encrypt_key_management.js +0 -92
  496. package/node_modules/jose/dist/webapi/lib/get_sign_verify_key.js +0 -12
  497. package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -27
  498. package/node_modules/jose/dist/webapi/lib/is_disjoint.js +0 -21
  499. package/node_modules/jose/dist/webapi/lib/is_jwk.js +0 -6
  500. package/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -17
  501. package/node_modules/jose/dist/webapi/lib/is_object.js +0 -14
  502. package/node_modules/jose/dist/webapi/lib/iv.js +0 -19
  503. package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -109
  504. package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +0 -238
  505. package/node_modules/jose/dist/webapi/lib/key_to_jwk.js +0 -31
  506. package/node_modules/jose/dist/webapi/lib/normalize_key.js +0 -176
  507. package/node_modules/jose/dist/webapi/lib/pbes2kw.js +0 -39
  508. package/node_modules/jose/dist/webapi/lib/private_symbols.js +0 -1
  509. package/node_modules/jose/dist/webapi/lib/rsaes.js +0 -24
  510. package/node_modules/jose/dist/webapi/lib/sign.js +0 -9
  511. package/node_modules/jose/dist/webapi/lib/subtle_dsa.js +0 -31
  512. package/node_modules/jose/dist/webapi/lib/validate_algorithms.js +0 -10
  513. package/node_modules/jose/dist/webapi/lib/validate_crit.js +0 -33
  514. package/node_modules/jose/dist/webapi/lib/verify.js +0 -14
  515. package/node_modules/jose/dist/webapi/util/base64url.js +0 -30
  516. package/node_modules/jose/dist/webapi/util/decode_jwt.js +0 -32
  517. package/node_modules/jose/dist/webapi/util/decode_protected_header.js +0 -34
  518. package/node_modules/jose/dist/webapi/util/errors.js +0 -99
  519. package/node_modules/jose/package.json +0 -200
  520. package/node_modules/zod/LICENSE +0 -21
  521. package/node_modules/zod/README.md +0 -191
  522. package/node_modules/zod/index.cjs +0 -33
  523. package/node_modules/zod/index.d.cts +0 -4
  524. package/node_modules/zod/index.d.ts +0 -4
  525. package/node_modules/zod/index.js +0 -4
  526. package/node_modules/zod/locales/index.cjs +0 -17
  527. package/node_modules/zod/locales/index.d.cts +0 -1
  528. package/node_modules/zod/locales/index.d.ts +0 -1
  529. package/node_modules/zod/locales/index.js +0 -1
  530. package/node_modules/zod/locales/package.json +0 -7
  531. package/node_modules/zod/mini/index.cjs +0 -32
  532. package/node_modules/zod/mini/index.d.cts +0 -3
  533. package/node_modules/zod/mini/index.d.ts +0 -3
  534. package/node_modules/zod/mini/index.js +0 -3
  535. package/node_modules/zod/mini/package.json +0 -7
  536. package/node_modules/zod/package.json +0 -135
  537. package/node_modules/zod/src/index.ts +0 -4
  538. package/node_modules/zod/src/locales/index.ts +0 -1
  539. package/node_modules/zod/src/mini/index.ts +0 -3
  540. package/node_modules/zod/src/v3/ZodError.ts +0 -330
  541. package/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  542. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  543. package/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  544. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  545. package/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  546. package/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  547. package/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  548. package/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  549. package/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  550. package/node_modules/zod/src/v3/errors.ts +0 -13
  551. package/node_modules/zod/src/v3/external.ts +0 -6
  552. package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  553. package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  554. package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  555. package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  556. package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  557. package/node_modules/zod/src/v3/helpers/util.ts +0 -224
  558. package/node_modules/zod/src/v3/index.ts +0 -4
  559. package/node_modules/zod/src/v3/locales/en.ts +0 -124
  560. package/node_modules/zod/src/v3/standard-schema.ts +0 -113
  561. package/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  562. package/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  563. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  564. package/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  565. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  566. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  567. package/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  568. package/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  569. package/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  570. package/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  571. package/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  572. package/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  573. package/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  574. package/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  575. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  576. package/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  577. package/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  578. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  579. package/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  580. package/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  581. package/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  582. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  583. package/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  584. package/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  585. package/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  586. package/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  587. package/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  588. package/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  589. package/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  590. package/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  591. package/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  592. package/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  593. package/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  594. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  595. package/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  596. package/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  597. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  598. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  599. package/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  600. package/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  601. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  602. package/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  603. package/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  604. package/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  605. package/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  606. package/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  607. package/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  608. package/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  609. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  610. package/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  611. package/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  612. package/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  613. package/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  614. package/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  615. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  616. package/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  617. package/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  618. package/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  619. package/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  620. package/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  621. package/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  622. package/node_modules/zod/src/v3/types.ts +0 -5138
  623. package/node_modules/zod/src/v4/classic/checks.ts +0 -32
  624. package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  625. package/node_modules/zod/src/v4/classic/compat.ts +0 -70
  626. package/node_modules/zod/src/v4/classic/errors.ts +0 -82
  627. package/node_modules/zod/src/v4/classic/external.ts +0 -52
  628. package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -659
  629. package/node_modules/zod/src/v4/classic/index.ts +0 -5
  630. package/node_modules/zod/src/v4/classic/iso.ts +0 -90
  631. package/node_modules/zod/src/v4/classic/parse.ts +0 -82
  632. package/node_modules/zod/src/v4/classic/schemas.ts +0 -2672
  633. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  634. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
  635. package/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  636. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -216
  637. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  638. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  639. package/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  640. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  641. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  642. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -326
  643. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  644. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  645. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -703
  646. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  647. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  648. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  649. package/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
  650. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  651. package/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -409
  652. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  653. package/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  654. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +0 -197
  655. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -694
  656. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  657. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -807
  658. package/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  659. package/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  660. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  661. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  662. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -895
  663. package/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
  664. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  665. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +0 -39
  666. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  667. package/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
  668. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
  669. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
  670. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +0 -46
  671. package/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  672. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  673. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  674. package/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +0 -29
  675. package/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +0 -24
  676. package/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
  677. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  678. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  679. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  680. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  681. package/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -325
  682. package/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -717
  683. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -333
  684. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -450
  685. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  686. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  687. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  688. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +0 -26
  689. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -351
  690. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  691. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  692. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  693. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  694. package/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -717
  695. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -631
  696. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -633
  697. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  698. package/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  699. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  700. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  701. package/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1224
  702. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  703. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
  704. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  705. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -3125
  706. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -378
  707. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -496
  708. package/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -273
  709. package/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  710. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  711. package/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  712. package/node_modules/zod/src/v4/core/api.ts +0 -1823
  713. package/node_modules/zod/src/v4/core/checks.ts +0 -1293
  714. package/node_modules/zod/src/v4/core/config.ts +0 -15
  715. package/node_modules/zod/src/v4/core/core.ts +0 -153
  716. package/node_modules/zod/src/v4/core/doc.ts +0 -44
  717. package/node_modules/zod/src/v4/core/errors.ts +0 -455
  718. package/node_modules/zod/src/v4/core/index.ts +0 -16
  719. package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  720. package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -666
  721. package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  722. package/node_modules/zod/src/v4/core/parse.ts +0 -195
  723. package/node_modules/zod/src/v4/core/regexes.ts +0 -190
  724. package/node_modules/zod/src/v4/core/registries.ts +0 -105
  725. package/node_modules/zod/src/v4/core/schemas.ts +0 -4730
  726. package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  727. package/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  728. package/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  729. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  730. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +0 -215
  731. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  732. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  733. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +0 -72
  734. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  735. package/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +0 -163
  736. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  737. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  738. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  739. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -105
  740. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -125
  741. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  742. package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -622
  743. package/node_modules/zod/src/v4/core/util.ts +0 -983
  744. package/node_modules/zod/src/v4/core/versions.ts +0 -5
  745. package/node_modules/zod/src/v4/core/zsf.ts +0 -323
  746. package/node_modules/zod/src/v4/index.ts +0 -4
  747. package/node_modules/zod/src/v4/locales/ar.ts +0 -115
  748. package/node_modules/zod/src/v4/locales/az.ts +0 -111
  749. package/node_modules/zod/src/v4/locales/be.ts +0 -176
  750. package/node_modules/zod/src/v4/locales/bg.ts +0 -128
  751. package/node_modules/zod/src/v4/locales/ca.ts +0 -116
  752. package/node_modules/zod/src/v4/locales/cs.ts +0 -118
  753. package/node_modules/zod/src/v4/locales/da.ts +0 -123
  754. package/node_modules/zod/src/v4/locales/de.ts +0 -116
  755. package/node_modules/zod/src/v4/locales/el.ts +0 -121
  756. package/node_modules/zod/src/v4/locales/en.ts +0 -123
  757. package/node_modules/zod/src/v4/locales/eo.ts +0 -118
  758. package/node_modules/zod/src/v4/locales/es.ts +0 -141
  759. package/node_modules/zod/src/v4/locales/fa.ts +0 -126
  760. package/node_modules/zod/src/v4/locales/fi.ts +0 -121
  761. package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  762. package/node_modules/zod/src/v4/locales/fr.ts +0 -132
  763. package/node_modules/zod/src/v4/locales/he.ts +0 -246
  764. package/node_modules/zod/src/v4/locales/hr.ts +0 -131
  765. package/node_modules/zod/src/v4/locales/hu.ts +0 -117
  766. package/node_modules/zod/src/v4/locales/hy.ts +0 -164
  767. package/node_modules/zod/src/v4/locales/id.ts +0 -115
  768. package/node_modules/zod/src/v4/locales/index.ts +0 -52
  769. package/node_modules/zod/src/v4/locales/is.ts +0 -119
  770. package/node_modules/zod/src/v4/locales/it.ts +0 -116
  771. package/node_modules/zod/src/v4/locales/ja.ts +0 -114
  772. package/node_modules/zod/src/v4/locales/ka.ts +0 -123
  773. package/node_modules/zod/src/v4/locales/kh.ts +0 -7
  774. package/node_modules/zod/src/v4/locales/km.ts +0 -119
  775. package/node_modules/zod/src/v4/locales/ko.ts +0 -121
  776. package/node_modules/zod/src/v4/locales/lt.ts +0 -239
  777. package/node_modules/zod/src/v4/locales/mk.ts +0 -118
  778. package/node_modules/zod/src/v4/locales/ms.ts +0 -115
  779. package/node_modules/zod/src/v4/locales/nl.ts +0 -121
  780. package/node_modules/zod/src/v4/locales/no.ts +0 -116
  781. package/node_modules/zod/src/v4/locales/ota.ts +0 -117
  782. package/node_modules/zod/src/v4/locales/pl.ts +0 -118
  783. package/node_modules/zod/src/v4/locales/ps.ts +0 -126
  784. package/node_modules/zod/src/v4/locales/pt.ts +0 -116
  785. package/node_modules/zod/src/v4/locales/ro.ts +0 -129
  786. package/node_modules/zod/src/v4/locales/ru.ts +0 -176
  787. package/node_modules/zod/src/v4/locales/sl.ts +0 -118
  788. package/node_modules/zod/src/v4/locales/sv.ts +0 -119
  789. package/node_modules/zod/src/v4/locales/ta.ts +0 -118
  790. package/node_modules/zod/src/v4/locales/th.ts +0 -119
  791. package/node_modules/zod/src/v4/locales/tr.ts +0 -111
  792. package/node_modules/zod/src/v4/locales/ua.ts +0 -7
  793. package/node_modules/zod/src/v4/locales/uk.ts +0 -117
  794. package/node_modules/zod/src/v4/locales/ur.ts +0 -119
  795. package/node_modules/zod/src/v4/locales/uz.ts +0 -117
  796. package/node_modules/zod/src/v4/locales/vi.ts +0 -117
  797. package/node_modules/zod/src/v4/locales/yo.ts +0 -124
  798. package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  799. package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  800. package/node_modules/zod/src/v4/mini/checks.ts +0 -32
  801. package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  802. package/node_modules/zod/src/v4/mini/external.ts +0 -41
  803. package/node_modules/zod/src/v4/mini/index.ts +0 -3
  804. package/node_modules/zod/src/v4/mini/iso.ts +0 -66
  805. package/node_modules/zod/src/v4/mini/parse.ts +0 -14
  806. package/node_modules/zod/src/v4/mini/schemas.ts +0 -1947
  807. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
  808. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  809. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  810. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  811. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -548
  812. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  813. package/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  814. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
  815. package/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -993
  816. package/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  817. package/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
  818. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  819. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -325
  820. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  821. package/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -352
  822. package/node_modules/zod/src/v4-mini/index.ts +0 -3
  823. package/node_modules/zod/v3/ZodError.cjs +0 -138
  824. package/node_modules/zod/v3/ZodError.d.cts +0 -164
  825. package/node_modules/zod/v3/ZodError.d.ts +0 -164
  826. package/node_modules/zod/v3/ZodError.js +0 -133
  827. package/node_modules/zod/v3/errors.cjs +0 -17
  828. package/node_modules/zod/v3/errors.d.cts +0 -5
  829. package/node_modules/zod/v3/errors.d.ts +0 -5
  830. package/node_modules/zod/v3/errors.js +0 -9
  831. package/node_modules/zod/v3/external.cjs +0 -22
  832. package/node_modules/zod/v3/external.d.cts +0 -6
  833. package/node_modules/zod/v3/external.d.ts +0 -6
  834. package/node_modules/zod/v3/external.js +0 -6
  835. package/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  836. package/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  837. package/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  838. package/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  839. package/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  840. package/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  841. package/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  842. package/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  843. package/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  844. package/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  845. package/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  846. package/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  847. package/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  848. package/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  849. package/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  850. package/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  851. package/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  852. package/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  853. package/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  854. package/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  855. package/node_modules/zod/v3/helpers/util.cjs +0 -137
  856. package/node_modules/zod/v3/helpers/util.d.cts +0 -85
  857. package/node_modules/zod/v3/helpers/util.d.ts +0 -85
  858. package/node_modules/zod/v3/helpers/util.js +0 -133
  859. package/node_modules/zod/v3/index.cjs +0 -33
  860. package/node_modules/zod/v3/index.d.cts +0 -4
  861. package/node_modules/zod/v3/index.d.ts +0 -4
  862. package/node_modules/zod/v3/index.js +0 -4
  863. package/node_modules/zod/v3/locales/en.cjs +0 -112
  864. package/node_modules/zod/v3/locales/en.d.cts +0 -3
  865. package/node_modules/zod/v3/locales/en.d.ts +0 -3
  866. package/node_modules/zod/v3/locales/en.js +0 -109
  867. package/node_modules/zod/v3/package.json +0 -7
  868. package/node_modules/zod/v3/standard-schema.cjs +0 -2
  869. package/node_modules/zod/v3/standard-schema.d.cts +0 -102
  870. package/node_modules/zod/v3/standard-schema.d.ts +0 -102
  871. package/node_modules/zod/v3/standard-schema.js +0 -1
  872. package/node_modules/zod/v3/types.cjs +0 -3777
  873. package/node_modules/zod/v3/types.d.cts +0 -1034
  874. package/node_modules/zod/v3/types.d.ts +0 -1034
  875. package/node_modules/zod/v3/types.js +0 -3695
  876. package/node_modules/zod/v4/classic/checks.cjs +0 -33
  877. package/node_modules/zod/v4/classic/checks.d.cts +0 -1
  878. package/node_modules/zod/v4/classic/checks.d.ts +0 -1
  879. package/node_modules/zod/v4/classic/checks.js +0 -1
  880. package/node_modules/zod/v4/classic/coerce.cjs +0 -47
  881. package/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  882. package/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  883. package/node_modules/zod/v4/classic/coerce.js +0 -17
  884. package/node_modules/zod/v4/classic/compat.cjs +0 -61
  885. package/node_modules/zod/v4/classic/compat.d.cts +0 -50
  886. package/node_modules/zod/v4/classic/compat.d.ts +0 -50
  887. package/node_modules/zod/v4/classic/compat.js +0 -31
  888. package/node_modules/zod/v4/classic/errors.cjs +0 -74
  889. package/node_modules/zod/v4/classic/errors.d.cts +0 -30
  890. package/node_modules/zod/v4/classic/errors.d.ts +0 -30
  891. package/node_modules/zod/v4/classic/errors.js +0 -48
  892. package/node_modules/zod/v4/classic/external.cjs +0 -73
  893. package/node_modules/zod/v4/classic/external.d.cts +0 -16
  894. package/node_modules/zod/v4/classic/external.d.ts +0 -16
  895. package/node_modules/zod/v4/classic/external.js +0 -20
  896. package/node_modules/zod/v4/classic/from-json-schema.cjs +0 -625
  897. package/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
  898. package/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
  899. package/node_modules/zod/v4/classic/from-json-schema.js +0 -599
  900. package/node_modules/zod/v4/classic/index.cjs +0 -33
  901. package/node_modules/zod/v4/classic/index.d.cts +0 -4
  902. package/node_modules/zod/v4/classic/index.d.ts +0 -4
  903. package/node_modules/zod/v4/classic/index.js +0 -4
  904. package/node_modules/zod/v4/classic/iso.cjs +0 -60
  905. package/node_modules/zod/v4/classic/iso.d.cts +0 -22
  906. package/node_modules/zod/v4/classic/iso.d.ts +0 -22
  907. package/node_modules/zod/v4/classic/iso.js +0 -30
  908. package/node_modules/zod/v4/classic/package.json +0 -7
  909. package/node_modules/zod/v4/classic/parse.cjs +0 -41
  910. package/node_modules/zod/v4/classic/parse.d.cts +0 -31
  911. package/node_modules/zod/v4/classic/parse.d.ts +0 -31
  912. package/node_modules/zod/v4/classic/parse.js +0 -15
  913. package/node_modules/zod/v4/classic/schemas.cjs +0 -1511
  914. package/node_modules/zod/v4/classic/schemas.d.cts +0 -767
  915. package/node_modules/zod/v4/classic/schemas.d.ts +0 -767
  916. package/node_modules/zod/v4/classic/schemas.js +0 -1395
  917. package/node_modules/zod/v4/core/api.cjs +0 -1227
  918. package/node_modules/zod/v4/core/api.d.cts +0 -325
  919. package/node_modules/zod/v4/core/api.d.ts +0 -325
  920. package/node_modules/zod/v4/core/api.js +0 -1087
  921. package/node_modules/zod/v4/core/checks.cjs +0 -601
  922. package/node_modules/zod/v4/core/checks.d.cts +0 -278
  923. package/node_modules/zod/v4/core/checks.d.ts +0 -278
  924. package/node_modules/zod/v4/core/checks.js +0 -575
  925. package/node_modules/zod/v4/core/core.cjs +0 -85
  926. package/node_modules/zod/v4/core/core.d.cts +0 -70
  927. package/node_modules/zod/v4/core/core.d.ts +0 -70
  928. package/node_modules/zod/v4/core/core.js +0 -78
  929. package/node_modules/zod/v4/core/doc.cjs +0 -39
  930. package/node_modules/zod/v4/core/doc.d.cts +0 -14
  931. package/node_modules/zod/v4/core/doc.d.ts +0 -14
  932. package/node_modules/zod/v4/core/doc.js +0 -35
  933. package/node_modules/zod/v4/core/errors.cjs +0 -216
  934. package/node_modules/zod/v4/core/errors.d.cts +0 -221
  935. package/node_modules/zod/v4/core/errors.d.ts +0 -221
  936. package/node_modules/zod/v4/core/errors.js +0 -185
  937. package/node_modules/zod/v4/core/index.cjs +0 -47
  938. package/node_modules/zod/v4/core/index.d.cts +0 -16
  939. package/node_modules/zod/v4/core/index.d.ts +0 -16
  940. package/node_modules/zod/v4/core/index.js +0 -16
  941. package/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
  942. package/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
  943. package/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
  944. package/node_modules/zod/v4/core/json-schema-generator.js +0 -95
  945. package/node_modules/zod/v4/core/json-schema-processors.cjs +0 -644
  946. package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
  947. package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
  948. package/node_modules/zod/v4/core/json-schema-processors.js +0 -601
  949. package/node_modules/zod/v4/core/json-schema.cjs +0 -2
  950. package/node_modules/zod/v4/core/json-schema.d.cts +0 -88
  951. package/node_modules/zod/v4/core/json-schema.d.ts +0 -88
  952. package/node_modules/zod/v4/core/json-schema.js +0 -1
  953. package/node_modules/zod/v4/core/package.json +0 -7
  954. package/node_modules/zod/v4/core/parse.cjs +0 -131
  955. package/node_modules/zod/v4/core/parse.d.cts +0 -49
  956. package/node_modules/zod/v4/core/parse.d.ts +0 -49
  957. package/node_modules/zod/v4/core/parse.js +0 -93
  958. package/node_modules/zod/v4/core/regexes.cjs +0 -172
  959. package/node_modules/zod/v4/core/regexes.d.cts +0 -85
  960. package/node_modules/zod/v4/core/regexes.d.ts +0 -85
  961. package/node_modules/zod/v4/core/regexes.js +0 -139
  962. package/node_modules/zod/v4/core/registries.cjs +0 -56
  963. package/node_modules/zod/v4/core/registries.d.cts +0 -35
  964. package/node_modules/zod/v4/core/registries.d.ts +0 -35
  965. package/node_modules/zod/v4/core/registries.js +0 -51
  966. package/node_modules/zod/v4/core/schemas.cjs +0 -2270
  967. package/node_modules/zod/v4/core/schemas.d.cts +0 -1184
  968. package/node_modules/zod/v4/core/schemas.d.ts +0 -1184
  969. package/node_modules/zod/v4/core/schemas.js +0 -2239
  970. package/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  971. package/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
  972. package/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
  973. package/node_modules/zod/v4/core/standard-schema.js +0 -1
  974. package/node_modules/zod/v4/core/to-json-schema.cjs +0 -457
  975. package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -114
  976. package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -114
  977. package/node_modules/zod/v4/core/to-json-schema.js +0 -448
  978. package/node_modules/zod/v4/core/util.cjs +0 -734
  979. package/node_modules/zod/v4/core/util.d.cts +0 -200
  980. package/node_modules/zod/v4/core/util.d.ts +0 -200
  981. package/node_modules/zod/v4/core/util.js +0 -674
  982. package/node_modules/zod/v4/core/versions.cjs +0 -8
  983. package/node_modules/zod/v4/core/versions.d.cts +0 -5
  984. package/node_modules/zod/v4/core/versions.d.ts +0 -5
  985. package/node_modules/zod/v4/core/versions.js +0 -5
  986. package/node_modules/zod/v4/index.cjs +0 -22
  987. package/node_modules/zod/v4/index.d.cts +0 -3
  988. package/node_modules/zod/v4/index.d.ts +0 -3
  989. package/node_modules/zod/v4/index.js +0 -3
  990. package/node_modules/zod/v4/locales/ar.cjs +0 -133
  991. package/node_modules/zod/v4/locales/ar.d.cts +0 -5
  992. package/node_modules/zod/v4/locales/ar.d.ts +0 -4
  993. package/node_modules/zod/v4/locales/ar.js +0 -106
  994. package/node_modules/zod/v4/locales/az.cjs +0 -132
  995. package/node_modules/zod/v4/locales/az.d.cts +0 -5
  996. package/node_modules/zod/v4/locales/az.d.ts +0 -4
  997. package/node_modules/zod/v4/locales/az.js +0 -105
  998. package/node_modules/zod/v4/locales/be.cjs +0 -183
  999. package/node_modules/zod/v4/locales/be.d.cts +0 -5
  1000. package/node_modules/zod/v4/locales/be.d.ts +0 -4
  1001. package/node_modules/zod/v4/locales/be.js +0 -156
  1002. package/node_modules/zod/v4/locales/bg.cjs +0 -147
  1003. package/node_modules/zod/v4/locales/bg.d.cts +0 -5
  1004. package/node_modules/zod/v4/locales/bg.d.ts +0 -4
  1005. package/node_modules/zod/v4/locales/bg.js +0 -120
  1006. package/node_modules/zod/v4/locales/ca.cjs +0 -134
  1007. package/node_modules/zod/v4/locales/ca.d.cts +0 -5
  1008. package/node_modules/zod/v4/locales/ca.d.ts +0 -4
  1009. package/node_modules/zod/v4/locales/ca.js +0 -107
  1010. package/node_modules/zod/v4/locales/cs.cjs +0 -138
  1011. package/node_modules/zod/v4/locales/cs.d.cts +0 -5
  1012. package/node_modules/zod/v4/locales/cs.d.ts +0 -4
  1013. package/node_modules/zod/v4/locales/cs.js +0 -111
  1014. package/node_modules/zod/v4/locales/da.cjs +0 -142
  1015. package/node_modules/zod/v4/locales/da.d.cts +0 -5
  1016. package/node_modules/zod/v4/locales/da.d.ts +0 -4
  1017. package/node_modules/zod/v4/locales/da.js +0 -115
  1018. package/node_modules/zod/v4/locales/de.cjs +0 -135
  1019. package/node_modules/zod/v4/locales/de.d.cts +0 -5
  1020. package/node_modules/zod/v4/locales/de.d.ts +0 -4
  1021. package/node_modules/zod/v4/locales/de.js +0 -108
  1022. package/node_modules/zod/v4/locales/el.cjs +0 -136
  1023. package/node_modules/zod/v4/locales/el.d.cts +0 -5
  1024. package/node_modules/zod/v4/locales/el.d.ts +0 -4
  1025. package/node_modules/zod/v4/locales/el.js +0 -109
  1026. package/node_modules/zod/v4/locales/en.cjs +0 -140
  1027. package/node_modules/zod/v4/locales/en.d.cts +0 -5
  1028. package/node_modules/zod/v4/locales/en.d.ts +0 -4
  1029. package/node_modules/zod/v4/locales/en.js +0 -113
  1030. package/node_modules/zod/v4/locales/eo.cjs +0 -136
  1031. package/node_modules/zod/v4/locales/eo.d.cts +0 -5
  1032. package/node_modules/zod/v4/locales/eo.d.ts +0 -4
  1033. package/node_modules/zod/v4/locales/eo.js +0 -109
  1034. package/node_modules/zod/v4/locales/es.cjs +0 -159
  1035. package/node_modules/zod/v4/locales/es.d.cts +0 -5
  1036. package/node_modules/zod/v4/locales/es.d.ts +0 -4
  1037. package/node_modules/zod/v4/locales/es.js +0 -132
  1038. package/node_modules/zod/v4/locales/fa.cjs +0 -141
  1039. package/node_modules/zod/v4/locales/fa.d.cts +0 -5
  1040. package/node_modules/zod/v4/locales/fa.d.ts +0 -4
  1041. package/node_modules/zod/v4/locales/fa.js +0 -114
  1042. package/node_modules/zod/v4/locales/fi.cjs +0 -139
  1043. package/node_modules/zod/v4/locales/fi.d.cts +0 -5
  1044. package/node_modules/zod/v4/locales/fi.d.ts +0 -4
  1045. package/node_modules/zod/v4/locales/fi.js +0 -112
  1046. package/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
  1047. package/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  1048. package/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  1049. package/node_modules/zod/v4/locales/fr-CA.js +0 -107
  1050. package/node_modules/zod/v4/locales/fr.cjs +0 -152
  1051. package/node_modules/zod/v4/locales/fr.d.cts +0 -5
  1052. package/node_modules/zod/v4/locales/fr.d.ts +0 -4
  1053. package/node_modules/zod/v4/locales/fr.js +0 -125
  1054. package/node_modules/zod/v4/locales/he.cjs +0 -241
  1055. package/node_modules/zod/v4/locales/he.d.cts +0 -5
  1056. package/node_modules/zod/v4/locales/he.d.ts +0 -4
  1057. package/node_modules/zod/v4/locales/he.js +0 -214
  1058. package/node_modules/zod/v4/locales/hr.cjs +0 -149
  1059. package/node_modules/zod/v4/locales/hr.d.cts +0 -5
  1060. package/node_modules/zod/v4/locales/hr.d.ts +0 -4
  1061. package/node_modules/zod/v4/locales/hr.js +0 -122
  1062. package/node_modules/zod/v4/locales/hu.cjs +0 -135
  1063. package/node_modules/zod/v4/locales/hu.d.cts +0 -5
  1064. package/node_modules/zod/v4/locales/hu.d.ts +0 -4
  1065. package/node_modules/zod/v4/locales/hu.js +0 -108
  1066. package/node_modules/zod/v4/locales/hy.cjs +0 -174
  1067. package/node_modules/zod/v4/locales/hy.d.cts +0 -5
  1068. package/node_modules/zod/v4/locales/hy.d.ts +0 -4
  1069. package/node_modules/zod/v4/locales/hy.js +0 -147
  1070. package/node_modules/zod/v4/locales/id.cjs +0 -133
  1071. package/node_modules/zod/v4/locales/id.d.cts +0 -5
  1072. package/node_modules/zod/v4/locales/id.d.ts +0 -4
  1073. package/node_modules/zod/v4/locales/id.js +0 -106
  1074. package/node_modules/zod/v4/locales/index.cjs +0 -111
  1075. package/node_modules/zod/v4/locales/index.d.cts +0 -52
  1076. package/node_modules/zod/v4/locales/index.d.ts +0 -52
  1077. package/node_modules/zod/v4/locales/index.js +0 -52
  1078. package/node_modules/zod/v4/locales/is.cjs +0 -136
  1079. package/node_modules/zod/v4/locales/is.d.cts +0 -5
  1080. package/node_modules/zod/v4/locales/is.d.ts +0 -4
  1081. package/node_modules/zod/v4/locales/is.js +0 -109
  1082. package/node_modules/zod/v4/locales/it.cjs +0 -135
  1083. package/node_modules/zod/v4/locales/it.d.cts +0 -5
  1084. package/node_modules/zod/v4/locales/it.d.ts +0 -4
  1085. package/node_modules/zod/v4/locales/it.js +0 -108
  1086. package/node_modules/zod/v4/locales/ja.cjs +0 -134
  1087. package/node_modules/zod/v4/locales/ja.d.cts +0 -5
  1088. package/node_modules/zod/v4/locales/ja.d.ts +0 -4
  1089. package/node_modules/zod/v4/locales/ja.js +0 -107
  1090. package/node_modules/zod/v4/locales/ka.cjs +0 -139
  1091. package/node_modules/zod/v4/locales/ka.d.cts +0 -5
  1092. package/node_modules/zod/v4/locales/ka.d.ts +0 -4
  1093. package/node_modules/zod/v4/locales/ka.js +0 -112
  1094. package/node_modules/zod/v4/locales/kh.cjs +0 -12
  1095. package/node_modules/zod/v4/locales/kh.d.cts +0 -5
  1096. package/node_modules/zod/v4/locales/kh.d.ts +0 -5
  1097. package/node_modules/zod/v4/locales/kh.js +0 -5
  1098. package/node_modules/zod/v4/locales/km.cjs +0 -137
  1099. package/node_modules/zod/v4/locales/km.d.cts +0 -5
  1100. package/node_modules/zod/v4/locales/km.d.ts +0 -4
  1101. package/node_modules/zod/v4/locales/km.js +0 -110
  1102. package/node_modules/zod/v4/locales/ko.cjs +0 -138
  1103. package/node_modules/zod/v4/locales/ko.d.cts +0 -5
  1104. package/node_modules/zod/v4/locales/ko.d.ts +0 -4
  1105. package/node_modules/zod/v4/locales/ko.js +0 -111
  1106. package/node_modules/zod/v4/locales/lt.cjs +0 -230
  1107. package/node_modules/zod/v4/locales/lt.d.cts +0 -5
  1108. package/node_modules/zod/v4/locales/lt.d.ts +0 -4
  1109. package/node_modules/zod/v4/locales/lt.js +0 -203
  1110. package/node_modules/zod/v4/locales/mk.cjs +0 -136
  1111. package/node_modules/zod/v4/locales/mk.d.cts +0 -5
  1112. package/node_modules/zod/v4/locales/mk.d.ts +0 -4
  1113. package/node_modules/zod/v4/locales/mk.js +0 -109
  1114. package/node_modules/zod/v4/locales/ms.cjs +0 -134
  1115. package/node_modules/zod/v4/locales/ms.d.cts +0 -5
  1116. package/node_modules/zod/v4/locales/ms.d.ts +0 -4
  1117. package/node_modules/zod/v4/locales/ms.js +0 -107
  1118. package/node_modules/zod/v4/locales/nl.cjs +0 -137
  1119. package/node_modules/zod/v4/locales/nl.d.cts +0 -5
  1120. package/node_modules/zod/v4/locales/nl.d.ts +0 -4
  1121. package/node_modules/zod/v4/locales/nl.js +0 -110
  1122. package/node_modules/zod/v4/locales/no.cjs +0 -135
  1123. package/node_modules/zod/v4/locales/no.d.cts +0 -5
  1124. package/node_modules/zod/v4/locales/no.d.ts +0 -4
  1125. package/node_modules/zod/v4/locales/no.js +0 -108
  1126. package/node_modules/zod/v4/locales/ota.cjs +0 -136
  1127. package/node_modules/zod/v4/locales/ota.d.cts +0 -5
  1128. package/node_modules/zod/v4/locales/ota.d.ts +0 -4
  1129. package/node_modules/zod/v4/locales/ota.js +0 -109
  1130. package/node_modules/zod/v4/locales/package.json +0 -7
  1131. package/node_modules/zod/v4/locales/pl.cjs +0 -136
  1132. package/node_modules/zod/v4/locales/pl.d.cts +0 -5
  1133. package/node_modules/zod/v4/locales/pl.d.ts +0 -4
  1134. package/node_modules/zod/v4/locales/pl.js +0 -109
  1135. package/node_modules/zod/v4/locales/ps.cjs +0 -141
  1136. package/node_modules/zod/v4/locales/ps.d.cts +0 -5
  1137. package/node_modules/zod/v4/locales/ps.d.ts +0 -4
  1138. package/node_modules/zod/v4/locales/ps.js +0 -114
  1139. package/node_modules/zod/v4/locales/pt.cjs +0 -135
  1140. package/node_modules/zod/v4/locales/pt.d.cts +0 -5
  1141. package/node_modules/zod/v4/locales/pt.d.ts +0 -4
  1142. package/node_modules/zod/v4/locales/pt.js +0 -108
  1143. package/node_modules/zod/v4/locales/ro.cjs +0 -146
  1144. package/node_modules/zod/v4/locales/ro.d.cts +0 -5
  1145. package/node_modules/zod/v4/locales/ro.d.ts +0 -4
  1146. package/node_modules/zod/v4/locales/ro.js +0 -119
  1147. package/node_modules/zod/v4/locales/ru.cjs +0 -183
  1148. package/node_modules/zod/v4/locales/ru.d.cts +0 -5
  1149. package/node_modules/zod/v4/locales/ru.d.ts +0 -4
  1150. package/node_modules/zod/v4/locales/ru.js +0 -156
  1151. package/node_modules/zod/v4/locales/sl.cjs +0 -136
  1152. package/node_modules/zod/v4/locales/sl.d.cts +0 -5
  1153. package/node_modules/zod/v4/locales/sl.d.ts +0 -4
  1154. package/node_modules/zod/v4/locales/sl.js +0 -109
  1155. package/node_modules/zod/v4/locales/sv.cjs +0 -137
  1156. package/node_modules/zod/v4/locales/sv.d.cts +0 -5
  1157. package/node_modules/zod/v4/locales/sv.d.ts +0 -4
  1158. package/node_modules/zod/v4/locales/sv.js +0 -110
  1159. package/node_modules/zod/v4/locales/ta.cjs +0 -137
  1160. package/node_modules/zod/v4/locales/ta.d.cts +0 -5
  1161. package/node_modules/zod/v4/locales/ta.d.ts +0 -4
  1162. package/node_modules/zod/v4/locales/ta.js +0 -110
  1163. package/node_modules/zod/v4/locales/th.cjs +0 -137
  1164. package/node_modules/zod/v4/locales/th.d.cts +0 -5
  1165. package/node_modules/zod/v4/locales/th.d.ts +0 -4
  1166. package/node_modules/zod/v4/locales/th.js +0 -110
  1167. package/node_modules/zod/v4/locales/tr.cjs +0 -132
  1168. package/node_modules/zod/v4/locales/tr.d.cts +0 -5
  1169. package/node_modules/zod/v4/locales/tr.d.ts +0 -4
  1170. package/node_modules/zod/v4/locales/tr.js +0 -105
  1171. package/node_modules/zod/v4/locales/ua.cjs +0 -12
  1172. package/node_modules/zod/v4/locales/ua.d.cts +0 -5
  1173. package/node_modules/zod/v4/locales/ua.d.ts +0 -5
  1174. package/node_modules/zod/v4/locales/ua.js +0 -5
  1175. package/node_modules/zod/v4/locales/uk.cjs +0 -135
  1176. package/node_modules/zod/v4/locales/uk.d.cts +0 -5
  1177. package/node_modules/zod/v4/locales/uk.d.ts +0 -4
  1178. package/node_modules/zod/v4/locales/uk.js +0 -108
  1179. package/node_modules/zod/v4/locales/ur.cjs +0 -137
  1180. package/node_modules/zod/v4/locales/ur.d.cts +0 -5
  1181. package/node_modules/zod/v4/locales/ur.d.ts +0 -4
  1182. package/node_modules/zod/v4/locales/ur.js +0 -110
  1183. package/node_modules/zod/v4/locales/uz.cjs +0 -137
  1184. package/node_modules/zod/v4/locales/uz.d.cts +0 -5
  1185. package/node_modules/zod/v4/locales/uz.d.ts +0 -4
  1186. package/node_modules/zod/v4/locales/uz.js +0 -110
  1187. package/node_modules/zod/v4/locales/vi.cjs +0 -135
  1188. package/node_modules/zod/v4/locales/vi.d.cts +0 -5
  1189. package/node_modules/zod/v4/locales/vi.d.ts +0 -4
  1190. package/node_modules/zod/v4/locales/vi.js +0 -108
  1191. package/node_modules/zod/v4/locales/yo.cjs +0 -134
  1192. package/node_modules/zod/v4/locales/yo.d.cts +0 -5
  1193. package/node_modules/zod/v4/locales/yo.d.ts +0 -4
  1194. package/node_modules/zod/v4/locales/yo.js +0 -107
  1195. package/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
  1196. package/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  1197. package/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  1198. package/node_modules/zod/v4/locales/zh-CN.js +0 -109
  1199. package/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
  1200. package/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  1201. package/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  1202. package/node_modules/zod/v4/locales/zh-TW.js +0 -107
  1203. package/node_modules/zod/v4/mini/checks.cjs +0 -34
  1204. package/node_modules/zod/v4/mini/checks.d.cts +0 -1
  1205. package/node_modules/zod/v4/mini/checks.d.ts +0 -1
  1206. package/node_modules/zod/v4/mini/checks.js +0 -1
  1207. package/node_modules/zod/v4/mini/coerce.cjs +0 -52
  1208. package/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  1209. package/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  1210. package/node_modules/zod/v4/mini/coerce.js +0 -22
  1211. package/node_modules/zod/v4/mini/external.cjs +0 -63
  1212. package/node_modules/zod/v4/mini/external.d.cts +0 -13
  1213. package/node_modules/zod/v4/mini/external.d.ts +0 -13
  1214. package/node_modules/zod/v4/mini/external.js +0 -14
  1215. package/node_modules/zod/v4/mini/index.cjs +0 -32
  1216. package/node_modules/zod/v4/mini/index.d.cts +0 -3
  1217. package/node_modules/zod/v4/mini/index.d.ts +0 -3
  1218. package/node_modules/zod/v4/mini/index.js +0 -3
  1219. package/node_modules/zod/v4/mini/iso.cjs +0 -64
  1220. package/node_modules/zod/v4/mini/iso.d.cts +0 -22
  1221. package/node_modules/zod/v4/mini/iso.d.ts +0 -22
  1222. package/node_modules/zod/v4/mini/iso.js +0 -34
  1223. package/node_modules/zod/v4/mini/package.json +0 -7
  1224. package/node_modules/zod/v4/mini/parse.cjs +0 -16
  1225. package/node_modules/zod/v4/mini/parse.d.cts +0 -1
  1226. package/node_modules/zod/v4/mini/parse.d.ts +0 -1
  1227. package/node_modules/zod/v4/mini/parse.js +0 -1
  1228. package/node_modules/zod/v4/mini/schemas.cjs +0 -1083
  1229. package/node_modules/zod/v4/mini/schemas.d.cts +0 -445
  1230. package/node_modules/zod/v4/mini/schemas.d.ts +0 -445
  1231. package/node_modules/zod/v4/mini/schemas.js +0 -961
  1232. package/node_modules/zod/v4/package.json +0 -7
  1233. package/node_modules/zod/v4-mini/index.cjs +0 -32
  1234. package/node_modules/zod/v4-mini/index.d.cts +0 -3
  1235. package/node_modules/zod/v4-mini/index.d.ts +0 -3
  1236. package/node_modules/zod/v4-mini/index.js +0 -3
  1237. package/node_modules/zod/v4-mini/package.json +0 -7
@@ -1,1653 +0,0 @@
1
- import * as z from "zod/v4";
2
-
3
- //#region src/constants.ts
4
- const LATEST_PROTOCOL_VERSION = "2025-11-25";
5
- const DEFAULT_NEGOTIATED_PROTOCOL_VERSION = "2025-03-26";
6
- const SUPPORTED_PROTOCOL_VERSIONS = [
7
- LATEST_PROTOCOL_VERSION,
8
- "2025-06-18",
9
- "2025-03-26",
10
- "2024-11-05",
11
- "2024-10-07"
12
- ];
13
- /**
14
- * `_meta` key associating a message with a 2025-11-25 task.
15
- *
16
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
17
- */
18
- const RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task";
19
- /**
20
- * `_meta` key carrying the MCP protocol version governing a request.
21
- *
22
- * For the HTTP transport, the value must match the `MCP-Protocol-Version` header.
23
- */
24
- const PROTOCOL_VERSION_META_KEY = "io.modelcontextprotocol/protocolVersion";
25
- /**
26
- * `_meta` key identifying the client software making a request.
27
- */
28
- const CLIENT_INFO_META_KEY = "io.modelcontextprotocol/clientInfo";
29
- /**
30
- * `_meta` key carrying the client's capabilities for a request.
31
- *
32
- * Capabilities are declared per request rather than once at initialization;
33
- * servers must not infer capabilities from prior requests.
34
- */
35
- const CLIENT_CAPABILITIES_META_KEY = "io.modelcontextprotocol/clientCapabilities";
36
- /**
37
- * `_meta` key carrying the JSON-RPC ID of the `subscriptions/listen` request
38
- * that opened the stream a notification was delivered on.
39
- *
40
- * Stamped by the server on every notification delivered via a
41
- * `subscriptions/listen` stream (including the leading
42
- * `notifications/subscriptions/acknowledged`); on stdio, where all messages
43
- * share one channel, clients use it to correlate notifications with their
44
- * originating subscription. The value is the listen request's JSON-RPC ID
45
- * verbatim.
46
- */
47
- const SUBSCRIPTION_ID_META_KEY = "io.modelcontextprotocol/subscriptionId";
48
- /**
49
- * `_meta` key carrying the desired log level for a request.
50
- *
51
- * When absent, the server must not send `notifications/message` notifications
52
- * for the request.
53
- *
54
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
55
- * in the specification for at least twelve months.
56
- */
57
- const LOG_LEVEL_META_KEY = "io.modelcontextprotocol/logLevel";
58
- /**
59
- * `_meta` key carrying W3C Trace Context for distributed tracing (SEP-414).
60
- *
61
- * When present, the value MUST follow the W3C `traceparent` header format,
62
- * e.g. `00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01`.
63
- *
64
- * @see https://www.w3.org/TR/trace-context/#traceparent-header
65
- */
66
- const TRACEPARENT_META_KEY = "traceparent";
67
- /**
68
- * `_meta` key carrying vendor-specific trace state for distributed tracing (SEP-414).
69
- *
70
- * When present, the value MUST follow the W3C `tracestate` header format,
71
- * e.g. `vendor1=value1,vendor2=value2`.
72
- *
73
- * @see https://www.w3.org/TR/trace-context/#tracestate-header
74
- */
75
- const TRACESTATE_META_KEY = "tracestate";
76
- /**
77
- * `_meta` key carrying cross-cutting propagation values for distributed tracing (SEP-414).
78
- *
79
- * When present, the value MUST follow the W3C Baggage header format,
80
- * e.g. `userId=alice,serverRegion=us-east-1`.
81
- *
82
- * @see https://www.w3.org/TR/baggage/
83
- */
84
- const BAGGAGE_META_KEY = "baggage";
85
- const JSONRPC_VERSION = "2.0";
86
- const PARSE_ERROR = -32700;
87
- const INVALID_REQUEST = -32600;
88
- const METHOD_NOT_FOUND = -32601;
89
- const INVALID_PARAMS = -32602;
90
- const INTERNAL_ERROR = -32603;
91
-
92
- //#endregion
93
- //#region src/schemas.ts
94
- const JSONValueSchema = z.lazy(() => z.union([
95
- z.string(),
96
- z.number(),
97
- z.boolean(),
98
- z.null(),
99
- z.record(z.string(), JSONValueSchema),
100
- z.array(JSONValueSchema)
101
- ]));
102
- const JSONObjectSchema = z.record(z.string(), JSONValueSchema);
103
- const JSONArraySchema = z.array(JSONValueSchema);
104
- /**
105
- * A progress token, used to associate progress notifications with the original request.
106
- */
107
- const ProgressTokenSchema = z.union([z.string(), z.number().int()]);
108
- /**
109
- * An opaque token used to represent a cursor for pagination.
110
- */
111
- const CursorSchema = z.string();
112
- /** @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only. */
113
- const TaskMetadataSchema = z.object({ ttl: z.number().optional() });
114
- /**
115
- * Metadata for associating messages with a task.
116
- * Include this in the `_meta` field under the key `io.modelcontextprotocol/related-task`.
117
- *
118
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
119
- */
120
- const RelatedTaskMetadataSchema = z.object({ taskId: z.string() });
121
- const RequestMetaSchema = z.looseObject({
122
- progressToken: ProgressTokenSchema.optional(),
123
- [RELATED_TASK_META_KEY]: RelatedTaskMetadataSchema.optional()
124
- });
125
- /**
126
- * Common params for any request.
127
- */
128
- const BaseRequestParamsSchema = z.object({ _meta: RequestMetaSchema.optional() });
129
- /**
130
- * Common params for any task-augmented request.
131
- *
132
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
133
- */
134
- const TaskAugmentedRequestParamsSchema = BaseRequestParamsSchema.extend({ task: TaskMetadataSchema.optional() });
135
- const RequestSchema = z.object({
136
- method: z.string(),
137
- params: BaseRequestParamsSchema.loose().optional()
138
- });
139
- const NotificationsParamsSchema = z.object({ _meta: RequestMetaSchema.optional() });
140
- const NotificationSchema = z.object({
141
- method: z.string(),
142
- params: NotificationsParamsSchema.loose().optional()
143
- });
144
- const ResultSchema = z.looseObject({ _meta: RequestMetaSchema.optional() });
145
- /**
146
- * A uniquely identifying ID for a request in JSON-RPC.
147
- */
148
- const RequestIdSchema = z.union([z.string(), z.number().int()]);
149
- /**
150
- * A request that expects a response.
151
- */
152
- const JSONRPCRequestSchema = z.object({
153
- jsonrpc: z.literal(JSONRPC_VERSION),
154
- id: RequestIdSchema,
155
- ...RequestSchema.shape
156
- }).strict();
157
- /**
158
- * A notification which does not expect a response.
159
- */
160
- const JSONRPCNotificationSchema = z.object({
161
- jsonrpc: z.literal(JSONRPC_VERSION),
162
- ...NotificationSchema.shape
163
- }).strict();
164
- /**
165
- * A successful (non-error) response to a request.
166
- */
167
- const JSONRPCResultResponseSchema = z.object({
168
- jsonrpc: z.literal(JSONRPC_VERSION),
169
- id: RequestIdSchema,
170
- result: ResultSchema
171
- }).strict();
172
- /**
173
- * A response to a request that indicates an error occurred.
174
- */
175
- const JSONRPCErrorResponseSchema = z.object({
176
- jsonrpc: z.literal(JSONRPC_VERSION),
177
- id: RequestIdSchema.optional(),
178
- error: z.object({
179
- code: z.number().int(),
180
- message: z.string(),
181
- data: z.unknown().optional()
182
- })
183
- }).strict();
184
- const JSONRPCMessageSchema = z.union([
185
- JSONRPCRequestSchema,
186
- JSONRPCNotificationSchema,
187
- JSONRPCResultResponseSchema,
188
- JSONRPCErrorResponseSchema
189
- ]);
190
- const JSONRPCResponseSchema = z.union([JSONRPCResultResponseSchema, JSONRPCErrorResponseSchema]);
191
- /**
192
- * A response that indicates success but carries no data.
193
- */
194
- const EmptyResultSchema = ResultSchema.strict();
195
- const CancelledNotificationParamsSchema = NotificationsParamsSchema.extend({
196
- requestId: RequestIdSchema.optional(),
197
- reason: z.string().optional()
198
- });
199
- /**
200
- * This notification can be sent by either side to indicate that it is cancelling a previously-issued request.
201
- *
202
- * The request SHOULD still be in-flight, but due to communication latency, it is always possible that this notification MAY arrive after the request has already finished.
203
- *
204
- * This notification indicates that the result will be unused, so any associated processing SHOULD cease.
205
- *
206
- * A client MUST NOT attempt to cancel its {@linkcode InitializeRequest | initialize} request.
207
- */
208
- const CancelledNotificationSchema = NotificationSchema.extend({
209
- method: z.literal("notifications/cancelled"),
210
- params: CancelledNotificationParamsSchema
211
- });
212
- /**
213
- * Icon schema for use in {@link Tool | tools}, {@link Prompt | prompts}, {@link Resource | resources}, and {@link Implementation | implementations}.
214
- */
215
- const IconSchema = z.object({
216
- src: z.string(),
217
- mimeType: z.string().optional(),
218
- sizes: z.array(z.string()).optional(),
219
- theme: z.enum(["light", "dark"]).optional()
220
- });
221
- /**
222
- * Base schema to add `icons` property.
223
- *
224
- */
225
- const IconsSchema = z.object({ icons: z.array(IconSchema).optional() });
226
- /**
227
- * Base metadata interface for common properties across {@link Resource | resources}, {@link Tool | tools}, {@link Prompt | prompts}, and {@link Implementation | implementations}.
228
- */
229
- const BaseMetadataSchema = z.object({
230
- name: z.string(),
231
- title: z.string().optional()
232
- });
233
- /**
234
- * Describes the name and version of an MCP implementation.
235
- */
236
- const ImplementationSchema = BaseMetadataSchema.extend({
237
- ...BaseMetadataSchema.shape,
238
- ...IconsSchema.shape,
239
- version: z.string(),
240
- websiteUrl: z.string().optional(),
241
- description: z.string().optional()
242
- });
243
- const FormElicitationCapabilitySchema = z.intersection(z.object({ applyDefaults: z.boolean().optional() }), JSONObjectSchema);
244
- const ElicitationCapabilitySchema = z.preprocess((value) => {
245
- if (value && typeof value === "object" && !Array.isArray(value) && Object.keys(value).length === 0) return { form: {} };
246
- return value;
247
- }, z.intersection(z.object({
248
- form: FormElicitationCapabilitySchema.optional(),
249
- url: JSONObjectSchema.optional()
250
- }), JSONObjectSchema.optional()));
251
- /**
252
- * Task capabilities for clients, indicating which request types support task creation.
253
- *
254
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
255
- */
256
- const ClientTasksCapabilitySchema = z.looseObject({
257
- list: JSONObjectSchema.optional(),
258
- cancel: JSONObjectSchema.optional(),
259
- requests: z.looseObject({
260
- sampling: z.looseObject({ createMessage: JSONObjectSchema.optional() }).optional(),
261
- elicitation: z.looseObject({ create: JSONObjectSchema.optional() }).optional()
262
- }).optional()
263
- });
264
- /**
265
- * Task capabilities for servers, indicating which request types support task creation.
266
- *
267
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
268
- */
269
- const ServerTasksCapabilitySchema = z.looseObject({
270
- list: JSONObjectSchema.optional(),
271
- cancel: JSONObjectSchema.optional(),
272
- requests: z.looseObject({ tools: z.looseObject({ call: JSONObjectSchema.optional() }).optional() }).optional()
273
- });
274
- /**
275
- * Capabilities a client may support. Known capabilities are defined here, in this schema, but this is not a closed set: any client can define its own, additional capabilities.
276
- */
277
- const ClientCapabilitiesSchema = z.object({
278
- experimental: z.record(z.string(), JSONObjectSchema).optional(),
279
- sampling: z.object({
280
- context: JSONObjectSchema.optional(),
281
- tools: JSONObjectSchema.optional()
282
- }).optional(),
283
- elicitation: ElicitationCapabilitySchema.optional(),
284
- roots: z.object({ listChanged: z.boolean().optional() }).optional(),
285
- tasks: ClientTasksCapabilitySchema.optional(),
286
- extensions: z.record(z.string(), JSONObjectSchema).optional()
287
- });
288
- const InitializeRequestParamsSchema = BaseRequestParamsSchema.extend({
289
- protocolVersion: z.string(),
290
- capabilities: ClientCapabilitiesSchema,
291
- clientInfo: ImplementationSchema
292
- });
293
- /**
294
- * This request is sent from the client to the server when it first connects, asking it to begin initialization.
295
- */
296
- const InitializeRequestSchema = RequestSchema.extend({
297
- method: z.literal("initialize"),
298
- params: InitializeRequestParamsSchema
299
- });
300
- /**
301
- * Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.
302
- */
303
- const ServerCapabilitiesSchema = z.object({
304
- experimental: z.record(z.string(), JSONObjectSchema).optional(),
305
- logging: JSONObjectSchema.optional(),
306
- completions: JSONObjectSchema.optional(),
307
- prompts: z.object({ listChanged: z.boolean().optional() }).optional(),
308
- resources: z.object({
309
- subscribe: z.boolean().optional(),
310
- listChanged: z.boolean().optional()
311
- }).optional(),
312
- tools: z.object({ listChanged: z.boolean().optional() }).optional(),
313
- tasks: ServerTasksCapabilitySchema.optional(),
314
- extensions: z.record(z.string(), JSONObjectSchema).optional()
315
- });
316
- /**
317
- * After receiving an initialize request from the client, the server sends this response.
318
- */
319
- const InitializeResultSchema = ResultSchema.extend({
320
- protocolVersion: z.string(),
321
- capabilities: ServerCapabilitiesSchema,
322
- serverInfo: ImplementationSchema,
323
- instructions: z.string().optional()
324
- });
325
- /**
326
- * This notification is sent from the client to the server after initialization has finished.
327
- */
328
- const InitializedNotificationSchema = NotificationSchema.extend({
329
- method: z.literal("notifications/initialized"),
330
- params: NotificationsParamsSchema.optional()
331
- });
332
- /**
333
- * A request from the client asking the server to advertise its supported protocol
334
- * versions, capabilities, and other metadata (protocol revision 2026-07-28). Servers
335
- * MUST implement `server/discover`. Clients MAY call it but are not required to —
336
- * version negotiation can also happen inline via the per-request `_meta` envelope.
337
- */
338
- const DiscoverRequestSchema = RequestSchema.extend({
339
- method: z.literal("server/discover"),
340
- params: BaseRequestParamsSchema.optional()
341
- });
342
- /**
343
- * The result returned by the server for a `server/discover` request.
344
- */
345
- const DiscoverResultSchema = ResultSchema.extend({
346
- supportedVersions: z.array(z.string()),
347
- capabilities: ServerCapabilitiesSchema,
348
- serverInfo: ImplementationSchema,
349
- instructions: z.string().optional()
350
- });
351
- /**
352
- * A ping, issued by either the server or the client, to check that the other party is still alive. The receiver must promptly respond, or else may be disconnected.
353
- */
354
- const PingRequestSchema = RequestSchema.extend({
355
- method: z.literal("ping"),
356
- params: BaseRequestParamsSchema.optional()
357
- });
358
- const ProgressSchema = z.object({
359
- progress: z.number(),
360
- total: z.optional(z.number()),
361
- message: z.optional(z.string())
362
- });
363
- const ProgressNotificationParamsSchema = z.object({
364
- ...NotificationsParamsSchema.shape,
365
- ...ProgressSchema.shape,
366
- progressToken: ProgressTokenSchema
367
- });
368
- /**
369
- * An out-of-band notification used to inform the receiver of a progress update for a long-running request.
370
- *
371
- * @category notifications/progress
372
- */
373
- const ProgressNotificationSchema = NotificationSchema.extend({
374
- method: z.literal("notifications/progress"),
375
- params: ProgressNotificationParamsSchema
376
- });
377
- const PaginatedRequestParamsSchema = BaseRequestParamsSchema.extend({ cursor: CursorSchema.optional() });
378
- const PaginatedRequestSchema = RequestSchema.extend({ params: PaginatedRequestParamsSchema.optional() });
379
- const PaginatedResultSchema = ResultSchema.extend({ nextCursor: CursorSchema.optional() });
380
- /**
381
- * The contents of a specific resource or sub-resource.
382
- */
383
- const ResourceContentsSchema = z.object({
384
- uri: z.string(),
385
- mimeType: z.optional(z.string()),
386
- _meta: z.record(z.string(), z.unknown()).optional()
387
- });
388
- const TextResourceContentsSchema = ResourceContentsSchema.extend({ text: z.string() });
389
- /**
390
- * A Zod schema for validating Base64 strings that is more performant and
391
- * robust for very large inputs than the default regex-based check. It avoids
392
- * stack overflows by using the native `atob` function for validation.
393
- */
394
- const Base64Schema = z.string().refine((val) => {
395
- try {
396
- atob(val);
397
- return true;
398
- } catch {
399
- return false;
400
- }
401
- }, { message: "Invalid Base64 string" });
402
- const BlobResourceContentsSchema = ResourceContentsSchema.extend({ blob: Base64Schema });
403
- /**
404
- * The sender or recipient of messages and data in a conversation.
405
- */
406
- const RoleSchema = z.enum(["user", "assistant"]);
407
- /**
408
- * Optional annotations providing clients additional context about a resource.
409
- */
410
- const AnnotationsSchema = z.object({
411
- audience: z.array(RoleSchema).optional(),
412
- priority: z.number().min(0).max(1).optional(),
413
- lastModified: z.iso.datetime({ offset: true }).optional()
414
- });
415
- /**
416
- * A known resource that the server is capable of reading.
417
- */
418
- const ResourceSchema = z.object({
419
- ...BaseMetadataSchema.shape,
420
- ...IconsSchema.shape,
421
- uri: z.string(),
422
- description: z.optional(z.string()),
423
- mimeType: z.optional(z.string()),
424
- size: z.optional(z.number()),
425
- annotations: AnnotationsSchema.optional(),
426
- _meta: z.optional(z.looseObject({}))
427
- });
428
- /**
429
- * A template description for resources available on the server.
430
- */
431
- const ResourceTemplateSchema = z.object({
432
- ...BaseMetadataSchema.shape,
433
- ...IconsSchema.shape,
434
- uriTemplate: z.string(),
435
- description: z.optional(z.string()),
436
- mimeType: z.optional(z.string()),
437
- annotations: AnnotationsSchema.optional(),
438
- _meta: z.optional(z.looseObject({}))
439
- });
440
- /**
441
- * Sent from the client to request a list of resources the server has.
442
- */
443
- const ListResourcesRequestSchema = PaginatedRequestSchema.extend({ method: z.literal("resources/list") });
444
- /**
445
- * The server's response to a {@linkcode ListResourcesRequest | resources/list} request from the client.
446
- */
447
- const ListResourcesResultSchema = PaginatedResultSchema.extend({ resources: z.array(ResourceSchema) });
448
- /**
449
- * Sent from the client to request a list of resource templates the server has.
450
- */
451
- const ListResourceTemplatesRequestSchema = PaginatedRequestSchema.extend({ method: z.literal("resources/templates/list") });
452
- /**
453
- * The server's response to a {@linkcode ListResourceTemplatesRequest | resources/templates/list} request from the client.
454
- */
455
- const ListResourceTemplatesResultSchema = PaginatedResultSchema.extend({ resourceTemplates: z.array(ResourceTemplateSchema) });
456
- const ResourceRequestParamsSchema = BaseRequestParamsSchema.extend({ uri: z.string() });
457
- /**
458
- * Parameters for a {@linkcode ReadResourceRequest | resources/read} request.
459
- */
460
- const ReadResourceRequestParamsSchema = ResourceRequestParamsSchema;
461
- /**
462
- * Sent from the client to the server, to read a specific resource URI.
463
- */
464
- const ReadResourceRequestSchema = RequestSchema.extend({
465
- method: z.literal("resources/read"),
466
- params: ReadResourceRequestParamsSchema
467
- });
468
- /**
469
- * The server's response to a {@linkcode ReadResourceRequest | resources/read} request from the client.
470
- */
471
- const ReadResourceResultSchema = ResultSchema.extend({ contents: z.array(z.union([TextResourceContentsSchema, BlobResourceContentsSchema])) });
472
- /**
473
- * An optional notification from the server to the client, informing it that the list of resources it can read from has changed. This may be issued by servers without any previous subscription from the client.
474
- */
475
- const ResourceListChangedNotificationSchema = NotificationSchema.extend({
476
- method: z.literal("notifications/resources/list_changed"),
477
- params: NotificationsParamsSchema.optional()
478
- });
479
- const SubscribeRequestParamsSchema = ResourceRequestParamsSchema;
480
- /**
481
- * Sent from the client to request `resources/updated` notifications from the server whenever a particular resource changes.
482
- */
483
- const SubscribeRequestSchema = RequestSchema.extend({
484
- method: z.literal("resources/subscribe"),
485
- params: SubscribeRequestParamsSchema
486
- });
487
- const UnsubscribeRequestParamsSchema = ResourceRequestParamsSchema;
488
- /**
489
- * Sent from the client to request cancellation of {@linkcode ResourceUpdatedNotification | resources/updated} notifications from the server. This should follow a previous {@linkcode SubscribeRequest | resources/subscribe} request.
490
- */
491
- const UnsubscribeRequestSchema = RequestSchema.extend({
492
- method: z.literal("resources/unsubscribe"),
493
- params: UnsubscribeRequestParamsSchema
494
- });
495
- /**
496
- * The set of notification types a client opts in to on a `subscriptions/listen`
497
- * request. Each type is opt-in; the server MUST NOT send a notification type
498
- * the client has not explicitly requested here.
499
- */
500
- const SubscriptionFilterSchema = z.object({
501
- toolsListChanged: z.boolean().optional(),
502
- promptsListChanged: z.boolean().optional(),
503
- resourcesListChanged: z.boolean().optional(),
504
- resourceSubscriptions: z.array(z.string()).optional()
505
- });
506
- const SubscriptionsListenRequestParamsSchema = BaseRequestParamsSchema.extend({ notifications: SubscriptionFilterSchema });
507
- /**
508
- * Sent from the client to open a long-lived channel for receiving notifications
509
- * outside the context of a specific request (protocol revision 2026-07-28).
510
- * Replaces the previous HTTP GET endpoint and `resources/subscribe`.
511
- */
512
- const SubscriptionsListenRequestSchema = RequestSchema.extend({
513
- method: z.literal("subscriptions/listen"),
514
- params: SubscriptionsListenRequestParamsSchema
515
- });
516
- const SubscriptionsAcknowledgedNotificationParamsSchema = NotificationsParamsSchema.extend({ notifications: SubscriptionFilterSchema });
517
- /**
518
- * Sent by the server as the first message on a `subscriptions/listen` stream
519
- * to acknowledge that the subscription has been established and report which
520
- * notification types it agreed to honor (protocol revision 2026-07-28).
521
- */
522
- const SubscriptionsAcknowledgedNotificationSchema = NotificationSchema.extend({
523
- method: z.literal("notifications/subscriptions/acknowledged"),
524
- params: SubscriptionsAcknowledgedNotificationParamsSchema
525
- });
526
- /**
527
- * `_meta` for a {@linkcode SubscriptionsListenResult}: the listen request's
528
- * JSON-RPC ID under the canonical subscription-id key (mirroring the same key
529
- * on every notification delivered on the stream).
530
- */
531
- const SubscriptionsListenResultMetaSchema = z.looseObject({ [SUBSCRIPTION_ID_META_KEY]: RequestIdSchema });
532
- /**
533
- * The response to a `subscriptions/listen` request, signalling that the
534
- * subscription has ended gracefully (for example, during server shutdown).
535
- * Because the listen stream is long-lived, this result is sent only when the
536
- * server tears the subscription down; an abrupt transport close carries no
537
- * response. The result body is otherwise empty.
538
- */
539
- const SubscriptionsListenResultSchema = ResultSchema.extend({ _meta: SubscriptionsListenResultMetaSchema });
540
- /**
541
- * Parameters for a {@linkcode ResourceUpdatedNotification | notifications/resources/updated} notification.
542
- */
543
- const ResourceUpdatedNotificationParamsSchema = NotificationsParamsSchema.extend({ uri: z.string() });
544
- /**
545
- * A notification from the server to the client, informing it that a resource has changed and may need to be read again. This should only be sent if the client previously sent a {@linkcode SubscribeRequest | resources/subscribe} request.
546
- */
547
- const ResourceUpdatedNotificationSchema = NotificationSchema.extend({
548
- method: z.literal("notifications/resources/updated"),
549
- params: ResourceUpdatedNotificationParamsSchema
550
- });
551
- /**
552
- * Describes an argument that a prompt can accept.
553
- */
554
- const PromptArgumentSchema = z.object({
555
- name: z.string(),
556
- description: z.optional(z.string()),
557
- required: z.optional(z.boolean())
558
- });
559
- /**
560
- * A prompt or prompt template that the server offers.
561
- */
562
- const PromptSchema = z.object({
563
- ...BaseMetadataSchema.shape,
564
- ...IconsSchema.shape,
565
- description: z.optional(z.string()),
566
- arguments: z.optional(z.array(PromptArgumentSchema)),
567
- _meta: z.optional(z.looseObject({}))
568
- });
569
- /**
570
- * Sent from the client to request a list of prompts and prompt templates the server has.
571
- */
572
- const ListPromptsRequestSchema = PaginatedRequestSchema.extend({ method: z.literal("prompts/list") });
573
- /**
574
- * The server's response to a {@linkcode ListPromptsRequest | prompts/list} request from the client.
575
- */
576
- const ListPromptsResultSchema = PaginatedResultSchema.extend({ prompts: z.array(PromptSchema) });
577
- /**
578
- * Parameters for a {@linkcode GetPromptRequest | prompts/get} request.
579
- */
580
- const GetPromptRequestParamsSchema = BaseRequestParamsSchema.extend({
581
- name: z.string(),
582
- arguments: z.record(z.string(), z.string()).optional()
583
- });
584
- /**
585
- * Used by the client to get a prompt provided by the server.
586
- */
587
- const GetPromptRequestSchema = RequestSchema.extend({
588
- method: z.literal("prompts/get"),
589
- params: GetPromptRequestParamsSchema
590
- });
591
- /**
592
- * Text provided to or from an LLM.
593
- */
594
- const TextContentSchema = z.object({
595
- type: z.literal("text"),
596
- text: z.string(),
597
- annotations: AnnotationsSchema.optional(),
598
- _meta: z.record(z.string(), z.unknown()).optional()
599
- });
600
- /**
601
- * An image provided to or from an LLM.
602
- */
603
- const ImageContentSchema = z.object({
604
- type: z.literal("image"),
605
- data: Base64Schema,
606
- mimeType: z.string(),
607
- annotations: AnnotationsSchema.optional(),
608
- _meta: z.record(z.string(), z.unknown()).optional()
609
- });
610
- /**
611
- * Audio content provided to or from an LLM.
612
- */
613
- const AudioContentSchema = z.object({
614
- type: z.literal("audio"),
615
- data: Base64Schema,
616
- mimeType: z.string(),
617
- annotations: AnnotationsSchema.optional(),
618
- _meta: z.record(z.string(), z.unknown()).optional()
619
- });
620
- /**
621
- * A tool call request from an assistant (LLM).
622
- * Represents the assistant's request to use a tool.
623
- *
624
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
625
- * in the specification for at least twelve months. Migrate to calling LLM
626
- * provider APIs directly.
627
- */
628
- const ToolUseContentSchema = z.object({
629
- type: z.literal("tool_use"),
630
- name: z.string(),
631
- id: z.string(),
632
- input: z.record(z.string(), z.unknown()),
633
- _meta: z.record(z.string(), z.unknown()).optional()
634
- });
635
- /**
636
- * The contents of a resource, embedded into a prompt or tool call result.
637
- */
638
- const EmbeddedResourceSchema = z.object({
639
- type: z.literal("resource"),
640
- resource: z.union([TextResourceContentsSchema, BlobResourceContentsSchema]),
641
- annotations: AnnotationsSchema.optional(),
642
- _meta: z.record(z.string(), z.unknown()).optional()
643
- });
644
- /**
645
- * A resource that the server is capable of reading, included in a prompt or tool call result.
646
- *
647
- * Note: resource links returned by tools are not guaranteed to appear in the results of {@linkcode ListResourcesRequest | resources/list} requests.
648
- */
649
- const ResourceLinkSchema = ResourceSchema.extend({ type: z.literal("resource_link") });
650
- /**
651
- * A content block that can be used in prompts and tool results.
652
- */
653
- const ContentBlockSchema = z.union([
654
- TextContentSchema,
655
- ImageContentSchema,
656
- AudioContentSchema,
657
- ResourceLinkSchema,
658
- EmbeddedResourceSchema
659
- ]);
660
- /**
661
- * Describes a message returned as part of a prompt.
662
- */
663
- const PromptMessageSchema = z.object({
664
- role: RoleSchema,
665
- content: ContentBlockSchema
666
- });
667
- /**
668
- * The server's response to a {@linkcode GetPromptRequest | prompts/get} request from the client.
669
- */
670
- const GetPromptResultSchema = ResultSchema.extend({
671
- description: z.string().optional(),
672
- messages: z.array(PromptMessageSchema)
673
- });
674
- /**
675
- * An optional notification from the server to the client, informing it that the list of prompts it offers has changed. This may be issued by servers without any previous subscription from the client.
676
- */
677
- const PromptListChangedNotificationSchema = NotificationSchema.extend({
678
- method: z.literal("notifications/prompts/list_changed"),
679
- params: NotificationsParamsSchema.optional()
680
- });
681
- /**
682
- * Additional properties describing a `Tool` to clients.
683
- *
684
- * NOTE: all properties in {@linkcode ToolAnnotations} are **hints**.
685
- * They are not guaranteed to provide a faithful description of
686
- * tool behavior (including descriptive properties like `title`).
687
- *
688
- * Clients should never make tool use decisions based on `ToolAnnotations`
689
- * received from untrusted servers.
690
- */
691
- const ToolAnnotationsSchema = z.object({
692
- title: z.string().optional(),
693
- readOnlyHint: z.boolean().optional(),
694
- destructiveHint: z.boolean().optional(),
695
- idempotentHint: z.boolean().optional(),
696
- openWorldHint: z.boolean().optional()
697
- });
698
- /**
699
- * Execution-related properties for a tool.
700
- */
701
- const ToolExecutionSchema = z.object({ taskSupport: z.enum([
702
- "required",
703
- "optional",
704
- "forbidden"
705
- ]).optional() });
706
- /**
707
- * Definition for a tool the client can call.
708
- */
709
- const ToolSchema = z.object({
710
- ...BaseMetadataSchema.shape,
711
- ...IconsSchema.shape,
712
- description: z.string().optional(),
713
- inputSchema: z.object({
714
- type: z.literal("object"),
715
- properties: z.record(z.string(), JSONValueSchema).optional(),
716
- required: z.array(z.string()).optional()
717
- }).catchall(z.unknown()),
718
- outputSchema: z.looseObject({ $schema: z.string().optional() }).optional(),
719
- annotations: ToolAnnotationsSchema.optional(),
720
- execution: ToolExecutionSchema.optional(),
721
- _meta: z.record(z.string(), z.unknown()).optional()
722
- });
723
- /**
724
- * Sent from the client to request a list of tools the server has.
725
- */
726
- const ListToolsRequestSchema = PaginatedRequestSchema.extend({ method: z.literal("tools/list") });
727
- /**
728
- * The server's response to a {@linkcode ListToolsRequest | tools/list} request from the client.
729
- */
730
- const ListToolsResultSchema = PaginatedResultSchema.extend({ tools: z.array(ToolSchema) });
731
- /**
732
- * The server's response to a tool call.
733
- */
734
- const CallToolResultSchema = ResultSchema.extend({
735
- content: z.array(ContentBlockSchema).default([]),
736
- structuredContent: z.unknown().optional(),
737
- isError: z.boolean().optional()
738
- });
739
- /**
740
- * {@linkcode CallToolResultSchema} extended with backwards compatibility to protocol version 2024-10-07.
741
- */
742
- const CompatibilityCallToolResultSchema = CallToolResultSchema.or(ResultSchema.extend({ toolResult: z.unknown() }));
743
- /**
744
- * Parameters for a `tools/call` request.
745
- */
746
- const CallToolRequestParamsSchema = TaskAugmentedRequestParamsSchema.extend({
747
- name: z.string(),
748
- arguments: z.record(z.string(), z.unknown()).optional()
749
- });
750
- /**
751
- * Used by the client to invoke a tool provided by the server.
752
- */
753
- const CallToolRequestSchema = RequestSchema.extend({
754
- method: z.literal("tools/call"),
755
- params: CallToolRequestParamsSchema
756
- });
757
- /**
758
- * An optional notification from the server to the client, informing it that the list of tools it offers has changed. This may be issued by servers without any previous subscription from the client.
759
- */
760
- const ToolListChangedNotificationSchema = NotificationSchema.extend({
761
- method: z.literal("notifications/tools/list_changed"),
762
- params: NotificationsParamsSchema.optional()
763
- });
764
- /**
765
- * Base schema for list changed subscription options (without callback).
766
- * Used internally for Zod validation of `autoRefresh` and `debounceMs`.
767
- */
768
- const ListChangedOptionsBaseSchema = z.object({
769
- autoRefresh: z.boolean().default(true),
770
- debounceMs: z.number().int().nonnegative().default(300)
771
- });
772
- /**
773
- * The severity of a log message.
774
- *
775
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
776
- * in the specification for at least twelve months. Migrate to stderr logging
777
- * (STDIO servers) or OpenTelemetry.
778
- */
779
- const LoggingLevelSchema = z.enum([
780
- "debug",
781
- "info",
782
- "notice",
783
- "warning",
784
- "error",
785
- "critical",
786
- "alert",
787
- "emergency"
788
- ]);
789
- /**
790
- * Parameters for a `logging/setLevel` request.
791
- *
792
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
793
- * in the specification for at least twelve months. Migrate to stderr logging
794
- * (STDIO servers) or OpenTelemetry.
795
- */
796
- const SetLevelRequestParamsSchema = BaseRequestParamsSchema.extend({ level: LoggingLevelSchema });
797
- /**
798
- * A request from the client to the server, to enable or adjust logging.
799
- *
800
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
801
- * in the specification for at least twelve months. Migrate to stderr logging
802
- * (STDIO servers) or OpenTelemetry.
803
- */
804
- const SetLevelRequestSchema = RequestSchema.extend({
805
- method: z.literal("logging/setLevel"),
806
- params: SetLevelRequestParamsSchema
807
- });
808
- /**
809
- * Parameters for a `notifications/message` notification.
810
- *
811
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
812
- * in the specification for at least twelve months. Migrate to stderr logging
813
- * (STDIO servers) or OpenTelemetry.
814
- */
815
- const LoggingMessageNotificationParamsSchema = NotificationsParamsSchema.extend({
816
- level: LoggingLevelSchema,
817
- logger: z.string().optional(),
818
- data: z.unknown()
819
- });
820
- /**
821
- * Notification of a log message passed from server to client. If no `logging/setLevel` request has been sent from the client, the server MAY decide which messages to send automatically.
822
- *
823
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
824
- * in the specification for at least twelve months. Migrate to stderr logging
825
- * (STDIO servers) or OpenTelemetry.
826
- */
827
- const LoggingMessageNotificationSchema = NotificationSchema.extend({
828
- method: z.literal("notifications/message"),
829
- params: LoggingMessageNotificationParamsSchema
830
- });
831
- /**
832
- * Hints to use for model selection.
833
- *
834
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
835
- * in the specification for at least twelve months. Migrate to calling LLM
836
- * provider APIs directly.
837
- */
838
- const ModelHintSchema = z.object({ name: z.string().optional() });
839
- /**
840
- * The server's preferences for model selection, requested of the client during sampling.
841
- *
842
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
843
- * in the specification for at least twelve months. Migrate to calling LLM
844
- * provider APIs directly.
845
- */
846
- const ModelPreferencesSchema = z.object({
847
- hints: z.array(ModelHintSchema).optional(),
848
- costPriority: z.number().min(0).max(1).optional(),
849
- speedPriority: z.number().min(0).max(1).optional(),
850
- intelligencePriority: z.number().min(0).max(1).optional()
851
- });
852
- /**
853
- * Controls tool usage behavior in sampling requests.
854
- *
855
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
856
- * in the specification for at least twelve months. Migrate to calling LLM
857
- * provider APIs directly.
858
- */
859
- const ToolChoiceSchema = z.object({ mode: z.enum([
860
- "auto",
861
- "required",
862
- "none"
863
- ]).optional() });
864
- /**
865
- * The result of a tool execution, provided by the user (server).
866
- * Represents the outcome of invoking a tool requested via `ToolUseContent`.
867
- *
868
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
869
- * in the specification for at least twelve months. Migrate to calling LLM
870
- * provider APIs directly.
871
- */
872
- const ToolResultContentSchema = z.object({
873
- type: z.literal("tool_result"),
874
- toolUseId: z.string().describe("The unique identifier for the corresponding tool call."),
875
- content: z.array(ContentBlockSchema),
876
- structuredContent: z.unknown().optional(),
877
- isError: z.boolean().optional(),
878
- _meta: z.record(z.string(), z.unknown()).optional()
879
- });
880
- /**
881
- * Basic content types for sampling responses (without tool use).
882
- * Used for backwards-compatible {@linkcode CreateMessageResult} when tools are not used.
883
- *
884
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
885
- * in the specification for at least twelve months. Migrate to calling LLM
886
- * provider APIs directly.
887
- */
888
- const SamplingContentSchema = z.discriminatedUnion("type", [
889
- TextContentSchema,
890
- ImageContentSchema,
891
- AudioContentSchema
892
- ]);
893
- /**
894
- * Content block types allowed in sampling messages.
895
- * This includes text, image, audio, tool use requests, and tool results.
896
- *
897
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
898
- * in the specification for at least twelve months. Migrate to calling LLM
899
- * provider APIs directly.
900
- */
901
- const SamplingMessageContentBlockSchema = z.discriminatedUnion("type", [
902
- TextContentSchema,
903
- ImageContentSchema,
904
- AudioContentSchema,
905
- ToolUseContentSchema,
906
- ToolResultContentSchema
907
- ]);
908
- /**
909
- * Describes a message issued to or received from an LLM API.
910
- *
911
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
912
- * in the specification for at least twelve months. Migrate to calling LLM
913
- * provider APIs directly.
914
- */
915
- const SamplingMessageSchema = z.object({
916
- role: RoleSchema,
917
- content: z.union([SamplingMessageContentBlockSchema, z.array(SamplingMessageContentBlockSchema)]),
918
- _meta: z.record(z.string(), z.unknown()).optional()
919
- });
920
- /**
921
- * Parameters for a `sampling/createMessage` request.
922
- *
923
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
924
- * in the specification for at least twelve months. Migrate to calling LLM
925
- * provider APIs directly.
926
- */
927
- const CreateMessageRequestParamsSchema = TaskAugmentedRequestParamsSchema.extend({
928
- messages: z.array(SamplingMessageSchema),
929
- modelPreferences: ModelPreferencesSchema.optional(),
930
- systemPrompt: z.string().optional(),
931
- includeContext: z.enum([
932
- "none",
933
- "thisServer",
934
- "allServers"
935
- ]).optional(),
936
- temperature: z.number().optional(),
937
- maxTokens: z.number().int(),
938
- stopSequences: z.array(z.string()).optional(),
939
- metadata: JSONObjectSchema.optional(),
940
- tools: z.array(ToolSchema).optional(),
941
- toolChoice: ToolChoiceSchema.optional()
942
- });
943
- /**
944
- * A request from the server to sample an LLM via the client. The client has full discretion over which model to select. The client should also inform the user before beginning sampling, to allow them to inspect the request (human in the loop) and decide whether to approve it.
945
- *
946
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
947
- * in the specification for at least twelve months. Migrate to calling LLM
948
- * provider APIs directly.
949
- */
950
- const CreateMessageRequestSchema = RequestSchema.extend({
951
- method: z.literal("sampling/createMessage"),
952
- params: CreateMessageRequestParamsSchema
953
- });
954
- /**
955
- * The client's response to a `sampling/create_message` request from the server.
956
- * This is the backwards-compatible version that returns single content (no arrays).
957
- * Used when the request does not include tools.
958
- *
959
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
960
- * in the specification for at least twelve months. Migrate to calling LLM
961
- * provider APIs directly.
962
- */
963
- const CreateMessageResultSchema = ResultSchema.extend({
964
- model: z.string(),
965
- stopReason: z.optional(z.enum([
966
- "endTurn",
967
- "stopSequence",
968
- "maxTokens"
969
- ]).or(z.string())),
970
- role: RoleSchema,
971
- content: SamplingContentSchema
972
- });
973
- /**
974
- * The client's response to a `sampling/create_message` request when tools were provided.
975
- * This version supports array content for tool use flows.
976
- *
977
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
978
- * in the specification for at least twelve months. Migrate to calling LLM
979
- * provider APIs directly.
980
- */
981
- const CreateMessageResultWithToolsSchema = ResultSchema.extend({
982
- model: z.string(),
983
- stopReason: z.optional(z.enum([
984
- "endTurn",
985
- "stopSequence",
986
- "maxTokens",
987
- "toolUse"
988
- ]).or(z.string())),
989
- role: RoleSchema,
990
- content: z.union([SamplingMessageContentBlockSchema, z.array(SamplingMessageContentBlockSchema)])
991
- });
992
- /**
993
- * Primitive schema definition for boolean fields.
994
- */
995
- const BooleanSchemaSchema = z.object({
996
- type: z.literal("boolean"),
997
- title: z.string().optional(),
998
- description: z.string().optional(),
999
- default: z.boolean().optional()
1000
- });
1001
- /**
1002
- * Primitive schema definition for string fields.
1003
- */
1004
- const StringSchemaSchema = z.object({
1005
- type: z.literal("string"),
1006
- title: z.string().optional(),
1007
- description: z.string().optional(),
1008
- minLength: z.number().optional(),
1009
- maxLength: z.number().optional(),
1010
- format: z.enum([
1011
- "email",
1012
- "uri",
1013
- "date",
1014
- "date-time"
1015
- ]).optional(),
1016
- default: z.string().optional()
1017
- });
1018
- /**
1019
- * Primitive schema definition for number fields.
1020
- */
1021
- const NumberSchemaSchema = z.object({
1022
- type: z.enum(["number", "integer"]),
1023
- title: z.string().optional(),
1024
- description: z.string().optional(),
1025
- minimum: z.number().optional(),
1026
- maximum: z.number().optional(),
1027
- default: z.number().optional()
1028
- });
1029
- /**
1030
- * Schema for single-selection enumeration without display titles for options.
1031
- */
1032
- const UntitledSingleSelectEnumSchemaSchema = z.object({
1033
- type: z.literal("string"),
1034
- title: z.string().optional(),
1035
- description: z.string().optional(),
1036
- enum: z.array(z.string()),
1037
- default: z.string().optional()
1038
- });
1039
- /**
1040
- * Schema for single-selection enumeration with display titles for each option.
1041
- */
1042
- const TitledSingleSelectEnumSchemaSchema = z.object({
1043
- type: z.literal("string"),
1044
- title: z.string().optional(),
1045
- description: z.string().optional(),
1046
- oneOf: z.array(z.object({
1047
- const: z.string(),
1048
- title: z.string()
1049
- })),
1050
- default: z.string().optional()
1051
- });
1052
- /**
1053
- * Use {@linkcode TitledSingleSelectEnumSchema} instead.
1054
- * This interface will be removed in a future version.
1055
- */
1056
- const LegacyTitledEnumSchemaSchema = z.object({
1057
- type: z.literal("string"),
1058
- title: z.string().optional(),
1059
- description: z.string().optional(),
1060
- enum: z.array(z.string()),
1061
- enumNames: z.array(z.string()).optional(),
1062
- default: z.string().optional()
1063
- });
1064
- const SingleSelectEnumSchemaSchema = z.union([UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema]);
1065
- /**
1066
- * Schema for multiple-selection enumeration without display titles for options.
1067
- */
1068
- const UntitledMultiSelectEnumSchemaSchema = z.object({
1069
- type: z.literal("array"),
1070
- title: z.string().optional(),
1071
- description: z.string().optional(),
1072
- minItems: z.number().optional(),
1073
- maxItems: z.number().optional(),
1074
- items: z.object({
1075
- type: z.literal("string"),
1076
- enum: z.array(z.string())
1077
- }),
1078
- default: z.array(z.string()).optional()
1079
- });
1080
- /**
1081
- * Schema for multiple-selection enumeration with display titles for each option.
1082
- */
1083
- const TitledMultiSelectEnumSchemaSchema = z.object({
1084
- type: z.literal("array"),
1085
- title: z.string().optional(),
1086
- description: z.string().optional(),
1087
- minItems: z.number().optional(),
1088
- maxItems: z.number().optional(),
1089
- items: z.object({ anyOf: z.array(z.object({
1090
- const: z.string(),
1091
- title: z.string()
1092
- })) }),
1093
- default: z.array(z.string()).optional()
1094
- });
1095
- /**
1096
- * Combined schema for multiple-selection enumeration
1097
- */
1098
- const MultiSelectEnumSchemaSchema = z.union([UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema]);
1099
- /**
1100
- * Primitive schema definition for enum fields.
1101
- */
1102
- const EnumSchemaSchema = z.union([
1103
- LegacyTitledEnumSchemaSchema,
1104
- SingleSelectEnumSchemaSchema,
1105
- MultiSelectEnumSchemaSchema
1106
- ]);
1107
- /**
1108
- * Union of all primitive schema definitions.
1109
- */
1110
- const PrimitiveSchemaDefinitionSchema = z.union([
1111
- EnumSchemaSchema,
1112
- BooleanSchemaSchema,
1113
- StringSchemaSchema,
1114
- NumberSchemaSchema
1115
- ]);
1116
- /**
1117
- * Parameters for an `elicitation/create` request for form-based elicitation.
1118
- */
1119
- const ElicitRequestFormParamsSchema = TaskAugmentedRequestParamsSchema.extend({
1120
- mode: z.literal("form").optional(),
1121
- message: z.string(),
1122
- requestedSchema: z.object({
1123
- type: z.literal("object"),
1124
- properties: z.record(z.string(), PrimitiveSchemaDefinitionSchema),
1125
- required: z.array(z.string()).optional()
1126
- }).catchall(z.unknown())
1127
- });
1128
- /**
1129
- * Parameters for an {@linkcode ElicitRequest | elicitation/create} request for URL-based elicitation.
1130
- */
1131
- const ElicitRequestURLParamsSchema = TaskAugmentedRequestParamsSchema.extend({
1132
- mode: z.literal("url"),
1133
- message: z.string(),
1134
- elicitationId: z.string(),
1135
- url: z.string().url()
1136
- });
1137
- /**
1138
- * The parameters for a request to elicit additional information from the user via the client.
1139
- */
1140
- const ElicitRequestParamsSchema = z.union([ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema]);
1141
- /**
1142
- * A request from the server to elicit user input via the client.
1143
- * The client should present the message and form fields to the user (form mode)
1144
- * or navigate to a URL (URL mode).
1145
- */
1146
- const ElicitRequestSchema = RequestSchema.extend({
1147
- method: z.literal("elicitation/create"),
1148
- params: ElicitRequestParamsSchema
1149
- });
1150
- /**
1151
- * Parameters for a {@linkcode ElicitationCompleteNotification | notifications/elicitation/complete} notification.
1152
- *
1153
- * @deprecated Removed from the spec by #2891 (2026-07-28). The client learns the outcome
1154
- * of an out-of-band interaction by retrying the original request; no server-initiated
1155
- * completion signal exists in the 2026-07-28 revision. Kept here for the 2025-era flow
1156
- * only. The 2026-07-28 wire codec excludes this notification.
1157
- * @category notifications/elicitation/complete
1158
- */
1159
- const ElicitationCompleteNotificationParamsSchema = NotificationsParamsSchema.extend({ elicitationId: z.string() });
1160
- /**
1161
- * A notification from the server to the client, informing it of a completion of an out-of-band elicitation request.
1162
- *
1163
- * @deprecated Removed from the spec by #2891 (2026-07-28). The client learns the outcome
1164
- * of an out-of-band interaction by retrying the original request; no server-initiated
1165
- * completion signal exists in the 2026-07-28 revision. Kept here for the 2025-era flow
1166
- * only. The 2026-07-28 wire codec excludes this notification.
1167
- * @category notifications/elicitation/complete
1168
- */
1169
- const ElicitationCompleteNotificationSchema = NotificationSchema.extend({
1170
- method: z.literal("notifications/elicitation/complete"),
1171
- params: ElicitationCompleteNotificationParamsSchema
1172
- });
1173
- /**
1174
- * The client's response to an {@linkcode ElicitRequest | elicitation/create} request from the server.
1175
- */
1176
- const ElicitResultSchema = ResultSchema.extend({
1177
- action: z.enum([
1178
- "accept",
1179
- "decline",
1180
- "cancel"
1181
- ]),
1182
- content: z.preprocess((val) => val === null ? void 0 : val, z.record(z.string(), z.union([
1183
- z.string(),
1184
- z.number(),
1185
- z.boolean(),
1186
- z.array(z.string())
1187
- ])).optional())
1188
- });
1189
- /**
1190
- * A reference to a resource or resource template definition.
1191
- */
1192
- const ResourceTemplateReferenceSchema = z.object({
1193
- type: z.literal("ref/resource"),
1194
- uri: z.string()
1195
- });
1196
- /**
1197
- * Identifies a prompt.
1198
- */
1199
- const PromptReferenceSchema = z.object({
1200
- type: z.literal("ref/prompt"),
1201
- name: z.string()
1202
- });
1203
- /**
1204
- * Parameters for a {@linkcode CompleteRequest | completion/complete} request.
1205
- */
1206
- const CompleteRequestParamsSchema = BaseRequestParamsSchema.extend({
1207
- ref: z.union([PromptReferenceSchema, ResourceTemplateReferenceSchema]),
1208
- argument: z.object({
1209
- name: z.string(),
1210
- value: z.string()
1211
- }),
1212
- context: z.object({ arguments: z.record(z.string(), z.string()).optional() }).optional()
1213
- });
1214
- /**
1215
- * A request from the client to the server, to ask for completion options.
1216
- */
1217
- const CompleteRequestSchema = RequestSchema.extend({
1218
- method: z.literal("completion/complete"),
1219
- params: CompleteRequestParamsSchema
1220
- });
1221
- /**
1222
- * The server's response to a {@linkcode CompleteRequest | completion/complete} request
1223
- */
1224
- const CompleteResultSchema = ResultSchema.extend({ completion: z.looseObject({
1225
- values: z.array(z.string()).max(100),
1226
- total: z.optional(z.number().int()),
1227
- hasMore: z.optional(z.boolean())
1228
- }) });
1229
- /**
1230
- * Represents a root directory or file that the server can operate on.
1231
- *
1232
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
1233
- * in the specification for at least twelve months. Migrate to passing paths via
1234
- * tool parameters, resource URIs, or configuration.
1235
- */
1236
- const RootSchema = z.object({
1237
- uri: z.string().startsWith("file://"),
1238
- name: z.string().optional(),
1239
- _meta: z.record(z.string(), z.unknown()).optional()
1240
- });
1241
- /**
1242
- * Sent from the server to request a list of root URIs from the client.
1243
- *
1244
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
1245
- * in the specification for at least twelve months. Migrate to passing paths via
1246
- * tool parameters, resource URIs, or configuration.
1247
- */
1248
- const ListRootsRequestSchema = RequestSchema.extend({
1249
- method: z.literal("roots/list"),
1250
- params: BaseRequestParamsSchema.optional()
1251
- });
1252
- /**
1253
- * The client's response to a `roots/list` request from the server.
1254
- *
1255
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
1256
- * in the specification for at least twelve months. Migrate to passing paths via
1257
- * tool parameters, resource URIs, or configuration.
1258
- */
1259
- const ListRootsResultSchema = ResultSchema.extend({ roots: z.array(RootSchema) });
1260
- /**
1261
- * A notification from the client to the server, informing it that the list of roots has changed.
1262
- *
1263
- * @deprecated Deprecated as of protocol version 2026-07-28 (SEP-2577); remains
1264
- * in the specification for at least twelve months. Migrate to passing paths via
1265
- * tool parameters, resource URIs, or configuration.
1266
- */
1267
- const RootsListChangedNotificationSchema = NotificationSchema.extend({
1268
- method: z.literal("notifications/roots/list_changed"),
1269
- params: NotificationsParamsSchema.optional()
1270
- });
1271
- /**
1272
- * Task creation parameters, used to ask that the server create a task to represent a request.
1273
- *
1274
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1275
- */
1276
- const TaskCreationParamsSchema = z.looseObject({
1277
- ttl: z.number().optional(),
1278
- pollInterval: z.number().optional()
1279
- });
1280
- /**
1281
- * The status of a task.
1282
- *
1283
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1284
- */
1285
- const TaskStatusSchema = z.enum([
1286
- "working",
1287
- "input_required",
1288
- "completed",
1289
- "failed",
1290
- "cancelled"
1291
- ]);
1292
- /**
1293
- * A pollable state object associated with a request.
1294
- *
1295
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1296
- */
1297
- const TaskSchema = z.object({
1298
- taskId: z.string(),
1299
- status: TaskStatusSchema,
1300
- ttl: z.union([z.number(), z.null()]),
1301
- createdAt: z.string(),
1302
- lastUpdatedAt: z.string(),
1303
- pollInterval: z.optional(z.number()),
1304
- statusMessage: z.optional(z.string())
1305
- });
1306
- /**
1307
- * Result returned when a task is created, containing the task data wrapped in a `task` field.
1308
- *
1309
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1310
- */
1311
- const CreateTaskResultSchema = ResultSchema.extend({ task: TaskSchema });
1312
- /**
1313
- * Parameters for task status notification.
1314
- *
1315
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1316
- */
1317
- const TaskStatusNotificationParamsSchema = NotificationsParamsSchema.merge(TaskSchema);
1318
- /**
1319
- * A notification sent when a task's status changes.
1320
- *
1321
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1322
- */
1323
- const TaskStatusNotificationSchema = NotificationSchema.extend({
1324
- method: z.literal("notifications/tasks/status"),
1325
- params: TaskStatusNotificationParamsSchema
1326
- });
1327
- /**
1328
- * A request to get the state of a specific task.
1329
- *
1330
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1331
- */
1332
- const GetTaskRequestSchema = RequestSchema.extend({
1333
- method: z.literal("tasks/get"),
1334
- params: BaseRequestParamsSchema.extend({ taskId: z.string() })
1335
- });
1336
- /**
1337
- * The response to a {@linkcode GetTaskRequest | tasks/get} request.
1338
- *
1339
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1340
- */
1341
- const GetTaskResultSchema = ResultSchema.merge(TaskSchema);
1342
- /**
1343
- * A request to get the result of a specific task.
1344
- *
1345
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1346
- */
1347
- const GetTaskPayloadRequestSchema = RequestSchema.extend({
1348
- method: z.literal("tasks/result"),
1349
- params: BaseRequestParamsSchema.extend({ taskId: z.string() })
1350
- });
1351
- /**
1352
- * The response to a `tasks/result` request.
1353
- * The structure matches the result type of the original request.
1354
- * For example, a {@linkcode CallToolRequest | tools/call} task would return the `CallToolResult` structure.
1355
- *
1356
- *
1357
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1358
- */
1359
- const GetTaskPayloadResultSchema = ResultSchema.loose();
1360
- /**
1361
- * A request to list tasks.
1362
- *
1363
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1364
- */
1365
- const ListTasksRequestSchema = PaginatedRequestSchema.extend({ method: z.literal("tasks/list") });
1366
- /**
1367
- * The response to a {@linkcode ListTasksRequest | tasks/list} request.
1368
- *
1369
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1370
- */
1371
- const ListTasksResultSchema = PaginatedResultSchema.extend({ tasks: z.array(TaskSchema) });
1372
- /**
1373
- * A request to cancel a specific task.
1374
- *
1375
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1376
- */
1377
- const CancelTaskRequestSchema = RequestSchema.extend({
1378
- method: z.literal("tasks/cancel"),
1379
- params: BaseRequestParamsSchema.extend({ taskId: z.string() })
1380
- });
1381
- /**
1382
- * The response to a {@linkcode CancelTaskRequest | tasks/cancel} request.
1383
- *
1384
- * @deprecated 2025-11-25 wire vocabulary with no SDK runtime; kept importable for interoperability only.
1385
- */
1386
- const CancelTaskResultSchema = ResultSchema.merge(TaskSchema);
1387
- const ClientRequestSchema = z.union([
1388
- PingRequestSchema,
1389
- InitializeRequestSchema,
1390
- DiscoverRequestSchema,
1391
- CompleteRequestSchema,
1392
- SetLevelRequestSchema,
1393
- GetPromptRequestSchema,
1394
- ListPromptsRequestSchema,
1395
- ListResourcesRequestSchema,
1396
- ListResourceTemplatesRequestSchema,
1397
- ReadResourceRequestSchema,
1398
- SubscribeRequestSchema,
1399
- UnsubscribeRequestSchema,
1400
- SubscriptionsListenRequestSchema,
1401
- CallToolRequestSchema,
1402
- ListToolsRequestSchema
1403
- ]);
1404
- const ClientNotificationSchema = z.union([
1405
- CancelledNotificationSchema,
1406
- ProgressNotificationSchema,
1407
- InitializedNotificationSchema,
1408
- RootsListChangedNotificationSchema
1409
- ]);
1410
- const ClientResultSchema = z.union([
1411
- EmptyResultSchema,
1412
- CreateMessageResultSchema,
1413
- CreateMessageResultWithToolsSchema,
1414
- ElicitResultSchema,
1415
- ListRootsResultSchema
1416
- ]);
1417
- const ServerRequestSchema = z.union([
1418
- PingRequestSchema,
1419
- CreateMessageRequestSchema,
1420
- ElicitRequestSchema,
1421
- ListRootsRequestSchema
1422
- ]);
1423
- const ServerNotificationSchema = z.union([
1424
- CancelledNotificationSchema,
1425
- ProgressNotificationSchema,
1426
- LoggingMessageNotificationSchema,
1427
- ResourceUpdatedNotificationSchema,
1428
- ResourceListChangedNotificationSchema,
1429
- ToolListChangedNotificationSchema,
1430
- PromptListChangedNotificationSchema,
1431
- SubscriptionsAcknowledgedNotificationSchema,
1432
- ElicitationCompleteNotificationSchema
1433
- ]);
1434
- const ServerResultSchema = z.union([
1435
- EmptyResultSchema,
1436
- InitializeResultSchema,
1437
- DiscoverResultSchema,
1438
- CompleteResultSchema,
1439
- GetPromptResultSchema,
1440
- ListPromptsResultSchema,
1441
- ListResourcesResultSchema,
1442
- ListResourceTemplatesResultSchema,
1443
- ReadResourceResultSchema,
1444
- CallToolResultSchema,
1445
- ListToolsResultSchema,
1446
- SubscriptionsListenResultSchema
1447
- ]);
1448
-
1449
- //#endregion
1450
- //#region src/auth.ts
1451
- /**
1452
- * Reusable URL validation that disallows `javascript:` scheme
1453
- */
1454
- const SafeUrlSchema = z.url().superRefine((val, ctx) => {
1455
- if (!URL.canParse(val)) {
1456
- ctx.addIssue({
1457
- code: z.ZodIssueCode.custom,
1458
- message: "URL must be parseable",
1459
- fatal: true
1460
- });
1461
- return z.NEVER;
1462
- }
1463
- }).refine((url) => {
1464
- const u = new URL(url);
1465
- return u.protocol !== "javascript:" && u.protocol !== "data:" && u.protocol !== "vbscript:";
1466
- }, { message: "URL cannot use javascript:, data:, or vbscript: scheme" });
1467
- /**
1468
- * RFC 9728 OAuth Protected Resource Metadata
1469
- */
1470
- const OAuthProtectedResourceMetadataSchema = z.looseObject({
1471
- resource: z.string().url(),
1472
- authorization_servers: z.array(SafeUrlSchema).optional(),
1473
- jwks_uri: z.string().url().optional(),
1474
- scopes_supported: z.array(z.string()).optional(),
1475
- bearer_methods_supported: z.array(z.string()).optional(),
1476
- resource_signing_alg_values_supported: z.array(z.string()).optional(),
1477
- resource_name: z.string().optional(),
1478
- resource_documentation: z.string().optional(),
1479
- resource_policy_uri: z.string().url().optional(),
1480
- resource_tos_uri: z.string().url().optional(),
1481
- tls_client_certificate_bound_access_tokens: z.boolean().optional(),
1482
- authorization_details_types_supported: z.array(z.string()).optional(),
1483
- dpop_signing_alg_values_supported: z.array(z.string()).optional(),
1484
- dpop_bound_access_tokens_required: z.boolean().optional()
1485
- });
1486
- /**
1487
- * RFC 8414 OAuth 2.0 Authorization Server Metadata
1488
- */
1489
- const OAuthMetadataSchema = z.looseObject({
1490
- issuer: z.string(),
1491
- authorization_endpoint: SafeUrlSchema,
1492
- token_endpoint: SafeUrlSchema,
1493
- registration_endpoint: SafeUrlSchema.optional(),
1494
- scopes_supported: z.array(z.string()).optional(),
1495
- response_types_supported: z.array(z.string()),
1496
- response_modes_supported: z.array(z.string()).optional(),
1497
- grant_types_supported: z.array(z.string()).optional(),
1498
- token_endpoint_auth_methods_supported: z.array(z.string()).optional(),
1499
- token_endpoint_auth_signing_alg_values_supported: z.array(z.string()).optional(),
1500
- service_documentation: SafeUrlSchema.optional(),
1501
- revocation_endpoint: SafeUrlSchema.optional(),
1502
- revocation_endpoint_auth_methods_supported: z.array(z.string()).optional(),
1503
- revocation_endpoint_auth_signing_alg_values_supported: z.array(z.string()).optional(),
1504
- introspection_endpoint: z.string().optional(),
1505
- introspection_endpoint_auth_methods_supported: z.array(z.string()).optional(),
1506
- introspection_endpoint_auth_signing_alg_values_supported: z.array(z.string()).optional(),
1507
- code_challenge_methods_supported: z.array(z.string()).optional(),
1508
- client_id_metadata_document_supported: z.boolean().optional(),
1509
- authorization_response_iss_parameter_supported: z.boolean().optional().catch(void 0)
1510
- });
1511
- /**
1512
- * OpenID Connect Discovery 1.0 Provider Metadata
1513
- *
1514
- * @see https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
1515
- */
1516
- const OpenIdProviderMetadataSchema = z.looseObject({
1517
- issuer: z.string(),
1518
- authorization_endpoint: SafeUrlSchema,
1519
- token_endpoint: SafeUrlSchema,
1520
- userinfo_endpoint: SafeUrlSchema.optional(),
1521
- jwks_uri: SafeUrlSchema,
1522
- registration_endpoint: SafeUrlSchema.optional(),
1523
- scopes_supported: z.array(z.string()).optional(),
1524
- response_types_supported: z.array(z.string()),
1525
- response_modes_supported: z.array(z.string()).optional(),
1526
- grant_types_supported: z.array(z.string()).optional(),
1527
- acr_values_supported: z.array(z.string()).optional(),
1528
- subject_types_supported: z.array(z.string()),
1529
- id_token_signing_alg_values_supported: z.array(z.string()),
1530
- id_token_encryption_alg_values_supported: z.array(z.string()).optional(),
1531
- id_token_encryption_enc_values_supported: z.array(z.string()).optional(),
1532
- userinfo_signing_alg_values_supported: z.array(z.string()).optional(),
1533
- userinfo_encryption_alg_values_supported: z.array(z.string()).optional(),
1534
- userinfo_encryption_enc_values_supported: z.array(z.string()).optional(),
1535
- request_object_signing_alg_values_supported: z.array(z.string()).optional(),
1536
- request_object_encryption_alg_values_supported: z.array(z.string()).optional(),
1537
- request_object_encryption_enc_values_supported: z.array(z.string()).optional(),
1538
- token_endpoint_auth_methods_supported: z.array(z.string()).optional(),
1539
- token_endpoint_auth_signing_alg_values_supported: z.array(z.string()).optional(),
1540
- display_values_supported: z.array(z.string()).optional(),
1541
- claim_types_supported: z.array(z.string()).optional(),
1542
- claims_supported: z.array(z.string()).optional(),
1543
- service_documentation: z.string().optional(),
1544
- claims_locales_supported: z.array(z.string()).optional(),
1545
- ui_locales_supported: z.array(z.string()).optional(),
1546
- claims_parameter_supported: z.boolean().optional(),
1547
- request_parameter_supported: z.boolean().optional(),
1548
- request_uri_parameter_supported: z.boolean().optional(),
1549
- require_request_uri_registration: z.boolean().optional(),
1550
- op_policy_uri: SafeUrlSchema.optional(),
1551
- op_tos_uri: SafeUrlSchema.optional(),
1552
- client_id_metadata_document_supported: z.boolean().optional(),
1553
- authorization_response_iss_parameter_supported: z.boolean().optional().catch(void 0)
1554
- });
1555
- /**
1556
- * OpenID Connect Discovery metadata that may include OAuth 2.0 fields
1557
- * This schema represents the real-world scenario where OIDC providers
1558
- * return a mix of OpenID Connect and OAuth 2.0 metadata fields
1559
- */
1560
- const OpenIdProviderDiscoveryMetadataSchema = z.object({
1561
- ...OpenIdProviderMetadataSchema.shape,
1562
- ...OAuthMetadataSchema.pick({ code_challenge_methods_supported: true }).shape
1563
- });
1564
- /**
1565
- * OAuth 2.1 token response
1566
- */
1567
- const OAuthTokensSchema = z.object({
1568
- access_token: z.string(),
1569
- id_token: z.string().optional(),
1570
- token_type: z.string(),
1571
- expires_in: z.coerce.number().optional(),
1572
- scope: z.string().optional(),
1573
- refresh_token: z.string().optional()
1574
- }).strip();
1575
- /**
1576
- * RFC 8693 §2.2.1 Token Exchange response for ID-JAG tokens.
1577
- *
1578
- * `token_type` is intentionally optional: per RFC 8693 §2.2.1 it is informational when
1579
- * the issued token is not an access token, and per RFC 6749 §5.1 it is case-insensitive,
1580
- * so strict checking rejects conformant IdPs.
1581
- */
1582
- const IdJagTokenExchangeResponseSchema = z.object({
1583
- issued_token_type: z.literal("urn:ietf:params:oauth:token-type:id-jag"),
1584
- access_token: z.string(),
1585
- token_type: z.string().optional(),
1586
- expires_in: z.number().optional(),
1587
- scope: z.string().optional()
1588
- }).strip();
1589
- /**
1590
- * OAuth 2.1 error response
1591
- */
1592
- const OAuthErrorResponseSchema = z.object({
1593
- error: z.string(),
1594
- error_description: z.string().optional(),
1595
- error_uri: z.string().optional()
1596
- });
1597
- /**
1598
- * Optional version of {@linkcode SafeUrlSchema} that allows empty string for backward compatibility on `tos_uri` and `logo_uri`
1599
- */
1600
- const OptionalSafeUrlSchema = SafeUrlSchema.optional().or(z.literal("").transform(() => void 0));
1601
- /**
1602
- * RFC 7591 OAuth 2.0 Dynamic Client Registration metadata
1603
- */
1604
- const OAuthClientMetadataSchema = z.object({
1605
- redirect_uris: z.array(SafeUrlSchema),
1606
- token_endpoint_auth_method: z.string().optional(),
1607
- grant_types: z.array(z.string()).optional(),
1608
- response_types: z.array(z.string()).optional(),
1609
- application_type: z.string().optional(),
1610
- client_name: z.string().optional(),
1611
- client_uri: SafeUrlSchema.optional(),
1612
- logo_uri: OptionalSafeUrlSchema,
1613
- scope: z.string().optional(),
1614
- contacts: z.array(z.string()).optional(),
1615
- tos_uri: OptionalSafeUrlSchema,
1616
- policy_uri: z.string().optional(),
1617
- jwks_uri: SafeUrlSchema.optional(),
1618
- jwks: z.any().optional(),
1619
- software_id: z.string().optional(),
1620
- software_version: z.string().optional(),
1621
- software_statement: z.string().optional()
1622
- }).strip();
1623
- /**
1624
- * RFC 7591 OAuth 2.0 Dynamic Client Registration client information
1625
- */
1626
- const OAuthClientInformationSchema = z.object({
1627
- client_id: z.string(),
1628
- client_secret: z.string().optional(),
1629
- client_id_issued_at: z.number().optional(),
1630
- client_secret_expires_at: z.number().optional()
1631
- }).strip();
1632
- /**
1633
- * RFC 7591 OAuth 2.0 Dynamic Client Registration full response (client information plus metadata)
1634
- */
1635
- const OAuthClientInformationFullSchema = OAuthClientMetadataSchema.merge(OAuthClientInformationSchema);
1636
- /**
1637
- * RFC 7591 OAuth 2.0 Dynamic Client Registration error response
1638
- */
1639
- const OAuthClientRegistrationErrorSchema = z.object({
1640
- error: z.string(),
1641
- error_description: z.string().optional()
1642
- }).strip();
1643
- /**
1644
- * RFC 7009 OAuth 2.0 Token Revocation request
1645
- */
1646
- const OAuthTokenRevocationRequestSchema = z.object({
1647
- token: z.string(),
1648
- token_type_hint: z.string().optional()
1649
- }).strip();
1650
-
1651
- //#endregion
1652
- export { EmbeddedResourceSchema as $, TaskSchema as $n, PrimitiveSchemaDefinitionSchema as $t, ClientRequestSchema as A, SamplingMessageContentBlockSchema as An, PROTOCOL_VERSION_META_KEY as Ar, ListResourceTemplatesRequestSchema as At, CreateMessageResultSchema as B, StringSchemaSchema as Bn, LoggingLevelSchema as Bt, CallToolResultSchema as C, ResourceUpdatedNotificationParamsSchema as Cn, INVALID_PARAMS as Cr, JSONRPCResponseSchema as Ct, CancelledNotificationSchema as D, RootSchema as Dn, LOG_LEVEL_META_KEY as Dr, ListChangedOptionsBaseSchema as Dt, CancelledNotificationParamsSchema as E, RoleSchema as En, LATEST_PROTOCOL_VERSION as Er, LegacyTitledEnumSchemaSchema as Et, CompleteRequestSchema as F, ServerResultSchema as Fn, TRACESTATE_META_KEY as Fr, ListRootsResultSchema as Ft, DiscoverResultSchema as G, SubscriptionsAcknowledgedNotificationSchema as Gn, MultiSelectEnumSchemaSchema as Gt, CreateTaskResultSchema as H, SubscribeRequestSchema as Hn, LoggingMessageNotificationSchema as Ht, CompleteResultSchema as I, ServerTasksCapabilitySchema as In, ListTasksRequestSchema as It, ElicitRequestSchema as J, SubscriptionsListenResultMetaSchema as Jn, NumberSchemaSchema as Jt, ElicitRequestFormParamsSchema as K, SubscriptionsListenRequestParamsSchema as Kn, NotificationSchema as Kt, ContentBlockSchema as L, SetLevelRequestParamsSchema as Ln, ListTasksResultSchema as Lt, ClientTasksCapabilitySchema as M, ServerCapabilitiesSchema as Mn, SUBSCRIPTION_ID_META_KEY as Mr, ListResourcesRequestSchema as Mt, CompatibilityCallToolResultSchema as N, ServerNotificationSchema as Nn, SUPPORTED_PROTOCOL_VERSIONS as Nr, ListResourcesResultSchema as Nt, ClientCapabilitiesSchema as O, RootsListChangedNotificationSchema as On, METHOD_NOT_FOUND as Or, ListPromptsRequestSchema as Ot, CompleteRequestParamsSchema as P, ServerRequestSchema as Pn, TRACEPARENT_META_KEY as Pr, ListRootsRequestSchema as Pt, ElicitationCompleteNotificationSchema as Q, TaskMetadataSchema as Qn, PingRequestSchema as Qt, CreateMessageRequestParamsSchema as R, SetLevelRequestSchema as Rn, ListToolsRequestSchema as Rt, CallToolRequestSchema as S, ResourceTemplateSchema as Sn, INTERNAL_ERROR as Sr, JSONRPCRequestSchema as St, CancelTaskResultSchema as T, ResultSchema as Tn, JSONRPC_VERSION as Tr, JSONValueSchema as Tt, CursorSchema as U, SubscriptionFilterSchema as Un, ModelHintSchema as Ut, CreateMessageResultWithToolsSchema as V, SubscribeRequestParamsSchema as Vn, LoggingMessageNotificationParamsSchema as Vt, DiscoverRequestSchema as W, SubscriptionsAcknowledgedNotificationParamsSchema as Wn, ModelPreferencesSchema as Wt, ElicitResultSchema as X, TaskAugmentedRequestParamsSchema as Xn, PaginatedRequestSchema as Xt, ElicitRequestURLParamsSchema as Y, SubscriptionsListenResultSchema as Yn, PaginatedRequestParamsSchema as Yt, ElicitationCompleteNotificationParamsSchema as Z, TaskCreationParamsSchema as Zn, PaginatedResultSchema as Zt, BaseMetadataSchema as _, ResourceLinkSchema as _n, UntitledSingleSelectEnumSchemaSchema as _r, JSONArraySchema as _t, OAuthClientRegistrationErrorSchema as a, PromptListChangedNotificationSchema as an, TitledMultiSelectEnumSchemaSchema as ar, GetTaskPayloadRequestSchema as at, BooleanSchemaSchema as b, ResourceSchema as bn, CLIENT_INFO_META_KEY as br, JSONRPCMessageSchema as bt, OAuthProtectedResourceMetadataSchema as c, PromptSchema as cn, ToolChoiceSchema as cr, GetTaskResultSchema as ct, OpenIdProviderDiscoveryMetadataSchema as d, ReadResourceResultSchema as dn, ToolResultContentSchema as dr, ImageContentSchema as dt, ProgressNotificationParamsSchema as en, TaskStatusNotificationParamsSchema as er, EmptyResultSchema as et, OpenIdProviderMetadataSchema as f, RelatedTaskMetadataSchema as fn, ToolSchema as fr, ImplementationSchema as ft, AudioContentSchema as g, ResourceContentsSchema as gn, UntitledMultiSelectEnumSchemaSchema as gr, InitializedNotificationSchema as gt, AnnotationsSchema as h, RequestSchema as hn, UnsubscribeRequestSchema as hr, InitializeResultSchema as ht, OAuthClientMetadataSchema as i, PromptArgumentSchema as in, TextResourceContentsSchema as ir, GetPromptResultSchema as it, ClientResultSchema as j, SamplingMessageSchema as jn, RELATED_TASK_META_KEY as jr, ListResourceTemplatesResultSchema as jt, ClientNotificationSchema as k, SamplingContentSchema as kn, PARSE_ERROR as kr, ListPromptsResultSchema as kt, OAuthTokenRevocationRequestSchema as l, ReadResourceRequestParamsSchema as ln, ToolExecutionSchema as lr, IconSchema as lt, SafeUrlSchema as m, RequestMetaSchema as mn, UnsubscribeRequestParamsSchema as mr, InitializeRequestSchema as mt, OAuthClientInformationFullSchema as n, ProgressSchema as nn, TaskStatusSchema as nr, GetPromptRequestParamsSchema as nt, OAuthErrorResponseSchema as o, PromptMessageSchema as on, TitledSingleSelectEnumSchemaSchema as or, GetTaskPayloadResultSchema as ot, OptionalSafeUrlSchema as p, RequestIdSchema as pn, ToolUseContentSchema as pr, InitializeRequestParamsSchema as pt, ElicitRequestParamsSchema as q, SubscriptionsListenRequestSchema as qn, NotificationsParamsSchema as qt, OAuthClientInformationSchema as r, ProgressTokenSchema as rn, TextContentSchema as rr, GetPromptRequestSchema as rt, OAuthMetadataSchema as s, PromptReferenceSchema as sn, ToolAnnotationsSchema as sr, GetTaskRequestSchema as st, IdJagTokenExchangeResponseSchema as t, ProgressNotificationSchema as tn, TaskStatusNotificationSchema as tr, EnumSchemaSchema as tt, OAuthTokensSchema as u, ReadResourceRequestSchema as un, ToolListChangedNotificationSchema as ur, IconsSchema as ut, BaseRequestParamsSchema as v, ResourceListChangedNotificationSchema as vn, BAGGAGE_META_KEY as vr, JSONObjectSchema as vt, CancelTaskRequestSchema as w, ResourceUpdatedNotificationSchema as wn, INVALID_REQUEST as wr, JSONRPCResultResponseSchema as wt, CallToolRequestParamsSchema as x, ResourceTemplateReferenceSchema as xn, DEFAULT_NEGOTIATED_PROTOCOL_VERSION as xr, JSONRPCNotificationSchema as xt, BlobResourceContentsSchema as y, ResourceRequestParamsSchema as yn, CLIENT_CAPABILITIES_META_KEY as yr, JSONRPCErrorResponseSchema as yt, CreateMessageRequestSchema as z, SingleSelectEnumSchemaSchema as zn, ListToolsResultSchema as zt };
1653
- //# sourceMappingURL=auth-DFgbUATV.mjs.map