mcp-use 2.0.0-beta.8 → 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 (1234) hide show
  1. package/dist/bin.js +1 -179
  2. package/dist/branding.d.ts +81 -0
  3. package/dist/buffered-response.d.ts +27 -0
  4. package/dist/chunk-273ZVKJJ.js +2 -0
  5. package/dist/{chunk-FCGJJVL2.js → chunk-GX6PGIEO.js} +33 -142
  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 +88 -80
  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 +34 -14
  20. package/dist/index.js +41 -2229
  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 +3 -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 +134 -50
  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 +5 -4
  111. package/dist/views/register.d.ts +1 -2
  112. package/dist/views/routes.d.ts +4 -3
  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/chunk-AATFAERC.js +0 -384
  128. package/dist/chunk-AATFAERC.js.map +0 -1
  129. package/dist/chunk-DPL7OEXC.js +0 -518
  130. package/dist/chunk-DPL7OEXC.js.map +0 -1
  131. package/dist/chunk-DQ7LE4ZA.js +0 -237
  132. package/dist/chunk-DQ7LE4ZA.js.map +0 -1
  133. package/dist/chunk-FC2Z2VFO.js +0 -99
  134. package/dist/chunk-FC2Z2VFO.js.map +0 -1
  135. package/dist/chunk-FCGJJVL2.js.map +0 -1
  136. package/dist/chunk-IG2BCCMU.js +0 -98
  137. package/dist/chunk-IG2BCCMU.js.map +0 -1
  138. package/dist/chunk-KIZ72TIK.js +0 -38
  139. package/dist/chunk-KIZ72TIK.js.map +0 -1
  140. package/dist/chunk-QUUANIE4.js +0 -125
  141. package/dist/chunk-QUUANIE4.js.map +0 -1
  142. package/dist/chunk-RQRT27Q3.js +0 -454
  143. package/dist/chunk-RQRT27Q3.js.map +0 -1
  144. package/dist/chunk-STCR3P5O.js +0 -95
  145. package/dist/chunk-STCR3P5O.js.map +0 -1
  146. package/dist/chunk-XUD22N3Y.js +0 -156
  147. package/dist/chunk-XUD22N3Y.js.map +0 -1
  148. package/dist/chunk-Z326HADF.js +0 -82
  149. package/dist/chunk-Z326HADF.js.map +0 -1
  150. package/dist/chunk-ZMIKQPSO.js +0 -151
  151. package/dist/chunk-ZMIKQPSO.js.map +0 -1
  152. package/dist/cli/build.d.ts +0 -61
  153. package/dist/cli/build.d.ts.map +0 -1
  154. package/dist/cli/dev-api.d.ts +0 -49
  155. package/dist/cli/dev-api.d.ts.map +0 -1
  156. package/dist/cli/dev.d.ts +0 -101
  157. package/dist/cli/dev.d.ts.map +0 -1
  158. package/dist/cli/entry.d.ts +0 -31
  159. package/dist/cli/entry.d.ts.map +0 -1
  160. package/dist/cli/index.d.ts +0 -17
  161. package/dist/cli/index.d.ts.map +0 -1
  162. package/dist/cli/port.d.ts +0 -30
  163. package/dist/cli/port.d.ts.map +0 -1
  164. package/dist/cli/tools-declaration.d.ts +0 -22
  165. package/dist/cli/tools-declaration.d.ts.map +0 -1
  166. package/dist/cli/tunnel.d.ts +0 -46
  167. package/dist/cli/tunnel.d.ts.map +0 -1
  168. package/dist/cli/views-bindings.d.ts +0 -30
  169. package/dist/cli/views-bindings.d.ts.map +0 -1
  170. package/dist/cli/views-plugin.d.ts +0 -47
  171. package/dist/cli/views-plugin.d.ts.map +0 -1
  172. package/dist/cli/views.d.ts +0 -75
  173. package/dist/cli/views.d.ts.map +0 -1
  174. package/dist/cli/vite-config.d.ts +0 -21
  175. package/dist/cli/vite-config.d.ts.map +0 -1
  176. package/dist/cli/workspace.d.ts +0 -107
  177. package/dist/cli/workspace.d.ts.map +0 -1
  178. package/dist/commands/build.d.ts +0 -8
  179. package/dist/commands/build.d.ts.map +0 -1
  180. package/dist/commands/build.js +0 -370
  181. package/dist/commands/build.js.map +0 -1
  182. package/dist/commands/client.d.ts +0 -22
  183. package/dist/commands/client.d.ts.map +0 -1
  184. package/dist/commands/client.js +0 -14
  185. package/dist/commands/client.js.map +0 -1
  186. package/dist/commands/cloud-api.d.ts +0 -70
  187. package/dist/commands/cloud-api.d.ts.map +0 -1
  188. package/dist/commands/deploy.d.ts +0 -3
  189. package/dist/commands/deploy.d.ts.map +0 -1
  190. package/dist/commands/deploy.js +0 -242
  191. package/dist/commands/deploy.js.map +0 -1
  192. package/dist/commands/deployments.d.ts +0 -3
  193. package/dist/commands/deployments.d.ts.map +0 -1
  194. package/dist/commands/deployments.js +0 -213
  195. package/dist/commands/deployments.js.map +0 -1
  196. package/dist/commands/dev.d.ts +0 -8
  197. package/dist/commands/dev.d.ts.map +0 -1
  198. package/dist/commands/dev.js +0 -656
  199. package/dist/commands/dev.js.map +0 -1
  200. package/dist/commands/identity.d.ts +0 -3
  201. package/dist/commands/identity.d.ts.map +0 -1
  202. package/dist/commands/identity.js +0 -192
  203. package/dist/commands/identity.js.map +0 -1
  204. package/dist/commands/load-client.d.ts +0 -11
  205. package/dist/commands/load-client.d.ts.map +0 -1
  206. package/dist/commands/organizations.d.ts +0 -3
  207. package/dist/commands/organizations.d.ts.map +0 -1
  208. package/dist/commands/organizations.js +0 -97
  209. package/dist/commands/organizations.js.map +0 -1
  210. package/dist/commands/screenshot.d.ts +0 -3
  211. package/dist/commands/screenshot.d.ts.map +0 -1
  212. package/dist/commands/screenshot.js +0 -463
  213. package/dist/commands/screenshot.js.map +0 -1
  214. package/dist/commands/servers.d.ts +0 -3
  215. package/dist/commands/servers.d.ts.map +0 -1
  216. package/dist/commands/servers.js +0 -278
  217. package/dist/commands/servers.js.map +0 -1
  218. package/dist/commands/shared.d.ts +0 -44
  219. package/dist/commands/shared.d.ts.map +0 -1
  220. package/dist/commands/skills.d.ts +0 -3
  221. package/dist/commands/skills.d.ts.map +0 -1
  222. package/dist/commands/skills.js +0 -84
  223. package/dist/commands/skills.js.map +0 -1
  224. package/dist/commands/start.d.ts +0 -8
  225. package/dist/commands/start.d.ts.map +0 -1
  226. package/dist/commands/start.js +0 -72
  227. package/dist/commands/start.js.map +0 -1
  228. package/dist/completable.d.ts.map +0 -1
  229. package/dist/config.d.ts.map +0 -1
  230. package/dist/context.d.ts.map +0 -1
  231. package/dist/fetch-app.d.ts.map +0 -1
  232. package/dist/index.d.ts.map +0 -1
  233. package/dist/index.js.map +0 -1
  234. package/dist/inspector-shell.d.ts +0 -87
  235. package/dist/inspector-shell.d.ts.map +0 -1
  236. package/dist/internal/resource-completion.js.map +0 -1
  237. package/dist/landing-handler-VQRYCQOV.js +0 -31
  238. package/dist/landing-handler-VQRYCQOV.js.map +0 -1
  239. package/dist/landing-handler.d.ts.map +0 -1
  240. package/dist/landing.d.ts.map +0 -1
  241. package/dist/landing.js.map +0 -1
  242. package/dist/logging.d.ts.map +0 -1
  243. package/dist/middleware/cors.d.ts.map +0 -1
  244. package/dist/middleware/mcp-middleware.d.ts.map +0 -1
  245. package/dist/mount-mcp.d.ts.map +0 -1
  246. package/dist/node-bridge.d.ts.map +0 -1
  247. package/dist/node-bridge.js.map +0 -1
  248. package/dist/oauth/adapters.d.ts.map +0 -1
  249. package/dist/oauth/auth0.d.ts.map +0 -1
  250. package/dist/oauth/auth0.js.map +0 -1
  251. package/dist/oauth/better-auth.d.ts.map +0 -1
  252. package/dist/oauth/better-auth.js.map +0 -1
  253. package/dist/oauth/clerk.d.ts.map +0 -1
  254. package/dist/oauth/clerk.js.map +0 -1
  255. package/dist/oauth/guards.d.ts.map +0 -1
  256. package/dist/oauth/index.d.ts.map +0 -1
  257. package/dist/oauth/index.js.map +0 -1
  258. package/dist/oauth/internal.d.ts.map +0 -1
  259. package/dist/oauth/jwt.d.ts.map +0 -1
  260. package/dist/oauth/keycloak.d.ts.map +0 -1
  261. package/dist/oauth/keycloak.js.map +0 -1
  262. package/dist/oauth/provider.d.ts.map +0 -1
  263. package/dist/oauth/supabase.d.ts.map +0 -1
  264. package/dist/oauth/supabase.js.map +0 -1
  265. package/dist/oauth/workos.d.ts.map +0 -1
  266. package/dist/oauth/workos.js.map +0 -1
  267. package/dist/openapi/index.d.ts.map +0 -1
  268. package/dist/openapi/index.js.map +0 -1
  269. package/dist/openapi/types.d.ts.map +0 -1
  270. package/dist/prompts.d.ts.map +0 -1
  271. package/dist/public-route-26FUVRO5.js +0 -62
  272. package/dist/public-route-26FUVRO5.js.map +0 -1
  273. package/dist/react/components/error-boundary.d.ts.map +0 -1
  274. package/dist/react/components/image.d.ts.map +0 -1
  275. package/dist/react/components/model-context.d.ts.map +0 -1
  276. package/dist/react/components/theme-provider.d.ts.map +0 -1
  277. package/dist/react/components/view-controls.d.ts.map +0 -1
  278. package/dist/react/hooks/use-call-tool.d.ts.map +0 -1
  279. package/dist/react/hooks/use-display-mode.d.ts.map +0 -1
  280. package/dist/react/hooks/use-files.d.ts.map +0 -1
  281. package/dist/react/hooks/use-host-context.d.ts.map +0 -1
  282. package/dist/react/hooks/use-open-external.d.ts.map +0 -1
  283. package/dist/react/hooks/use-send-follow-up.d.ts.map +0 -1
  284. package/dist/react/hooks/use-send-size-changed.d.ts.map +0 -1
  285. package/dist/react/hooks/use-tool-context.d.ts.map +0 -1
  286. package/dist/react/hooks/use-view-theme.d.ts.map +0 -1
  287. package/dist/react/hooks/use-view-tool.d.ts.map +0 -1
  288. package/dist/react/index.d.ts.map +0 -1
  289. package/dist/react/index.js.map +0 -1
  290. package/dist/react/public-assets.d.ts.map +0 -1
  291. package/dist/react/runtime/bootstrap-view.d.ts.map +0 -1
  292. package/dist/react/runtime/model-context-store.d.ts.map +0 -1
  293. package/dist/react/runtime/view-config.d.ts.map +0 -1
  294. package/dist/react/runtime/view-runtime-context.d.ts.map +0 -1
  295. package/dist/react/runtime/view-runtime.d.ts.map +0 -1
  296. package/dist/react/types/file-types.d.ts.map +0 -1
  297. package/dist/react/types/host-types.d.ts.map +0 -1
  298. package/dist/react/types/register.d.ts.map +0 -1
  299. package/dist/react/types/result-types.d.ts.map +0 -1
  300. package/dist/resource-completion.d.ts.map +0 -1
  301. package/dist/resources.d.ts.map +0 -1
  302. package/dist/server.d.ts.map +0 -1
  303. package/dist/tools.d.ts.map +0 -1
  304. package/dist/views/capabilities.d.ts.map +0 -1
  305. package/dist/views/constants.d.ts.map +0 -1
  306. package/dist/views/csp-env.d.ts.map +0 -1
  307. package/dist/views/document.d.ts.map +0 -1
  308. package/dist/views/index.d.ts.map +0 -1
  309. package/dist/views/origin.d.ts.map +0 -1
  310. package/dist/views/public-route.d.ts.map +0 -1
  311. package/dist/views/register.d.ts.map +0 -1
  312. package/dist/views/routes.d.ts.map +0 -1
  313. package/dist/views/types.d.ts.map +0 -1
  314. package/dist/views/wire.d.ts.map +0 -1
  315. package/node_modules/@modelcontextprotocol/client/LICENSE +0 -216
  316. package/node_modules/@modelcontextprotocol/client/README.md +0 -26
  317. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-Asx17_Co.mjs +0 -7069
  318. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-Asx17_Co.mjs.map +0 -1
  319. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B7GnTXYx.d.mts +0 -1054
  320. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B7GnTXYx.d.mts.map +0 -1
  321. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B_4czhCS.d.cts +0 -1054
  322. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-B_4czhCS.d.cts.map +0 -1
  323. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-DNzBrkxq.cjs +0 -7086
  324. package/node_modules/@modelcontextprotocol/client/dist/ajvProvider-DNzBrkxq.cjs.map +0 -1
  325. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-D9GAttn8.d.cts +0 -59
  326. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-D9GAttn8.d.cts.map +0 -1
  327. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-DbU8BxXO.mjs +0 -970
  328. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-DbU8BxXO.mjs.map +0 -1
  329. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Djgwc46-.cjs +0 -976
  330. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Djgwc46-.cjs.map +0 -1
  331. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Xtj52JOa.d.mts +0 -59
  332. package/node_modules/@modelcontextprotocol/client/dist/cfWorkerProvider-Xtj52JOa.d.mts.map +0 -1
  333. package/node_modules/@modelcontextprotocol/client/dist/chunk-Bnu9O96Y.cjs +0 -60
  334. package/node_modules/@modelcontextprotocol/client/dist/chunk-Br0eD_fh.mjs +0 -42
  335. package/node_modules/@modelcontextprotocol/client/dist/index-ZagFkUbt.d.mts +0 -2675
  336. package/node_modules/@modelcontextprotocol/client/dist/index-ZagFkUbt.d.mts.map +0 -1
  337. package/node_modules/@modelcontextprotocol/client/dist/index-gN3EXmil.d.cts +0 -2678
  338. package/node_modules/@modelcontextprotocol/client/dist/index-gN3EXmil.d.cts.map +0 -1
  339. package/node_modules/@modelcontextprotocol/client/dist/index.cjs +0 -5427
  340. package/node_modules/@modelcontextprotocol/client/dist/index.cjs.map +0 -1
  341. package/node_modules/@modelcontextprotocol/client/dist/index.d.cts +0 -3196
  342. package/node_modules/@modelcontextprotocol/client/dist/index.d.cts.map +0 -1
  343. package/node_modules/@modelcontextprotocol/client/dist/index.d.mts +0 -3196
  344. package/node_modules/@modelcontextprotocol/client/dist/index.d.mts.map +0 -1
  345. package/node_modules/@modelcontextprotocol/client/dist/index.mjs +0 -5224
  346. package/node_modules/@modelcontextprotocol/client/dist/index.mjs.map +0 -1
  347. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.cjs +0 -14
  348. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.cjs.map +0 -1
  349. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.cts +0 -13
  350. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.cts.map +0 -1
  351. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.mts +0 -13
  352. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.d.mts.map +0 -1
  353. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.mjs +0 -13
  354. package/node_modules/@modelcontextprotocol/client/dist/shimsBrowser.mjs.map +0 -1
  355. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.cjs +0 -14
  356. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.cjs.map +0 -1
  357. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.cts +0 -13
  358. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.cts.map +0 -1
  359. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.mts +0 -13
  360. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.d.mts.map +0 -1
  361. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.mjs +0 -13
  362. package/node_modules/@modelcontextprotocol/client/dist/shimsNode.mjs.map +0 -1
  363. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.cjs +0 -21
  364. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.cjs.map +0 -1
  365. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.cts +0 -13
  366. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.cts.map +0 -1
  367. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.mts +0 -13
  368. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.d.mts.map +0 -1
  369. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.mjs +0 -20
  370. package/node_modules/@modelcontextprotocol/client/dist/shimsWorkerd.mjs.map +0 -1
  371. package/node_modules/@modelcontextprotocol/client/dist/src-BzzZSQyL.cjs +0 -7331
  372. package/node_modules/@modelcontextprotocol/client/dist/src-BzzZSQyL.cjs.map +0 -1
  373. package/node_modules/@modelcontextprotocol/client/dist/src-DGeA9On3.mjs +0 -6963
  374. package/node_modules/@modelcontextprotocol/client/dist/src-DGeA9On3.mjs.map +0 -1
  375. package/node_modules/@modelcontextprotocol/client/dist/stdio.cjs +0 -181
  376. package/node_modules/@modelcontextprotocol/client/dist/stdio.cjs.map +0 -1
  377. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.cts +0 -87
  378. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.cts.map +0 -1
  379. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.mts +0 -87
  380. package/node_modules/@modelcontextprotocol/client/dist/stdio.d.mts.map +0 -1
  381. package/node_modules/@modelcontextprotocol/client/dist/stdio.mjs +0 -176
  382. package/node_modules/@modelcontextprotocol/client/dist/stdio.mjs.map +0 -1
  383. package/node_modules/@modelcontextprotocol/client/dist/types-BDNQEPSs.d.mts +0 -1099
  384. package/node_modules/@modelcontextprotocol/client/dist/types-BDNQEPSs.d.mts.map +0 -1
  385. package/node_modules/@modelcontextprotocol/client/dist/types-DsbMXNFL.d.cts +0 -1099
  386. package/node_modules/@modelcontextprotocol/client/dist/types-DsbMXNFL.d.cts.map +0 -1
  387. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.cjs +0 -5
  388. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.d.cts +0 -2
  389. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.d.mts +0 -2
  390. package/node_modules/@modelcontextprotocol/client/dist/validators/ajv.mjs +0 -3
  391. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.cjs +0 -3
  392. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.d.cts +0 -2
  393. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.d.mts +0 -2
  394. package/node_modules/@modelcontextprotocol/client/dist/validators/cfWorker.mjs +0 -3
  395. package/node_modules/@modelcontextprotocol/client/package.json +0 -166
  396. package/node_modules/@modelcontextprotocol/core/LICENSE +0 -216
  397. package/node_modules/@modelcontextprotocol/core/README.md +0 -40
  398. package/node_modules/@modelcontextprotocol/core/dist/auth-BUWfrB3C.d.cts +0 -8198
  399. package/node_modules/@modelcontextprotocol/core/dist/auth-BUWfrB3C.d.cts.map +0 -1
  400. package/node_modules/@modelcontextprotocol/core/dist/auth-CEFpHq32.cjs +0 -2862
  401. package/node_modules/@modelcontextprotocol/core/dist/auth-CEFpHq32.cjs.map +0 -1
  402. package/node_modules/@modelcontextprotocol/core/dist/auth-CNbu4K4a.d.mts +0 -8198
  403. package/node_modules/@modelcontextprotocol/core/dist/auth-CNbu4K4a.d.mts.map +0 -1
  404. package/node_modules/@modelcontextprotocol/core/dist/auth-DFgbUATV.mjs +0 -1653
  405. package/node_modules/@modelcontextprotocol/core/dist/auth-DFgbUATV.mjs.map +0 -1
  406. package/node_modules/@modelcontextprotocol/core/dist/index.cjs +0 -174
  407. package/node_modules/@modelcontextprotocol/core/dist/index.d.cts +0 -2
  408. package/node_modules/@modelcontextprotocol/core/dist/index.d.mts +0 -2
  409. package/node_modules/@modelcontextprotocol/core/dist/index.mjs +0 -3
  410. package/node_modules/@modelcontextprotocol/core/dist/internal.cjs +0 -199
  411. package/node_modules/@modelcontextprotocol/core/dist/internal.d.cts +0 -87
  412. package/node_modules/@modelcontextprotocol/core/dist/internal.d.cts.map +0 -1
  413. package/node_modules/@modelcontextprotocol/core/dist/internal.d.mts +0 -87
  414. package/node_modules/@modelcontextprotocol/core/dist/internal.d.mts.map +0 -1
  415. package/node_modules/@modelcontextprotocol/core/dist/internal.mjs +0 -3
  416. package/node_modules/@modelcontextprotocol/core/package.json +0 -85
  417. package/node_modules/jose/LICENSE.md +0 -21
  418. package/node_modules/jose/README.md +0 -153
  419. package/node_modules/jose/dist/types/index.d.ts +0 -55
  420. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -31
  421. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -65
  422. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -31
  423. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -83
  424. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -31
  425. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -74
  426. package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -17
  427. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -32
  428. package/node_modules/jose/dist/types/jwks/local.d.ts +0 -29
  429. package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -237
  430. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -36
  431. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -33
  432. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -42
  433. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -33
  434. package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -53
  435. package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -33
  436. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -35
  437. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -91
  438. package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -43
  439. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -43
  440. package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -37
  441. package/node_modules/jose/dist/types/key/export.d.ts +0 -33
  442. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -47
  443. package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -35
  444. package/node_modules/jose/dist/types/key/import.d.ts +0 -83
  445. package/node_modules/jose/dist/types/types.d.ts +0 -841
  446. package/node_modules/jose/dist/types/util/base64url.d.ts +0 -9
  447. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -18
  448. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -17
  449. package/node_modules/jose/dist/types/util/errors.d.ts +0 -213
  450. package/node_modules/jose/dist/webapi/index.js +0 -32
  451. package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +0 -27
  452. package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +0 -27
  453. package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +0 -165
  454. package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +0 -169
  455. package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +0 -31
  456. package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +0 -187
  457. package/node_modules/jose/dist/webapi/jwk/embedded.js +0 -17
  458. package/node_modules/jose/dist/webapi/jwk/thumbprint.js +0 -68
  459. package/node_modules/jose/dist/webapi/jwks/local.js +0 -119
  460. package/node_modules/jose/dist/webapi/jwks/remote.js +0 -179
  461. package/node_modules/jose/dist/webapi/jws/compact/sign.js +0 -18
  462. package/node_modules/jose/dist/webapi/jws/compact/verify.js +0 -21
  463. package/node_modules/jose/dist/webapi/jws/flattened/sign.js +0 -92
  464. package/node_modules/jose/dist/webapi/jws/flattened/verify.js +0 -120
  465. package/node_modules/jose/dist/webapi/jws/general/sign.js +0 -73
  466. package/node_modules/jose/dist/webapi/jws/general/verify.js +0 -24
  467. package/node_modules/jose/dist/webapi/jwt/decrypt.js +0 -23
  468. package/node_modules/jose/dist/webapi/jwt/encrypt.js +0 -108
  469. package/node_modules/jose/dist/webapi/jwt/sign.js +0 -52
  470. package/node_modules/jose/dist/webapi/jwt/unsecured.js +0 -63
  471. package/node_modules/jose/dist/webapi/jwt/verify.js +0 -15
  472. package/node_modules/jose/dist/webapi/key/export.js +0 -11
  473. package/node_modules/jose/dist/webapi/key/generate_key_pair.js +0 -97
  474. package/node_modules/jose/dist/webapi/key/generate_secret.js +0 -40
  475. package/node_modules/jose/dist/webapi/key/import.js +0 -57
  476. package/node_modules/jose/dist/webapi/lib/aesgcmkw.js +0 -16
  477. package/node_modules/jose/dist/webapi/lib/aeskw.js +0 -25
  478. package/node_modules/jose/dist/webapi/lib/asn1.js +0 -243
  479. package/node_modules/jose/dist/webapi/lib/base64.js +0 -22
  480. package/node_modules/jose/dist/webapi/lib/buffer_utils.js +0 -43
  481. package/node_modules/jose/dist/webapi/lib/cek.js +0 -19
  482. package/node_modules/jose/dist/webapi/lib/check_cek_length.js +0 -7
  483. package/node_modules/jose/dist/webapi/lib/check_iv_length.js +0 -7
  484. package/node_modules/jose/dist/webapi/lib/check_key_length.js +0 -8
  485. package/node_modules/jose/dist/webapi/lib/check_key_type.js +0 -122
  486. package/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -143
  487. package/node_modules/jose/dist/webapi/lib/decrypt.js +0 -106
  488. package/node_modules/jose/dist/webapi/lib/decrypt_key_management.js +0 -127
  489. package/node_modules/jose/dist/webapi/lib/digest.js +0 -4
  490. package/node_modules/jose/dist/webapi/lib/ecdhes.js +0 -52
  491. package/node_modules/jose/dist/webapi/lib/encrypt.js +0 -74
  492. package/node_modules/jose/dist/webapi/lib/encrypt_key_management.js +0 -92
  493. package/node_modules/jose/dist/webapi/lib/get_sign_verify_key.js +0 -12
  494. package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -27
  495. package/node_modules/jose/dist/webapi/lib/is_disjoint.js +0 -21
  496. package/node_modules/jose/dist/webapi/lib/is_jwk.js +0 -6
  497. package/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -17
  498. package/node_modules/jose/dist/webapi/lib/is_object.js +0 -14
  499. package/node_modules/jose/dist/webapi/lib/iv.js +0 -19
  500. package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -109
  501. package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +0 -238
  502. package/node_modules/jose/dist/webapi/lib/key_to_jwk.js +0 -31
  503. package/node_modules/jose/dist/webapi/lib/normalize_key.js +0 -176
  504. package/node_modules/jose/dist/webapi/lib/pbes2kw.js +0 -39
  505. package/node_modules/jose/dist/webapi/lib/private_symbols.js +0 -1
  506. package/node_modules/jose/dist/webapi/lib/rsaes.js +0 -24
  507. package/node_modules/jose/dist/webapi/lib/sign.js +0 -9
  508. package/node_modules/jose/dist/webapi/lib/subtle_dsa.js +0 -31
  509. package/node_modules/jose/dist/webapi/lib/validate_algorithms.js +0 -10
  510. package/node_modules/jose/dist/webapi/lib/validate_crit.js +0 -33
  511. package/node_modules/jose/dist/webapi/lib/verify.js +0 -14
  512. package/node_modules/jose/dist/webapi/util/base64url.js +0 -30
  513. package/node_modules/jose/dist/webapi/util/decode_jwt.js +0 -32
  514. package/node_modules/jose/dist/webapi/util/decode_protected_header.js +0 -34
  515. package/node_modules/jose/dist/webapi/util/errors.js +0 -99
  516. package/node_modules/jose/package.json +0 -200
  517. package/node_modules/zod/LICENSE +0 -21
  518. package/node_modules/zod/README.md +0 -191
  519. package/node_modules/zod/index.cjs +0 -33
  520. package/node_modules/zod/index.d.cts +0 -4
  521. package/node_modules/zod/index.d.ts +0 -4
  522. package/node_modules/zod/index.js +0 -4
  523. package/node_modules/zod/locales/index.cjs +0 -17
  524. package/node_modules/zod/locales/index.d.cts +0 -1
  525. package/node_modules/zod/locales/index.d.ts +0 -1
  526. package/node_modules/zod/locales/index.js +0 -1
  527. package/node_modules/zod/locales/package.json +0 -7
  528. package/node_modules/zod/mini/index.cjs +0 -32
  529. package/node_modules/zod/mini/index.d.cts +0 -3
  530. package/node_modules/zod/mini/index.d.ts +0 -3
  531. package/node_modules/zod/mini/index.js +0 -3
  532. package/node_modules/zod/mini/package.json +0 -7
  533. package/node_modules/zod/package.json +0 -135
  534. package/node_modules/zod/src/index.ts +0 -4
  535. package/node_modules/zod/src/locales/index.ts +0 -1
  536. package/node_modules/zod/src/mini/index.ts +0 -3
  537. package/node_modules/zod/src/v3/ZodError.ts +0 -330
  538. package/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  539. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  540. package/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  541. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  542. package/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  543. package/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  544. package/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  545. package/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  546. package/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  547. package/node_modules/zod/src/v3/errors.ts +0 -13
  548. package/node_modules/zod/src/v3/external.ts +0 -6
  549. package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  550. package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  551. package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  552. package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  553. package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  554. package/node_modules/zod/src/v3/helpers/util.ts +0 -224
  555. package/node_modules/zod/src/v3/index.ts +0 -4
  556. package/node_modules/zod/src/v3/locales/en.ts +0 -124
  557. package/node_modules/zod/src/v3/standard-schema.ts +0 -113
  558. package/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  559. package/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  560. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  561. package/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  562. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  563. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  564. package/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  565. package/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  566. package/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  567. package/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  568. package/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  569. package/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  570. package/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  571. package/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  572. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  573. package/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  574. package/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  575. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  576. package/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  577. package/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  578. package/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  579. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  580. package/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  581. package/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  582. package/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  583. package/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  584. package/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  585. package/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  586. package/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  587. package/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  588. package/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  589. package/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  590. package/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  591. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  592. package/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  593. package/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  594. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  595. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  596. package/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  597. package/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  598. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  599. package/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  600. package/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  601. package/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  602. package/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  603. package/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  604. package/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  605. package/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  606. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  607. package/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  608. package/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  609. package/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  610. package/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  611. package/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  612. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  613. package/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  614. package/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  615. package/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  616. package/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  617. package/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  618. package/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  619. package/node_modules/zod/src/v3/types.ts +0 -5138
  620. package/node_modules/zod/src/v4/classic/checks.ts +0 -32
  621. package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  622. package/node_modules/zod/src/v4/classic/compat.ts +0 -70
  623. package/node_modules/zod/src/v4/classic/errors.ts +0 -82
  624. package/node_modules/zod/src/v4/classic/external.ts +0 -52
  625. package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -659
  626. package/node_modules/zod/src/v4/classic/index.ts +0 -5
  627. package/node_modules/zod/src/v4/classic/iso.ts +0 -90
  628. package/node_modules/zod/src/v4/classic/parse.ts +0 -82
  629. package/node_modules/zod/src/v4/classic/schemas.ts +0 -2672
  630. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  631. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
  632. package/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  633. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -216
  634. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  635. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  636. package/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  637. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  638. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  639. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -326
  640. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  641. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  642. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -703
  643. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  644. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  645. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  646. package/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
  647. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  648. package/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -409
  649. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  650. package/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  651. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +0 -197
  652. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -694
  653. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  654. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -807
  655. package/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  656. package/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  657. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  658. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  659. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -895
  660. package/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
  661. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  662. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +0 -39
  663. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  664. package/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
  665. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
  666. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
  667. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +0 -46
  668. package/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  669. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  670. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  671. package/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +0 -29
  672. package/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +0 -24
  673. package/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
  674. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  675. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  676. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  677. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  678. package/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -325
  679. package/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -717
  680. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -333
  681. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -450
  682. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  683. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  684. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  685. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +0 -26
  686. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -351
  687. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  688. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  689. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  690. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  691. package/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -717
  692. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -631
  693. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -633
  694. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  695. package/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  696. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  697. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  698. package/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1224
  699. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  700. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
  701. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  702. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -3125
  703. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -378
  704. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -496
  705. package/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -273
  706. package/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  707. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  708. package/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  709. package/node_modules/zod/src/v4/core/api.ts +0 -1823
  710. package/node_modules/zod/src/v4/core/checks.ts +0 -1293
  711. package/node_modules/zod/src/v4/core/config.ts +0 -15
  712. package/node_modules/zod/src/v4/core/core.ts +0 -153
  713. package/node_modules/zod/src/v4/core/doc.ts +0 -44
  714. package/node_modules/zod/src/v4/core/errors.ts +0 -455
  715. package/node_modules/zod/src/v4/core/index.ts +0 -16
  716. package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  717. package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -666
  718. package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  719. package/node_modules/zod/src/v4/core/parse.ts +0 -195
  720. package/node_modules/zod/src/v4/core/regexes.ts +0 -190
  721. package/node_modules/zod/src/v4/core/registries.ts +0 -105
  722. package/node_modules/zod/src/v4/core/schemas.ts +0 -4730
  723. package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  724. package/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  725. package/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  726. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  727. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +0 -215
  728. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  729. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  730. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +0 -72
  731. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  732. package/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +0 -163
  733. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  734. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  735. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  736. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -105
  737. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -125
  738. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  739. package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -622
  740. package/node_modules/zod/src/v4/core/util.ts +0 -983
  741. package/node_modules/zod/src/v4/core/versions.ts +0 -5
  742. package/node_modules/zod/src/v4/core/zsf.ts +0 -323
  743. package/node_modules/zod/src/v4/index.ts +0 -4
  744. package/node_modules/zod/src/v4/locales/ar.ts +0 -115
  745. package/node_modules/zod/src/v4/locales/az.ts +0 -111
  746. package/node_modules/zod/src/v4/locales/be.ts +0 -176
  747. package/node_modules/zod/src/v4/locales/bg.ts +0 -128
  748. package/node_modules/zod/src/v4/locales/ca.ts +0 -116
  749. package/node_modules/zod/src/v4/locales/cs.ts +0 -118
  750. package/node_modules/zod/src/v4/locales/da.ts +0 -123
  751. package/node_modules/zod/src/v4/locales/de.ts +0 -116
  752. package/node_modules/zod/src/v4/locales/el.ts +0 -121
  753. package/node_modules/zod/src/v4/locales/en.ts +0 -123
  754. package/node_modules/zod/src/v4/locales/eo.ts +0 -118
  755. package/node_modules/zod/src/v4/locales/es.ts +0 -141
  756. package/node_modules/zod/src/v4/locales/fa.ts +0 -126
  757. package/node_modules/zod/src/v4/locales/fi.ts +0 -121
  758. package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  759. package/node_modules/zod/src/v4/locales/fr.ts +0 -132
  760. package/node_modules/zod/src/v4/locales/he.ts +0 -246
  761. package/node_modules/zod/src/v4/locales/hr.ts +0 -131
  762. package/node_modules/zod/src/v4/locales/hu.ts +0 -117
  763. package/node_modules/zod/src/v4/locales/hy.ts +0 -164
  764. package/node_modules/zod/src/v4/locales/id.ts +0 -115
  765. package/node_modules/zod/src/v4/locales/index.ts +0 -52
  766. package/node_modules/zod/src/v4/locales/is.ts +0 -119
  767. package/node_modules/zod/src/v4/locales/it.ts +0 -116
  768. package/node_modules/zod/src/v4/locales/ja.ts +0 -114
  769. package/node_modules/zod/src/v4/locales/ka.ts +0 -123
  770. package/node_modules/zod/src/v4/locales/kh.ts +0 -7
  771. package/node_modules/zod/src/v4/locales/km.ts +0 -119
  772. package/node_modules/zod/src/v4/locales/ko.ts +0 -121
  773. package/node_modules/zod/src/v4/locales/lt.ts +0 -239
  774. package/node_modules/zod/src/v4/locales/mk.ts +0 -118
  775. package/node_modules/zod/src/v4/locales/ms.ts +0 -115
  776. package/node_modules/zod/src/v4/locales/nl.ts +0 -121
  777. package/node_modules/zod/src/v4/locales/no.ts +0 -116
  778. package/node_modules/zod/src/v4/locales/ota.ts +0 -117
  779. package/node_modules/zod/src/v4/locales/pl.ts +0 -118
  780. package/node_modules/zod/src/v4/locales/ps.ts +0 -126
  781. package/node_modules/zod/src/v4/locales/pt.ts +0 -116
  782. package/node_modules/zod/src/v4/locales/ro.ts +0 -129
  783. package/node_modules/zod/src/v4/locales/ru.ts +0 -176
  784. package/node_modules/zod/src/v4/locales/sl.ts +0 -118
  785. package/node_modules/zod/src/v4/locales/sv.ts +0 -119
  786. package/node_modules/zod/src/v4/locales/ta.ts +0 -118
  787. package/node_modules/zod/src/v4/locales/th.ts +0 -119
  788. package/node_modules/zod/src/v4/locales/tr.ts +0 -111
  789. package/node_modules/zod/src/v4/locales/ua.ts +0 -7
  790. package/node_modules/zod/src/v4/locales/uk.ts +0 -117
  791. package/node_modules/zod/src/v4/locales/ur.ts +0 -119
  792. package/node_modules/zod/src/v4/locales/uz.ts +0 -117
  793. package/node_modules/zod/src/v4/locales/vi.ts +0 -117
  794. package/node_modules/zod/src/v4/locales/yo.ts +0 -124
  795. package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  796. package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  797. package/node_modules/zod/src/v4/mini/checks.ts +0 -32
  798. package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  799. package/node_modules/zod/src/v4/mini/external.ts +0 -41
  800. package/node_modules/zod/src/v4/mini/index.ts +0 -3
  801. package/node_modules/zod/src/v4/mini/iso.ts +0 -66
  802. package/node_modules/zod/src/v4/mini/parse.ts +0 -14
  803. package/node_modules/zod/src/v4/mini/schemas.ts +0 -1947
  804. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
  805. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  806. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  807. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  808. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -548
  809. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  810. package/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  811. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
  812. package/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -993
  813. package/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  814. package/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
  815. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  816. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -325
  817. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  818. package/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -352
  819. package/node_modules/zod/src/v4-mini/index.ts +0 -3
  820. package/node_modules/zod/v3/ZodError.cjs +0 -138
  821. package/node_modules/zod/v3/ZodError.d.cts +0 -164
  822. package/node_modules/zod/v3/ZodError.d.ts +0 -164
  823. package/node_modules/zod/v3/ZodError.js +0 -133
  824. package/node_modules/zod/v3/errors.cjs +0 -17
  825. package/node_modules/zod/v3/errors.d.cts +0 -5
  826. package/node_modules/zod/v3/errors.d.ts +0 -5
  827. package/node_modules/zod/v3/errors.js +0 -9
  828. package/node_modules/zod/v3/external.cjs +0 -22
  829. package/node_modules/zod/v3/external.d.cts +0 -6
  830. package/node_modules/zod/v3/external.d.ts +0 -6
  831. package/node_modules/zod/v3/external.js +0 -6
  832. package/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  833. package/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  834. package/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  835. package/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  836. package/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  837. package/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  838. package/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  839. package/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  840. package/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  841. package/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  842. package/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  843. package/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  844. package/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  845. package/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  846. package/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  847. package/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  848. package/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  849. package/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  850. package/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  851. package/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  852. package/node_modules/zod/v3/helpers/util.cjs +0 -137
  853. package/node_modules/zod/v3/helpers/util.d.cts +0 -85
  854. package/node_modules/zod/v3/helpers/util.d.ts +0 -85
  855. package/node_modules/zod/v3/helpers/util.js +0 -133
  856. package/node_modules/zod/v3/index.cjs +0 -33
  857. package/node_modules/zod/v3/index.d.cts +0 -4
  858. package/node_modules/zod/v3/index.d.ts +0 -4
  859. package/node_modules/zod/v3/index.js +0 -4
  860. package/node_modules/zod/v3/locales/en.cjs +0 -112
  861. package/node_modules/zod/v3/locales/en.d.cts +0 -3
  862. package/node_modules/zod/v3/locales/en.d.ts +0 -3
  863. package/node_modules/zod/v3/locales/en.js +0 -109
  864. package/node_modules/zod/v3/package.json +0 -7
  865. package/node_modules/zod/v3/standard-schema.cjs +0 -2
  866. package/node_modules/zod/v3/standard-schema.d.cts +0 -102
  867. package/node_modules/zod/v3/standard-schema.d.ts +0 -102
  868. package/node_modules/zod/v3/standard-schema.js +0 -1
  869. package/node_modules/zod/v3/types.cjs +0 -3777
  870. package/node_modules/zod/v3/types.d.cts +0 -1034
  871. package/node_modules/zod/v3/types.d.ts +0 -1034
  872. package/node_modules/zod/v3/types.js +0 -3695
  873. package/node_modules/zod/v4/classic/checks.cjs +0 -33
  874. package/node_modules/zod/v4/classic/checks.d.cts +0 -1
  875. package/node_modules/zod/v4/classic/checks.d.ts +0 -1
  876. package/node_modules/zod/v4/classic/checks.js +0 -1
  877. package/node_modules/zod/v4/classic/coerce.cjs +0 -47
  878. package/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  879. package/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  880. package/node_modules/zod/v4/classic/coerce.js +0 -17
  881. package/node_modules/zod/v4/classic/compat.cjs +0 -61
  882. package/node_modules/zod/v4/classic/compat.d.cts +0 -50
  883. package/node_modules/zod/v4/classic/compat.d.ts +0 -50
  884. package/node_modules/zod/v4/classic/compat.js +0 -31
  885. package/node_modules/zod/v4/classic/errors.cjs +0 -74
  886. package/node_modules/zod/v4/classic/errors.d.cts +0 -30
  887. package/node_modules/zod/v4/classic/errors.d.ts +0 -30
  888. package/node_modules/zod/v4/classic/errors.js +0 -48
  889. package/node_modules/zod/v4/classic/external.cjs +0 -73
  890. package/node_modules/zod/v4/classic/external.d.cts +0 -16
  891. package/node_modules/zod/v4/classic/external.d.ts +0 -16
  892. package/node_modules/zod/v4/classic/external.js +0 -20
  893. package/node_modules/zod/v4/classic/from-json-schema.cjs +0 -625
  894. package/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
  895. package/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
  896. package/node_modules/zod/v4/classic/from-json-schema.js +0 -599
  897. package/node_modules/zod/v4/classic/index.cjs +0 -33
  898. package/node_modules/zod/v4/classic/index.d.cts +0 -4
  899. package/node_modules/zod/v4/classic/index.d.ts +0 -4
  900. package/node_modules/zod/v4/classic/index.js +0 -4
  901. package/node_modules/zod/v4/classic/iso.cjs +0 -60
  902. package/node_modules/zod/v4/classic/iso.d.cts +0 -22
  903. package/node_modules/zod/v4/classic/iso.d.ts +0 -22
  904. package/node_modules/zod/v4/classic/iso.js +0 -30
  905. package/node_modules/zod/v4/classic/package.json +0 -7
  906. package/node_modules/zod/v4/classic/parse.cjs +0 -41
  907. package/node_modules/zod/v4/classic/parse.d.cts +0 -31
  908. package/node_modules/zod/v4/classic/parse.d.ts +0 -31
  909. package/node_modules/zod/v4/classic/parse.js +0 -15
  910. package/node_modules/zod/v4/classic/schemas.cjs +0 -1511
  911. package/node_modules/zod/v4/classic/schemas.d.cts +0 -767
  912. package/node_modules/zod/v4/classic/schemas.d.ts +0 -767
  913. package/node_modules/zod/v4/classic/schemas.js +0 -1395
  914. package/node_modules/zod/v4/core/api.cjs +0 -1227
  915. package/node_modules/zod/v4/core/api.d.cts +0 -325
  916. package/node_modules/zod/v4/core/api.d.ts +0 -325
  917. package/node_modules/zod/v4/core/api.js +0 -1087
  918. package/node_modules/zod/v4/core/checks.cjs +0 -601
  919. package/node_modules/zod/v4/core/checks.d.cts +0 -278
  920. package/node_modules/zod/v4/core/checks.d.ts +0 -278
  921. package/node_modules/zod/v4/core/checks.js +0 -575
  922. package/node_modules/zod/v4/core/core.cjs +0 -85
  923. package/node_modules/zod/v4/core/core.d.cts +0 -70
  924. package/node_modules/zod/v4/core/core.d.ts +0 -70
  925. package/node_modules/zod/v4/core/core.js +0 -78
  926. package/node_modules/zod/v4/core/doc.cjs +0 -39
  927. package/node_modules/zod/v4/core/doc.d.cts +0 -14
  928. package/node_modules/zod/v4/core/doc.d.ts +0 -14
  929. package/node_modules/zod/v4/core/doc.js +0 -35
  930. package/node_modules/zod/v4/core/errors.cjs +0 -216
  931. package/node_modules/zod/v4/core/errors.d.cts +0 -221
  932. package/node_modules/zod/v4/core/errors.d.ts +0 -221
  933. package/node_modules/zod/v4/core/errors.js +0 -185
  934. package/node_modules/zod/v4/core/index.cjs +0 -47
  935. package/node_modules/zod/v4/core/index.d.cts +0 -16
  936. package/node_modules/zod/v4/core/index.d.ts +0 -16
  937. package/node_modules/zod/v4/core/index.js +0 -16
  938. package/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
  939. package/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
  940. package/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
  941. package/node_modules/zod/v4/core/json-schema-generator.js +0 -95
  942. package/node_modules/zod/v4/core/json-schema-processors.cjs +0 -644
  943. package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
  944. package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
  945. package/node_modules/zod/v4/core/json-schema-processors.js +0 -601
  946. package/node_modules/zod/v4/core/json-schema.cjs +0 -2
  947. package/node_modules/zod/v4/core/json-schema.d.cts +0 -88
  948. package/node_modules/zod/v4/core/json-schema.d.ts +0 -88
  949. package/node_modules/zod/v4/core/json-schema.js +0 -1
  950. package/node_modules/zod/v4/core/package.json +0 -7
  951. package/node_modules/zod/v4/core/parse.cjs +0 -131
  952. package/node_modules/zod/v4/core/parse.d.cts +0 -49
  953. package/node_modules/zod/v4/core/parse.d.ts +0 -49
  954. package/node_modules/zod/v4/core/parse.js +0 -93
  955. package/node_modules/zod/v4/core/regexes.cjs +0 -172
  956. package/node_modules/zod/v4/core/regexes.d.cts +0 -85
  957. package/node_modules/zod/v4/core/regexes.d.ts +0 -85
  958. package/node_modules/zod/v4/core/regexes.js +0 -139
  959. package/node_modules/zod/v4/core/registries.cjs +0 -56
  960. package/node_modules/zod/v4/core/registries.d.cts +0 -35
  961. package/node_modules/zod/v4/core/registries.d.ts +0 -35
  962. package/node_modules/zod/v4/core/registries.js +0 -51
  963. package/node_modules/zod/v4/core/schemas.cjs +0 -2270
  964. package/node_modules/zod/v4/core/schemas.d.cts +0 -1184
  965. package/node_modules/zod/v4/core/schemas.d.ts +0 -1184
  966. package/node_modules/zod/v4/core/schemas.js +0 -2239
  967. package/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  968. package/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
  969. package/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
  970. package/node_modules/zod/v4/core/standard-schema.js +0 -1
  971. package/node_modules/zod/v4/core/to-json-schema.cjs +0 -457
  972. package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -114
  973. package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -114
  974. package/node_modules/zod/v4/core/to-json-schema.js +0 -448
  975. package/node_modules/zod/v4/core/util.cjs +0 -734
  976. package/node_modules/zod/v4/core/util.d.cts +0 -200
  977. package/node_modules/zod/v4/core/util.d.ts +0 -200
  978. package/node_modules/zod/v4/core/util.js +0 -674
  979. package/node_modules/zod/v4/core/versions.cjs +0 -8
  980. package/node_modules/zod/v4/core/versions.d.cts +0 -5
  981. package/node_modules/zod/v4/core/versions.d.ts +0 -5
  982. package/node_modules/zod/v4/core/versions.js +0 -5
  983. package/node_modules/zod/v4/index.cjs +0 -22
  984. package/node_modules/zod/v4/index.d.cts +0 -3
  985. package/node_modules/zod/v4/index.d.ts +0 -3
  986. package/node_modules/zod/v4/index.js +0 -3
  987. package/node_modules/zod/v4/locales/ar.cjs +0 -133
  988. package/node_modules/zod/v4/locales/ar.d.cts +0 -5
  989. package/node_modules/zod/v4/locales/ar.d.ts +0 -4
  990. package/node_modules/zod/v4/locales/ar.js +0 -106
  991. package/node_modules/zod/v4/locales/az.cjs +0 -132
  992. package/node_modules/zod/v4/locales/az.d.cts +0 -5
  993. package/node_modules/zod/v4/locales/az.d.ts +0 -4
  994. package/node_modules/zod/v4/locales/az.js +0 -105
  995. package/node_modules/zod/v4/locales/be.cjs +0 -183
  996. package/node_modules/zod/v4/locales/be.d.cts +0 -5
  997. package/node_modules/zod/v4/locales/be.d.ts +0 -4
  998. package/node_modules/zod/v4/locales/be.js +0 -156
  999. package/node_modules/zod/v4/locales/bg.cjs +0 -147
  1000. package/node_modules/zod/v4/locales/bg.d.cts +0 -5
  1001. package/node_modules/zod/v4/locales/bg.d.ts +0 -4
  1002. package/node_modules/zod/v4/locales/bg.js +0 -120
  1003. package/node_modules/zod/v4/locales/ca.cjs +0 -134
  1004. package/node_modules/zod/v4/locales/ca.d.cts +0 -5
  1005. package/node_modules/zod/v4/locales/ca.d.ts +0 -4
  1006. package/node_modules/zod/v4/locales/ca.js +0 -107
  1007. package/node_modules/zod/v4/locales/cs.cjs +0 -138
  1008. package/node_modules/zod/v4/locales/cs.d.cts +0 -5
  1009. package/node_modules/zod/v4/locales/cs.d.ts +0 -4
  1010. package/node_modules/zod/v4/locales/cs.js +0 -111
  1011. package/node_modules/zod/v4/locales/da.cjs +0 -142
  1012. package/node_modules/zod/v4/locales/da.d.cts +0 -5
  1013. package/node_modules/zod/v4/locales/da.d.ts +0 -4
  1014. package/node_modules/zod/v4/locales/da.js +0 -115
  1015. package/node_modules/zod/v4/locales/de.cjs +0 -135
  1016. package/node_modules/zod/v4/locales/de.d.cts +0 -5
  1017. package/node_modules/zod/v4/locales/de.d.ts +0 -4
  1018. package/node_modules/zod/v4/locales/de.js +0 -108
  1019. package/node_modules/zod/v4/locales/el.cjs +0 -136
  1020. package/node_modules/zod/v4/locales/el.d.cts +0 -5
  1021. package/node_modules/zod/v4/locales/el.d.ts +0 -4
  1022. package/node_modules/zod/v4/locales/el.js +0 -109
  1023. package/node_modules/zod/v4/locales/en.cjs +0 -140
  1024. package/node_modules/zod/v4/locales/en.d.cts +0 -5
  1025. package/node_modules/zod/v4/locales/en.d.ts +0 -4
  1026. package/node_modules/zod/v4/locales/en.js +0 -113
  1027. package/node_modules/zod/v4/locales/eo.cjs +0 -136
  1028. package/node_modules/zod/v4/locales/eo.d.cts +0 -5
  1029. package/node_modules/zod/v4/locales/eo.d.ts +0 -4
  1030. package/node_modules/zod/v4/locales/eo.js +0 -109
  1031. package/node_modules/zod/v4/locales/es.cjs +0 -159
  1032. package/node_modules/zod/v4/locales/es.d.cts +0 -5
  1033. package/node_modules/zod/v4/locales/es.d.ts +0 -4
  1034. package/node_modules/zod/v4/locales/es.js +0 -132
  1035. package/node_modules/zod/v4/locales/fa.cjs +0 -141
  1036. package/node_modules/zod/v4/locales/fa.d.cts +0 -5
  1037. package/node_modules/zod/v4/locales/fa.d.ts +0 -4
  1038. package/node_modules/zod/v4/locales/fa.js +0 -114
  1039. package/node_modules/zod/v4/locales/fi.cjs +0 -139
  1040. package/node_modules/zod/v4/locales/fi.d.cts +0 -5
  1041. package/node_modules/zod/v4/locales/fi.d.ts +0 -4
  1042. package/node_modules/zod/v4/locales/fi.js +0 -112
  1043. package/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
  1044. package/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  1045. package/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  1046. package/node_modules/zod/v4/locales/fr-CA.js +0 -107
  1047. package/node_modules/zod/v4/locales/fr.cjs +0 -152
  1048. package/node_modules/zod/v4/locales/fr.d.cts +0 -5
  1049. package/node_modules/zod/v4/locales/fr.d.ts +0 -4
  1050. package/node_modules/zod/v4/locales/fr.js +0 -125
  1051. package/node_modules/zod/v4/locales/he.cjs +0 -241
  1052. package/node_modules/zod/v4/locales/he.d.cts +0 -5
  1053. package/node_modules/zod/v4/locales/he.d.ts +0 -4
  1054. package/node_modules/zod/v4/locales/he.js +0 -214
  1055. package/node_modules/zod/v4/locales/hr.cjs +0 -149
  1056. package/node_modules/zod/v4/locales/hr.d.cts +0 -5
  1057. package/node_modules/zod/v4/locales/hr.d.ts +0 -4
  1058. package/node_modules/zod/v4/locales/hr.js +0 -122
  1059. package/node_modules/zod/v4/locales/hu.cjs +0 -135
  1060. package/node_modules/zod/v4/locales/hu.d.cts +0 -5
  1061. package/node_modules/zod/v4/locales/hu.d.ts +0 -4
  1062. package/node_modules/zod/v4/locales/hu.js +0 -108
  1063. package/node_modules/zod/v4/locales/hy.cjs +0 -174
  1064. package/node_modules/zod/v4/locales/hy.d.cts +0 -5
  1065. package/node_modules/zod/v4/locales/hy.d.ts +0 -4
  1066. package/node_modules/zod/v4/locales/hy.js +0 -147
  1067. package/node_modules/zod/v4/locales/id.cjs +0 -133
  1068. package/node_modules/zod/v4/locales/id.d.cts +0 -5
  1069. package/node_modules/zod/v4/locales/id.d.ts +0 -4
  1070. package/node_modules/zod/v4/locales/id.js +0 -106
  1071. package/node_modules/zod/v4/locales/index.cjs +0 -111
  1072. package/node_modules/zod/v4/locales/index.d.cts +0 -52
  1073. package/node_modules/zod/v4/locales/index.d.ts +0 -52
  1074. package/node_modules/zod/v4/locales/index.js +0 -52
  1075. package/node_modules/zod/v4/locales/is.cjs +0 -136
  1076. package/node_modules/zod/v4/locales/is.d.cts +0 -5
  1077. package/node_modules/zod/v4/locales/is.d.ts +0 -4
  1078. package/node_modules/zod/v4/locales/is.js +0 -109
  1079. package/node_modules/zod/v4/locales/it.cjs +0 -135
  1080. package/node_modules/zod/v4/locales/it.d.cts +0 -5
  1081. package/node_modules/zod/v4/locales/it.d.ts +0 -4
  1082. package/node_modules/zod/v4/locales/it.js +0 -108
  1083. package/node_modules/zod/v4/locales/ja.cjs +0 -134
  1084. package/node_modules/zod/v4/locales/ja.d.cts +0 -5
  1085. package/node_modules/zod/v4/locales/ja.d.ts +0 -4
  1086. package/node_modules/zod/v4/locales/ja.js +0 -107
  1087. package/node_modules/zod/v4/locales/ka.cjs +0 -139
  1088. package/node_modules/zod/v4/locales/ka.d.cts +0 -5
  1089. package/node_modules/zod/v4/locales/ka.d.ts +0 -4
  1090. package/node_modules/zod/v4/locales/ka.js +0 -112
  1091. package/node_modules/zod/v4/locales/kh.cjs +0 -12
  1092. package/node_modules/zod/v4/locales/kh.d.cts +0 -5
  1093. package/node_modules/zod/v4/locales/kh.d.ts +0 -5
  1094. package/node_modules/zod/v4/locales/kh.js +0 -5
  1095. package/node_modules/zod/v4/locales/km.cjs +0 -137
  1096. package/node_modules/zod/v4/locales/km.d.cts +0 -5
  1097. package/node_modules/zod/v4/locales/km.d.ts +0 -4
  1098. package/node_modules/zod/v4/locales/km.js +0 -110
  1099. package/node_modules/zod/v4/locales/ko.cjs +0 -138
  1100. package/node_modules/zod/v4/locales/ko.d.cts +0 -5
  1101. package/node_modules/zod/v4/locales/ko.d.ts +0 -4
  1102. package/node_modules/zod/v4/locales/ko.js +0 -111
  1103. package/node_modules/zod/v4/locales/lt.cjs +0 -230
  1104. package/node_modules/zod/v4/locales/lt.d.cts +0 -5
  1105. package/node_modules/zod/v4/locales/lt.d.ts +0 -4
  1106. package/node_modules/zod/v4/locales/lt.js +0 -203
  1107. package/node_modules/zod/v4/locales/mk.cjs +0 -136
  1108. package/node_modules/zod/v4/locales/mk.d.cts +0 -5
  1109. package/node_modules/zod/v4/locales/mk.d.ts +0 -4
  1110. package/node_modules/zod/v4/locales/mk.js +0 -109
  1111. package/node_modules/zod/v4/locales/ms.cjs +0 -134
  1112. package/node_modules/zod/v4/locales/ms.d.cts +0 -5
  1113. package/node_modules/zod/v4/locales/ms.d.ts +0 -4
  1114. package/node_modules/zod/v4/locales/ms.js +0 -107
  1115. package/node_modules/zod/v4/locales/nl.cjs +0 -137
  1116. package/node_modules/zod/v4/locales/nl.d.cts +0 -5
  1117. package/node_modules/zod/v4/locales/nl.d.ts +0 -4
  1118. package/node_modules/zod/v4/locales/nl.js +0 -110
  1119. package/node_modules/zod/v4/locales/no.cjs +0 -135
  1120. package/node_modules/zod/v4/locales/no.d.cts +0 -5
  1121. package/node_modules/zod/v4/locales/no.d.ts +0 -4
  1122. package/node_modules/zod/v4/locales/no.js +0 -108
  1123. package/node_modules/zod/v4/locales/ota.cjs +0 -136
  1124. package/node_modules/zod/v4/locales/ota.d.cts +0 -5
  1125. package/node_modules/zod/v4/locales/ota.d.ts +0 -4
  1126. package/node_modules/zod/v4/locales/ota.js +0 -109
  1127. package/node_modules/zod/v4/locales/package.json +0 -7
  1128. package/node_modules/zod/v4/locales/pl.cjs +0 -136
  1129. package/node_modules/zod/v4/locales/pl.d.cts +0 -5
  1130. package/node_modules/zod/v4/locales/pl.d.ts +0 -4
  1131. package/node_modules/zod/v4/locales/pl.js +0 -109
  1132. package/node_modules/zod/v4/locales/ps.cjs +0 -141
  1133. package/node_modules/zod/v4/locales/ps.d.cts +0 -5
  1134. package/node_modules/zod/v4/locales/ps.d.ts +0 -4
  1135. package/node_modules/zod/v4/locales/ps.js +0 -114
  1136. package/node_modules/zod/v4/locales/pt.cjs +0 -135
  1137. package/node_modules/zod/v4/locales/pt.d.cts +0 -5
  1138. package/node_modules/zod/v4/locales/pt.d.ts +0 -4
  1139. package/node_modules/zod/v4/locales/pt.js +0 -108
  1140. package/node_modules/zod/v4/locales/ro.cjs +0 -146
  1141. package/node_modules/zod/v4/locales/ro.d.cts +0 -5
  1142. package/node_modules/zod/v4/locales/ro.d.ts +0 -4
  1143. package/node_modules/zod/v4/locales/ro.js +0 -119
  1144. package/node_modules/zod/v4/locales/ru.cjs +0 -183
  1145. package/node_modules/zod/v4/locales/ru.d.cts +0 -5
  1146. package/node_modules/zod/v4/locales/ru.d.ts +0 -4
  1147. package/node_modules/zod/v4/locales/ru.js +0 -156
  1148. package/node_modules/zod/v4/locales/sl.cjs +0 -136
  1149. package/node_modules/zod/v4/locales/sl.d.cts +0 -5
  1150. package/node_modules/zod/v4/locales/sl.d.ts +0 -4
  1151. package/node_modules/zod/v4/locales/sl.js +0 -109
  1152. package/node_modules/zod/v4/locales/sv.cjs +0 -137
  1153. package/node_modules/zod/v4/locales/sv.d.cts +0 -5
  1154. package/node_modules/zod/v4/locales/sv.d.ts +0 -4
  1155. package/node_modules/zod/v4/locales/sv.js +0 -110
  1156. package/node_modules/zod/v4/locales/ta.cjs +0 -137
  1157. package/node_modules/zod/v4/locales/ta.d.cts +0 -5
  1158. package/node_modules/zod/v4/locales/ta.d.ts +0 -4
  1159. package/node_modules/zod/v4/locales/ta.js +0 -110
  1160. package/node_modules/zod/v4/locales/th.cjs +0 -137
  1161. package/node_modules/zod/v4/locales/th.d.cts +0 -5
  1162. package/node_modules/zod/v4/locales/th.d.ts +0 -4
  1163. package/node_modules/zod/v4/locales/th.js +0 -110
  1164. package/node_modules/zod/v4/locales/tr.cjs +0 -132
  1165. package/node_modules/zod/v4/locales/tr.d.cts +0 -5
  1166. package/node_modules/zod/v4/locales/tr.d.ts +0 -4
  1167. package/node_modules/zod/v4/locales/tr.js +0 -105
  1168. package/node_modules/zod/v4/locales/ua.cjs +0 -12
  1169. package/node_modules/zod/v4/locales/ua.d.cts +0 -5
  1170. package/node_modules/zod/v4/locales/ua.d.ts +0 -5
  1171. package/node_modules/zod/v4/locales/ua.js +0 -5
  1172. package/node_modules/zod/v4/locales/uk.cjs +0 -135
  1173. package/node_modules/zod/v4/locales/uk.d.cts +0 -5
  1174. package/node_modules/zod/v4/locales/uk.d.ts +0 -4
  1175. package/node_modules/zod/v4/locales/uk.js +0 -108
  1176. package/node_modules/zod/v4/locales/ur.cjs +0 -137
  1177. package/node_modules/zod/v4/locales/ur.d.cts +0 -5
  1178. package/node_modules/zod/v4/locales/ur.d.ts +0 -4
  1179. package/node_modules/zod/v4/locales/ur.js +0 -110
  1180. package/node_modules/zod/v4/locales/uz.cjs +0 -137
  1181. package/node_modules/zod/v4/locales/uz.d.cts +0 -5
  1182. package/node_modules/zod/v4/locales/uz.d.ts +0 -4
  1183. package/node_modules/zod/v4/locales/uz.js +0 -110
  1184. package/node_modules/zod/v4/locales/vi.cjs +0 -135
  1185. package/node_modules/zod/v4/locales/vi.d.cts +0 -5
  1186. package/node_modules/zod/v4/locales/vi.d.ts +0 -4
  1187. package/node_modules/zod/v4/locales/vi.js +0 -108
  1188. package/node_modules/zod/v4/locales/yo.cjs +0 -134
  1189. package/node_modules/zod/v4/locales/yo.d.cts +0 -5
  1190. package/node_modules/zod/v4/locales/yo.d.ts +0 -4
  1191. package/node_modules/zod/v4/locales/yo.js +0 -107
  1192. package/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
  1193. package/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  1194. package/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  1195. package/node_modules/zod/v4/locales/zh-CN.js +0 -109
  1196. package/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
  1197. package/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  1198. package/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  1199. package/node_modules/zod/v4/locales/zh-TW.js +0 -107
  1200. package/node_modules/zod/v4/mini/checks.cjs +0 -34
  1201. package/node_modules/zod/v4/mini/checks.d.cts +0 -1
  1202. package/node_modules/zod/v4/mini/checks.d.ts +0 -1
  1203. package/node_modules/zod/v4/mini/checks.js +0 -1
  1204. package/node_modules/zod/v4/mini/coerce.cjs +0 -52
  1205. package/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  1206. package/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  1207. package/node_modules/zod/v4/mini/coerce.js +0 -22
  1208. package/node_modules/zod/v4/mini/external.cjs +0 -63
  1209. package/node_modules/zod/v4/mini/external.d.cts +0 -13
  1210. package/node_modules/zod/v4/mini/external.d.ts +0 -13
  1211. package/node_modules/zod/v4/mini/external.js +0 -14
  1212. package/node_modules/zod/v4/mini/index.cjs +0 -32
  1213. package/node_modules/zod/v4/mini/index.d.cts +0 -3
  1214. package/node_modules/zod/v4/mini/index.d.ts +0 -3
  1215. package/node_modules/zod/v4/mini/index.js +0 -3
  1216. package/node_modules/zod/v4/mini/iso.cjs +0 -64
  1217. package/node_modules/zod/v4/mini/iso.d.cts +0 -22
  1218. package/node_modules/zod/v4/mini/iso.d.ts +0 -22
  1219. package/node_modules/zod/v4/mini/iso.js +0 -34
  1220. package/node_modules/zod/v4/mini/package.json +0 -7
  1221. package/node_modules/zod/v4/mini/parse.cjs +0 -16
  1222. package/node_modules/zod/v4/mini/parse.d.cts +0 -1
  1223. package/node_modules/zod/v4/mini/parse.d.ts +0 -1
  1224. package/node_modules/zod/v4/mini/parse.js +0 -1
  1225. package/node_modules/zod/v4/mini/schemas.cjs +0 -1083
  1226. package/node_modules/zod/v4/mini/schemas.d.cts +0 -445
  1227. package/node_modules/zod/v4/mini/schemas.d.ts +0 -445
  1228. package/node_modules/zod/v4/mini/schemas.js +0 -961
  1229. package/node_modules/zod/v4/package.json +0 -7
  1230. package/node_modules/zod/v4-mini/index.cjs +0 -32
  1231. package/node_modules/zod/v4-mini/index.d.cts +0 -3
  1232. package/node_modules/zod/v4-mini/index.d.ts +0 -3
  1233. package/node_modules/zod/v4-mini/index.js +0 -3
  1234. 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