ostacky 0.5.9 → 0.6.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 (911) hide show
  1. package/README.md +20 -19
  2. package/assets/agents/ostacky.md +191 -61
  3. package/assets/commands/install-stack.md +137 -66
  4. package/assets/mcp/openspec/bun.lock +20 -0
  5. package/assets/mcp/openspec/index.js +300 -0
  6. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/LICENSE +216 -0
  7. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/README.md +40 -0
  8. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-BUWfrB3C.d.cts → openspec/node_modules/@modelcontextprotocol/core/dist/auth-B2Q9_Vxp.d.cts} +768 -465
  9. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/auth-B2Q9_Vxp.d.cts.map +1 -0
  10. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-DFgbUATV.mjs → openspec/node_modules/@modelcontextprotocol/core/dist/auth-CUe6YdwF.mjs} +31 -6
  11. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/auth-CUe6YdwF.mjs.map +1 -0
  12. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CNbu4K4a.d.mts → openspec/node_modules/@modelcontextprotocol/core/dist/auth-CVhIKulL.d.mts} +768 -465
  13. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/auth-CVhIKulL.d.mts.map +1 -0
  14. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CEFpHq32.cjs → openspec/node_modules/@modelcontextprotocol/core/dist/auth-CfDMXiII.cjs} +42 -5
  15. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/auth-CfDMXiII.cjs.map +1 -0
  16. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/index.cjs +175 -0
  17. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/index.d.cts +2 -0
  18. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/index.d.mts +2 -0
  19. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/index.mjs +3 -0
  20. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/internal.cjs +201 -0
  21. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/internal.d.cts +99 -0
  22. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/internal.d.cts.map +1 -0
  23. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/internal.d.mts +99 -0
  24. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/internal.d.mts.map +1 -0
  25. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/dist/internal.mjs +3 -0
  26. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/core/package.json +85 -0
  27. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/LICENSE +216 -0
  28. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/README.md +30 -0
  29. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-B_4czhCS.d.cts +1054 -0
  30. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-B_4czhCS.d.cts.map +1 -0
  31. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-BdSo9BII.d.mts +1054 -0
  32. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-BdSo9BII.d.mts.map +1 -0
  33. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-Brn-Q2J_.cjs +7086 -0
  34. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-Brn-Q2J_.cjs.map +1 -0
  35. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-CplOkyLC.mjs +7069 -0
  36. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/ajvProvider-CplOkyLC.mjs.map +1 -0
  37. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-BYRW5af5.d.mts +59 -0
  38. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-BYRW5af5.d.mts.map +1 -0
  39. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-Bd-iTHAF.mjs +970 -0
  40. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-Bd-iTHAF.mjs.map +1 -0
  41. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-D9GAttn8.d.cts +59 -0
  42. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-D9GAttn8.d.cts.map +1 -0
  43. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-ojcZaap3.cjs +976 -0
  44. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-ojcZaap3.cjs.map +1 -0
  45. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/chunk-Bnu9O96Y.cjs +60 -0
  46. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/chunk-Br0eD_fh.mjs +42 -0
  47. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-D93NefGZ.d.mts → openspec/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-CEckaSEs.d.mts} +41 -13
  48. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-CEckaSEs.d.mts.map +1 -0
  49. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-BRM5MGf9.d.cts → openspec/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-DzBzpE4_.d.cts} +41 -13
  50. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-DzBzpE4_.d.cts.map +1 -0
  51. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.cjs +1999 -0
  52. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.cjs.map +1 -0
  53. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.d.cts +732 -0
  54. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.d.cts.map +1 -0
  55. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.d.mts +732 -0
  56. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.d.mts.map +1 -0
  57. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.mjs +1814 -0
  58. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/index.mjs.map +1 -0
  59. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-CzU40gwu.cjs → openspec/node_modules/@modelcontextprotocol/server/dist/mcp-DM1iHYFo.cjs} +55 -14
  60. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/mcp-DM1iHYFo.cjs.map +1 -0
  61. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-Ctiu4nBa.mjs → openspec/node_modules/@modelcontextprotocol/server/dist/mcp-IJurDZVN.mjs} +50 -15
  62. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/mcp-IJurDZVN.mjs.map +1 -0
  63. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.cjs +23 -0
  64. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.cjs.map +1 -0
  65. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.cts +11 -0
  66. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.cts.map +1 -0
  67. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.mts +11 -0
  68. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.mts.map +1 -0
  69. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.mjs +22 -0
  70. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.mjs.map +1 -0
  71. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsNode.cjs +12 -0
  72. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsNode.d.cts +3 -0
  73. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsNode.d.mts +3 -0
  74. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsNode.mjs +4 -0
  75. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.cjs +30 -0
  76. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.cjs.map +1 -0
  77. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.cts +10 -0
  78. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.cts.map +1 -0
  79. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.mts +10 -0
  80. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.mts.map +1 -0
  81. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.mjs +29 -0
  82. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.mjs.map +1 -0
  83. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-D9A7ArDn.cjs → openspec/node_modules/@modelcontextprotocol/server/dist/src-BX_fm-dB.cjs} +91 -22
  84. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/src-BX_fm-dB.cjs.map +1 -0
  85. package/assets/mcp/{ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-D5Nfqtoz.mjs → openspec/node_modules/@modelcontextprotocol/server/dist/src-D86MbS1I.mjs} +93 -24
  86. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/src-D86MbS1I.mjs.map +1 -0
  87. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.cjs +564 -0
  88. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.cjs.map +1 -0
  89. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.d.cts +107 -0
  90. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.d.cts.map +1 -0
  91. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.d.mts +107 -0
  92. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.d.mts.map +1 -0
  93. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.mjs +562 -0
  94. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/stdio.mjs.map +1 -0
  95. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/types-DsbMXNFL.d.cts +1099 -0
  96. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/types-DsbMXNFL.d.cts.map +1 -0
  97. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/types-mS0yxCL0.d.mts +1099 -0
  98. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/types-mS0yxCL0.d.mts.map +1 -0
  99. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/ajv.cjs +5 -0
  100. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/ajv.d.cts +2 -0
  101. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/ajv.d.mts +2 -0
  102. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/ajv.mjs +3 -0
  103. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.cjs +3 -0
  104. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.d.cts +2 -0
  105. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.d.mts +2 -0
  106. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.mjs +3 -0
  107. package/assets/mcp/openspec/node_modules/@modelcontextprotocol/server/package.json +160 -0
  108. package/assets/mcp/openspec/node_modules/zod/LICENSE +21 -0
  109. package/assets/mcp/openspec/node_modules/zod/README.md +191 -0
  110. package/assets/mcp/openspec/node_modules/zod/index.cjs +33 -0
  111. package/assets/mcp/openspec/node_modules/zod/index.d.cts +4 -0
  112. package/assets/mcp/openspec/node_modules/zod/index.d.ts +4 -0
  113. package/assets/mcp/openspec/node_modules/zod/index.js +4 -0
  114. package/assets/mcp/openspec/node_modules/zod/locales/index.cjs +17 -0
  115. package/assets/mcp/openspec/node_modules/zod/locales/index.d.cts +1 -0
  116. package/assets/mcp/openspec/node_modules/zod/locales/index.d.ts +1 -0
  117. package/assets/mcp/openspec/node_modules/zod/locales/index.js +1 -0
  118. package/assets/mcp/openspec/node_modules/zod/locales/package.json +7 -0
  119. package/assets/mcp/openspec/node_modules/zod/mini/index.cjs +32 -0
  120. package/assets/mcp/openspec/node_modules/zod/mini/index.d.cts +3 -0
  121. package/assets/mcp/openspec/node_modules/zod/mini/index.d.ts +3 -0
  122. package/assets/mcp/openspec/node_modules/zod/mini/index.js +3 -0
  123. package/assets/mcp/openspec/node_modules/zod/mini/package.json +7 -0
  124. package/assets/mcp/openspec/node_modules/zod/package.json +135 -0
  125. package/assets/mcp/openspec/node_modules/zod/src/index.ts +4 -0
  126. package/assets/mcp/openspec/node_modules/zod/src/locales/index.ts +1 -0
  127. package/assets/mcp/openspec/node_modules/zod/src/mini/index.ts +3 -0
  128. package/assets/mcp/openspec/node_modules/zod/src/v3/ZodError.ts +330 -0
  129. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  130. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  131. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  132. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  133. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  134. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  135. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  136. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  137. package/assets/mcp/openspec/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  138. package/assets/mcp/openspec/node_modules/zod/src/v3/errors.ts +13 -0
  139. package/assets/mcp/openspec/node_modules/zod/src/v3/external.ts +6 -0
  140. package/assets/mcp/openspec/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  141. package/assets/mcp/openspec/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  142. package/assets/mcp/openspec/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  143. package/assets/mcp/openspec/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  144. package/assets/mcp/openspec/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  145. package/assets/mcp/openspec/node_modules/zod/src/v3/helpers/util.ts +224 -0
  146. package/assets/mcp/openspec/node_modules/zod/src/v3/index.ts +4 -0
  147. package/assets/mcp/openspec/node_modules/zod/src/v3/locales/en.ts +124 -0
  148. package/assets/mcp/openspec/node_modules/zod/src/v3/standard-schema.ts +113 -0
  149. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  150. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  151. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  152. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  153. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  154. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  155. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  156. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  157. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  158. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  159. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  160. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
  161. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  162. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  163. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  164. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  165. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  166. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  167. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  168. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/error.test.ts +551 -0
  169. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  170. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  171. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/function.test.ts +261 -0
  172. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  173. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  174. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
  175. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  176. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
  177. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  178. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  179. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  180. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  181. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
  182. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  183. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  184. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  185. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  186. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  187. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/object.test.ts +434 -0
  188. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  189. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  190. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  191. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  192. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  193. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  194. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  195. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  196. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  197. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
  198. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  199. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  200. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  201. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  202. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  203. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  204. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/string.test.ts +916 -0
  205. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  206. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  207. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  208. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  209. package/assets/mcp/openspec/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  210. package/assets/mcp/openspec/node_modules/zod/src/v3/types.ts +5138 -0
  211. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/checks.ts +32 -0
  212. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  213. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/compat.ts +70 -0
  214. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/errors.ts +82 -0
  215. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/external.ts +52 -0
  216. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/from-json-schema.ts +659 -0
  217. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/index.ts +5 -0
  218. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/iso.ts +90 -0
  219. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/parse.ts +82 -0
  220. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/schemas.ts +2672 -0
  221. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  222. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
  223. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  224. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/assignability.test.ts +216 -0
  225. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  226. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  227. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  228. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
  229. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
  230. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/catch.test.ts +326 -0
  231. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  232. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
  233. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/codec.test.ts +703 -0
  234. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  235. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
  236. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  237. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
  238. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
  239. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/default.test.ts +409 -0
  240. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
  241. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  242. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +197 -0
  243. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +694 -0
  244. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
  245. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +807 -0
  246. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
  247. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
  248. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
  249. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
  250. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +895 -0
  251. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
  252. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  253. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/global-config.test.ts +39 -0
  254. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
  255. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
  256. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
  257. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
  258. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +46 -0
  259. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
  260. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
  261. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
  262. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +29 -0
  263. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +24 -0
  264. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
  265. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  266. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  267. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
  268. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  269. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/number.test.ts +325 -0
  270. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/object.test.ts +717 -0
  271. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/optional.test.ts +333 -0
  272. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/partial.test.ts +450 -0
  273. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
  274. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
  275. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
  276. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +26 -0
  277. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +351 -0
  278. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  279. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  280. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  281. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
  282. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/record.test.ts +717 -0
  283. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +631 -0
  284. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/refine.test.ts +633 -0
  285. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
  286. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
  287. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
  288. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
  289. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/string.test.ts +1224 -0
  290. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
  291. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
  292. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
  293. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +3125 -0
  294. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/transform.test.ts +378 -0
  295. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/tuple.test.ts +496 -0
  296. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/union.test.ts +273 -0
  297. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
  298. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  299. package/assets/mcp/openspec/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  300. package/assets/mcp/openspec/node_modules/zod/src/v4/core/api.ts +1823 -0
  301. package/assets/mcp/openspec/node_modules/zod/src/v4/core/checks.ts +1293 -0
  302. package/assets/mcp/openspec/node_modules/zod/src/v4/core/config.ts +15 -0
  303. package/assets/mcp/openspec/node_modules/zod/src/v4/core/core.ts +153 -0
  304. package/assets/mcp/openspec/node_modules/zod/src/v4/core/doc.ts +44 -0
  305. package/assets/mcp/openspec/node_modules/zod/src/v4/core/errors.ts +455 -0
  306. package/assets/mcp/openspec/node_modules/zod/src/v4/core/index.ts +16 -0
  307. package/assets/mcp/openspec/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
  308. package/assets/mcp/openspec/node_modules/zod/src/v4/core/json-schema-processors.ts +666 -0
  309. package/assets/mcp/openspec/node_modules/zod/src/v4/core/json-schema.ts +147 -0
  310. package/assets/mcp/openspec/node_modules/zod/src/v4/core/parse.ts +195 -0
  311. package/assets/mcp/openspec/node_modules/zod/src/v4/core/regexes.ts +190 -0
  312. package/assets/mcp/openspec/node_modules/zod/src/v4/core/registries.ts +105 -0
  313. package/assets/mcp/openspec/node_modules/zod/src/v4/core/schemas.ts +4730 -0
  314. package/assets/mcp/openspec/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
  315. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
  316. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  317. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  318. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/el.test.ts +215 -0
  319. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  320. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
  321. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +72 -0
  322. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
  323. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +163 -0
  324. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
  325. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  326. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  327. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +105 -0
  328. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +125 -0
  329. package/assets/mcp/openspec/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
  330. package/assets/mcp/openspec/node_modules/zod/src/v4/core/to-json-schema.ts +622 -0
  331. package/assets/mcp/openspec/node_modules/zod/src/v4/core/util.ts +983 -0
  332. package/assets/mcp/openspec/node_modules/zod/src/v4/core/versions.ts +5 -0
  333. package/assets/mcp/openspec/node_modules/zod/src/v4/core/zsf.ts +323 -0
  334. package/assets/mcp/openspec/node_modules/zod/src/v4/index.ts +4 -0
  335. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ar.ts +115 -0
  336. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/az.ts +111 -0
  337. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/be.ts +176 -0
  338. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/bg.ts +128 -0
  339. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ca.ts +116 -0
  340. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/cs.ts +118 -0
  341. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/da.ts +123 -0
  342. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/de.ts +116 -0
  343. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/el.ts +121 -0
  344. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/en.ts +123 -0
  345. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/eo.ts +118 -0
  346. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/es.ts +141 -0
  347. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/fa.ts +126 -0
  348. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/fi.ts +121 -0
  349. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
  350. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/fr.ts +132 -0
  351. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/he.ts +246 -0
  352. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/hr.ts +131 -0
  353. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/hu.ts +117 -0
  354. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/hy.ts +164 -0
  355. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/id.ts +115 -0
  356. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/index.ts +52 -0
  357. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/is.ts +119 -0
  358. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/it.ts +116 -0
  359. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ja.ts +114 -0
  360. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ka.ts +123 -0
  361. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/kh.ts +7 -0
  362. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/km.ts +119 -0
  363. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ko.ts +121 -0
  364. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/lt.ts +239 -0
  365. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/mk.ts +118 -0
  366. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ms.ts +115 -0
  367. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/nl.ts +121 -0
  368. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/no.ts +116 -0
  369. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ota.ts +117 -0
  370. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/pl.ts +118 -0
  371. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ps.ts +126 -0
  372. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/pt.ts +116 -0
  373. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ro.ts +129 -0
  374. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ru.ts +176 -0
  375. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/sl.ts +118 -0
  376. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/sv.ts +119 -0
  377. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ta.ts +118 -0
  378. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/th.ts +119 -0
  379. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/tr.ts +111 -0
  380. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ua.ts +7 -0
  381. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/uk.ts +117 -0
  382. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/ur.ts +119 -0
  383. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/uz.ts +117 -0
  384. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/vi.ts +117 -0
  385. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/yo.ts +124 -0
  386. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
  387. package/assets/mcp/openspec/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
  388. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/checks.ts +32 -0
  389. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/coerce.ts +27 -0
  390. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/external.ts +41 -0
  391. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/index.ts +3 -0
  392. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/iso.ts +66 -0
  393. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/parse.ts +14 -0
  394. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/schemas.ts +1947 -0
  395. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
  396. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
  397. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
  398. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
  399. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/codec.test.ts +548 -0
  400. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
  401. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
  402. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
  403. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/index.test.ts +993 -0
  404. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
  405. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
  406. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  407. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +325 -0
  408. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
  409. package/assets/mcp/openspec/node_modules/zod/src/v4/mini/tests/string.test.ts +352 -0
  410. package/assets/mcp/openspec/node_modules/zod/src/v4-mini/index.ts +3 -0
  411. package/assets/mcp/openspec/node_modules/zod/v3/ZodError.cjs +138 -0
  412. package/assets/mcp/openspec/node_modules/zod/v3/ZodError.d.cts +164 -0
  413. package/assets/mcp/openspec/node_modules/zod/v3/ZodError.d.ts +164 -0
  414. package/assets/mcp/openspec/node_modules/zod/v3/ZodError.js +133 -0
  415. package/assets/mcp/openspec/node_modules/zod/v3/errors.cjs +17 -0
  416. package/assets/mcp/openspec/node_modules/zod/v3/errors.d.cts +5 -0
  417. package/assets/mcp/openspec/node_modules/zod/v3/errors.d.ts +5 -0
  418. package/assets/mcp/openspec/node_modules/zod/v3/errors.js +9 -0
  419. package/assets/mcp/openspec/node_modules/zod/v3/external.cjs +22 -0
  420. package/assets/mcp/openspec/node_modules/zod/v3/external.d.cts +6 -0
  421. package/assets/mcp/openspec/node_modules/zod/v3/external.d.ts +6 -0
  422. package/assets/mcp/openspec/node_modules/zod/v3/external.js +6 -0
  423. package/assets/mcp/openspec/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  424. package/assets/mcp/openspec/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  425. package/assets/mcp/openspec/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  426. package/assets/mcp/openspec/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  427. package/assets/mcp/openspec/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  428. package/assets/mcp/openspec/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  429. package/assets/mcp/openspec/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  430. package/assets/mcp/openspec/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  431. package/assets/mcp/openspec/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  432. package/assets/mcp/openspec/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  433. package/assets/mcp/openspec/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  434. package/assets/mcp/openspec/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  435. package/assets/mcp/openspec/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  436. package/assets/mcp/openspec/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  437. package/assets/mcp/openspec/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  438. package/assets/mcp/openspec/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  439. package/assets/mcp/openspec/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  440. package/assets/mcp/openspec/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  441. package/assets/mcp/openspec/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  442. package/assets/mcp/openspec/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  443. package/assets/mcp/openspec/node_modules/zod/v3/helpers/util.cjs +137 -0
  444. package/assets/mcp/openspec/node_modules/zod/v3/helpers/util.d.cts +85 -0
  445. package/assets/mcp/openspec/node_modules/zod/v3/helpers/util.d.ts +85 -0
  446. package/assets/mcp/openspec/node_modules/zod/v3/helpers/util.js +133 -0
  447. package/assets/mcp/openspec/node_modules/zod/v3/index.cjs +33 -0
  448. package/assets/mcp/openspec/node_modules/zod/v3/index.d.cts +4 -0
  449. package/assets/mcp/openspec/node_modules/zod/v3/index.d.ts +4 -0
  450. package/assets/mcp/openspec/node_modules/zod/v3/index.js +4 -0
  451. package/assets/mcp/openspec/node_modules/zod/v3/locales/en.cjs +112 -0
  452. package/assets/mcp/openspec/node_modules/zod/v3/locales/en.d.cts +3 -0
  453. package/assets/mcp/openspec/node_modules/zod/v3/locales/en.d.ts +3 -0
  454. package/assets/mcp/openspec/node_modules/zod/v3/locales/en.js +109 -0
  455. package/assets/mcp/openspec/node_modules/zod/v3/package.json +7 -0
  456. package/assets/mcp/openspec/node_modules/zod/v3/standard-schema.cjs +2 -0
  457. package/assets/mcp/openspec/node_modules/zod/v3/standard-schema.d.cts +102 -0
  458. package/assets/mcp/openspec/node_modules/zod/v3/standard-schema.d.ts +102 -0
  459. package/assets/mcp/openspec/node_modules/zod/v3/standard-schema.js +1 -0
  460. package/assets/mcp/openspec/node_modules/zod/v3/types.cjs +3777 -0
  461. package/assets/mcp/openspec/node_modules/zod/v3/types.d.cts +1034 -0
  462. package/assets/mcp/openspec/node_modules/zod/v3/types.d.ts +1034 -0
  463. package/assets/mcp/openspec/node_modules/zod/v3/types.js +3695 -0
  464. package/assets/mcp/openspec/node_modules/zod/v4/classic/checks.cjs +33 -0
  465. package/assets/mcp/openspec/node_modules/zod/v4/classic/checks.d.cts +1 -0
  466. package/assets/mcp/openspec/node_modules/zod/v4/classic/checks.d.ts +1 -0
  467. package/assets/mcp/openspec/node_modules/zod/v4/classic/checks.js +1 -0
  468. package/assets/mcp/openspec/node_modules/zod/v4/classic/coerce.cjs +47 -0
  469. package/assets/mcp/openspec/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  470. package/assets/mcp/openspec/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  471. package/assets/mcp/openspec/node_modules/zod/v4/classic/coerce.js +17 -0
  472. package/assets/mcp/openspec/node_modules/zod/v4/classic/compat.cjs +61 -0
  473. package/assets/mcp/openspec/node_modules/zod/v4/classic/compat.d.cts +50 -0
  474. package/assets/mcp/openspec/node_modules/zod/v4/classic/compat.d.ts +50 -0
  475. package/assets/mcp/openspec/node_modules/zod/v4/classic/compat.js +31 -0
  476. package/assets/mcp/openspec/node_modules/zod/v4/classic/errors.cjs +74 -0
  477. package/assets/mcp/openspec/node_modules/zod/v4/classic/errors.d.cts +30 -0
  478. package/assets/mcp/openspec/node_modules/zod/v4/classic/errors.d.ts +30 -0
  479. package/assets/mcp/openspec/node_modules/zod/v4/classic/errors.js +48 -0
  480. package/assets/mcp/openspec/node_modules/zod/v4/classic/external.cjs +73 -0
  481. package/assets/mcp/openspec/node_modules/zod/v4/classic/external.d.cts +16 -0
  482. package/assets/mcp/openspec/node_modules/zod/v4/classic/external.d.ts +16 -0
  483. package/assets/mcp/openspec/node_modules/zod/v4/classic/external.js +20 -0
  484. package/assets/mcp/openspec/node_modules/zod/v4/classic/from-json-schema.cjs +625 -0
  485. package/assets/mcp/openspec/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  486. package/assets/mcp/openspec/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  487. package/assets/mcp/openspec/node_modules/zod/v4/classic/from-json-schema.js +599 -0
  488. package/assets/mcp/openspec/node_modules/zod/v4/classic/index.cjs +33 -0
  489. package/assets/mcp/openspec/node_modules/zod/v4/classic/index.d.cts +4 -0
  490. package/assets/mcp/openspec/node_modules/zod/v4/classic/index.d.ts +4 -0
  491. package/assets/mcp/openspec/node_modules/zod/v4/classic/index.js +4 -0
  492. package/assets/mcp/openspec/node_modules/zod/v4/classic/iso.cjs +60 -0
  493. package/assets/mcp/openspec/node_modules/zod/v4/classic/iso.d.cts +22 -0
  494. package/assets/mcp/openspec/node_modules/zod/v4/classic/iso.d.ts +22 -0
  495. package/assets/mcp/openspec/node_modules/zod/v4/classic/iso.js +30 -0
  496. package/assets/mcp/openspec/node_modules/zod/v4/classic/package.json +7 -0
  497. package/assets/mcp/openspec/node_modules/zod/v4/classic/parse.cjs +41 -0
  498. package/assets/mcp/openspec/node_modules/zod/v4/classic/parse.d.cts +31 -0
  499. package/assets/mcp/openspec/node_modules/zod/v4/classic/parse.d.ts +31 -0
  500. package/assets/mcp/openspec/node_modules/zod/v4/classic/parse.js +15 -0
  501. package/assets/mcp/openspec/node_modules/zod/v4/classic/schemas.cjs +1511 -0
  502. package/assets/mcp/openspec/node_modules/zod/v4/classic/schemas.d.cts +767 -0
  503. package/assets/mcp/openspec/node_modules/zod/v4/classic/schemas.d.ts +767 -0
  504. package/assets/mcp/openspec/node_modules/zod/v4/classic/schemas.js +1395 -0
  505. package/assets/mcp/openspec/node_modules/zod/v4/core/api.cjs +1227 -0
  506. package/assets/mcp/openspec/node_modules/zod/v4/core/api.d.cts +325 -0
  507. package/assets/mcp/openspec/node_modules/zod/v4/core/api.d.ts +325 -0
  508. package/assets/mcp/openspec/node_modules/zod/v4/core/api.js +1087 -0
  509. package/assets/mcp/openspec/node_modules/zod/v4/core/checks.cjs +601 -0
  510. package/assets/mcp/openspec/node_modules/zod/v4/core/checks.d.cts +278 -0
  511. package/assets/mcp/openspec/node_modules/zod/v4/core/checks.d.ts +278 -0
  512. package/assets/mcp/openspec/node_modules/zod/v4/core/checks.js +575 -0
  513. package/assets/mcp/openspec/node_modules/zod/v4/core/core.cjs +85 -0
  514. package/assets/mcp/openspec/node_modules/zod/v4/core/core.d.cts +70 -0
  515. package/assets/mcp/openspec/node_modules/zod/v4/core/core.d.ts +70 -0
  516. package/assets/mcp/openspec/node_modules/zod/v4/core/core.js +78 -0
  517. package/assets/mcp/openspec/node_modules/zod/v4/core/doc.cjs +39 -0
  518. package/assets/mcp/openspec/node_modules/zod/v4/core/doc.d.cts +14 -0
  519. package/assets/mcp/openspec/node_modules/zod/v4/core/doc.d.ts +14 -0
  520. package/assets/mcp/openspec/node_modules/zod/v4/core/doc.js +35 -0
  521. package/assets/mcp/openspec/node_modules/zod/v4/core/errors.cjs +216 -0
  522. package/assets/mcp/openspec/node_modules/zod/v4/core/errors.d.cts +221 -0
  523. package/assets/mcp/openspec/node_modules/zod/v4/core/errors.d.ts +221 -0
  524. package/assets/mcp/openspec/node_modules/zod/v4/core/errors.js +185 -0
  525. package/assets/mcp/openspec/node_modules/zod/v4/core/index.cjs +47 -0
  526. package/assets/mcp/openspec/node_modules/zod/v4/core/index.d.cts +16 -0
  527. package/assets/mcp/openspec/node_modules/zod/v4/core/index.d.ts +16 -0
  528. package/assets/mcp/openspec/node_modules/zod/v4/core/index.js +16 -0
  529. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
  530. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  531. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  532. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-generator.js +95 -0
  533. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-processors.cjs +644 -0
  534. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
  535. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
  536. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema-processors.js +601 -0
  537. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema.cjs +2 -0
  538. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema.d.cts +88 -0
  539. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema.d.ts +88 -0
  540. package/assets/mcp/openspec/node_modules/zod/v4/core/json-schema.js +1 -0
  541. package/assets/mcp/openspec/node_modules/zod/v4/core/package.json +7 -0
  542. package/assets/mcp/openspec/node_modules/zod/v4/core/parse.cjs +131 -0
  543. package/assets/mcp/openspec/node_modules/zod/v4/core/parse.d.cts +49 -0
  544. package/assets/mcp/openspec/node_modules/zod/v4/core/parse.d.ts +49 -0
  545. package/assets/mcp/openspec/node_modules/zod/v4/core/parse.js +93 -0
  546. package/assets/mcp/openspec/node_modules/zod/v4/core/regexes.cjs +172 -0
  547. package/assets/mcp/openspec/node_modules/zod/v4/core/regexes.d.cts +85 -0
  548. package/assets/mcp/openspec/node_modules/zod/v4/core/regexes.d.ts +85 -0
  549. package/assets/mcp/openspec/node_modules/zod/v4/core/regexes.js +139 -0
  550. package/assets/mcp/openspec/node_modules/zod/v4/core/registries.cjs +56 -0
  551. package/assets/mcp/openspec/node_modules/zod/v4/core/registries.d.cts +35 -0
  552. package/assets/mcp/openspec/node_modules/zod/v4/core/registries.d.ts +35 -0
  553. package/assets/mcp/openspec/node_modules/zod/v4/core/registries.js +51 -0
  554. package/assets/mcp/openspec/node_modules/zod/v4/core/schemas.cjs +2270 -0
  555. package/assets/mcp/openspec/node_modules/zod/v4/core/schemas.d.cts +1184 -0
  556. package/assets/mcp/openspec/node_modules/zod/v4/core/schemas.d.ts +1184 -0
  557. package/assets/mcp/openspec/node_modules/zod/v4/core/schemas.js +2239 -0
  558. package/assets/mcp/openspec/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  559. package/assets/mcp/openspec/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  560. package/assets/mcp/openspec/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  561. package/assets/mcp/openspec/node_modules/zod/v4/core/standard-schema.js +1 -0
  562. package/assets/mcp/openspec/node_modules/zod/v4/core/to-json-schema.cjs +457 -0
  563. package/assets/mcp/openspec/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
  564. package/assets/mcp/openspec/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
  565. package/assets/mcp/openspec/node_modules/zod/v4/core/to-json-schema.js +448 -0
  566. package/assets/mcp/openspec/node_modules/zod/v4/core/util.cjs +734 -0
  567. package/assets/mcp/openspec/node_modules/zod/v4/core/util.d.cts +200 -0
  568. package/assets/mcp/openspec/node_modules/zod/v4/core/util.d.ts +200 -0
  569. package/assets/mcp/openspec/node_modules/zod/v4/core/util.js +674 -0
  570. package/assets/mcp/openspec/node_modules/zod/v4/core/versions.cjs +8 -0
  571. package/assets/mcp/openspec/node_modules/zod/v4/core/versions.d.cts +5 -0
  572. package/assets/mcp/openspec/node_modules/zod/v4/core/versions.d.ts +5 -0
  573. package/assets/mcp/openspec/node_modules/zod/v4/core/versions.js +5 -0
  574. package/assets/mcp/openspec/node_modules/zod/v4/index.cjs +22 -0
  575. package/assets/mcp/openspec/node_modules/zod/v4/index.d.cts +3 -0
  576. package/assets/mcp/openspec/node_modules/zod/v4/index.d.ts +3 -0
  577. package/assets/mcp/openspec/node_modules/zod/v4/index.js +3 -0
  578. package/assets/mcp/openspec/node_modules/zod/v4/locales/ar.cjs +133 -0
  579. package/assets/mcp/openspec/node_modules/zod/v4/locales/ar.d.cts +5 -0
  580. package/assets/mcp/openspec/node_modules/zod/v4/locales/ar.d.ts +4 -0
  581. package/assets/mcp/openspec/node_modules/zod/v4/locales/ar.js +106 -0
  582. package/assets/mcp/openspec/node_modules/zod/v4/locales/az.cjs +132 -0
  583. package/assets/mcp/openspec/node_modules/zod/v4/locales/az.d.cts +5 -0
  584. package/assets/mcp/openspec/node_modules/zod/v4/locales/az.d.ts +4 -0
  585. package/assets/mcp/openspec/node_modules/zod/v4/locales/az.js +105 -0
  586. package/assets/mcp/openspec/node_modules/zod/v4/locales/be.cjs +183 -0
  587. package/assets/mcp/openspec/node_modules/zod/v4/locales/be.d.cts +5 -0
  588. package/assets/mcp/openspec/node_modules/zod/v4/locales/be.d.ts +4 -0
  589. package/assets/mcp/openspec/node_modules/zod/v4/locales/be.js +156 -0
  590. package/assets/mcp/openspec/node_modules/zod/v4/locales/bg.cjs +147 -0
  591. package/assets/mcp/openspec/node_modules/zod/v4/locales/bg.d.cts +5 -0
  592. package/assets/mcp/openspec/node_modules/zod/v4/locales/bg.d.ts +4 -0
  593. package/assets/mcp/openspec/node_modules/zod/v4/locales/bg.js +120 -0
  594. package/assets/mcp/openspec/node_modules/zod/v4/locales/ca.cjs +134 -0
  595. package/assets/mcp/openspec/node_modules/zod/v4/locales/ca.d.cts +5 -0
  596. package/assets/mcp/openspec/node_modules/zod/v4/locales/ca.d.ts +4 -0
  597. package/assets/mcp/openspec/node_modules/zod/v4/locales/ca.js +107 -0
  598. package/assets/mcp/openspec/node_modules/zod/v4/locales/cs.cjs +138 -0
  599. package/assets/mcp/openspec/node_modules/zod/v4/locales/cs.d.cts +5 -0
  600. package/assets/mcp/openspec/node_modules/zod/v4/locales/cs.d.ts +4 -0
  601. package/assets/mcp/openspec/node_modules/zod/v4/locales/cs.js +111 -0
  602. package/assets/mcp/openspec/node_modules/zod/v4/locales/da.cjs +142 -0
  603. package/assets/mcp/openspec/node_modules/zod/v4/locales/da.d.cts +5 -0
  604. package/assets/mcp/openspec/node_modules/zod/v4/locales/da.d.ts +4 -0
  605. package/assets/mcp/openspec/node_modules/zod/v4/locales/da.js +115 -0
  606. package/assets/mcp/openspec/node_modules/zod/v4/locales/de.cjs +135 -0
  607. package/assets/mcp/openspec/node_modules/zod/v4/locales/de.d.cts +5 -0
  608. package/assets/mcp/openspec/node_modules/zod/v4/locales/de.d.ts +4 -0
  609. package/assets/mcp/openspec/node_modules/zod/v4/locales/de.js +108 -0
  610. package/assets/mcp/openspec/node_modules/zod/v4/locales/el.cjs +136 -0
  611. package/assets/mcp/openspec/node_modules/zod/v4/locales/el.d.cts +5 -0
  612. package/assets/mcp/openspec/node_modules/zod/v4/locales/el.d.ts +4 -0
  613. package/assets/mcp/openspec/node_modules/zod/v4/locales/el.js +109 -0
  614. package/assets/mcp/openspec/node_modules/zod/v4/locales/en.cjs +140 -0
  615. package/assets/mcp/openspec/node_modules/zod/v4/locales/en.d.cts +5 -0
  616. package/assets/mcp/openspec/node_modules/zod/v4/locales/en.d.ts +4 -0
  617. package/assets/mcp/openspec/node_modules/zod/v4/locales/en.js +113 -0
  618. package/assets/mcp/openspec/node_modules/zod/v4/locales/eo.cjs +136 -0
  619. package/assets/mcp/openspec/node_modules/zod/v4/locales/eo.d.cts +5 -0
  620. package/assets/mcp/openspec/node_modules/zod/v4/locales/eo.d.ts +4 -0
  621. package/assets/mcp/openspec/node_modules/zod/v4/locales/eo.js +109 -0
  622. package/assets/mcp/openspec/node_modules/zod/v4/locales/es.cjs +159 -0
  623. package/assets/mcp/openspec/node_modules/zod/v4/locales/es.d.cts +5 -0
  624. package/assets/mcp/openspec/node_modules/zod/v4/locales/es.d.ts +4 -0
  625. package/assets/mcp/openspec/node_modules/zod/v4/locales/es.js +132 -0
  626. package/assets/mcp/openspec/node_modules/zod/v4/locales/fa.cjs +141 -0
  627. package/assets/mcp/openspec/node_modules/zod/v4/locales/fa.d.cts +5 -0
  628. package/assets/mcp/openspec/node_modules/zod/v4/locales/fa.d.ts +4 -0
  629. package/assets/mcp/openspec/node_modules/zod/v4/locales/fa.js +114 -0
  630. package/assets/mcp/openspec/node_modules/zod/v4/locales/fi.cjs +139 -0
  631. package/assets/mcp/openspec/node_modules/zod/v4/locales/fi.d.cts +5 -0
  632. package/assets/mcp/openspec/node_modules/zod/v4/locales/fi.d.ts +4 -0
  633. package/assets/mcp/openspec/node_modules/zod/v4/locales/fi.js +112 -0
  634. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
  635. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  636. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  637. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr-CA.js +107 -0
  638. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr.cjs +152 -0
  639. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr.d.cts +5 -0
  640. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr.d.ts +4 -0
  641. package/assets/mcp/openspec/node_modules/zod/v4/locales/fr.js +125 -0
  642. package/assets/mcp/openspec/node_modules/zod/v4/locales/he.cjs +241 -0
  643. package/assets/mcp/openspec/node_modules/zod/v4/locales/he.d.cts +5 -0
  644. package/assets/mcp/openspec/node_modules/zod/v4/locales/he.d.ts +4 -0
  645. package/assets/mcp/openspec/node_modules/zod/v4/locales/he.js +214 -0
  646. package/assets/mcp/openspec/node_modules/zod/v4/locales/hr.cjs +149 -0
  647. package/assets/mcp/openspec/node_modules/zod/v4/locales/hr.d.cts +5 -0
  648. package/assets/mcp/openspec/node_modules/zod/v4/locales/hr.d.ts +4 -0
  649. package/assets/mcp/openspec/node_modules/zod/v4/locales/hr.js +122 -0
  650. package/assets/mcp/openspec/node_modules/zod/v4/locales/hu.cjs +135 -0
  651. package/assets/mcp/openspec/node_modules/zod/v4/locales/hu.d.cts +5 -0
  652. package/assets/mcp/openspec/node_modules/zod/v4/locales/hu.d.ts +4 -0
  653. package/assets/mcp/openspec/node_modules/zod/v4/locales/hu.js +108 -0
  654. package/assets/mcp/openspec/node_modules/zod/v4/locales/hy.cjs +174 -0
  655. package/assets/mcp/openspec/node_modules/zod/v4/locales/hy.d.cts +5 -0
  656. package/assets/mcp/openspec/node_modules/zod/v4/locales/hy.d.ts +4 -0
  657. package/assets/mcp/openspec/node_modules/zod/v4/locales/hy.js +147 -0
  658. package/assets/mcp/openspec/node_modules/zod/v4/locales/id.cjs +133 -0
  659. package/assets/mcp/openspec/node_modules/zod/v4/locales/id.d.cts +5 -0
  660. package/assets/mcp/openspec/node_modules/zod/v4/locales/id.d.ts +4 -0
  661. package/assets/mcp/openspec/node_modules/zod/v4/locales/id.js +106 -0
  662. package/assets/mcp/openspec/node_modules/zod/v4/locales/index.cjs +111 -0
  663. package/assets/mcp/openspec/node_modules/zod/v4/locales/index.d.cts +52 -0
  664. package/assets/mcp/openspec/node_modules/zod/v4/locales/index.d.ts +52 -0
  665. package/assets/mcp/openspec/node_modules/zod/v4/locales/index.js +52 -0
  666. package/assets/mcp/openspec/node_modules/zod/v4/locales/is.cjs +136 -0
  667. package/assets/mcp/openspec/node_modules/zod/v4/locales/is.d.cts +5 -0
  668. package/assets/mcp/openspec/node_modules/zod/v4/locales/is.d.ts +4 -0
  669. package/assets/mcp/openspec/node_modules/zod/v4/locales/is.js +109 -0
  670. package/assets/mcp/openspec/node_modules/zod/v4/locales/it.cjs +135 -0
  671. package/assets/mcp/openspec/node_modules/zod/v4/locales/it.d.cts +5 -0
  672. package/assets/mcp/openspec/node_modules/zod/v4/locales/it.d.ts +4 -0
  673. package/assets/mcp/openspec/node_modules/zod/v4/locales/it.js +108 -0
  674. package/assets/mcp/openspec/node_modules/zod/v4/locales/ja.cjs +134 -0
  675. package/assets/mcp/openspec/node_modules/zod/v4/locales/ja.d.cts +5 -0
  676. package/assets/mcp/openspec/node_modules/zod/v4/locales/ja.d.ts +4 -0
  677. package/assets/mcp/openspec/node_modules/zod/v4/locales/ja.js +107 -0
  678. package/assets/mcp/openspec/node_modules/zod/v4/locales/ka.cjs +139 -0
  679. package/assets/mcp/openspec/node_modules/zod/v4/locales/ka.d.cts +5 -0
  680. package/assets/mcp/openspec/node_modules/zod/v4/locales/ka.d.ts +4 -0
  681. package/assets/mcp/openspec/node_modules/zod/v4/locales/ka.js +112 -0
  682. package/assets/mcp/openspec/node_modules/zod/v4/locales/kh.cjs +12 -0
  683. package/assets/mcp/openspec/node_modules/zod/v4/locales/kh.d.cts +5 -0
  684. package/assets/mcp/openspec/node_modules/zod/v4/locales/kh.d.ts +5 -0
  685. package/assets/mcp/openspec/node_modules/zod/v4/locales/kh.js +5 -0
  686. package/assets/mcp/openspec/node_modules/zod/v4/locales/km.cjs +137 -0
  687. package/assets/mcp/openspec/node_modules/zod/v4/locales/km.d.cts +5 -0
  688. package/assets/mcp/openspec/node_modules/zod/v4/locales/km.d.ts +4 -0
  689. package/assets/mcp/openspec/node_modules/zod/v4/locales/km.js +110 -0
  690. package/assets/mcp/openspec/node_modules/zod/v4/locales/ko.cjs +138 -0
  691. package/assets/mcp/openspec/node_modules/zod/v4/locales/ko.d.cts +5 -0
  692. package/assets/mcp/openspec/node_modules/zod/v4/locales/ko.d.ts +4 -0
  693. package/assets/mcp/openspec/node_modules/zod/v4/locales/ko.js +111 -0
  694. package/assets/mcp/openspec/node_modules/zod/v4/locales/lt.cjs +230 -0
  695. package/assets/mcp/openspec/node_modules/zod/v4/locales/lt.d.cts +5 -0
  696. package/assets/mcp/openspec/node_modules/zod/v4/locales/lt.d.ts +4 -0
  697. package/assets/mcp/openspec/node_modules/zod/v4/locales/lt.js +203 -0
  698. package/assets/mcp/openspec/node_modules/zod/v4/locales/mk.cjs +136 -0
  699. package/assets/mcp/openspec/node_modules/zod/v4/locales/mk.d.cts +5 -0
  700. package/assets/mcp/openspec/node_modules/zod/v4/locales/mk.d.ts +4 -0
  701. package/assets/mcp/openspec/node_modules/zod/v4/locales/mk.js +109 -0
  702. package/assets/mcp/openspec/node_modules/zod/v4/locales/ms.cjs +134 -0
  703. package/assets/mcp/openspec/node_modules/zod/v4/locales/ms.d.cts +5 -0
  704. package/assets/mcp/openspec/node_modules/zod/v4/locales/ms.d.ts +4 -0
  705. package/assets/mcp/openspec/node_modules/zod/v4/locales/ms.js +107 -0
  706. package/assets/mcp/openspec/node_modules/zod/v4/locales/nl.cjs +137 -0
  707. package/assets/mcp/openspec/node_modules/zod/v4/locales/nl.d.cts +5 -0
  708. package/assets/mcp/openspec/node_modules/zod/v4/locales/nl.d.ts +4 -0
  709. package/assets/mcp/openspec/node_modules/zod/v4/locales/nl.js +110 -0
  710. package/assets/mcp/openspec/node_modules/zod/v4/locales/no.cjs +135 -0
  711. package/assets/mcp/openspec/node_modules/zod/v4/locales/no.d.cts +5 -0
  712. package/assets/mcp/openspec/node_modules/zod/v4/locales/no.d.ts +4 -0
  713. package/assets/mcp/openspec/node_modules/zod/v4/locales/no.js +108 -0
  714. package/assets/mcp/openspec/node_modules/zod/v4/locales/ota.cjs +136 -0
  715. package/assets/mcp/openspec/node_modules/zod/v4/locales/ota.d.cts +5 -0
  716. package/assets/mcp/openspec/node_modules/zod/v4/locales/ota.d.ts +4 -0
  717. package/assets/mcp/openspec/node_modules/zod/v4/locales/ota.js +109 -0
  718. package/assets/mcp/openspec/node_modules/zod/v4/locales/package.json +7 -0
  719. package/assets/mcp/openspec/node_modules/zod/v4/locales/pl.cjs +136 -0
  720. package/assets/mcp/openspec/node_modules/zod/v4/locales/pl.d.cts +5 -0
  721. package/assets/mcp/openspec/node_modules/zod/v4/locales/pl.d.ts +4 -0
  722. package/assets/mcp/openspec/node_modules/zod/v4/locales/pl.js +109 -0
  723. package/assets/mcp/openspec/node_modules/zod/v4/locales/ps.cjs +141 -0
  724. package/assets/mcp/openspec/node_modules/zod/v4/locales/ps.d.cts +5 -0
  725. package/assets/mcp/openspec/node_modules/zod/v4/locales/ps.d.ts +4 -0
  726. package/assets/mcp/openspec/node_modules/zod/v4/locales/ps.js +114 -0
  727. package/assets/mcp/openspec/node_modules/zod/v4/locales/pt.cjs +135 -0
  728. package/assets/mcp/openspec/node_modules/zod/v4/locales/pt.d.cts +5 -0
  729. package/assets/mcp/openspec/node_modules/zod/v4/locales/pt.d.ts +4 -0
  730. package/assets/mcp/openspec/node_modules/zod/v4/locales/pt.js +108 -0
  731. package/assets/mcp/openspec/node_modules/zod/v4/locales/ro.cjs +146 -0
  732. package/assets/mcp/openspec/node_modules/zod/v4/locales/ro.d.cts +5 -0
  733. package/assets/mcp/openspec/node_modules/zod/v4/locales/ro.d.ts +4 -0
  734. package/assets/mcp/openspec/node_modules/zod/v4/locales/ro.js +119 -0
  735. package/assets/mcp/openspec/node_modules/zod/v4/locales/ru.cjs +183 -0
  736. package/assets/mcp/openspec/node_modules/zod/v4/locales/ru.d.cts +5 -0
  737. package/assets/mcp/openspec/node_modules/zod/v4/locales/ru.d.ts +4 -0
  738. package/assets/mcp/openspec/node_modules/zod/v4/locales/ru.js +156 -0
  739. package/assets/mcp/openspec/node_modules/zod/v4/locales/sl.cjs +136 -0
  740. package/assets/mcp/openspec/node_modules/zod/v4/locales/sl.d.cts +5 -0
  741. package/assets/mcp/openspec/node_modules/zod/v4/locales/sl.d.ts +4 -0
  742. package/assets/mcp/openspec/node_modules/zod/v4/locales/sl.js +109 -0
  743. package/assets/mcp/openspec/node_modules/zod/v4/locales/sv.cjs +137 -0
  744. package/assets/mcp/openspec/node_modules/zod/v4/locales/sv.d.cts +5 -0
  745. package/assets/mcp/openspec/node_modules/zod/v4/locales/sv.d.ts +4 -0
  746. package/assets/mcp/openspec/node_modules/zod/v4/locales/sv.js +110 -0
  747. package/assets/mcp/openspec/node_modules/zod/v4/locales/ta.cjs +137 -0
  748. package/assets/mcp/openspec/node_modules/zod/v4/locales/ta.d.cts +5 -0
  749. package/assets/mcp/openspec/node_modules/zod/v4/locales/ta.d.ts +4 -0
  750. package/assets/mcp/openspec/node_modules/zod/v4/locales/ta.js +110 -0
  751. package/assets/mcp/openspec/node_modules/zod/v4/locales/th.cjs +137 -0
  752. package/assets/mcp/openspec/node_modules/zod/v4/locales/th.d.cts +5 -0
  753. package/assets/mcp/openspec/node_modules/zod/v4/locales/th.d.ts +4 -0
  754. package/assets/mcp/openspec/node_modules/zod/v4/locales/th.js +110 -0
  755. package/assets/mcp/openspec/node_modules/zod/v4/locales/tr.cjs +132 -0
  756. package/assets/mcp/openspec/node_modules/zod/v4/locales/tr.d.cts +5 -0
  757. package/assets/mcp/openspec/node_modules/zod/v4/locales/tr.d.ts +4 -0
  758. package/assets/mcp/openspec/node_modules/zod/v4/locales/tr.js +105 -0
  759. package/assets/mcp/openspec/node_modules/zod/v4/locales/ua.cjs +12 -0
  760. package/assets/mcp/openspec/node_modules/zod/v4/locales/ua.d.cts +5 -0
  761. package/assets/mcp/openspec/node_modules/zod/v4/locales/ua.d.ts +5 -0
  762. package/assets/mcp/openspec/node_modules/zod/v4/locales/ua.js +5 -0
  763. package/assets/mcp/openspec/node_modules/zod/v4/locales/uk.cjs +135 -0
  764. package/assets/mcp/openspec/node_modules/zod/v4/locales/uk.d.cts +5 -0
  765. package/assets/mcp/openspec/node_modules/zod/v4/locales/uk.d.ts +4 -0
  766. package/assets/mcp/openspec/node_modules/zod/v4/locales/uk.js +108 -0
  767. package/assets/mcp/openspec/node_modules/zod/v4/locales/ur.cjs +137 -0
  768. package/assets/mcp/openspec/node_modules/zod/v4/locales/ur.d.cts +5 -0
  769. package/assets/mcp/openspec/node_modules/zod/v4/locales/ur.d.ts +4 -0
  770. package/assets/mcp/openspec/node_modules/zod/v4/locales/ur.js +110 -0
  771. package/assets/mcp/openspec/node_modules/zod/v4/locales/uz.cjs +137 -0
  772. package/assets/mcp/openspec/node_modules/zod/v4/locales/uz.d.cts +5 -0
  773. package/assets/mcp/openspec/node_modules/zod/v4/locales/uz.d.ts +4 -0
  774. package/assets/mcp/openspec/node_modules/zod/v4/locales/uz.js +110 -0
  775. package/assets/mcp/openspec/node_modules/zod/v4/locales/vi.cjs +135 -0
  776. package/assets/mcp/openspec/node_modules/zod/v4/locales/vi.d.cts +5 -0
  777. package/assets/mcp/openspec/node_modules/zod/v4/locales/vi.d.ts +4 -0
  778. package/assets/mcp/openspec/node_modules/zod/v4/locales/vi.js +108 -0
  779. package/assets/mcp/openspec/node_modules/zod/v4/locales/yo.cjs +134 -0
  780. package/assets/mcp/openspec/node_modules/zod/v4/locales/yo.d.cts +5 -0
  781. package/assets/mcp/openspec/node_modules/zod/v4/locales/yo.d.ts +4 -0
  782. package/assets/mcp/openspec/node_modules/zod/v4/locales/yo.js +107 -0
  783. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
  784. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  785. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  786. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-CN.js +109 -0
  787. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
  788. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  789. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  790. package/assets/mcp/openspec/node_modules/zod/v4/locales/zh-TW.js +107 -0
  791. package/assets/mcp/openspec/node_modules/zod/v4/mini/checks.cjs +34 -0
  792. package/assets/mcp/openspec/node_modules/zod/v4/mini/checks.d.cts +1 -0
  793. package/assets/mcp/openspec/node_modules/zod/v4/mini/checks.d.ts +1 -0
  794. package/assets/mcp/openspec/node_modules/zod/v4/mini/checks.js +1 -0
  795. package/assets/mcp/openspec/node_modules/zod/v4/mini/coerce.cjs +52 -0
  796. package/assets/mcp/openspec/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  797. package/assets/mcp/openspec/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  798. package/assets/mcp/openspec/node_modules/zod/v4/mini/coerce.js +22 -0
  799. package/assets/mcp/openspec/node_modules/zod/v4/mini/external.cjs +63 -0
  800. package/assets/mcp/openspec/node_modules/zod/v4/mini/external.d.cts +13 -0
  801. package/assets/mcp/openspec/node_modules/zod/v4/mini/external.d.ts +13 -0
  802. package/assets/mcp/openspec/node_modules/zod/v4/mini/external.js +14 -0
  803. package/assets/mcp/openspec/node_modules/zod/v4/mini/index.cjs +32 -0
  804. package/assets/mcp/openspec/node_modules/zod/v4/mini/index.d.cts +3 -0
  805. package/assets/mcp/openspec/node_modules/zod/v4/mini/index.d.ts +3 -0
  806. package/assets/mcp/openspec/node_modules/zod/v4/mini/index.js +3 -0
  807. package/assets/mcp/openspec/node_modules/zod/v4/mini/iso.cjs +64 -0
  808. package/assets/mcp/openspec/node_modules/zod/v4/mini/iso.d.cts +22 -0
  809. package/assets/mcp/openspec/node_modules/zod/v4/mini/iso.d.ts +22 -0
  810. package/assets/mcp/openspec/node_modules/zod/v4/mini/iso.js +34 -0
  811. package/assets/mcp/openspec/node_modules/zod/v4/mini/package.json +7 -0
  812. package/assets/mcp/openspec/node_modules/zod/v4/mini/parse.cjs +16 -0
  813. package/assets/mcp/openspec/node_modules/zod/v4/mini/parse.d.cts +1 -0
  814. package/assets/mcp/openspec/node_modules/zod/v4/mini/parse.d.ts +1 -0
  815. package/assets/mcp/openspec/node_modules/zod/v4/mini/parse.js +1 -0
  816. package/assets/mcp/openspec/node_modules/zod/v4/mini/schemas.cjs +1083 -0
  817. package/assets/mcp/openspec/node_modules/zod/v4/mini/schemas.d.cts +445 -0
  818. package/assets/mcp/openspec/node_modules/zod/v4/mini/schemas.d.ts +445 -0
  819. package/assets/mcp/openspec/node_modules/zod/v4/mini/schemas.js +961 -0
  820. package/assets/mcp/openspec/node_modules/zod/v4/package.json +7 -0
  821. package/assets/mcp/openspec/node_modules/zod/v4-mini/index.cjs +32 -0
  822. package/assets/mcp/openspec/node_modules/zod/v4-mini/index.d.cts +3 -0
  823. package/assets/mcp/openspec/node_modules/zod/v4-mini/index.d.ts +3 -0
  824. package/assets/mcp/openspec/node_modules/zod/v4-mini/index.js +3 -0
  825. package/assets/mcp/openspec/node_modules/zod/v4-mini/package.json +7 -0
  826. package/assets/mcp/openspec/package.json +10 -0
  827. package/assets/mcp/ostacky-controller/index.js +455 -164
  828. package/assets/mcp/ostacky-controller/node_modules/.package-lock.json +8 -8
  829. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-B2Q9_Vxp.d.cts +8501 -0
  830. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-B2Q9_Vxp.d.cts.map +1 -0
  831. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CUe6YdwF.mjs +1678 -0
  832. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CUe6YdwF.mjs.map +1 -0
  833. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CVhIKulL.d.mts +8501 -0
  834. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CVhIKulL.d.mts.map +1 -0
  835. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CfDMXiII.cjs +2899 -0
  836. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CfDMXiII.cjs.map +1 -0
  837. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/index.cjs +2 -1
  838. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/index.d.cts +2 -2
  839. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/index.d.mts +2 -2
  840. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/index.mjs +2 -2
  841. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/internal.cjs +3 -1
  842. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/internal.d.cts +14 -2
  843. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/internal.d.cts.map +1 -1
  844. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/internal.d.mts +14 -2
  845. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/internal.d.mts.map +1 -1
  846. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/internal.mjs +2 -2
  847. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/package.json +1 -1
  848. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-CEckaSEs.d.mts +4041 -0
  849. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-CEckaSEs.d.mts.map +1 -0
  850. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-DzBzpE4_.d.cts +4043 -0
  851. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-DzBzpE4_.d.cts.map +1 -0
  852. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/index.cjs +12 -3
  853. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/index.cjs.map +1 -1
  854. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/index.d.cts +2 -2
  855. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/index.d.mts +2 -2
  856. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/index.mjs +5 -4
  857. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/index.mjs.map +1 -1
  858. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-DM1iHYFo.cjs +2004 -0
  859. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-DM1iHYFo.cjs.map +1 -0
  860. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-IJurDZVN.mjs +1919 -0
  861. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-IJurDZVN.mjs.map +1 -0
  862. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.cjs +1 -1
  863. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.mjs +1 -1
  864. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-BX_fm-dB.cjs +8069 -0
  865. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-BX_fm-dB.cjs.map +1 -0
  866. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-D86MbS1I.mjs +7571 -0
  867. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-D86MbS1I.mjs.map +1 -0
  868. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/stdio.cjs +3 -3
  869. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/stdio.cjs.map +1 -1
  870. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/stdio.d.cts +1 -1
  871. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/stdio.d.mts +1 -1
  872. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/stdio.mjs +3 -3
  873. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/stdio.mjs.map +1 -1
  874. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/package.json +3 -3
  875. package/assets/mcp/ostacky-controller/package-lock.json +10 -10
  876. package/assets/mcp/ostacky-controller/package.json +2 -2
  877. package/assets/plugins/engram.ts +537 -0
  878. package/assets/skills/{thinking → brainstorming}/SKILL.md +8 -6
  879. package/assets/skills/dispatching-parallel-agents/SKILL.md +7 -7
  880. package/assets/skills/execution-mode-evaluation/SKILL.md +10 -8
  881. package/assets/skills/graceful-degradation/SKILL.md +235 -0
  882. package/assets/skills/openspec-apply-change/SKILL.md +4 -2
  883. package/assets/skills/openspec-archive-change/SKILL.md +4 -4
  884. package/assets/skills/openspec-explore/SKILL.md +288 -0
  885. package/assets/skills/openspec-propose/SKILL.md +7 -5
  886. package/assets/skills/subagent-driven-development/SKILL.md +18 -17
  887. package/assets/skills/tdd/SKILL.md +1 -1
  888. package/assets/skills/using-git-worktrees/SKILL.md +3 -11
  889. package/assets/skills/using-superpowers/SKILL.md +14 -20
  890. package/assets/skills/writing-plans/SKILL.md +5 -3
  891. package/assets/skills/writing-skills/SKILL.md +9 -9
  892. package/dist/cli.js +2351 -1728
  893. package/manifest.json +61 -40
  894. package/package.json +9 -3
  895. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-BUWfrB3C.d.cts.map +0 -1
  896. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CEFpHq32.cjs.map +0 -1
  897. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-CNbu4K4a.d.mts.map +0 -1
  898. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/core/dist/auth-DFgbUATV.mjs.map +0 -1
  899. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-BRM5MGf9.d.cts.map +0 -1
  900. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-D93NefGZ.d.mts.map +0 -1
  901. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-Ctiu4nBa.mjs.map +0 -1
  902. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/mcp-CzU40gwu.cjs.map +0 -1
  903. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-D5Nfqtoz.mjs.map +0 -1
  904. package/assets/mcp/ostacky-controller/node_modules/@modelcontextprotocol/server/dist/src-D9A7ArDn.cjs.map +0 -1
  905. package/assets/skills/execution-mode-evaluation/README.md +0 -257
  906. package/assets/tests/agent-contract.test.js +0 -226
  907. package/assets/tests/controller.test.js +0 -187
  908. package/assets/tests/e2e-scenarios.md +0 -502
  909. package/assets/tests/validate-config.sh +0 -272
  910. package/dist/mcp/ask-user-server/index.js +0 -19657
  911. package/dist/mcp/ostacky-controller/index.js +0 -20085
@@ -131,22 +131,55 @@ declare const NotificationSchema: z.ZodObject<{
131
131
  }, z.core.$loose>>;
132
132
  }, z.core.$loose>>;
133
133
  }, z.core.$strip>;
134
+ /**
135
+ * The contents of a result's `_meta` field (the 2026-07-28 `ResultMetaObject`).
136
+ * Loose — implementation-specific keys pass through.
137
+ *
138
+ * The serverInfo key identifies the server software producing the response
139
+ * (servers SHOULD include it on every response; the value is self-reported
140
+ * and intended for display, logging, and debugging). The getter defers the
141
+ * `ImplementationSchema` reference, which is declared later in this file.
142
+ */
143
+ declare const ResultMetaObjectSchema: z.ZodObject<{
144
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
145
+ version: z.ZodString;
146
+ websiteUrl: z.ZodOptional<z.ZodString>;
147
+ description: z.ZodOptional<z.ZodString>;
148
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
149
+ src: z.ZodString;
150
+ mimeType: z.ZodOptional<z.ZodString>;
151
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
152
+ theme: z.ZodOptional<z.ZodEnum<{
153
+ light: "light";
154
+ dark: "dark";
155
+ }>>;
156
+ }, z.core.$strip>>>;
157
+ name: z.ZodString;
158
+ title: z.ZodOptional<z.ZodString>;
159
+ }, z.core.$strip>>>;
160
+ }, z.core.$loose>;
134
161
  declare const ResultSchema: z.ZodObject<{
135
162
  /**
136
163
  * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
137
164
  * for notes on `_meta` usage.
138
165
  */
139
166
  _meta: z.ZodOptional<z.ZodObject<{
140
- /**
141
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
142
- */
143
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
144
- /**
145
- * If specified, this request is related to the provided task.
146
- */
147
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
148
- taskId: z.ZodString;
149
- }, z.core.$strip>>;
167
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
168
+ version: z.ZodString;
169
+ websiteUrl: z.ZodOptional<z.ZodString>;
170
+ description: z.ZodOptional<z.ZodString>;
171
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
172
+ src: z.ZodString;
173
+ mimeType: z.ZodOptional<z.ZodString>;
174
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
175
+ theme: z.ZodOptional<z.ZodEnum<{
176
+ light: "light";
177
+ dark: "dark";
178
+ }>>;
179
+ }, z.core.$strip>>>;
180
+ name: z.ZodString;
181
+ title: z.ZodOptional<z.ZodString>;
182
+ }, z.core.$strip>>>;
150
183
  }, z.core.$loose>>;
151
184
  }, z.core.$loose>;
152
185
  /**
@@ -208,16 +241,22 @@ declare const JSONRPCResultResponseSchema: z.ZodObject<{
208
241
  * for notes on `_meta` usage.
209
242
  */
210
243
  _meta: z.ZodOptional<z.ZodObject<{
211
- /**
212
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
213
- */
214
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
215
- /**
216
- * If specified, this request is related to the provided task.
217
- */
218
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
219
- taskId: z.ZodString;
220
- }, z.core.$strip>>;
244
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
245
+ version: z.ZodString;
246
+ websiteUrl: z.ZodOptional<z.ZodString>;
247
+ description: z.ZodOptional<z.ZodString>;
248
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
249
+ src: z.ZodString;
250
+ mimeType: z.ZodOptional<z.ZodString>;
251
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
252
+ theme: z.ZodOptional<z.ZodEnum<{
253
+ light: "light";
254
+ dark: "dark";
255
+ }>>;
256
+ }, z.core.$strip>>>;
257
+ name: z.ZodString;
258
+ title: z.ZodOptional<z.ZodString>;
259
+ }, z.core.$strip>>>;
221
260
  }, z.core.$loose>>;
222
261
  }, z.core.$loose>;
223
262
  }, z.core.$strict>;
@@ -277,16 +316,22 @@ declare const JSONRPCMessageSchema: z.ZodUnion<readonly [z.ZodObject<{
277
316
  * for notes on `_meta` usage.
278
317
  */
279
318
  _meta: z.ZodOptional<z.ZodObject<{
280
- /**
281
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
282
- */
283
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
284
- /**
285
- * If specified, this request is related to the provided task.
286
- */
287
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
288
- taskId: z.ZodString;
289
- }, z.core.$strip>>;
319
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
320
+ version: z.ZodString;
321
+ websiteUrl: z.ZodOptional<z.ZodString>;
322
+ description: z.ZodOptional<z.ZodString>;
323
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
324
+ src: z.ZodString;
325
+ mimeType: z.ZodOptional<z.ZodString>;
326
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
327
+ theme: z.ZodOptional<z.ZodEnum<{
328
+ light: "light";
329
+ dark: "dark";
330
+ }>>;
331
+ }, z.core.$strip>>>;
332
+ name: z.ZodString;
333
+ title: z.ZodOptional<z.ZodString>;
334
+ }, z.core.$strip>>>;
290
335
  }, z.core.$loose>>;
291
336
  }, z.core.$loose>;
292
337
  }, z.core.$strict>, z.ZodObject<{
@@ -307,16 +352,22 @@ declare const JSONRPCResponseSchema: z.ZodUnion<readonly [z.ZodObject<{
307
352
  * for notes on `_meta` usage.
308
353
  */
309
354
  _meta: z.ZodOptional<z.ZodObject<{
310
- /**
311
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
312
- */
313
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
314
- /**
315
- * If specified, this request is related to the provided task.
316
- */
317
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
318
- taskId: z.ZodString;
319
- }, z.core.$strip>>;
355
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
356
+ version: z.ZodString;
357
+ websiteUrl: z.ZodOptional<z.ZodString>;
358
+ description: z.ZodOptional<z.ZodString>;
359
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
360
+ src: z.ZodString;
361
+ mimeType: z.ZodOptional<z.ZodString>;
362
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
363
+ theme: z.ZodOptional<z.ZodEnum<{
364
+ light: "light";
365
+ dark: "dark";
366
+ }>>;
367
+ }, z.core.$strip>>>;
368
+ name: z.ZodString;
369
+ title: z.ZodOptional<z.ZodString>;
370
+ }, z.core.$strip>>>;
320
371
  }, z.core.$loose>>;
321
372
  }, z.core.$loose>;
322
373
  }, z.core.$strict>, z.ZodObject<{
@@ -337,16 +388,22 @@ declare const EmptyResultSchema: z.ZodObject<{
337
388
  * for notes on `_meta` usage.
338
389
  */
339
390
  _meta: z.ZodOptional<z.ZodObject<{
340
- /**
341
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
342
- */
343
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
344
- /**
345
- * If specified, this request is related to the provided task.
346
- */
347
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
348
- taskId: z.ZodString;
349
- }, z.core.$strip>>;
391
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
392
+ version: z.ZodString;
393
+ websiteUrl: z.ZodOptional<z.ZodString>;
394
+ description: z.ZodOptional<z.ZodString>;
395
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
396
+ src: z.ZodString;
397
+ mimeType: z.ZodOptional<z.ZodString>;
398
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
399
+ theme: z.ZodOptional<z.ZodEnum<{
400
+ light: "light";
401
+ dark: "dark";
402
+ }>>;
403
+ }, z.core.$strip>>>;
404
+ name: z.ZodString;
405
+ title: z.ZodOptional<z.ZodString>;
406
+ }, z.core.$strip>>>;
350
407
  }, z.core.$loose>>;
351
408
  }, z.core.$strict>;
352
409
  declare const CancelledNotificationParamsSchema: z.ZodObject<{
@@ -752,16 +809,22 @@ declare const ServerCapabilitiesSchema: z.ZodObject<{
752
809
  */
753
810
  declare const InitializeResultSchema: z.ZodObject<{
754
811
  _meta: z.ZodOptional<z.ZodObject<{
755
- /**
756
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
757
- */
758
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
759
- /**
760
- * If specified, this request is related to the provided task.
761
- */
762
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
763
- taskId: z.ZodString;
764
- }, z.core.$strip>>;
812
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
813
+ version: z.ZodString;
814
+ websiteUrl: z.ZodOptional<z.ZodString>;
815
+ description: z.ZodOptional<z.ZodString>;
816
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
817
+ src: z.ZodString;
818
+ mimeType: z.ZodOptional<z.ZodString>;
819
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
820
+ theme: z.ZodOptional<z.ZodEnum<{
821
+ light: "light";
822
+ dark: "dark";
823
+ }>>;
824
+ }, z.core.$strip>>>;
825
+ name: z.ZodString;
826
+ title: z.ZodOptional<z.ZodString>;
827
+ }, z.core.$strip>>>;
765
828
  }, z.core.$loose>>;
766
829
  protocolVersion: z.ZodString;
767
830
  capabilities: z.ZodObject<{
@@ -867,16 +930,22 @@ declare const DiscoverRequestSchema: z.ZodObject<{
867
930
  */
868
931
  declare const DiscoverResultSchema: z.ZodObject<{
869
932
  _meta: z.ZodOptional<z.ZodObject<{
870
- /**
871
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
872
- */
873
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
874
- /**
875
- * If specified, this request is related to the provided task.
876
- */
877
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
878
- taskId: z.ZodString;
879
- }, z.core.$strip>>;
933
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
934
+ version: z.ZodString;
935
+ websiteUrl: z.ZodOptional<z.ZodString>;
936
+ description: z.ZodOptional<z.ZodString>;
937
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
938
+ src: z.ZodString;
939
+ mimeType: z.ZodOptional<z.ZodString>;
940
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
941
+ theme: z.ZodOptional<z.ZodEnum<{
942
+ light: "light";
943
+ dark: "dark";
944
+ }>>;
945
+ }, z.core.$strip>>>;
946
+ name: z.ZodString;
947
+ title: z.ZodOptional<z.ZodString>;
948
+ }, z.core.$strip>>>;
880
949
  }, z.core.$loose>>;
881
950
  supportedVersions: z.ZodArray<z.ZodString>;
882
951
  capabilities: z.ZodObject<{
@@ -916,22 +985,6 @@ declare const DiscoverResultSchema: z.ZodObject<{
916
985
  }, z.core.$loose>>;
917
986
  extensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JSONObject, JSONObject, z.core.$ZodTypeInternals<JSONObject, JSONObject>>>>;
918
987
  }, z.core.$strip>;
919
- serverInfo: z.ZodObject<{
920
- version: z.ZodString;
921
- websiteUrl: z.ZodOptional<z.ZodString>;
922
- description: z.ZodOptional<z.ZodString>;
923
- icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
924
- src: z.ZodString;
925
- mimeType: z.ZodOptional<z.ZodString>;
926
- sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
927
- theme: z.ZodOptional<z.ZodEnum<{
928
- light: "light";
929
- dark: "dark";
930
- }>>;
931
- }, z.core.$strip>>>;
932
- name: z.ZodString;
933
- title: z.ZodOptional<z.ZodString>;
934
- }, z.core.$strip>;
935
988
  instructions: z.ZodOptional<z.ZodString>;
936
989
  }, z.core.$loose>;
937
990
  /**
@@ -1038,16 +1091,22 @@ declare const PaginatedRequestSchema: z.ZodObject<{
1038
1091
  }, z.core.$strip>;
1039
1092
  declare const PaginatedResultSchema: z.ZodObject<{
1040
1093
  _meta: z.ZodOptional<z.ZodObject<{
1041
- /**
1042
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
1043
- */
1044
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1045
- /**
1046
- * If specified, this request is related to the provided task.
1047
- */
1048
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
1049
- taskId: z.ZodString;
1050
- }, z.core.$strip>>;
1094
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
1095
+ version: z.ZodString;
1096
+ websiteUrl: z.ZodOptional<z.ZodString>;
1097
+ description: z.ZodOptional<z.ZodString>;
1098
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1099
+ src: z.ZodString;
1100
+ mimeType: z.ZodOptional<z.ZodString>;
1101
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1102
+ theme: z.ZodOptional<z.ZodEnum<{
1103
+ light: "light";
1104
+ dark: "dark";
1105
+ }>>;
1106
+ }, z.core.$strip>>>;
1107
+ name: z.ZodString;
1108
+ title: z.ZodOptional<z.ZodString>;
1109
+ }, z.core.$strip>>>;
1051
1110
  }, z.core.$loose>>;
1052
1111
  nextCursor: z.ZodOptional<z.ZodString>;
1053
1112
  }, z.core.$loose>;
@@ -1172,16 +1231,22 @@ declare const ListResourcesRequestSchema: z.ZodObject<{
1172
1231
  */
1173
1232
  declare const ListResourcesResultSchema: z.ZodObject<{
1174
1233
  _meta: z.ZodOptional<z.ZodObject<{
1175
- /**
1176
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
1177
- */
1178
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1179
- /**
1180
- * If specified, this request is related to the provided task.
1181
- */
1182
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
1183
- taskId: z.ZodString;
1184
- }, z.core.$strip>>;
1234
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
1235
+ version: z.ZodString;
1236
+ websiteUrl: z.ZodOptional<z.ZodString>;
1237
+ description: z.ZodOptional<z.ZodString>;
1238
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1239
+ src: z.ZodString;
1240
+ mimeType: z.ZodOptional<z.ZodString>;
1241
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1242
+ theme: z.ZodOptional<z.ZodEnum<{
1243
+ light: "light";
1244
+ dark: "dark";
1245
+ }>>;
1246
+ }, z.core.$strip>>>;
1247
+ name: z.ZodString;
1248
+ title: z.ZodOptional<z.ZodString>;
1249
+ }, z.core.$strip>>>;
1185
1250
  }, z.core.$loose>>;
1186
1251
  nextCursor: z.ZodOptional<z.ZodString>;
1187
1252
  resources: z.ZodArray<z.ZodObject<{
@@ -1237,16 +1302,22 @@ declare const ListResourceTemplatesRequestSchema: z.ZodObject<{
1237
1302
  */
1238
1303
  declare const ListResourceTemplatesResultSchema: z.ZodObject<{
1239
1304
  _meta: z.ZodOptional<z.ZodObject<{
1240
- /**
1241
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
1242
- */
1243
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1244
- /**
1245
- * If specified, this request is related to the provided task.
1246
- */
1247
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
1248
- taskId: z.ZodString;
1249
- }, z.core.$strip>>;
1305
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
1306
+ version: z.ZodString;
1307
+ websiteUrl: z.ZodOptional<z.ZodString>;
1308
+ description: z.ZodOptional<z.ZodString>;
1309
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1310
+ src: z.ZodString;
1311
+ mimeType: z.ZodOptional<z.ZodString>;
1312
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1313
+ theme: z.ZodOptional<z.ZodEnum<{
1314
+ light: "light";
1315
+ dark: "dark";
1316
+ }>>;
1317
+ }, z.core.$strip>>>;
1318
+ name: z.ZodString;
1319
+ title: z.ZodOptional<z.ZodString>;
1320
+ }, z.core.$strip>>>;
1250
1321
  }, z.core.$loose>>;
1251
1322
  nextCursor: z.ZodOptional<z.ZodString>;
1252
1323
  resourceTemplates: z.ZodArray<z.ZodObject<{
@@ -1334,16 +1405,22 @@ declare const ReadResourceRequestSchema: z.ZodObject<{
1334
1405
  */
1335
1406
  declare const ReadResourceResultSchema: z.ZodObject<{
1336
1407
  _meta: z.ZodOptional<z.ZodObject<{
1337
- /**
1338
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
1339
- */
1340
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1341
- /**
1342
- * If specified, this request is related to the provided task.
1343
- */
1344
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
1345
- taskId: z.ZodString;
1346
- }, z.core.$strip>>;
1408
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
1409
+ version: z.ZodString;
1410
+ websiteUrl: z.ZodOptional<z.ZodString>;
1411
+ description: z.ZodOptional<z.ZodString>;
1412
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1413
+ src: z.ZodString;
1414
+ mimeType: z.ZodOptional<z.ZodString>;
1415
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1416
+ theme: z.ZodOptional<z.ZodEnum<{
1417
+ light: "light";
1418
+ dark: "dark";
1419
+ }>>;
1420
+ }, z.core.$strip>>>;
1421
+ name: z.ZodString;
1422
+ title: z.ZodOptional<z.ZodString>;
1423
+ }, z.core.$strip>>>;
1347
1424
  }, z.core.$loose>>;
1348
1425
  contents: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
1349
1426
  uri: z.ZodString;
@@ -1559,9 +1636,27 @@ declare const SubscriptionsAcknowledgedNotificationSchema: z.ZodObject<{
1559
1636
  /**
1560
1637
  * `_meta` for a {@linkcode SubscriptionsListenResult}: the listen request's
1561
1638
  * JSON-RPC ID under the canonical subscription-id key (mirroring the same key
1562
- * on every notification delivered on the stream).
1639
+ * on every notification delivered on the stream). Extends
1640
+ * {@linkcode ResultMetaObjectSchema}, so the optional serverInfo key is typed
1641
+ * here too.
1563
1642
  */
1564
1643
  declare const SubscriptionsListenResultMetaSchema: z.ZodObject<{
1644
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
1645
+ version: z.ZodString;
1646
+ websiteUrl: z.ZodOptional<z.ZodString>;
1647
+ description: z.ZodOptional<z.ZodString>;
1648
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1649
+ src: z.ZodString;
1650
+ mimeType: z.ZodOptional<z.ZodString>;
1651
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1652
+ theme: z.ZodOptional<z.ZodEnum<{
1653
+ light: "light";
1654
+ dark: "dark";
1655
+ }>>;
1656
+ }, z.core.$strip>>>;
1657
+ name: z.ZodString;
1658
+ title: z.ZodOptional<z.ZodString>;
1659
+ }, z.core.$strip>>>;
1565
1660
  "io.modelcontextprotocol/subscriptionId": z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
1566
1661
  }, z.core.$loose>;
1567
1662
  /**
@@ -1573,6 +1668,22 @@ declare const SubscriptionsListenResultMetaSchema: z.ZodObject<{
1573
1668
  */
1574
1669
  declare const SubscriptionsListenResultSchema: z.ZodObject<{
1575
1670
  _meta: z.ZodObject<{
1671
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
1672
+ version: z.ZodString;
1673
+ websiteUrl: z.ZodOptional<z.ZodString>;
1674
+ description: z.ZodOptional<z.ZodString>;
1675
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1676
+ src: z.ZodString;
1677
+ mimeType: z.ZodOptional<z.ZodString>;
1678
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1679
+ theme: z.ZodOptional<z.ZodEnum<{
1680
+ light: "light";
1681
+ dark: "dark";
1682
+ }>>;
1683
+ }, z.core.$strip>>>;
1684
+ name: z.ZodString;
1685
+ title: z.ZodOptional<z.ZodString>;
1686
+ }, z.core.$strip>>>;
1576
1687
  "io.modelcontextprotocol/subscriptionId": z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
1577
1688
  }, z.core.$loose>;
1578
1689
  }, z.core.$loose>;
@@ -1672,16 +1783,22 @@ declare const ListPromptsRequestSchema: z.ZodObject<{
1672
1783
  */
1673
1784
  declare const ListPromptsResultSchema: z.ZodObject<{
1674
1785
  _meta: z.ZodOptional<z.ZodObject<{
1675
- /**
1676
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
1677
- */
1678
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1679
- /**
1680
- * If specified, this request is related to the provided task.
1681
- */
1682
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
1683
- taskId: z.ZodString;
1684
- }, z.core.$strip>>;
1786
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
1787
+ version: z.ZodString;
1788
+ websiteUrl: z.ZodOptional<z.ZodString>;
1789
+ description: z.ZodOptional<z.ZodString>;
1790
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1791
+ src: z.ZodString;
1792
+ mimeType: z.ZodOptional<z.ZodString>;
1793
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1794
+ theme: z.ZodOptional<z.ZodEnum<{
1795
+ light: "light";
1796
+ dark: "dark";
1797
+ }>>;
1798
+ }, z.core.$strip>>>;
1799
+ name: z.ZodString;
1800
+ title: z.ZodOptional<z.ZodString>;
1801
+ }, z.core.$strip>>>;
1685
1802
  }, z.core.$loose>>;
1686
1803
  nextCursor: z.ZodOptional<z.ZodString>;
1687
1804
  prompts: z.ZodArray<z.ZodObject<{
@@ -2060,16 +2177,22 @@ declare const PromptMessageSchema: z.ZodObject<{
2060
2177
  */
2061
2178
  declare const GetPromptResultSchema: z.ZodObject<{
2062
2179
  _meta: z.ZodOptional<z.ZodObject<{
2063
- /**
2064
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
2065
- */
2066
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
2067
- /**
2068
- * If specified, this request is related to the provided task.
2069
- */
2070
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
2071
- taskId: z.ZodString;
2072
- }, z.core.$strip>>;
2180
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
2181
+ version: z.ZodString;
2182
+ websiteUrl: z.ZodOptional<z.ZodString>;
2183
+ description: z.ZodOptional<z.ZodString>;
2184
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
2185
+ src: z.ZodString;
2186
+ mimeType: z.ZodOptional<z.ZodString>;
2187
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2188
+ theme: z.ZodOptional<z.ZodEnum<{
2189
+ light: "light";
2190
+ dark: "dark";
2191
+ }>>;
2192
+ }, z.core.$strip>>>;
2193
+ name: z.ZodString;
2194
+ title: z.ZodOptional<z.ZodString>;
2195
+ }, z.core.$strip>>>;
2073
2196
  }, z.core.$loose>>;
2074
2197
  description: z.ZodOptional<z.ZodString>;
2075
2198
  messages: z.ZodArray<z.ZodObject<{
@@ -2279,16 +2402,22 @@ declare const ListToolsRequestSchema: z.ZodObject<{
2279
2402
  */
2280
2403
  declare const ListToolsResultSchema: z.ZodObject<{
2281
2404
  _meta: z.ZodOptional<z.ZodObject<{
2282
- /**
2283
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
2284
- */
2285
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
2286
- /**
2287
- * If specified, this request is related to the provided task.
2288
- */
2289
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
2290
- taskId: z.ZodString;
2291
- }, z.core.$strip>>;
2405
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
2406
+ version: z.ZodString;
2407
+ websiteUrl: z.ZodOptional<z.ZodString>;
2408
+ description: z.ZodOptional<z.ZodString>;
2409
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
2410
+ src: z.ZodString;
2411
+ mimeType: z.ZodOptional<z.ZodString>;
2412
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2413
+ theme: z.ZodOptional<z.ZodEnum<{
2414
+ light: "light";
2415
+ dark: "dark";
2416
+ }>>;
2417
+ }, z.core.$strip>>>;
2418
+ name: z.ZodString;
2419
+ title: z.ZodOptional<z.ZodString>;
2420
+ }, z.core.$strip>>>;
2292
2421
  }, z.core.$loose>>;
2293
2422
  nextCursor: z.ZodOptional<z.ZodString>;
2294
2423
  tools: z.ZodArray<z.ZodObject<{
@@ -2334,16 +2463,22 @@ declare const ListToolsResultSchema: z.ZodObject<{
2334
2463
  */
2335
2464
  declare const CallToolResultSchema: z.ZodObject<{
2336
2465
  _meta: z.ZodOptional<z.ZodObject<{
2337
- /**
2338
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
2339
- */
2340
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
2341
- /**
2342
- * If specified, this request is related to the provided task.
2343
- */
2344
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
2345
- taskId: z.ZodString;
2346
- }, z.core.$strip>>;
2466
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
2467
+ version: z.ZodString;
2468
+ websiteUrl: z.ZodOptional<z.ZodString>;
2469
+ description: z.ZodOptional<z.ZodString>;
2470
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
2471
+ src: z.ZodString;
2472
+ mimeType: z.ZodOptional<z.ZodString>;
2473
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2474
+ theme: z.ZodOptional<z.ZodEnum<{
2475
+ light: "light";
2476
+ dark: "dark";
2477
+ }>>;
2478
+ }, z.core.$strip>>>;
2479
+ name: z.ZodString;
2480
+ title: z.ZodOptional<z.ZodString>;
2481
+ }, z.core.$strip>>>;
2347
2482
  }, z.core.$loose>>;
2348
2483
  content: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
2349
2484
  type: z.ZodLiteral<"text">;
@@ -2440,16 +2575,22 @@ declare const CallToolResultSchema: z.ZodObject<{
2440
2575
  */
2441
2576
  declare const CompatibilityCallToolResultSchema: z.ZodUnion<[z.ZodObject<{
2442
2577
  _meta: z.ZodOptional<z.ZodObject<{
2443
- /**
2444
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
2445
- */
2446
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
2447
- /**
2448
- * If specified, this request is related to the provided task.
2449
- */
2450
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
2451
- taskId: z.ZodString;
2452
- }, z.core.$strip>>;
2578
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
2579
+ version: z.ZodString;
2580
+ websiteUrl: z.ZodOptional<z.ZodString>;
2581
+ description: z.ZodOptional<z.ZodString>;
2582
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
2583
+ src: z.ZodString;
2584
+ mimeType: z.ZodOptional<z.ZodString>;
2585
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2586
+ theme: z.ZodOptional<z.ZodEnum<{
2587
+ light: "light";
2588
+ dark: "dark";
2589
+ }>>;
2590
+ }, z.core.$strip>>>;
2591
+ name: z.ZodString;
2592
+ title: z.ZodOptional<z.ZodString>;
2593
+ }, z.core.$strip>>>;
2453
2594
  }, z.core.$loose>>;
2454
2595
  content: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
2455
2596
  type: z.ZodLiteral<"text">;
@@ -2542,16 +2683,22 @@ declare const CompatibilityCallToolResultSchema: z.ZodUnion<[z.ZodObject<{
2542
2683
  isError: z.ZodOptional<z.ZodBoolean>;
2543
2684
  }, z.core.$loose>, z.ZodObject<{
2544
2685
  _meta: z.ZodOptional<z.ZodObject<{
2545
- /**
2546
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
2547
- */
2548
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
2549
- /**
2550
- * If specified, this request is related to the provided task.
2551
- */
2552
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
2553
- taskId: z.ZodString;
2554
- }, z.core.$strip>>;
2686
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
2687
+ version: z.ZodString;
2688
+ websiteUrl: z.ZodOptional<z.ZodString>;
2689
+ description: z.ZodOptional<z.ZodString>;
2690
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
2691
+ src: z.ZodString;
2692
+ mimeType: z.ZodOptional<z.ZodString>;
2693
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2694
+ theme: z.ZodOptional<z.ZodEnum<{
2695
+ light: "light";
2696
+ dark: "dark";
2697
+ }>>;
2698
+ }, z.core.$strip>>>;
2699
+ name: z.ZodString;
2700
+ title: z.ZodOptional<z.ZodString>;
2701
+ }, z.core.$strip>>>;
2555
2702
  }, z.core.$loose>>;
2556
2703
  toolResult: z.ZodUnknown;
2557
2704
  }, z.core.$loose>]>;
@@ -4154,16 +4301,22 @@ declare const CreateMessageRequestSchema: z.ZodObject<{
4154
4301
  */
4155
4302
  declare const CreateMessageResultSchema: z.ZodObject<{
4156
4303
  _meta: z.ZodOptional<z.ZodObject<{
4157
- /**
4158
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
4159
- */
4160
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
4161
- /**
4162
- * If specified, this request is related to the provided task.
4163
- */
4164
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
4165
- taskId: z.ZodString;
4166
- }, z.core.$strip>>;
4304
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
4305
+ version: z.ZodString;
4306
+ websiteUrl: z.ZodOptional<z.ZodString>;
4307
+ description: z.ZodOptional<z.ZodString>;
4308
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
4309
+ src: z.ZodString;
4310
+ mimeType: z.ZodOptional<z.ZodString>;
4311
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
4312
+ theme: z.ZodOptional<z.ZodEnum<{
4313
+ light: "light";
4314
+ dark: "dark";
4315
+ }>>;
4316
+ }, z.core.$strip>>>;
4317
+ name: z.ZodString;
4318
+ title: z.ZodOptional<z.ZodString>;
4319
+ }, z.core.$strip>>>;
4167
4320
  }, z.core.$loose>>;
4168
4321
  model: z.ZodString;
4169
4322
  stopReason: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
@@ -4225,16 +4378,22 @@ declare const CreateMessageResultSchema: z.ZodObject<{
4225
4378
  */
4226
4379
  declare const CreateMessageResultWithToolsSchema: z.ZodObject<{
4227
4380
  _meta: z.ZodOptional<z.ZodObject<{
4228
- /**
4229
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
4230
- */
4231
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
4232
- /**
4233
- * If specified, this request is related to the provided task.
4234
- */
4235
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
4236
- taskId: z.ZodString;
4237
- }, z.core.$strip>>;
4381
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
4382
+ version: z.ZodString;
4383
+ websiteUrl: z.ZodOptional<z.ZodString>;
4384
+ description: z.ZodOptional<z.ZodString>;
4385
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
4386
+ src: z.ZodString;
4387
+ mimeType: z.ZodOptional<z.ZodString>;
4388
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
4389
+ theme: z.ZodOptional<z.ZodEnum<{
4390
+ light: "light";
4391
+ dark: "dark";
4392
+ }>>;
4393
+ }, z.core.$strip>>>;
4394
+ name: z.ZodString;
4395
+ title: z.ZodOptional<z.ZodString>;
4396
+ }, z.core.$strip>>>;
4238
4397
  }, z.core.$loose>>;
4239
4398
  model: z.ZodString;
4240
4399
  stopReason: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
@@ -5230,16 +5389,22 @@ declare const ElicitationCompleteNotificationSchema: z.ZodObject<{
5230
5389
  */
5231
5390
  declare const ElicitResultSchema: z.ZodObject<{
5232
5391
  _meta: z.ZodOptional<z.ZodObject<{
5233
- /**
5234
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5235
- */
5236
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5237
- /**
5238
- * If specified, this request is related to the provided task.
5239
- */
5240
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5241
- taskId: z.ZodString;
5242
- }, z.core.$strip>>;
5392
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5393
+ version: z.ZodString;
5394
+ websiteUrl: z.ZodOptional<z.ZodString>;
5395
+ description: z.ZodOptional<z.ZodString>;
5396
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5397
+ src: z.ZodString;
5398
+ mimeType: z.ZodOptional<z.ZodString>;
5399
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5400
+ theme: z.ZodOptional<z.ZodEnum<{
5401
+ light: "light";
5402
+ dark: "dark";
5403
+ }>>;
5404
+ }, z.core.$strip>>>;
5405
+ name: z.ZodString;
5406
+ title: z.ZodOptional<z.ZodString>;
5407
+ }, z.core.$strip>>>;
5243
5408
  }, z.core.$loose>>;
5244
5409
  action: z.ZodEnum<{
5245
5410
  cancel: "cancel";
@@ -5332,16 +5497,22 @@ declare const CompleteRequestSchema: z.ZodObject<{
5332
5497
  */
5333
5498
  declare const CompleteResultSchema: z.ZodObject<{
5334
5499
  _meta: z.ZodOptional<z.ZodObject<{
5335
- /**
5336
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5337
- */
5338
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5339
- /**
5340
- * If specified, this request is related to the provided task.
5341
- */
5342
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5343
- taskId: z.ZodString;
5344
- }, z.core.$strip>>;
5500
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5501
+ version: z.ZodString;
5502
+ websiteUrl: z.ZodOptional<z.ZodString>;
5503
+ description: z.ZodOptional<z.ZodString>;
5504
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5505
+ src: z.ZodString;
5506
+ mimeType: z.ZodOptional<z.ZodString>;
5507
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5508
+ theme: z.ZodOptional<z.ZodEnum<{
5509
+ light: "light";
5510
+ dark: "dark";
5511
+ }>>;
5512
+ }, z.core.$strip>>>;
5513
+ name: z.ZodString;
5514
+ title: z.ZodOptional<z.ZodString>;
5515
+ }, z.core.$strip>>>;
5345
5516
  }, z.core.$loose>>;
5346
5517
  completion: z.ZodObject<{
5347
5518
  /**
@@ -5403,16 +5574,22 @@ declare const ListRootsRequestSchema: z.ZodObject<{
5403
5574
  */
5404
5575
  declare const ListRootsResultSchema: z.ZodObject<{
5405
5576
  _meta: z.ZodOptional<z.ZodObject<{
5406
- /**
5407
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5408
- */
5409
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5410
- /**
5411
- * If specified, this request is related to the provided task.
5412
- */
5413
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5414
- taskId: z.ZodString;
5415
- }, z.core.$strip>>;
5577
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5578
+ version: z.ZodString;
5579
+ websiteUrl: z.ZodOptional<z.ZodString>;
5580
+ description: z.ZodOptional<z.ZodString>;
5581
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5582
+ src: z.ZodString;
5583
+ mimeType: z.ZodOptional<z.ZodString>;
5584
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5585
+ theme: z.ZodOptional<z.ZodEnum<{
5586
+ light: "light";
5587
+ dark: "dark";
5588
+ }>>;
5589
+ }, z.core.$strip>>>;
5590
+ name: z.ZodString;
5591
+ title: z.ZodOptional<z.ZodString>;
5592
+ }, z.core.$strip>>>;
5416
5593
  }, z.core.$loose>>;
5417
5594
  roots: z.ZodArray<z.ZodObject<{
5418
5595
  uri: z.ZodString;
@@ -5498,16 +5675,22 @@ declare const TaskSchema: z.ZodObject<{
5498
5675
  */
5499
5676
  declare const CreateTaskResultSchema: z.ZodObject<{
5500
5677
  _meta: z.ZodOptional<z.ZodObject<{
5501
- /**
5502
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5503
- */
5504
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5505
- /**
5506
- * If specified, this request is related to the provided task.
5507
- */
5508
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5509
- taskId: z.ZodString;
5510
- }, z.core.$strip>>;
5678
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5679
+ version: z.ZodString;
5680
+ websiteUrl: z.ZodOptional<z.ZodString>;
5681
+ description: z.ZodOptional<z.ZodString>;
5682
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5683
+ src: z.ZodString;
5684
+ mimeType: z.ZodOptional<z.ZodString>;
5685
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5686
+ theme: z.ZodOptional<z.ZodEnum<{
5687
+ light: "light";
5688
+ dark: "dark";
5689
+ }>>;
5690
+ }, z.core.$strip>>>;
5691
+ name: z.ZodString;
5692
+ title: z.ZodOptional<z.ZodString>;
5693
+ }, z.core.$strip>>>;
5511
5694
  }, z.core.$loose>>;
5512
5695
  task: z.ZodObject<{
5513
5696
  taskId: z.ZodString;
@@ -5622,16 +5805,22 @@ declare const GetTaskRequestSchema: z.ZodObject<{
5622
5805
  */
5623
5806
  declare const GetTaskResultSchema: z.ZodObject<{
5624
5807
  _meta: z.ZodOptional<z.ZodObject<{
5625
- /**
5626
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5627
- */
5628
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5629
- /**
5630
- * If specified, this request is related to the provided task.
5631
- */
5632
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5633
- taskId: z.ZodString;
5634
- }, z.core.$strip>>;
5808
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5809
+ version: z.ZodString;
5810
+ websiteUrl: z.ZodOptional<z.ZodString>;
5811
+ description: z.ZodOptional<z.ZodString>;
5812
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5813
+ src: z.ZodString;
5814
+ mimeType: z.ZodOptional<z.ZodString>;
5815
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5816
+ theme: z.ZodOptional<z.ZodEnum<{
5817
+ light: "light";
5818
+ dark: "dark";
5819
+ }>>;
5820
+ }, z.core.$strip>>>;
5821
+ name: z.ZodString;
5822
+ title: z.ZodOptional<z.ZodString>;
5823
+ }, z.core.$strip>>>;
5635
5824
  }, z.core.$loose>>;
5636
5825
  taskId: z.ZodString;
5637
5826
  status: z.ZodEnum<{
@@ -5684,16 +5873,22 @@ declare const GetTaskPayloadResultSchema: z.ZodObject<{
5684
5873
  * for notes on `_meta` usage.
5685
5874
  */
5686
5875
  _meta: z.ZodOptional<z.ZodObject<{
5687
- /**
5688
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5689
- */
5690
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5691
- /**
5692
- * If specified, this request is related to the provided task.
5693
- */
5694
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5695
- taskId: z.ZodString;
5696
- }, z.core.$strip>>;
5876
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5877
+ version: z.ZodString;
5878
+ websiteUrl: z.ZodOptional<z.ZodString>;
5879
+ description: z.ZodOptional<z.ZodString>;
5880
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5881
+ src: z.ZodString;
5882
+ mimeType: z.ZodOptional<z.ZodString>;
5883
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5884
+ theme: z.ZodOptional<z.ZodEnum<{
5885
+ light: "light";
5886
+ dark: "dark";
5887
+ }>>;
5888
+ }, z.core.$strip>>>;
5889
+ name: z.ZodString;
5890
+ title: z.ZodOptional<z.ZodString>;
5891
+ }, z.core.$strip>>>;
5697
5892
  }, z.core.$loose>>;
5698
5893
  }, z.core.$loose>;
5699
5894
  /**
@@ -5726,16 +5921,22 @@ declare const ListTasksRequestSchema: z.ZodObject<{
5726
5921
  */
5727
5922
  declare const ListTasksResultSchema: z.ZodObject<{
5728
5923
  _meta: z.ZodOptional<z.ZodObject<{
5729
- /**
5730
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5731
- */
5732
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5733
- /**
5734
- * If specified, this request is related to the provided task.
5735
- */
5736
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5737
- taskId: z.ZodString;
5738
- }, z.core.$strip>>;
5924
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5925
+ version: z.ZodString;
5926
+ websiteUrl: z.ZodOptional<z.ZodString>;
5927
+ description: z.ZodOptional<z.ZodString>;
5928
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5929
+ src: z.ZodString;
5930
+ mimeType: z.ZodOptional<z.ZodString>;
5931
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5932
+ theme: z.ZodOptional<z.ZodEnum<{
5933
+ light: "light";
5934
+ dark: "dark";
5935
+ }>>;
5936
+ }, z.core.$strip>>>;
5937
+ name: z.ZodString;
5938
+ title: z.ZodOptional<z.ZodString>;
5939
+ }, z.core.$strip>>>;
5739
5940
  }, z.core.$loose>>;
5740
5941
  nextCursor: z.ZodOptional<z.ZodString>;
5741
5942
  tasks: z.ZodArray<z.ZodObject<{
@@ -5784,16 +5985,22 @@ declare const CancelTaskRequestSchema: z.ZodObject<{
5784
5985
  */
5785
5986
  declare const CancelTaskResultSchema: z.ZodObject<{
5786
5987
  _meta: z.ZodOptional<z.ZodObject<{
5787
- /**
5788
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
5789
- */
5790
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
5791
- /**
5792
- * If specified, this request is related to the provided task.
5793
- */
5794
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
5795
- taskId: z.ZodString;
5796
- }, z.core.$strip>>;
5988
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
5989
+ version: z.ZodString;
5990
+ websiteUrl: z.ZodOptional<z.ZodString>;
5991
+ description: z.ZodOptional<z.ZodString>;
5992
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
5993
+ src: z.ZodString;
5994
+ mimeType: z.ZodOptional<z.ZodString>;
5995
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
5996
+ theme: z.ZodOptional<z.ZodEnum<{
5997
+ light: "light";
5998
+ dark: "dark";
5999
+ }>>;
6000
+ }, z.core.$strip>>>;
6001
+ name: z.ZodString;
6002
+ title: z.ZodOptional<z.ZodString>;
6003
+ }, z.core.$strip>>>;
5797
6004
  }, z.core.$loose>>;
5798
6005
  taskId: z.ZodString;
5799
6006
  status: z.ZodEnum<{
@@ -6232,29 +6439,41 @@ declare const ClientResultSchema: z.ZodUnion<readonly [z.ZodObject<{
6232
6439
  * for notes on `_meta` usage.
6233
6440
  */
6234
6441
  _meta: z.ZodOptional<z.ZodObject<{
6235
- /**
6236
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
6237
- */
6238
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
6239
- /**
6240
- * If specified, this request is related to the provided task.
6241
- */
6242
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
6243
- taskId: z.ZodString;
6244
- }, z.core.$strip>>;
6442
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
6443
+ version: z.ZodString;
6444
+ websiteUrl: z.ZodOptional<z.ZodString>;
6445
+ description: z.ZodOptional<z.ZodString>;
6446
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
6447
+ src: z.ZodString;
6448
+ mimeType: z.ZodOptional<z.ZodString>;
6449
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
6450
+ theme: z.ZodOptional<z.ZodEnum<{
6451
+ light: "light";
6452
+ dark: "dark";
6453
+ }>>;
6454
+ }, z.core.$strip>>>;
6455
+ name: z.ZodString;
6456
+ title: z.ZodOptional<z.ZodString>;
6457
+ }, z.core.$strip>>>;
6245
6458
  }, z.core.$loose>>;
6246
6459
  }, z.core.$strict>, z.ZodObject<{
6247
6460
  _meta: z.ZodOptional<z.ZodObject<{
6248
- /**
6249
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
6250
- */
6251
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
6252
- /**
6253
- * If specified, this request is related to the provided task.
6254
- */
6255
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
6256
- taskId: z.ZodString;
6257
- }, z.core.$strip>>;
6461
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
6462
+ version: z.ZodString;
6463
+ websiteUrl: z.ZodOptional<z.ZodString>;
6464
+ description: z.ZodOptional<z.ZodString>;
6465
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
6466
+ src: z.ZodString;
6467
+ mimeType: z.ZodOptional<z.ZodString>;
6468
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
6469
+ theme: z.ZodOptional<z.ZodEnum<{
6470
+ light: "light";
6471
+ dark: "dark";
6472
+ }>>;
6473
+ }, z.core.$strip>>>;
6474
+ name: z.ZodString;
6475
+ title: z.ZodOptional<z.ZodString>;
6476
+ }, z.core.$strip>>>;
6258
6477
  }, z.core.$loose>>;
6259
6478
  model: z.ZodString;
6260
6479
  stopReason: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
@@ -6307,16 +6526,22 @@ declare const ClientResultSchema: z.ZodUnion<readonly [z.ZodObject<{
6307
6526
  }, z.core.$strip>], "type">;
6308
6527
  }, z.core.$loose>, z.ZodObject<{
6309
6528
  _meta: z.ZodOptional<z.ZodObject<{
6310
- /**
6311
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
6312
- */
6313
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
6314
- /**
6315
- * If specified, this request is related to the provided task.
6316
- */
6317
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
6318
- taskId: z.ZodString;
6319
- }, z.core.$strip>>;
6529
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
6530
+ version: z.ZodString;
6531
+ websiteUrl: z.ZodOptional<z.ZodString>;
6532
+ description: z.ZodOptional<z.ZodString>;
6533
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
6534
+ src: z.ZodString;
6535
+ mimeType: z.ZodOptional<z.ZodString>;
6536
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
6537
+ theme: z.ZodOptional<z.ZodEnum<{
6538
+ light: "light";
6539
+ dark: "dark";
6540
+ }>>;
6541
+ }, z.core.$strip>>>;
6542
+ name: z.ZodString;
6543
+ title: z.ZodOptional<z.ZodString>;
6544
+ }, z.core.$strip>>>;
6320
6545
  }, z.core.$loose>>;
6321
6546
  model: z.ZodString;
6322
6547
  stopReason: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
@@ -6606,16 +6831,22 @@ declare const ClientResultSchema: z.ZodUnion<readonly [z.ZodObject<{
6606
6831
  }, z.core.$strip>], "type">>]>;
6607
6832
  }, z.core.$loose>, z.ZodObject<{
6608
6833
  _meta: z.ZodOptional<z.ZodObject<{
6609
- /**
6610
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
6611
- */
6612
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
6613
- /**
6614
- * If specified, this request is related to the provided task.
6615
- */
6616
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
6617
- taskId: z.ZodString;
6618
- }, z.core.$strip>>;
6834
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
6835
+ version: z.ZodString;
6836
+ websiteUrl: z.ZodOptional<z.ZodString>;
6837
+ description: z.ZodOptional<z.ZodString>;
6838
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
6839
+ src: z.ZodString;
6840
+ mimeType: z.ZodOptional<z.ZodString>;
6841
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
6842
+ theme: z.ZodOptional<z.ZodEnum<{
6843
+ light: "light";
6844
+ dark: "dark";
6845
+ }>>;
6846
+ }, z.core.$strip>>>;
6847
+ name: z.ZodString;
6848
+ title: z.ZodOptional<z.ZodString>;
6849
+ }, z.core.$strip>>>;
6619
6850
  }, z.core.$loose>>;
6620
6851
  action: z.ZodEnum<{
6621
6852
  cancel: "cancel";
@@ -6625,16 +6856,22 @@ declare const ClientResultSchema: z.ZodUnion<readonly [z.ZodObject<{
6625
6856
  content: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodString>]>>>>;
6626
6857
  }, z.core.$loose>, z.ZodObject<{
6627
6858
  _meta: z.ZodOptional<z.ZodObject<{
6628
- /**
6629
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
6630
- */
6631
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
6632
- /**
6633
- * If specified, this request is related to the provided task.
6634
- */
6635
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
6636
- taskId: z.ZodString;
6637
- }, z.core.$strip>>;
6859
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
6860
+ version: z.ZodString;
6861
+ websiteUrl: z.ZodOptional<z.ZodString>;
6862
+ description: z.ZodOptional<z.ZodString>;
6863
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
6864
+ src: z.ZodString;
6865
+ mimeType: z.ZodOptional<z.ZodString>;
6866
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
6867
+ theme: z.ZodOptional<z.ZodEnum<{
6868
+ light: "light";
6869
+ dark: "dark";
6870
+ }>>;
6871
+ }, z.core.$strip>>>;
6872
+ name: z.ZodString;
6873
+ title: z.ZodOptional<z.ZodString>;
6874
+ }, z.core.$strip>>>;
6638
6875
  }, z.core.$loose>>;
6639
6876
  roots: z.ZodArray<z.ZodObject<{
6640
6877
  uri: z.ZodString;
@@ -7335,29 +7572,41 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7335
7572
  * for notes on `_meta` usage.
7336
7573
  */
7337
7574
  _meta: z.ZodOptional<z.ZodObject<{
7338
- /**
7339
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7340
- */
7341
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7342
- /**
7343
- * If specified, this request is related to the provided task.
7344
- */
7345
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7346
- taskId: z.ZodString;
7347
- }, z.core.$strip>>;
7575
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7576
+ version: z.ZodString;
7577
+ websiteUrl: z.ZodOptional<z.ZodString>;
7578
+ description: z.ZodOptional<z.ZodString>;
7579
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7580
+ src: z.ZodString;
7581
+ mimeType: z.ZodOptional<z.ZodString>;
7582
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7583
+ theme: z.ZodOptional<z.ZodEnum<{
7584
+ light: "light";
7585
+ dark: "dark";
7586
+ }>>;
7587
+ }, z.core.$strip>>>;
7588
+ name: z.ZodString;
7589
+ title: z.ZodOptional<z.ZodString>;
7590
+ }, z.core.$strip>>>;
7348
7591
  }, z.core.$loose>>;
7349
7592
  }, z.core.$strict>, z.ZodObject<{
7350
7593
  _meta: z.ZodOptional<z.ZodObject<{
7351
- /**
7352
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7353
- */
7354
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7355
- /**
7356
- * If specified, this request is related to the provided task.
7357
- */
7358
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7359
- taskId: z.ZodString;
7360
- }, z.core.$strip>>;
7594
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7595
+ version: z.ZodString;
7596
+ websiteUrl: z.ZodOptional<z.ZodString>;
7597
+ description: z.ZodOptional<z.ZodString>;
7598
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7599
+ src: z.ZodString;
7600
+ mimeType: z.ZodOptional<z.ZodString>;
7601
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7602
+ theme: z.ZodOptional<z.ZodEnum<{
7603
+ light: "light";
7604
+ dark: "dark";
7605
+ }>>;
7606
+ }, z.core.$strip>>>;
7607
+ name: z.ZodString;
7608
+ title: z.ZodOptional<z.ZodString>;
7609
+ }, z.core.$strip>>>;
7361
7610
  }, z.core.$loose>>;
7362
7611
  protocolVersion: z.ZodString;
7363
7612
  capabilities: z.ZodObject<{
@@ -7416,16 +7665,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7416
7665
  instructions: z.ZodOptional<z.ZodString>;
7417
7666
  }, z.core.$loose>, z.ZodObject<{
7418
7667
  _meta: z.ZodOptional<z.ZodObject<{
7419
- /**
7420
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7421
- */
7422
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7423
- /**
7424
- * If specified, this request is related to the provided task.
7425
- */
7426
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7427
- taskId: z.ZodString;
7428
- }, z.core.$strip>>;
7668
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7669
+ version: z.ZodString;
7670
+ websiteUrl: z.ZodOptional<z.ZodString>;
7671
+ description: z.ZodOptional<z.ZodString>;
7672
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7673
+ src: z.ZodString;
7674
+ mimeType: z.ZodOptional<z.ZodString>;
7675
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7676
+ theme: z.ZodOptional<z.ZodEnum<{
7677
+ light: "light";
7678
+ dark: "dark";
7679
+ }>>;
7680
+ }, z.core.$strip>>>;
7681
+ name: z.ZodString;
7682
+ title: z.ZodOptional<z.ZodString>;
7683
+ }, z.core.$strip>>>;
7429
7684
  }, z.core.$loose>>;
7430
7685
  supportedVersions: z.ZodArray<z.ZodString>;
7431
7686
  capabilities: z.ZodObject<{
@@ -7465,35 +7720,25 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7465
7720
  }, z.core.$loose>>;
7466
7721
  extensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JSONObject, JSONObject, z.core.$ZodTypeInternals<JSONObject, JSONObject>>>>;
7467
7722
  }, z.core.$strip>;
7468
- serverInfo: z.ZodObject<{
7469
- version: z.ZodString;
7470
- websiteUrl: z.ZodOptional<z.ZodString>;
7471
- description: z.ZodOptional<z.ZodString>;
7472
- icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7473
- src: z.ZodString;
7474
- mimeType: z.ZodOptional<z.ZodString>;
7475
- sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7476
- theme: z.ZodOptional<z.ZodEnum<{
7477
- light: "light";
7478
- dark: "dark";
7479
- }>>;
7480
- }, z.core.$strip>>>;
7481
- name: z.ZodString;
7482
- title: z.ZodOptional<z.ZodString>;
7483
- }, z.core.$strip>;
7484
7723
  instructions: z.ZodOptional<z.ZodString>;
7485
7724
  }, z.core.$loose>, z.ZodObject<{
7486
7725
  _meta: z.ZodOptional<z.ZodObject<{
7487
- /**
7488
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7489
- */
7490
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7491
- /**
7492
- * If specified, this request is related to the provided task.
7493
- */
7494
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7495
- taskId: z.ZodString;
7496
- }, z.core.$strip>>;
7726
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7727
+ version: z.ZodString;
7728
+ websiteUrl: z.ZodOptional<z.ZodString>;
7729
+ description: z.ZodOptional<z.ZodString>;
7730
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7731
+ src: z.ZodString;
7732
+ mimeType: z.ZodOptional<z.ZodString>;
7733
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7734
+ theme: z.ZodOptional<z.ZodEnum<{
7735
+ light: "light";
7736
+ dark: "dark";
7737
+ }>>;
7738
+ }, z.core.$strip>>>;
7739
+ name: z.ZodString;
7740
+ title: z.ZodOptional<z.ZodString>;
7741
+ }, z.core.$strip>>>;
7497
7742
  }, z.core.$loose>>;
7498
7743
  completion: z.ZodObject<{
7499
7744
  /**
@@ -7511,16 +7756,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7511
7756
  }, z.core.$loose>;
7512
7757
  }, z.core.$loose>, z.ZodObject<{
7513
7758
  _meta: z.ZodOptional<z.ZodObject<{
7514
- /**
7515
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7516
- */
7517
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7518
- /**
7519
- * If specified, this request is related to the provided task.
7520
- */
7521
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7522
- taskId: z.ZodString;
7523
- }, z.core.$strip>>;
7759
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7760
+ version: z.ZodString;
7761
+ websiteUrl: z.ZodOptional<z.ZodString>;
7762
+ description: z.ZodOptional<z.ZodString>;
7763
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7764
+ src: z.ZodString;
7765
+ mimeType: z.ZodOptional<z.ZodString>;
7766
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7767
+ theme: z.ZodOptional<z.ZodEnum<{
7768
+ light: "light";
7769
+ dark: "dark";
7770
+ }>>;
7771
+ }, z.core.$strip>>>;
7772
+ name: z.ZodString;
7773
+ title: z.ZodOptional<z.ZodString>;
7774
+ }, z.core.$strip>>>;
7524
7775
  }, z.core.$loose>>;
7525
7776
  description: z.ZodOptional<z.ZodString>;
7526
7777
  messages: z.ZodArray<z.ZodObject<{
@@ -7618,16 +7869,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7618
7869
  }, z.core.$strip>>;
7619
7870
  }, z.core.$loose>, z.ZodObject<{
7620
7871
  _meta: z.ZodOptional<z.ZodObject<{
7621
- /**
7622
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7623
- */
7624
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7625
- /**
7626
- * If specified, this request is related to the provided task.
7627
- */
7628
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7629
- taskId: z.ZodString;
7630
- }, z.core.$strip>>;
7872
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7873
+ version: z.ZodString;
7874
+ websiteUrl: z.ZodOptional<z.ZodString>;
7875
+ description: z.ZodOptional<z.ZodString>;
7876
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7877
+ src: z.ZodString;
7878
+ mimeType: z.ZodOptional<z.ZodString>;
7879
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7880
+ theme: z.ZodOptional<z.ZodEnum<{
7881
+ light: "light";
7882
+ dark: "dark";
7883
+ }>>;
7884
+ }, z.core.$strip>>>;
7885
+ name: z.ZodString;
7886
+ title: z.ZodOptional<z.ZodString>;
7887
+ }, z.core.$strip>>>;
7631
7888
  }, z.core.$loose>>;
7632
7889
  nextCursor: z.ZodOptional<z.ZodString>;
7633
7890
  prompts: z.ZodArray<z.ZodObject<{
@@ -7652,16 +7909,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7652
7909
  }, z.core.$strip>>;
7653
7910
  }, z.core.$loose>, z.ZodObject<{
7654
7911
  _meta: z.ZodOptional<z.ZodObject<{
7655
- /**
7656
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7657
- */
7658
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7659
- /**
7660
- * If specified, this request is related to the provided task.
7661
- */
7662
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7663
- taskId: z.ZodString;
7664
- }, z.core.$strip>>;
7912
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7913
+ version: z.ZodString;
7914
+ websiteUrl: z.ZodOptional<z.ZodString>;
7915
+ description: z.ZodOptional<z.ZodString>;
7916
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7917
+ src: z.ZodString;
7918
+ mimeType: z.ZodOptional<z.ZodString>;
7919
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7920
+ theme: z.ZodOptional<z.ZodEnum<{
7921
+ light: "light";
7922
+ dark: "dark";
7923
+ }>>;
7924
+ }, z.core.$strip>>>;
7925
+ name: z.ZodString;
7926
+ title: z.ZodOptional<z.ZodString>;
7927
+ }, z.core.$strip>>>;
7665
7928
  }, z.core.$loose>>;
7666
7929
  nextCursor: z.ZodOptional<z.ZodString>;
7667
7930
  resources: z.ZodArray<z.ZodObject<{
@@ -7692,16 +7955,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7692
7955
  }, z.core.$strip>>;
7693
7956
  }, z.core.$loose>, z.ZodObject<{
7694
7957
  _meta: z.ZodOptional<z.ZodObject<{
7695
- /**
7696
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7697
- */
7698
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7699
- /**
7700
- * If specified, this request is related to the provided task.
7701
- */
7702
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7703
- taskId: z.ZodString;
7704
- }, z.core.$strip>>;
7958
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
7959
+ version: z.ZodString;
7960
+ websiteUrl: z.ZodOptional<z.ZodString>;
7961
+ description: z.ZodOptional<z.ZodString>;
7962
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
7963
+ src: z.ZodString;
7964
+ mimeType: z.ZodOptional<z.ZodString>;
7965
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
7966
+ theme: z.ZodOptional<z.ZodEnum<{
7967
+ light: "light";
7968
+ dark: "dark";
7969
+ }>>;
7970
+ }, z.core.$strip>>>;
7971
+ name: z.ZodString;
7972
+ title: z.ZodOptional<z.ZodString>;
7973
+ }, z.core.$strip>>>;
7705
7974
  }, z.core.$loose>>;
7706
7975
  nextCursor: z.ZodOptional<z.ZodString>;
7707
7976
  resourceTemplates: z.ZodArray<z.ZodObject<{
@@ -7731,16 +8000,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7731
8000
  }, z.core.$strip>>;
7732
8001
  }, z.core.$loose>, z.ZodObject<{
7733
8002
  _meta: z.ZodOptional<z.ZodObject<{
7734
- /**
7735
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7736
- */
7737
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7738
- /**
7739
- * If specified, this request is related to the provided task.
7740
- */
7741
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7742
- taskId: z.ZodString;
7743
- }, z.core.$strip>>;
8003
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
8004
+ version: z.ZodString;
8005
+ websiteUrl: z.ZodOptional<z.ZodString>;
8006
+ description: z.ZodOptional<z.ZodString>;
8007
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
8008
+ src: z.ZodString;
8009
+ mimeType: z.ZodOptional<z.ZodString>;
8010
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
8011
+ theme: z.ZodOptional<z.ZodEnum<{
8012
+ light: "light";
8013
+ dark: "dark";
8014
+ }>>;
8015
+ }, z.core.$strip>>>;
8016
+ name: z.ZodString;
8017
+ title: z.ZodOptional<z.ZodString>;
8018
+ }, z.core.$strip>>>;
7744
8019
  }, z.core.$loose>>;
7745
8020
  contents: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
7746
8021
  uri: z.ZodString;
@@ -7755,16 +8030,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7755
8030
  }, z.core.$strip>]>>;
7756
8031
  }, z.core.$loose>, z.ZodObject<{
7757
8032
  _meta: z.ZodOptional<z.ZodObject<{
7758
- /**
7759
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7760
- */
7761
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7762
- /**
7763
- * If specified, this request is related to the provided task.
7764
- */
7765
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7766
- taskId: z.ZodString;
7767
- }, z.core.$strip>>;
8033
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
8034
+ version: z.ZodString;
8035
+ websiteUrl: z.ZodOptional<z.ZodString>;
8036
+ description: z.ZodOptional<z.ZodString>;
8037
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
8038
+ src: z.ZodString;
8039
+ mimeType: z.ZodOptional<z.ZodString>;
8040
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
8041
+ theme: z.ZodOptional<z.ZodEnum<{
8042
+ light: "light";
8043
+ dark: "dark";
8044
+ }>>;
8045
+ }, z.core.$strip>>>;
8046
+ name: z.ZodString;
8047
+ title: z.ZodOptional<z.ZodString>;
8048
+ }, z.core.$strip>>>;
7768
8049
  }, z.core.$loose>>;
7769
8050
  content: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
7770
8051
  type: z.ZodLiteral<"text">;
@@ -7857,16 +8138,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7857
8138
  isError: z.ZodOptional<z.ZodBoolean>;
7858
8139
  }, z.core.$loose>, z.ZodObject<{
7859
8140
  _meta: z.ZodOptional<z.ZodObject<{
7860
- /**
7861
- * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
7862
- */
7863
- progressToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
7864
- /**
7865
- * If specified, this request is related to the provided task.
7866
- */
7867
- "io.modelcontextprotocol/related-task": z.ZodOptional<z.ZodObject<{
7868
- taskId: z.ZodString;
7869
- }, z.core.$strip>>;
8141
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
8142
+ version: z.ZodString;
8143
+ websiteUrl: z.ZodOptional<z.ZodString>;
8144
+ description: z.ZodOptional<z.ZodString>;
8145
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
8146
+ src: z.ZodString;
8147
+ mimeType: z.ZodOptional<z.ZodString>;
8148
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
8149
+ theme: z.ZodOptional<z.ZodEnum<{
8150
+ light: "light";
8151
+ dark: "dark";
8152
+ }>>;
8153
+ }, z.core.$strip>>>;
8154
+ name: z.ZodString;
8155
+ title: z.ZodOptional<z.ZodString>;
8156
+ }, z.core.$strip>>>;
7870
8157
  }, z.core.$loose>>;
7871
8158
  nextCursor: z.ZodOptional<z.ZodString>;
7872
8159
  tools: z.ZodArray<z.ZodObject<{
@@ -7908,6 +8195,22 @@ declare const ServerResultSchema: z.ZodUnion<readonly [z.ZodObject<{
7908
8195
  }, z.core.$strip>>;
7909
8196
  }, z.core.$loose>, z.ZodObject<{
7910
8197
  _meta: z.ZodObject<{
8198
+ readonly "io.modelcontextprotocol/serverInfo": z.ZodCatch<z.ZodOptional<z.ZodObject<{
8199
+ version: z.ZodString;
8200
+ websiteUrl: z.ZodOptional<z.ZodString>;
8201
+ description: z.ZodOptional<z.ZodString>;
8202
+ icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
8203
+ src: z.ZodString;
8204
+ mimeType: z.ZodOptional<z.ZodString>;
8205
+ sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
8206
+ theme: z.ZodOptional<z.ZodEnum<{
8207
+ light: "light";
8208
+ dark: "dark";
8209
+ }>>;
8210
+ }, z.core.$strip>>>;
8211
+ name: z.ZodString;
8212
+ title: z.ZodOptional<z.ZodString>;
8213
+ }, z.core.$strip>>>;
7911
8214
  "io.modelcontextprotocol/subscriptionId": z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
7912
8215
  }, z.core.$loose>;
7913
8216
  }, z.core.$loose>]>;
@@ -8194,5 +8497,5 @@ type OAuthTokenRevocationRequest = z.infer<typeof OAuthTokenRevocationRequestSch
8194
8497
  type OAuthProtectedResourceMetadata = z.infer<typeof OAuthProtectedResourceMetadataSchema>;
8195
8498
  type AuthorizationServerMetadata = OAuthMetadata | OpenIdProviderDiscoveryMetadata;
8196
8499
  //#endregion
8197
- export { ContentBlockSchema as $, SetLevelRequestParamsSchema as $n, ListTasksResultSchema as $t, StoredOAuthTokens as A, RequestMetaSchema as An, UnsubscribeRequestParamsSchema as Ar, InitializeRequestSchema as At, CancelTaskRequestSchema as B, ResourceUpdatedNotificationSchema as Bn, JSONRPCResultResponseSchema as Bt, OpenIdProviderDiscoveryMetadata as C, PromptReferenceSchema as Cn, ToolAnnotationsSchema as Cr, GetTaskRequestSchema as Ct, OptionalSafeUrlSchema as D, ReadResourceResultSchema as Dn, ToolResultContentSchema as Dr, ImageContentSchema as Dt, OpenIdProviderMetadataSchema as E, ReadResourceRequestSchema as En, ToolListChangedNotificationSchema as Er, IconsSchema as Et, BlobResourceContentsSchema as F, ResourceRequestParamsSchema as Fn, JSONObject as Fr, JSONRPCErrorResponseSchema as Ft, ClientNotificationSchema as G, SamplingContentSchema as Gn, ListPromptsResultSchema as Gt, CancelledNotificationParamsSchema as H, RoleSchema as Hn, LegacyTitledEnumSchemaSchema as Ht, BooleanSchemaSchema as I, ResourceSchema as In, JSONValue as Ir, JSONRPCMessageSchema as It, ClientTasksCapabilitySchema as J, ServerCapabilitiesSchema as Jn, ListResourcesRequestSchema as Jt, ClientRequestSchema as K, SamplingMessageContentBlockSchema as Kn, ListResourceTemplatesRequestSchema as Kt, CallToolRequestParamsSchema as L, ResourceTemplateReferenceSchema as Ln, JSONRPCNotificationSchema as Lt, AudioContentSchema as M, ResourceContentsSchema as Mn, UntitledMultiSelectEnumSchemaSchema as Mr, InitializedNotificationSchema as Mt, BaseMetadataSchema as N, ResourceLinkSchema as Nn, UntitledSingleSelectEnumSchemaSchema as Nr, JSONArraySchema as Nt, SafeUrlSchema as O, RelatedTaskMetadataSchema as On, ToolSchema as Or, ImplementationSchema as Ot, BaseRequestParamsSchema as P, ResourceListChangedNotificationSchema as Pn, JSONArray as Pr, JSONObjectSchema as Pt, CompleteResultSchema as Q, ServerTasksCapabilitySchema as Qn, ListTasksRequestSchema as Qt, CallToolRequestSchema as R, ResourceTemplateSchema as Rn, JSONRPCRequestSchema as Rt, OAuthTokensSchema as S, PromptMessageSchema as Sn, TitledSingleSelectEnumSchemaSchema as Sr, GetTaskPayloadResultSchema as St, OpenIdProviderMetadata as T, ReadResourceRequestParamsSchema as Tn, ToolExecutionSchema as Tr, IconSchema as Tt, CancelledNotificationSchema as U, RootSchema as Un, ListChangedOptionsBaseSchema as Ut, CancelTaskResultSchema as V, ResultSchema as Vn, JSONValueSchema as Vt, ClientCapabilitiesSchema as W, RootsListChangedNotificationSchema as Wn, ListPromptsRequestSchema as Wt, CompleteRequestParamsSchema as X, ServerRequestSchema as Xn, ListRootsRequestSchema as Xt, CompatibilityCallToolResultSchema as Y, ServerNotificationSchema as Yn, ListResourcesResultSchema as Yt, CompleteRequestSchema as Z, ServerResultSchema as Zn, ListRootsResultSchema as Zt, OAuthProtectedResourceMetadata as _, ProgressNotificationSchema as _n, TaskStatusNotificationSchema as _r, EnumSchemaSchema as _t, OAuthClientInformationFull as a, ModelHintSchema as an, SubscriptionFilterSchema as ar, CursorSchema as at, OAuthTokenRevocationRequestSchema as b, PromptArgumentSchema as bn, TextResourceContentsSchema as br, GetPromptResultSchema as bt, OAuthClientInformationSchema as c, NotificationSchema as cn, SubscriptionsListenRequestParamsSchema as cr, ElicitRequestFormParamsSchema as ct, OAuthClientRegistrationError as d, PaginatedRequestParamsSchema as dn, SubscriptionsListenResultSchema as dr, ElicitRequestURLParamsSchema as dt, ListToolsRequestSchema as en, SetLevelRequestSchema as er, CreateMessageRequestParamsSchema as et, OAuthClientRegistrationErrorSchema as f, PaginatedRequestSchema as fn, TaskAugmentedRequestParamsSchema as fr, ElicitResultSchema as ft, OAuthMetadataSchema as g, ProgressNotificationParamsSchema as gn, TaskStatusNotificationParamsSchema as gr, EmptyResultSchema as gt, OAuthMetadata as h, PrimitiveSchemaDefinitionSchema as hn, TaskSchema as hr, EmbeddedResourceSchema as ht, OAuthClientInformation as i, LoggingMessageNotificationSchema as in, SubscribeRequestSchema as ir, CreateTaskResultSchema as it, AnnotationsSchema as j, RequestSchema as jn, UnsubscribeRequestSchema as jr, InitializeResultSchema as jt, StoredOAuthClientInformation as k, RequestIdSchema as kn, ToolUseContentSchema as kr, InitializeRequestParamsSchema as kt, OAuthClientMetadata as l, NotificationsParamsSchema as ln, SubscriptionsListenRequestSchema as lr, ElicitRequestParamsSchema as lt, OAuthErrorResponseSchema as m, PingRequestSchema as mn, TaskMetadataSchema as mr, ElicitationCompleteNotificationSchema as mt, IdJagTokenExchangeResponse as n, LoggingLevelSchema as nn, StringSchemaSchema as nr, CreateMessageResultSchema as nt, OAuthClientInformationFullSchema as o, ModelPreferencesSchema as on, SubscriptionsAcknowledgedNotificationParamsSchema as or, DiscoverRequestSchema as ot, OAuthErrorResponse as p, PaginatedResultSchema as pn, TaskCreationParamsSchema as pr, ElicitationCompleteNotificationParamsSchema as pt, ClientResultSchema as q, SamplingMessageSchema as qn, ListResourceTemplatesResultSchema as qt, IdJagTokenExchangeResponseSchema as r, LoggingMessageNotificationParamsSchema as rn, SubscribeRequestParamsSchema as rr, CreateMessageResultWithToolsSchema as rt, OAuthClientInformationMixed as s, MultiSelectEnumSchemaSchema as sn, SubscriptionsAcknowledgedNotificationSchema as sr, DiscoverResultSchema as st, AuthorizationServerMetadata as t, ListToolsResultSchema as tn, SingleSelectEnumSchemaSchema as tr, CreateMessageRequestSchema as tt, OAuthClientMetadataSchema as u, NumberSchemaSchema as un, SubscriptionsListenResultMetaSchema as ur, ElicitRequestSchema as ut, OAuthProtectedResourceMetadataSchema as v, ProgressSchema as vn, TaskStatusSchema as vr, GetPromptRequestParamsSchema as vt, OpenIdProviderDiscoveryMetadataSchema as w, PromptSchema as wn, ToolChoiceSchema as wr, GetTaskResultSchema as wt, OAuthTokens as x, PromptListChangedNotificationSchema as xn, TitledMultiSelectEnumSchemaSchema as xr, GetTaskPayloadRequestSchema as xt, OAuthTokenRevocationRequest as y, ProgressTokenSchema as yn, TextContentSchema as yr, GetPromptRequestSchema as yt, CallToolResultSchema as z, ResourceUpdatedNotificationParamsSchema as zn, JSONRPCResponseSchema as zt };
8198
- //# sourceMappingURL=auth-BUWfrB3C.d.cts.map
8500
+ export { ContentBlockSchema as $, ServerTasksCapabilitySchema as $n, ListTasksResultSchema as $t, StoredOAuthTokens as A, RequestMetaSchema as An, ToolUseContentSchema as Ar, InitializeRequestSchema as At, CancelTaskRequestSchema as B, ResourceUpdatedNotificationSchema as Bn, JSONRPCResultResponseSchema as Bt, OpenIdProviderDiscoveryMetadata as C, PromptReferenceSchema as Cn, TitledSingleSelectEnumSchemaSchema as Cr, GetTaskRequestSchema as Ct, OptionalSafeUrlSchema as D, ReadResourceResultSchema as Dn, ToolListChangedNotificationSchema as Dr, ImageContentSchema as Dt, OpenIdProviderMetadataSchema as E, ReadResourceRequestSchema as En, ToolExecutionSchema as Er, IconsSchema as Et, BlobResourceContentsSchema as F, ResourceRequestParamsSchema as Fn, JSONArray as Fr, JSONRPCErrorResponseSchema as Ft, ClientNotificationSchema as G, RootsListChangedNotificationSchema as Gn, ListPromptsResultSchema as Gt, CancelledNotificationParamsSchema as H, ResultSchema as Hn, LegacyTitledEnumSchemaSchema as Ht, BooleanSchemaSchema as I, ResourceSchema as In, JSONObject as Ir, JSONRPCMessageSchema as It, ClientTasksCapabilitySchema as J, SamplingMessageSchema as Jn, ListResourcesRequestSchema as Jt, ClientRequestSchema as K, SamplingContentSchema as Kn, ListResourceTemplatesRequestSchema as Kt, CallToolRequestParamsSchema as L, ResourceTemplateReferenceSchema as Ln, JSONValue as Lr, JSONRPCNotificationSchema as Lt, AudioContentSchema as M, ResourceContentsSchema as Mn, UnsubscribeRequestSchema as Mr, InitializedNotificationSchema as Mt, BaseMetadataSchema as N, ResourceLinkSchema as Nn, UntitledMultiSelectEnumSchemaSchema as Nr, JSONArraySchema as Nt, SafeUrlSchema as O, RelatedTaskMetadataSchema as On, ToolResultContentSchema as Or, ImplementationSchema as Ot, BaseRequestParamsSchema as P, ResourceListChangedNotificationSchema as Pn, UntitledSingleSelectEnumSchemaSchema as Pr, JSONObjectSchema as Pt, CompleteResultSchema as Q, ServerResultSchema as Qn, ListTasksRequestSchema as Qt, CallToolRequestSchema as R, ResourceTemplateSchema as Rn, JSONRPCRequestSchema as Rt, OAuthTokensSchema as S, PromptMessageSchema as Sn, TitledMultiSelectEnumSchemaSchema as Sr, GetTaskPayloadResultSchema as St, OpenIdProviderMetadata as T, ReadResourceRequestParamsSchema as Tn, ToolChoiceSchema as Tr, IconSchema as Tt, CancelledNotificationSchema as U, RoleSchema as Un, ListChangedOptionsBaseSchema as Ut, CancelTaskResultSchema as V, ResultMetaObjectSchema as Vn, JSONValueSchema as Vt, ClientCapabilitiesSchema as W, RootSchema as Wn, ListPromptsRequestSchema as Wt, CompleteRequestParamsSchema as X, ServerNotificationSchema as Xn, ListRootsRequestSchema as Xt, CompatibilityCallToolResultSchema as Y, ServerCapabilitiesSchema as Yn, ListResourcesResultSchema as Yt, CompleteRequestSchema as Z, ServerRequestSchema as Zn, ListRootsResultSchema as Zt, OAuthProtectedResourceMetadata as _, ProgressNotificationSchema as _n, TaskStatusNotificationParamsSchema as _r, EnumSchemaSchema as _t, OAuthClientInformationFull as a, ModelHintSchema as an, SubscribeRequestSchema as ar, CursorSchema as at, OAuthTokenRevocationRequestSchema as b, PromptArgumentSchema as bn, TextContentSchema as br, GetPromptResultSchema as bt, OAuthClientInformationSchema as c, NotificationSchema as cn, SubscriptionsAcknowledgedNotificationSchema as cr, ElicitRequestFormParamsSchema as ct, OAuthClientRegistrationError as d, PaginatedRequestParamsSchema as dn, SubscriptionsListenResultMetaSchema as dr, ElicitRequestURLParamsSchema as dt, ListToolsRequestSchema as en, SetLevelRequestParamsSchema as er, CreateMessageRequestParamsSchema as et, OAuthClientRegistrationErrorSchema as f, PaginatedRequestSchema as fn, SubscriptionsListenResultSchema as fr, ElicitResultSchema as ft, OAuthMetadataSchema as g, ProgressNotificationParamsSchema as gn, TaskSchema as gr, EmptyResultSchema as gt, OAuthMetadata as h, PrimitiveSchemaDefinitionSchema as hn, TaskMetadataSchema as hr, EmbeddedResourceSchema as ht, OAuthClientInformation as i, LoggingMessageNotificationSchema as in, SubscribeRequestParamsSchema as ir, CreateTaskResultSchema as it, AnnotationsSchema as j, RequestSchema as jn, UnsubscribeRequestParamsSchema as jr, InitializeResultSchema as jt, StoredOAuthClientInformation as k, RequestIdSchema as kn, ToolSchema as kr, InitializeRequestParamsSchema as kt, OAuthClientMetadata as l, NotificationsParamsSchema as ln, SubscriptionsListenRequestParamsSchema as lr, ElicitRequestParamsSchema as lt, OAuthErrorResponseSchema as m, PingRequestSchema as mn, TaskCreationParamsSchema as mr, ElicitationCompleteNotificationSchema as mt, IdJagTokenExchangeResponse as n, LoggingLevelSchema as nn, SingleSelectEnumSchemaSchema as nr, CreateMessageResultSchema as nt, OAuthClientInformationFullSchema as o, ModelPreferencesSchema as on, SubscriptionFilterSchema as or, DiscoverRequestSchema as ot, OAuthErrorResponse as p, PaginatedResultSchema as pn, TaskAugmentedRequestParamsSchema as pr, ElicitationCompleteNotificationParamsSchema as pt, ClientResultSchema as q, SamplingMessageContentBlockSchema as qn, ListResourceTemplatesResultSchema as qt, IdJagTokenExchangeResponseSchema as r, LoggingMessageNotificationParamsSchema as rn, StringSchemaSchema as rr, CreateMessageResultWithToolsSchema as rt, OAuthClientInformationMixed as s, MultiSelectEnumSchemaSchema as sn, SubscriptionsAcknowledgedNotificationParamsSchema as sr, DiscoverResultSchema as st, AuthorizationServerMetadata as t, ListToolsResultSchema as tn, SetLevelRequestSchema as tr, CreateMessageRequestSchema as tt, OAuthClientMetadataSchema as u, NumberSchemaSchema as un, SubscriptionsListenRequestSchema as ur, ElicitRequestSchema as ut, OAuthProtectedResourceMetadataSchema as v, ProgressSchema as vn, TaskStatusNotificationSchema as vr, GetPromptRequestParamsSchema as vt, OpenIdProviderDiscoveryMetadataSchema as w, PromptSchema as wn, ToolAnnotationsSchema as wr, GetTaskResultSchema as wt, OAuthTokens as x, PromptListChangedNotificationSchema as xn, TextResourceContentsSchema as xr, GetTaskPayloadRequestSchema as xt, OAuthTokenRevocationRequest as y, ProgressTokenSchema as yn, TaskStatusSchema as yr, GetPromptRequestSchema as yt, CallToolResultSchema as z, ResourceUpdatedNotificationParamsSchema as zn, JSONRPCResponseSchema as zt };
8501
+ //# sourceMappingURL=auth-B2Q9_Vxp.d.cts.map