@better-fullstack/types 2.6.2 → 2.6.4

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 (51) hide show
  1. package/dist/{defaults-CZeSVSu8.d.mts → defaults-B8xnKlp6.d.mts} +2 -2
  2. package/dist/defaults-B8xnKlp6.d.mts.map +1 -0
  3. package/dist/{defaults-DTS30ICD.mjs → defaults-nq08Mnf5.mjs} +2 -1
  4. package/dist/defaults-nq08Mnf5.mjs.map +1 -0
  5. package/dist/defaults.d.mts +3 -3
  6. package/dist/defaults.mjs +1 -1
  7. package/dist/index.d.mts +31 -31
  8. package/dist/index.d.mts.map +1 -1
  9. package/dist/index.mjs +15 -6
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/json-schema.d.mts +370 -322
  12. package/dist/json-schema.d.mts.map +1 -1
  13. package/dist/json-schema.mjs +1 -1
  14. package/dist/{schemas-82xJXQrZ.d.mts → schemas-CgldOz7b.d.mts} +682 -633
  15. package/dist/schemas-CgldOz7b.d.mts.map +1 -0
  16. package/dist/{schemas-cgmdgudQ.mjs → schemas-CywxHrK2.mjs} +8 -2
  17. package/dist/schemas-CywxHrK2.mjs.map +1 -0
  18. package/dist/schemas.d.mts +2 -2
  19. package/dist/schemas.mjs +2 -2
  20. package/dist/{stack-graph-Oj-P0cij.mjs → stack-graph-B1N4281Q.mjs} +4 -2
  21. package/dist/stack-graph-B1N4281Q.mjs.map +1 -0
  22. package/dist/{stack-graph-DG53F1Q2.d.mts → stack-graph-C5tnlzLw.d.mts} +2 -2
  23. package/dist/{stack-graph-DG53F1Q2.d.mts.map → stack-graph-C5tnlzLw.d.mts.map} +1 -1
  24. package/dist/stack-graph.d.mts +3 -3
  25. package/dist/stack-graph.mjs +2 -2
  26. package/dist/{stack-translation-49iba9M5.mjs → stack-translation-DYhRy_yT.mjs} +54 -8
  27. package/dist/stack-translation-DYhRy_yT.mjs.map +1 -0
  28. package/dist/{stack-translation-0OwfhcBf.d.mts → stack-translation-vg1Nwe1o.d.mts} +7 -5
  29. package/dist/stack-translation-vg1Nwe1o.d.mts.map +1 -0
  30. package/dist/stack-translation.d.mts +4 -4
  31. package/dist/stack-translation.mjs +3 -3
  32. package/dist/{telemetry-C9qQ80l9.mjs → telemetry-C3RfYkCK.mjs} +6 -4
  33. package/dist/telemetry-C3RfYkCK.mjs.map +1 -0
  34. package/dist/{telemetry-CUtrUTe9.d.mts → telemetry-D4mP-fTC.d.mts} +3 -3
  35. package/dist/telemetry-D4mP-fTC.d.mts.map +1 -0
  36. package/dist/telemetry.d.mts +1 -1
  37. package/dist/telemetry.mjs +4 -4
  38. package/dist/{types-CfEIdtDo.d.mts → types-BvyHjJEI.d.mts} +4 -3
  39. package/dist/types-BvyHjJEI.d.mts.map +1 -0
  40. package/dist/types.d.mts +3 -3
  41. package/package.json +2 -2
  42. package/dist/defaults-CZeSVSu8.d.mts.map +0 -1
  43. package/dist/defaults-DTS30ICD.mjs.map +0 -1
  44. package/dist/schemas-82xJXQrZ.d.mts.map +0 -1
  45. package/dist/schemas-cgmdgudQ.mjs.map +0 -1
  46. package/dist/stack-graph-Oj-P0cij.mjs.map +0 -1
  47. package/dist/stack-translation-0OwfhcBf.d.mts.map +0 -1
  48. package/dist/stack-translation-49iba9M5.mjs.map +0 -1
  49. package/dist/telemetry-C9qQ80l9.mjs.map +0 -1
  50. package/dist/telemetry-CUtrUTe9.d.mts.map +0 -1
  51. package/dist/types-CfEIdtDo.d.mts.map +0 -1
@@ -21,13 +21,13 @@ declare function getORMJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
21
21
  sequelize: "sequelize";
22
22
  }>>;
23
23
  declare function getBackendJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
24
+ effect: "effect";
24
25
  none: "none";
25
26
  hono: "hono";
26
27
  express: "express";
27
28
  fastify: "fastify";
28
29
  elysia: "elysia";
29
30
  fets: "fets";
30
- effect: "effect";
31
31
  nestjs: "nestjs";
32
32
  adonisjs: "adonisjs";
33
33
  nitro: "nitro";
@@ -109,8 +109,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
109
109
  capacitor: "capacitor";
110
110
  }>>;
111
111
  declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
112
- none: "none";
113
112
  ai: "ai";
113
+ none: "none";
114
114
  "chat-sdk": "chat-sdk";
115
115
  "tanstack-showcase": "tanstack-showcase";
116
116
  }>>;
@@ -193,34 +193,34 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
193
193
  vercel: "vercel";
194
194
  }>>;
195
195
  declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
196
+ error: "error";
196
197
  merge: "merge";
197
198
  overwrite: "overwrite";
198
199
  increment: "increment";
199
- error: "error";
200
200
  }>>;
201
201
  declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
202
202
  none: "none";
203
+ uniwind: "uniwind";
203
204
  mern: "mern";
204
205
  pern: "pern";
205
206
  t3: "t3";
206
207
  saas: "saas";
207
- uniwind: "uniwind";
208
208
  }>>;
209
209
  declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
210
210
  projectName: z.ZodOptional<z.ZodString>;
211
211
  template: z.ZodOptional<z.ZodEnum<{
212
212
  none: "none";
213
+ uniwind: "uniwind";
213
214
  mern: "mern";
214
215
  pern: "pern";
215
216
  t3: "t3";
216
217
  saas: "saas";
217
- uniwind: "uniwind";
218
218
  }>>;
219
219
  shape: z.ZodOptional<z.ZodEnum<{
220
- fullstack: "fullstack";
221
220
  frontend: "frontend";
222
221
  backend: "backend";
223
222
  mobile: "mobile";
223
+ fullstack: "fullstack";
224
224
  }>>;
225
225
  yes: z.ZodOptional<z.ZodBoolean>;
226
226
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -352,8 +352,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
352
352
  capacitor: "capacitor";
353
353
  }>>>;
354
354
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
355
- none: "none";
356
355
  ai: "ai";
356
+ none: "none";
357
357
  "chat-sdk": "chat-sdk";
358
358
  "tanstack-showcase": "tanstack-showcase";
359
359
  }>>>;
@@ -387,13 +387,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
387
387
  docker: "docker";
388
388
  }>>;
389
389
  backend: z.ZodOptional<z.ZodEnum<{
390
+ effect: "effect";
390
391
  none: "none";
391
392
  hono: "hono";
392
393
  express: "express";
393
394
  fastify: "fastify";
394
395
  elysia: "elysia";
395
396
  fets: "fets";
396
- effect: "effect";
397
397
  nestjs: "nestjs";
398
398
  adonisjs: "adonisjs";
399
399
  nitro: "nitro";
@@ -440,10 +440,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
440
440
  vercel: "vercel";
441
441
  }>>;
442
442
  directoryConflict: z.ZodOptional<z.ZodEnum<{
443
+ error: "error";
443
444
  merge: "merge";
444
445
  overwrite: "overwrite";
445
446
  increment: "increment";
446
- error: "error";
447
447
  }>>;
448
448
  renderTitle: z.ZodOptional<z.ZodBoolean>;
449
449
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -472,8 +472,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
472
472
  "ai-cli": "ai-cli";
473
473
  }>>;
474
474
  effect: z.ZodOptional<z.ZodEnum<{
475
- none: "none";
476
475
  effect: "effect";
476
+ none: "none";
477
477
  "effect-full": "effect-full";
478
478
  }>>;
479
479
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -608,8 +608,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
608
608
  "geist-mono": "geist-mono";
609
609
  }>>;
610
610
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
611
- none: "none";
612
611
  default: "default";
612
+ none: "none";
613
613
  small: "small";
614
614
  medium: "medium";
615
615
  large: "large";
@@ -695,6 +695,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
695
695
  ga4: "ga4";
696
696
  "vercel-analytics": "vercel-analytics";
697
697
  }>>;
698
+ webMcp: z.ZodOptional<z.ZodEnum<{
699
+ none: "none";
700
+ enabled: "enabled";
701
+ }>>;
698
702
  cms: z.ZodOptional<z.ZodEnum<{
699
703
  none: "none";
700
704
  payload: "payload";
@@ -757,9 +761,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
757
761
  }>>;
758
762
  mobileUI: z.ZodOptional<z.ZodEnum<{
759
763
  none: "none";
760
- uniwind: "uniwind";
761
764
  tamagui: "tamagui";
762
765
  "gluestack-ui": "gluestack-ui";
766
+ uniwind: "uniwind";
763
767
  unistyles: "unistyles";
764
768
  }>>;
765
769
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -875,12 +879,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
875
879
  ratatui: "ratatui";
876
880
  }>>;
877
881
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
882
+ config: "config";
878
883
  none: "none";
879
884
  serde: "serde";
880
885
  uuid: "uuid";
881
886
  chrono: "chrono";
882
887
  reqwest: "reqwest";
883
- config: "config";
884
888
  dashmap: "dashmap";
885
889
  "parking-lot": "parking-lot";
886
890
  secrecy: "secrecy";
@@ -1525,13 +1529,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1525
1529
  sequelize: "sequelize";
1526
1530
  }>;
1527
1531
  backend: z.ZodEnum<{
1532
+ effect: "effect";
1528
1533
  none: "none";
1529
1534
  hono: "hono";
1530
1535
  express: "express";
1531
1536
  fastify: "fastify";
1532
1537
  elysia: "elysia";
1533
1538
  fets: "fets";
1534
- effect: "effect";
1535
1539
  nestjs: "nestjs";
1536
1540
  adonisjs: "adonisjs";
1537
1541
  nitro: "nitro";
@@ -1613,8 +1617,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1613
1617
  capacitor: "capacitor";
1614
1618
  }>>;
1615
1619
  examples: z.ZodArray<z.ZodEnum<{
1616
- none: "none";
1617
1620
  ai: "ai";
1621
+ none: "none";
1618
1622
  "chat-sdk": "chat-sdk";
1619
1623
  "tanstack-showcase": "tanstack-showcase";
1620
1624
  }>>;
@@ -1731,8 +1735,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1731
1735
  "ai-cli": "ai-cli";
1732
1736
  }>;
1733
1737
  effect: z.ZodEnum<{
1734
- none: "none";
1735
1738
  effect: "effect";
1739
+ none: "none";
1736
1740
  "effect-full": "effect-full";
1737
1741
  }>;
1738
1742
  stateManagement: z.ZodEnum<{
@@ -1867,8 +1871,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1867
1871
  "geist-mono": "geist-mono";
1868
1872
  }>>;
1869
1873
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1870
- none: "none";
1871
1874
  default: "default";
1875
+ none: "none";
1872
1876
  small: "small";
1873
1877
  medium: "medium";
1874
1878
  large: "large";
@@ -1954,6 +1958,10 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1954
1958
  ga4: "ga4";
1955
1959
  "vercel-analytics": "vercel-analytics";
1956
1960
  }>;
1961
+ webMcp: z.ZodDefault<z.ZodEnum<{
1962
+ none: "none";
1963
+ enabled: "enabled";
1964
+ }>>;
1957
1965
  cms: z.ZodEnum<{
1958
1966
  none: "none";
1959
1967
  payload: "payload";
@@ -2016,9 +2024,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2016
2024
  }>;
2017
2025
  mobileUI: z.ZodEnum<{
2018
2026
  none: "none";
2019
- uniwind: "uniwind";
2020
2027
  tamagui: "tamagui";
2021
2028
  "gluestack-ui": "gluestack-ui";
2029
+ uniwind: "uniwind";
2022
2030
  unistyles: "unistyles";
2023
2031
  }>;
2024
2032
  mobileStorage: z.ZodEnum<{
@@ -2134,12 +2142,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2134
2142
  ratatui: "ratatui";
2135
2143
  }>;
2136
2144
  rustLibraries: z.ZodArray<z.ZodEnum<{
2145
+ config: "config";
2137
2146
  none: "none";
2138
2147
  serde: "serde";
2139
2148
  uuid: "uuid";
2140
2149
  chrono: "chrono";
2141
2150
  reqwest: "reqwest";
2142
- config: "config";
2143
2151
  dashmap: "dashmap";
2144
2152
  "parking-lot": "parking-lot";
2145
2153
  secrecy: "secrecy";
@@ -2751,54 +2759,52 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2751
2759
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2752
2760
  id: z.ZodString;
2753
2761
  role: z.ZodEnum<{
2754
- effect: "effect";
2755
- ai: "ai";
2762
+ push: "push";
2756
2763
  frontend: "frontend";
2757
2764
  backend: "backend";
2758
2765
  mobile: "mobile";
2759
2766
  database: "database";
2767
+ api: "api";
2768
+ graphql: "graphql";
2760
2769
  orm: "orm";
2761
2770
  auth: "auth";
2762
- payments: "payments";
2763
- examples: "examples";
2764
- packageManager: "packageManager";
2765
- dbSetup: "dbSetup";
2766
2771
  runtime: "runtime";
2767
- api: "api";
2768
- stateManagement: "stateManagement";
2769
- forms: "forms";
2770
- testing: "testing";
2771
- email: "email";
2772
- validation: "validation";
2772
+ deploy: "deploy";
2773
+ dbSetup: "dbSetup";
2774
+ migrations: "migrations";
2773
2775
  realtime: "realtime";
2776
+ navigation: "navigation";
2777
+ caching: "caching";
2778
+ observability: "observability";
2779
+ email: "email";
2780
+ search: "search";
2781
+ vectorDb: "vectorDb";
2782
+ fileStorage: "fileStorage";
2774
2783
  jobQueue: "jobQueue";
2784
+ rateLimit: "rateLimit";
2785
+ botProtection: "botProtection";
2786
+ testing: "testing";
2787
+ stateManagement: "stateManagement";
2788
+ forms: "forms";
2775
2789
  animation: "animation";
2776
2790
  fileUpload: "fileUpload";
2791
+ validation: "validation";
2792
+ effect: "effect";
2793
+ ui: "ui";
2794
+ css: "css";
2795
+ storage: "storage";
2796
+ ota: "ota";
2797
+ deepLinking: "deepLinking";
2798
+ ai: "ai";
2799
+ payments: "payments";
2777
2800
  logging: "logging";
2778
- observability: "observability";
2779
2801
  featureFlags: "featureFlags";
2780
2802
  integrations: "integrations";
2781
2803
  ecommerce: "ecommerce";
2782
2804
  analytics: "analytics";
2805
+ webMcp: "webMcp";
2783
2806
  cms: "cms";
2784
- caching: "caching";
2785
- rateLimit: "rateLimit";
2786
- botProtection: "botProtection";
2787
2807
  i18n: "i18n";
2788
- search: "search";
2789
- vectorDb: "vectorDb";
2790
- fileStorage: "fileStorage";
2791
- config: "config";
2792
- graphql: "graphql";
2793
- deploy: "deploy";
2794
- migrations: "migrations";
2795
- navigation: "navigation";
2796
- ui: "ui";
2797
- css: "css";
2798
- storage: "storage";
2799
- push: "push";
2800
- ota: "ota";
2801
- deepLinking: "deepLinking";
2802
2808
  documentation: "documentation";
2803
2809
  codeQuality: "codeQuality";
2804
2810
  appPlatform: "appPlatform";
@@ -2815,17 +2821,20 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2815
2821
  apiGateway: "apiGateway";
2816
2822
  continuousIntegration: "continuousIntegration";
2817
2823
  backendUtilities: "backendUtilities";
2824
+ examples: "examples";
2818
2825
  language: "language";
2819
2826
  buildTool: "buildTool";
2820
2827
  cli: "cli";
2821
2828
  errorHandling: "errorHandling";
2822
2829
  httpClient: "httpClient";
2823
2830
  libraries: "libraries";
2831
+ config: "config";
2824
2832
  templating: "templating";
2825
2833
  cloudSdk: "cloudSdk";
2826
2834
  data: "data";
2827
2835
  media: "media";
2828
2836
  server: "server";
2837
+ packageManager: "packageManager";
2829
2838
  messageQueue: "messageQueue";
2830
2839
  }>;
2831
2840
  toolId: z.ZodString;
@@ -2841,8 +2850,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2841
2850
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
2842
2851
  ownerPartId: z.ZodOptional<z.ZodString>;
2843
2852
  source: z.ZodEnum<{
2844
- selected: "selected";
2845
2853
  defaulted: "defaulted";
2854
+ selected: "selected";
2846
2855
  provided: "provided";
2847
2856
  legacy: "legacy";
2848
2857
  adjusted: "adjusted";
@@ -2887,13 +2896,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2887
2896
  sequelize: "sequelize";
2888
2897
  }>;
2889
2898
  backend: z.ZodEnum<{
2899
+ effect: "effect";
2890
2900
  none: "none";
2891
2901
  hono: "hono";
2892
2902
  express: "express";
2893
2903
  fastify: "fastify";
2894
2904
  elysia: "elysia";
2895
2905
  fets: "fets";
2896
- effect: "effect";
2897
2906
  nestjs: "nestjs";
2898
2907
  adonisjs: "adonisjs";
2899
2908
  nitro: "nitro";
@@ -2975,8 +2984,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2975
2984
  capacitor: "capacitor";
2976
2985
  }>>;
2977
2986
  examples: z.ZodArray<z.ZodEnum<{
2978
- none: "none";
2979
2987
  ai: "ai";
2988
+ none: "none";
2980
2989
  "chat-sdk": "chat-sdk";
2981
2990
  "tanstack-showcase": "tanstack-showcase";
2982
2991
  }>>;
@@ -3091,8 +3100,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3091
3100
  "ai-cli": "ai-cli";
3092
3101
  }>;
3093
3102
  effect: z.ZodEnum<{
3094
- none: "none";
3095
3103
  effect: "effect";
3104
+ none: "none";
3096
3105
  "effect-full": "effect-full";
3097
3106
  }>;
3098
3107
  stateManagement: z.ZodEnum<{
@@ -3227,8 +3236,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3227
3236
  "geist-mono": "geist-mono";
3228
3237
  }>>;
3229
3238
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3230
- none: "none";
3231
3239
  default: "default";
3240
+ none: "none";
3232
3241
  small: "small";
3233
3242
  medium: "medium";
3234
3243
  large: "large";
@@ -3314,6 +3323,10 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3314
3323
  ga4: "ga4";
3315
3324
  "vercel-analytics": "vercel-analytics";
3316
3325
  }>;
3326
+ webMcp: z.ZodDefault<z.ZodEnum<{
3327
+ none: "none";
3328
+ enabled: "enabled";
3329
+ }>>;
3317
3330
  cms: z.ZodEnum<{
3318
3331
  none: "none";
3319
3332
  payload: "payload";
@@ -3376,9 +3389,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3376
3389
  }>;
3377
3390
  mobileUI: z.ZodEnum<{
3378
3391
  none: "none";
3379
- uniwind: "uniwind";
3380
3392
  tamagui: "tamagui";
3381
3393
  "gluestack-ui": "gluestack-ui";
3394
+ uniwind: "uniwind";
3382
3395
  unistyles: "unistyles";
3383
3396
  }>;
3384
3397
  mobileStorage: z.ZodEnum<{
@@ -3494,12 +3507,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3494
3507
  ratatui: "ratatui";
3495
3508
  }>;
3496
3509
  rustLibraries: z.ZodArray<z.ZodEnum<{
3510
+ config: "config";
3497
3511
  none: "none";
3498
3512
  serde: "serde";
3499
3513
  uuid: "uuid";
3500
3514
  chrono: "chrono";
3501
3515
  reqwest: "reqwest";
3502
- config: "config";
3503
3516
  dashmap: "dashmap";
3504
3517
  "parking-lot": "parking-lot";
3505
3518
  secrecy: "secrecy";
@@ -4111,54 +4124,52 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
4111
4124
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4112
4125
  id: z.ZodString;
4113
4126
  role: z.ZodEnum<{
4114
- effect: "effect";
4115
- ai: "ai";
4127
+ push: "push";
4116
4128
  frontend: "frontend";
4117
4129
  backend: "backend";
4118
4130
  mobile: "mobile";
4119
4131
  database: "database";
4132
+ api: "api";
4133
+ graphql: "graphql";
4120
4134
  orm: "orm";
4121
4135
  auth: "auth";
4122
- payments: "payments";
4123
- examples: "examples";
4124
- packageManager: "packageManager";
4125
- dbSetup: "dbSetup";
4126
4136
  runtime: "runtime";
4127
- api: "api";
4128
- stateManagement: "stateManagement";
4129
- forms: "forms";
4130
- testing: "testing";
4131
- email: "email";
4132
- validation: "validation";
4137
+ deploy: "deploy";
4138
+ dbSetup: "dbSetup";
4139
+ migrations: "migrations";
4133
4140
  realtime: "realtime";
4141
+ navigation: "navigation";
4142
+ caching: "caching";
4143
+ observability: "observability";
4144
+ email: "email";
4145
+ search: "search";
4146
+ vectorDb: "vectorDb";
4147
+ fileStorage: "fileStorage";
4134
4148
  jobQueue: "jobQueue";
4149
+ rateLimit: "rateLimit";
4150
+ botProtection: "botProtection";
4151
+ testing: "testing";
4152
+ stateManagement: "stateManagement";
4153
+ forms: "forms";
4135
4154
  animation: "animation";
4136
4155
  fileUpload: "fileUpload";
4156
+ validation: "validation";
4157
+ effect: "effect";
4158
+ ui: "ui";
4159
+ css: "css";
4160
+ storage: "storage";
4161
+ ota: "ota";
4162
+ deepLinking: "deepLinking";
4163
+ ai: "ai";
4164
+ payments: "payments";
4137
4165
  logging: "logging";
4138
- observability: "observability";
4139
4166
  featureFlags: "featureFlags";
4140
4167
  integrations: "integrations";
4141
4168
  ecommerce: "ecommerce";
4142
4169
  analytics: "analytics";
4170
+ webMcp: "webMcp";
4143
4171
  cms: "cms";
4144
- caching: "caching";
4145
- rateLimit: "rateLimit";
4146
- botProtection: "botProtection";
4147
4172
  i18n: "i18n";
4148
- search: "search";
4149
- vectorDb: "vectorDb";
4150
- fileStorage: "fileStorage";
4151
- config: "config";
4152
- graphql: "graphql";
4153
- deploy: "deploy";
4154
- migrations: "migrations";
4155
- navigation: "navigation";
4156
- ui: "ui";
4157
- css: "css";
4158
- storage: "storage";
4159
- push: "push";
4160
- ota: "ota";
4161
- deepLinking: "deepLinking";
4162
4173
  documentation: "documentation";
4163
4174
  codeQuality: "codeQuality";
4164
4175
  appPlatform: "appPlatform";
@@ -4175,17 +4186,20 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
4175
4186
  apiGateway: "apiGateway";
4176
4187
  continuousIntegration: "continuousIntegration";
4177
4188
  backendUtilities: "backendUtilities";
4189
+ examples: "examples";
4178
4190
  language: "language";
4179
4191
  buildTool: "buildTool";
4180
4192
  cli: "cli";
4181
4193
  errorHandling: "errorHandling";
4182
4194
  httpClient: "httpClient";
4183
4195
  libraries: "libraries";
4196
+ config: "config";
4184
4197
  templating: "templating";
4185
4198
  cloudSdk: "cloudSdk";
4186
4199
  data: "data";
4187
4200
  media: "media";
4188
4201
  server: "server";
4202
+ packageManager: "packageManager";
4189
4203
  messageQueue: "messageQueue";
4190
4204
  }>;
4191
4205
  toolId: z.ZodString;
@@ -4201,8 +4215,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
4201
4215
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
4202
4216
  ownerPartId: z.ZodOptional<z.ZodString>;
4203
4217
  source: z.ZodEnum<{
4204
- selected: "selected";
4205
4218
  defaulted: "defaulted";
4219
+ selected: "selected";
4206
4220
  provided: "provided";
4207
4221
  legacy: "legacy";
4208
4222
  adjusted: "adjusted";
@@ -4247,13 +4261,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4247
4261
  sequelize: "sequelize";
4248
4262
  }>;
4249
4263
  backend: z.ZodEnum<{
4264
+ effect: "effect";
4250
4265
  none: "none";
4251
4266
  hono: "hono";
4252
4267
  express: "express";
4253
4268
  fastify: "fastify";
4254
4269
  elysia: "elysia";
4255
4270
  fets: "fets";
4256
- effect: "effect";
4257
4271
  nestjs: "nestjs";
4258
4272
  adonisjs: "adonisjs";
4259
4273
  nitro: "nitro";
@@ -4335,8 +4349,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4335
4349
  capacitor: "capacitor";
4336
4350
  }>>;
4337
4351
  examples: z.ZodArray<z.ZodEnum<{
4338
- none: "none";
4339
4352
  ai: "ai";
4353
+ none: "none";
4340
4354
  "chat-sdk": "chat-sdk";
4341
4355
  "tanstack-showcase": "tanstack-showcase";
4342
4356
  }>>;
@@ -4451,8 +4465,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4451
4465
  "ai-cli": "ai-cli";
4452
4466
  }>;
4453
4467
  effect: z.ZodEnum<{
4454
- none: "none";
4455
4468
  effect: "effect";
4469
+ none: "none";
4456
4470
  "effect-full": "effect-full";
4457
4471
  }>;
4458
4472
  stateManagement: z.ZodEnum<{
@@ -4587,8 +4601,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4587
4601
  "geist-mono": "geist-mono";
4588
4602
  }>>;
4589
4603
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4590
- none: "none";
4591
4604
  default: "default";
4605
+ none: "none";
4592
4606
  small: "small";
4593
4607
  medium: "medium";
4594
4608
  large: "large";
@@ -4674,6 +4688,10 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4674
4688
  ga4: "ga4";
4675
4689
  "vercel-analytics": "vercel-analytics";
4676
4690
  }>;
4691
+ webMcp: z.ZodDefault<z.ZodEnum<{
4692
+ none: "none";
4693
+ enabled: "enabled";
4694
+ }>>;
4677
4695
  cms: z.ZodEnum<{
4678
4696
  none: "none";
4679
4697
  payload: "payload";
@@ -4736,9 +4754,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4736
4754
  }>;
4737
4755
  mobileUI: z.ZodEnum<{
4738
4756
  none: "none";
4739
- uniwind: "uniwind";
4740
4757
  tamagui: "tamagui";
4741
4758
  "gluestack-ui": "gluestack-ui";
4759
+ uniwind: "uniwind";
4742
4760
  unistyles: "unistyles";
4743
4761
  }>;
4744
4762
  mobileStorage: z.ZodEnum<{
@@ -4854,12 +4872,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4854
4872
  ratatui: "ratatui";
4855
4873
  }>;
4856
4874
  rustLibraries: z.ZodArray<z.ZodEnum<{
4875
+ config: "config";
4857
4876
  none: "none";
4858
4877
  serde: "serde";
4859
4878
  uuid: "uuid";
4860
4879
  chrono: "chrono";
4861
4880
  reqwest: "reqwest";
4862
- config: "config";
4863
4881
  dashmap: "dashmap";
4864
4882
  "parking-lot": "parking-lot";
4865
4883
  secrecy: "secrecy";
@@ -5471,54 +5489,52 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5471
5489
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5472
5490
  id: z.ZodString;
5473
5491
  role: z.ZodEnum<{
5474
- effect: "effect";
5475
- ai: "ai";
5492
+ push: "push";
5476
5493
  frontend: "frontend";
5477
5494
  backend: "backend";
5478
5495
  mobile: "mobile";
5479
5496
  database: "database";
5497
+ api: "api";
5498
+ graphql: "graphql";
5480
5499
  orm: "orm";
5481
5500
  auth: "auth";
5482
- payments: "payments";
5483
- examples: "examples";
5484
- packageManager: "packageManager";
5485
- dbSetup: "dbSetup";
5486
5501
  runtime: "runtime";
5487
- api: "api";
5488
- stateManagement: "stateManagement";
5489
- forms: "forms";
5490
- testing: "testing";
5491
- email: "email";
5492
- validation: "validation";
5502
+ deploy: "deploy";
5503
+ dbSetup: "dbSetup";
5504
+ migrations: "migrations";
5493
5505
  realtime: "realtime";
5506
+ navigation: "navigation";
5507
+ caching: "caching";
5508
+ observability: "observability";
5509
+ email: "email";
5510
+ search: "search";
5511
+ vectorDb: "vectorDb";
5512
+ fileStorage: "fileStorage";
5494
5513
  jobQueue: "jobQueue";
5514
+ rateLimit: "rateLimit";
5515
+ botProtection: "botProtection";
5516
+ testing: "testing";
5517
+ stateManagement: "stateManagement";
5518
+ forms: "forms";
5495
5519
  animation: "animation";
5496
5520
  fileUpload: "fileUpload";
5521
+ validation: "validation";
5522
+ effect: "effect";
5523
+ ui: "ui";
5524
+ css: "css";
5525
+ storage: "storage";
5526
+ ota: "ota";
5527
+ deepLinking: "deepLinking";
5528
+ ai: "ai";
5529
+ payments: "payments";
5497
5530
  logging: "logging";
5498
- observability: "observability";
5499
5531
  featureFlags: "featureFlags";
5500
5532
  integrations: "integrations";
5501
5533
  ecommerce: "ecommerce";
5502
5534
  analytics: "analytics";
5535
+ webMcp: "webMcp";
5503
5536
  cms: "cms";
5504
- caching: "caching";
5505
- rateLimit: "rateLimit";
5506
- botProtection: "botProtection";
5507
5537
  i18n: "i18n";
5508
- search: "search";
5509
- vectorDb: "vectorDb";
5510
- fileStorage: "fileStorage";
5511
- config: "config";
5512
- graphql: "graphql";
5513
- deploy: "deploy";
5514
- migrations: "migrations";
5515
- navigation: "navigation";
5516
- ui: "ui";
5517
- css: "css";
5518
- storage: "storage";
5519
- push: "push";
5520
- ota: "ota";
5521
- deepLinking: "deepLinking";
5522
5538
  documentation: "documentation";
5523
5539
  codeQuality: "codeQuality";
5524
5540
  appPlatform: "appPlatform";
@@ -5535,17 +5551,20 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5535
5551
  apiGateway: "apiGateway";
5536
5552
  continuousIntegration: "continuousIntegration";
5537
5553
  backendUtilities: "backendUtilities";
5554
+ examples: "examples";
5538
5555
  language: "language";
5539
5556
  buildTool: "buildTool";
5540
5557
  cli: "cli";
5541
5558
  errorHandling: "errorHandling";
5542
5559
  httpClient: "httpClient";
5543
5560
  libraries: "libraries";
5561
+ config: "config";
5544
5562
  templating: "templating";
5545
5563
  cloudSdk: "cloudSdk";
5546
5564
  data: "data";
5547
5565
  media: "media";
5548
5566
  server: "server";
5567
+ packageManager: "packageManager";
5549
5568
  messageQueue: "messageQueue";
5550
5569
  }>;
5551
5570
  toolId: z.ZodString;
@@ -5561,8 +5580,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5561
5580
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
5562
5581
  ownerPartId: z.ZodOptional<z.ZodString>;
5563
5582
  source: z.ZodEnum<{
5564
- selected: "selected";
5565
5583
  defaulted: "defaulted";
5584
+ selected: "selected";
5566
5585
  provided: "provided";
5567
5586
  legacy: "legacy";
5568
5587
  adjusted: "adjusted";
@@ -5608,13 +5627,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5608
5627
  sequelize: "sequelize";
5609
5628
  }>;
5610
5629
  backend: z.ZodEnum<{
5630
+ effect: "effect";
5611
5631
  none: "none";
5612
5632
  hono: "hono";
5613
5633
  express: "express";
5614
5634
  fastify: "fastify";
5615
5635
  elysia: "elysia";
5616
5636
  fets: "fets";
5617
- effect: "effect";
5618
5637
  nestjs: "nestjs";
5619
5638
  adonisjs: "adonisjs";
5620
5639
  nitro: "nitro";
@@ -5696,8 +5715,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5696
5715
  capacitor: "capacitor";
5697
5716
  }>>;
5698
5717
  examples: z.ZodArray<z.ZodEnum<{
5699
- none: "none";
5700
5718
  ai: "ai";
5719
+ none: "none";
5701
5720
  "chat-sdk": "chat-sdk";
5702
5721
  "tanstack-showcase": "tanstack-showcase";
5703
5722
  }>>;
@@ -5814,8 +5833,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5814
5833
  "ai-cli": "ai-cli";
5815
5834
  }>;
5816
5835
  effect: z.ZodEnum<{
5817
- none: "none";
5818
5836
  effect: "effect";
5837
+ none: "none";
5819
5838
  "effect-full": "effect-full";
5820
5839
  }>;
5821
5840
  stateManagement: z.ZodEnum<{
@@ -5950,8 +5969,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5950
5969
  "geist-mono": "geist-mono";
5951
5970
  }>>;
5952
5971
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5953
- none: "none";
5954
5972
  default: "default";
5973
+ none: "none";
5955
5974
  small: "small";
5956
5975
  medium: "medium";
5957
5976
  large: "large";
@@ -6037,6 +6056,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6037
6056
  ga4: "ga4";
6038
6057
  "vercel-analytics": "vercel-analytics";
6039
6058
  }>;
6059
+ webMcp: z.ZodDefault<z.ZodEnum<{
6060
+ none: "none";
6061
+ enabled: "enabled";
6062
+ }>>;
6040
6063
  cms: z.ZodEnum<{
6041
6064
  none: "none";
6042
6065
  payload: "payload";
@@ -6099,9 +6122,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6099
6122
  }>;
6100
6123
  mobileUI: z.ZodEnum<{
6101
6124
  none: "none";
6102
- uniwind: "uniwind";
6103
6125
  tamagui: "tamagui";
6104
6126
  "gluestack-ui": "gluestack-ui";
6127
+ uniwind: "uniwind";
6105
6128
  unistyles: "unistyles";
6106
6129
  }>;
6107
6130
  mobileStorage: z.ZodEnum<{
@@ -6217,12 +6240,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6217
6240
  ratatui: "ratatui";
6218
6241
  }>;
6219
6242
  rustLibraries: z.ZodArray<z.ZodEnum<{
6243
+ config: "config";
6220
6244
  none: "none";
6221
6245
  serde: "serde";
6222
6246
  uuid: "uuid";
6223
6247
  chrono: "chrono";
6224
6248
  reqwest: "reqwest";
6225
- config: "config";
6226
6249
  dashmap: "dashmap";
6227
6250
  "parking-lot": "parking-lot";
6228
6251
  secrecy: "secrecy";
@@ -6834,54 +6857,52 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6834
6857
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6835
6858
  id: z.ZodString;
6836
6859
  role: z.ZodEnum<{
6837
- effect: "effect";
6838
- ai: "ai";
6860
+ push: "push";
6839
6861
  frontend: "frontend";
6840
6862
  backend: "backend";
6841
6863
  mobile: "mobile";
6842
6864
  database: "database";
6865
+ api: "api";
6866
+ graphql: "graphql";
6843
6867
  orm: "orm";
6844
6868
  auth: "auth";
6845
- payments: "payments";
6846
- examples: "examples";
6847
- packageManager: "packageManager";
6848
- dbSetup: "dbSetup";
6849
6869
  runtime: "runtime";
6850
- api: "api";
6851
- stateManagement: "stateManagement";
6852
- forms: "forms";
6853
- testing: "testing";
6854
- email: "email";
6855
- validation: "validation";
6870
+ deploy: "deploy";
6871
+ dbSetup: "dbSetup";
6872
+ migrations: "migrations";
6856
6873
  realtime: "realtime";
6874
+ navigation: "navigation";
6875
+ caching: "caching";
6876
+ observability: "observability";
6877
+ email: "email";
6878
+ search: "search";
6879
+ vectorDb: "vectorDb";
6880
+ fileStorage: "fileStorage";
6857
6881
  jobQueue: "jobQueue";
6882
+ rateLimit: "rateLimit";
6883
+ botProtection: "botProtection";
6884
+ testing: "testing";
6885
+ stateManagement: "stateManagement";
6886
+ forms: "forms";
6858
6887
  animation: "animation";
6859
6888
  fileUpload: "fileUpload";
6889
+ validation: "validation";
6890
+ effect: "effect";
6891
+ ui: "ui";
6892
+ css: "css";
6893
+ storage: "storage";
6894
+ ota: "ota";
6895
+ deepLinking: "deepLinking";
6896
+ ai: "ai";
6897
+ payments: "payments";
6860
6898
  logging: "logging";
6861
- observability: "observability";
6862
6899
  featureFlags: "featureFlags";
6863
6900
  integrations: "integrations";
6864
6901
  ecommerce: "ecommerce";
6865
6902
  analytics: "analytics";
6903
+ webMcp: "webMcp";
6866
6904
  cms: "cms";
6867
- caching: "caching";
6868
- rateLimit: "rateLimit";
6869
- botProtection: "botProtection";
6870
6905
  i18n: "i18n";
6871
- search: "search";
6872
- vectorDb: "vectorDb";
6873
- fileStorage: "fileStorage";
6874
- config: "config";
6875
- graphql: "graphql";
6876
- deploy: "deploy";
6877
- migrations: "migrations";
6878
- navigation: "navigation";
6879
- ui: "ui";
6880
- css: "css";
6881
- storage: "storage";
6882
- push: "push";
6883
- ota: "ota";
6884
- deepLinking: "deepLinking";
6885
6906
  documentation: "documentation";
6886
6907
  codeQuality: "codeQuality";
6887
6908
  appPlatform: "appPlatform";
@@ -6898,17 +6919,20 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6898
6919
  apiGateway: "apiGateway";
6899
6920
  continuousIntegration: "continuousIntegration";
6900
6921
  backendUtilities: "backendUtilities";
6922
+ examples: "examples";
6901
6923
  language: "language";
6902
6924
  buildTool: "buildTool";
6903
6925
  cli: "cli";
6904
6926
  errorHandling: "errorHandling";
6905
6927
  httpClient: "httpClient";
6906
6928
  libraries: "libraries";
6929
+ config: "config";
6907
6930
  templating: "templating";
6908
6931
  cloudSdk: "cloudSdk";
6909
6932
  data: "data";
6910
6933
  media: "media";
6911
6934
  server: "server";
6935
+ packageManager: "packageManager";
6912
6936
  messageQueue: "messageQueue";
6913
6937
  }>;
6914
6938
  toolId: z.ZodString;
@@ -6924,8 +6948,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6924
6948
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
6925
6949
  ownerPartId: z.ZodOptional<z.ZodString>;
6926
6950
  source: z.ZodEnum<{
6927
- selected: "selected";
6928
6951
  defaulted: "defaulted";
6952
+ selected: "selected";
6929
6953
  provided: "provided";
6930
6954
  legacy: "legacy";
6931
6955
  adjusted: "adjusted";
@@ -7312,13 +7336,13 @@ declare function getAllJsonSchemas(): {
7312
7336
  sequelize: "sequelize";
7313
7337
  }>>;
7314
7338
  backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7339
+ effect: "effect";
7315
7340
  none: "none";
7316
7341
  hono: "hono";
7317
7342
  express: "express";
7318
7343
  fastify: "fastify";
7319
7344
  elysia: "elysia";
7320
7345
  fets: "fets";
7321
- effect: "effect";
7322
7346
  nestjs: "nestjs";
7323
7347
  adonisjs: "adonisjs";
7324
7348
  nitro: "nitro";
@@ -7400,8 +7424,8 @@ declare function getAllJsonSchemas(): {
7400
7424
  capacitor: "capacitor";
7401
7425
  }>>;
7402
7426
  examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7403
- none: "none";
7404
7427
  ai: "ai";
7428
+ none: "none";
7405
7429
  "chat-sdk": "chat-sdk";
7406
7430
  "tanstack-showcase": "tanstack-showcase";
7407
7431
  }>>;
@@ -7484,18 +7508,18 @@ declare function getAllJsonSchemas(): {
7484
7508
  vercel: "vercel";
7485
7509
  }>>;
7486
7510
  directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7511
+ error: "error";
7487
7512
  merge: "merge";
7488
7513
  overwrite: "overwrite";
7489
7514
  increment: "increment";
7490
- error: "error";
7491
7515
  }>>;
7492
7516
  template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7493
7517
  none: "none";
7518
+ uniwind: "uniwind";
7494
7519
  mern: "mern";
7495
7520
  pern: "pern";
7496
7521
  t3: "t3";
7497
7522
  saas: "saas";
7498
- uniwind: "uniwind";
7499
7523
  }>>;
7500
7524
  goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7501
7525
  none: "none";
@@ -7846,17 +7870,17 @@ declare function getAllJsonSchemas(): {
7846
7870
  projectName: z.ZodOptional<z.ZodString>;
7847
7871
  template: z.ZodOptional<z.ZodEnum<{
7848
7872
  none: "none";
7873
+ uniwind: "uniwind";
7849
7874
  mern: "mern";
7850
7875
  pern: "pern";
7851
7876
  t3: "t3";
7852
7877
  saas: "saas";
7853
- uniwind: "uniwind";
7854
7878
  }>>;
7855
7879
  shape: z.ZodOptional<z.ZodEnum<{
7856
- fullstack: "fullstack";
7857
7880
  frontend: "frontend";
7858
7881
  backend: "backend";
7859
7882
  mobile: "mobile";
7883
+ fullstack: "fullstack";
7860
7884
  }>>;
7861
7885
  yes: z.ZodOptional<z.ZodBoolean>;
7862
7886
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -7988,8 +8012,8 @@ declare function getAllJsonSchemas(): {
7988
8012
  capacitor: "capacitor";
7989
8013
  }>>>;
7990
8014
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
7991
- none: "none";
7992
8015
  ai: "ai";
8016
+ none: "none";
7993
8017
  "chat-sdk": "chat-sdk";
7994
8018
  "tanstack-showcase": "tanstack-showcase";
7995
8019
  }>>>;
@@ -8023,13 +8047,13 @@ declare function getAllJsonSchemas(): {
8023
8047
  docker: "docker";
8024
8048
  }>>;
8025
8049
  backend: z.ZodOptional<z.ZodEnum<{
8050
+ effect: "effect";
8026
8051
  none: "none";
8027
8052
  hono: "hono";
8028
8053
  express: "express";
8029
8054
  fastify: "fastify";
8030
8055
  elysia: "elysia";
8031
8056
  fets: "fets";
8032
- effect: "effect";
8033
8057
  nestjs: "nestjs";
8034
8058
  adonisjs: "adonisjs";
8035
8059
  nitro: "nitro";
@@ -8076,10 +8100,10 @@ declare function getAllJsonSchemas(): {
8076
8100
  vercel: "vercel";
8077
8101
  }>>;
8078
8102
  directoryConflict: z.ZodOptional<z.ZodEnum<{
8103
+ error: "error";
8079
8104
  merge: "merge";
8080
8105
  overwrite: "overwrite";
8081
8106
  increment: "increment";
8082
- error: "error";
8083
8107
  }>>;
8084
8108
  renderTitle: z.ZodOptional<z.ZodBoolean>;
8085
8109
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -8108,8 +8132,8 @@ declare function getAllJsonSchemas(): {
8108
8132
  "ai-cli": "ai-cli";
8109
8133
  }>>;
8110
8134
  effect: z.ZodOptional<z.ZodEnum<{
8111
- none: "none";
8112
8135
  effect: "effect";
8136
+ none: "none";
8113
8137
  "effect-full": "effect-full";
8114
8138
  }>>;
8115
8139
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -8244,8 +8268,8 @@ declare function getAllJsonSchemas(): {
8244
8268
  "geist-mono": "geist-mono";
8245
8269
  }>>;
8246
8270
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8247
- none: "none";
8248
8271
  default: "default";
8272
+ none: "none";
8249
8273
  small: "small";
8250
8274
  medium: "medium";
8251
8275
  large: "large";
@@ -8331,6 +8355,10 @@ declare function getAllJsonSchemas(): {
8331
8355
  ga4: "ga4";
8332
8356
  "vercel-analytics": "vercel-analytics";
8333
8357
  }>>;
8358
+ webMcp: z.ZodOptional<z.ZodEnum<{
8359
+ none: "none";
8360
+ enabled: "enabled";
8361
+ }>>;
8334
8362
  cms: z.ZodOptional<z.ZodEnum<{
8335
8363
  none: "none";
8336
8364
  payload: "payload";
@@ -8393,9 +8421,9 @@ declare function getAllJsonSchemas(): {
8393
8421
  }>>;
8394
8422
  mobileUI: z.ZodOptional<z.ZodEnum<{
8395
8423
  none: "none";
8396
- uniwind: "uniwind";
8397
8424
  tamagui: "tamagui";
8398
8425
  "gluestack-ui": "gluestack-ui";
8426
+ uniwind: "uniwind";
8399
8427
  unistyles: "unistyles";
8400
8428
  }>>;
8401
8429
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -8511,12 +8539,12 @@ declare function getAllJsonSchemas(): {
8511
8539
  ratatui: "ratatui";
8512
8540
  }>>;
8513
8541
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
8542
+ config: "config";
8514
8543
  none: "none";
8515
8544
  serde: "serde";
8516
8545
  uuid: "uuid";
8517
8546
  chrono: "chrono";
8518
8547
  reqwest: "reqwest";
8519
- config: "config";
8520
8548
  dashmap: "dashmap";
8521
8549
  "parking-lot": "parking-lot";
8522
8550
  secrecy: "secrecy";
@@ -9161,13 +9189,13 @@ declare function getAllJsonSchemas(): {
9161
9189
  sequelize: "sequelize";
9162
9190
  }>;
9163
9191
  backend: z.ZodEnum<{
9192
+ effect: "effect";
9164
9193
  none: "none";
9165
9194
  hono: "hono";
9166
9195
  express: "express";
9167
9196
  fastify: "fastify";
9168
9197
  elysia: "elysia";
9169
9198
  fets: "fets";
9170
- effect: "effect";
9171
9199
  nestjs: "nestjs";
9172
9200
  adonisjs: "adonisjs";
9173
9201
  nitro: "nitro";
@@ -9249,8 +9277,8 @@ declare function getAllJsonSchemas(): {
9249
9277
  capacitor: "capacitor";
9250
9278
  }>>;
9251
9279
  examples: z.ZodArray<z.ZodEnum<{
9252
- none: "none";
9253
9280
  ai: "ai";
9281
+ none: "none";
9254
9282
  "chat-sdk": "chat-sdk";
9255
9283
  "tanstack-showcase": "tanstack-showcase";
9256
9284
  }>>;
@@ -9367,8 +9395,8 @@ declare function getAllJsonSchemas(): {
9367
9395
  "ai-cli": "ai-cli";
9368
9396
  }>;
9369
9397
  effect: z.ZodEnum<{
9370
- none: "none";
9371
9398
  effect: "effect";
9399
+ none: "none";
9372
9400
  "effect-full": "effect-full";
9373
9401
  }>;
9374
9402
  stateManagement: z.ZodEnum<{
@@ -9503,8 +9531,8 @@ declare function getAllJsonSchemas(): {
9503
9531
  "geist-mono": "geist-mono";
9504
9532
  }>>;
9505
9533
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9506
- none: "none";
9507
9534
  default: "default";
9535
+ none: "none";
9508
9536
  small: "small";
9509
9537
  medium: "medium";
9510
9538
  large: "large";
@@ -9590,6 +9618,10 @@ declare function getAllJsonSchemas(): {
9590
9618
  ga4: "ga4";
9591
9619
  "vercel-analytics": "vercel-analytics";
9592
9620
  }>;
9621
+ webMcp: z.ZodDefault<z.ZodEnum<{
9622
+ none: "none";
9623
+ enabled: "enabled";
9624
+ }>>;
9593
9625
  cms: z.ZodEnum<{
9594
9626
  none: "none";
9595
9627
  payload: "payload";
@@ -9652,9 +9684,9 @@ declare function getAllJsonSchemas(): {
9652
9684
  }>;
9653
9685
  mobileUI: z.ZodEnum<{
9654
9686
  none: "none";
9655
- uniwind: "uniwind";
9656
9687
  tamagui: "tamagui";
9657
9688
  "gluestack-ui": "gluestack-ui";
9689
+ uniwind: "uniwind";
9658
9690
  unistyles: "unistyles";
9659
9691
  }>;
9660
9692
  mobileStorage: z.ZodEnum<{
@@ -9770,12 +9802,12 @@ declare function getAllJsonSchemas(): {
9770
9802
  ratatui: "ratatui";
9771
9803
  }>;
9772
9804
  rustLibraries: z.ZodArray<z.ZodEnum<{
9805
+ config: "config";
9773
9806
  none: "none";
9774
9807
  serde: "serde";
9775
9808
  uuid: "uuid";
9776
9809
  chrono: "chrono";
9777
9810
  reqwest: "reqwest";
9778
- config: "config";
9779
9811
  dashmap: "dashmap";
9780
9812
  "parking-lot": "parking-lot";
9781
9813
  secrecy: "secrecy";
@@ -10387,54 +10419,52 @@ declare function getAllJsonSchemas(): {
10387
10419
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10388
10420
  id: z.ZodString;
10389
10421
  role: z.ZodEnum<{
10390
- effect: "effect";
10391
- ai: "ai";
10422
+ push: "push";
10392
10423
  frontend: "frontend";
10393
10424
  backend: "backend";
10394
10425
  mobile: "mobile";
10395
10426
  database: "database";
10427
+ api: "api";
10428
+ graphql: "graphql";
10396
10429
  orm: "orm";
10397
10430
  auth: "auth";
10398
- payments: "payments";
10399
- examples: "examples";
10400
- packageManager: "packageManager";
10401
- dbSetup: "dbSetup";
10402
10431
  runtime: "runtime";
10403
- api: "api";
10404
- stateManagement: "stateManagement";
10405
- forms: "forms";
10406
- testing: "testing";
10407
- email: "email";
10408
- validation: "validation";
10432
+ deploy: "deploy";
10433
+ dbSetup: "dbSetup";
10434
+ migrations: "migrations";
10409
10435
  realtime: "realtime";
10436
+ navigation: "navigation";
10437
+ caching: "caching";
10438
+ observability: "observability";
10439
+ email: "email";
10440
+ search: "search";
10441
+ vectorDb: "vectorDb";
10442
+ fileStorage: "fileStorage";
10410
10443
  jobQueue: "jobQueue";
10444
+ rateLimit: "rateLimit";
10445
+ botProtection: "botProtection";
10446
+ testing: "testing";
10447
+ stateManagement: "stateManagement";
10448
+ forms: "forms";
10411
10449
  animation: "animation";
10412
10450
  fileUpload: "fileUpload";
10451
+ validation: "validation";
10452
+ effect: "effect";
10453
+ ui: "ui";
10454
+ css: "css";
10455
+ storage: "storage";
10456
+ ota: "ota";
10457
+ deepLinking: "deepLinking";
10458
+ ai: "ai";
10459
+ payments: "payments";
10413
10460
  logging: "logging";
10414
- observability: "observability";
10415
10461
  featureFlags: "featureFlags";
10416
10462
  integrations: "integrations";
10417
10463
  ecommerce: "ecommerce";
10418
10464
  analytics: "analytics";
10465
+ webMcp: "webMcp";
10419
10466
  cms: "cms";
10420
- caching: "caching";
10421
- rateLimit: "rateLimit";
10422
- botProtection: "botProtection";
10423
10467
  i18n: "i18n";
10424
- search: "search";
10425
- vectorDb: "vectorDb";
10426
- fileStorage: "fileStorage";
10427
- config: "config";
10428
- graphql: "graphql";
10429
- deploy: "deploy";
10430
- migrations: "migrations";
10431
- navigation: "navigation";
10432
- ui: "ui";
10433
- css: "css";
10434
- storage: "storage";
10435
- push: "push";
10436
- ota: "ota";
10437
- deepLinking: "deepLinking";
10438
10468
  documentation: "documentation";
10439
10469
  codeQuality: "codeQuality";
10440
10470
  appPlatform: "appPlatform";
@@ -10451,17 +10481,20 @@ declare function getAllJsonSchemas(): {
10451
10481
  apiGateway: "apiGateway";
10452
10482
  continuousIntegration: "continuousIntegration";
10453
10483
  backendUtilities: "backendUtilities";
10484
+ examples: "examples";
10454
10485
  language: "language";
10455
10486
  buildTool: "buildTool";
10456
10487
  cli: "cli";
10457
10488
  errorHandling: "errorHandling";
10458
10489
  httpClient: "httpClient";
10459
10490
  libraries: "libraries";
10491
+ config: "config";
10460
10492
  templating: "templating";
10461
10493
  cloudSdk: "cloudSdk";
10462
10494
  data: "data";
10463
10495
  media: "media";
10464
10496
  server: "server";
10497
+ packageManager: "packageManager";
10465
10498
  messageQueue: "messageQueue";
10466
10499
  }>;
10467
10500
  toolId: z.ZodString;
@@ -10477,8 +10510,8 @@ declare function getAllJsonSchemas(): {
10477
10510
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
10478
10511
  ownerPartId: z.ZodOptional<z.ZodString>;
10479
10512
  source: z.ZodEnum<{
10480
- selected: "selected";
10481
10513
  defaulted: "defaulted";
10514
+ selected: "selected";
10482
10515
  provided: "provided";
10483
10516
  legacy: "legacy";
10484
10517
  adjusted: "adjusted";
@@ -10523,13 +10556,13 @@ declare function getAllJsonSchemas(): {
10523
10556
  sequelize: "sequelize";
10524
10557
  }>;
10525
10558
  backend: z.ZodEnum<{
10559
+ effect: "effect";
10526
10560
  none: "none";
10527
10561
  hono: "hono";
10528
10562
  express: "express";
10529
10563
  fastify: "fastify";
10530
10564
  elysia: "elysia";
10531
10565
  fets: "fets";
10532
- effect: "effect";
10533
10566
  nestjs: "nestjs";
10534
10567
  adonisjs: "adonisjs";
10535
10568
  nitro: "nitro";
@@ -10611,8 +10644,8 @@ declare function getAllJsonSchemas(): {
10611
10644
  capacitor: "capacitor";
10612
10645
  }>>;
10613
10646
  examples: z.ZodArray<z.ZodEnum<{
10614
- none: "none";
10615
10647
  ai: "ai";
10648
+ none: "none";
10616
10649
  "chat-sdk": "chat-sdk";
10617
10650
  "tanstack-showcase": "tanstack-showcase";
10618
10651
  }>>;
@@ -10727,8 +10760,8 @@ declare function getAllJsonSchemas(): {
10727
10760
  "ai-cli": "ai-cli";
10728
10761
  }>;
10729
10762
  effect: z.ZodEnum<{
10730
- none: "none";
10731
10763
  effect: "effect";
10764
+ none: "none";
10732
10765
  "effect-full": "effect-full";
10733
10766
  }>;
10734
10767
  stateManagement: z.ZodEnum<{
@@ -10863,8 +10896,8 @@ declare function getAllJsonSchemas(): {
10863
10896
  "geist-mono": "geist-mono";
10864
10897
  }>>;
10865
10898
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
10866
- none: "none";
10867
10899
  default: "default";
10900
+ none: "none";
10868
10901
  small: "small";
10869
10902
  medium: "medium";
10870
10903
  large: "large";
@@ -10950,6 +10983,10 @@ declare function getAllJsonSchemas(): {
10950
10983
  ga4: "ga4";
10951
10984
  "vercel-analytics": "vercel-analytics";
10952
10985
  }>;
10986
+ webMcp: z.ZodDefault<z.ZodEnum<{
10987
+ none: "none";
10988
+ enabled: "enabled";
10989
+ }>>;
10953
10990
  cms: z.ZodEnum<{
10954
10991
  none: "none";
10955
10992
  payload: "payload";
@@ -11012,9 +11049,9 @@ declare function getAllJsonSchemas(): {
11012
11049
  }>;
11013
11050
  mobileUI: z.ZodEnum<{
11014
11051
  none: "none";
11015
- uniwind: "uniwind";
11016
11052
  tamagui: "tamagui";
11017
11053
  "gluestack-ui": "gluestack-ui";
11054
+ uniwind: "uniwind";
11018
11055
  unistyles: "unistyles";
11019
11056
  }>;
11020
11057
  mobileStorage: z.ZodEnum<{
@@ -11130,12 +11167,12 @@ declare function getAllJsonSchemas(): {
11130
11167
  ratatui: "ratatui";
11131
11168
  }>;
11132
11169
  rustLibraries: z.ZodArray<z.ZodEnum<{
11170
+ config: "config";
11133
11171
  none: "none";
11134
11172
  serde: "serde";
11135
11173
  uuid: "uuid";
11136
11174
  chrono: "chrono";
11137
11175
  reqwest: "reqwest";
11138
- config: "config";
11139
11176
  dashmap: "dashmap";
11140
11177
  "parking-lot": "parking-lot";
11141
11178
  secrecy: "secrecy";
@@ -11747,54 +11784,52 @@ declare function getAllJsonSchemas(): {
11747
11784
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11748
11785
  id: z.ZodString;
11749
11786
  role: z.ZodEnum<{
11750
- effect: "effect";
11751
- ai: "ai";
11787
+ push: "push";
11752
11788
  frontend: "frontend";
11753
11789
  backend: "backend";
11754
11790
  mobile: "mobile";
11755
11791
  database: "database";
11792
+ api: "api";
11793
+ graphql: "graphql";
11756
11794
  orm: "orm";
11757
11795
  auth: "auth";
11758
- payments: "payments";
11759
- examples: "examples";
11760
- packageManager: "packageManager";
11761
- dbSetup: "dbSetup";
11762
11796
  runtime: "runtime";
11763
- api: "api";
11764
- stateManagement: "stateManagement";
11765
- forms: "forms";
11766
- testing: "testing";
11767
- email: "email";
11768
- validation: "validation";
11797
+ deploy: "deploy";
11798
+ dbSetup: "dbSetup";
11799
+ migrations: "migrations";
11769
11800
  realtime: "realtime";
11801
+ navigation: "navigation";
11802
+ caching: "caching";
11803
+ observability: "observability";
11804
+ email: "email";
11805
+ search: "search";
11806
+ vectorDb: "vectorDb";
11807
+ fileStorage: "fileStorage";
11770
11808
  jobQueue: "jobQueue";
11809
+ rateLimit: "rateLimit";
11810
+ botProtection: "botProtection";
11811
+ testing: "testing";
11812
+ stateManagement: "stateManagement";
11813
+ forms: "forms";
11771
11814
  animation: "animation";
11772
11815
  fileUpload: "fileUpload";
11816
+ validation: "validation";
11817
+ effect: "effect";
11818
+ ui: "ui";
11819
+ css: "css";
11820
+ storage: "storage";
11821
+ ota: "ota";
11822
+ deepLinking: "deepLinking";
11823
+ ai: "ai";
11824
+ payments: "payments";
11773
11825
  logging: "logging";
11774
- observability: "observability";
11775
11826
  featureFlags: "featureFlags";
11776
11827
  integrations: "integrations";
11777
11828
  ecommerce: "ecommerce";
11778
11829
  analytics: "analytics";
11830
+ webMcp: "webMcp";
11779
11831
  cms: "cms";
11780
- caching: "caching";
11781
- rateLimit: "rateLimit";
11782
- botProtection: "botProtection";
11783
11832
  i18n: "i18n";
11784
- search: "search";
11785
- vectorDb: "vectorDb";
11786
- fileStorage: "fileStorage";
11787
- config: "config";
11788
- graphql: "graphql";
11789
- deploy: "deploy";
11790
- migrations: "migrations";
11791
- navigation: "navigation";
11792
- ui: "ui";
11793
- css: "css";
11794
- storage: "storage";
11795
- push: "push";
11796
- ota: "ota";
11797
- deepLinking: "deepLinking";
11798
11833
  documentation: "documentation";
11799
11834
  codeQuality: "codeQuality";
11800
11835
  appPlatform: "appPlatform";
@@ -11811,17 +11846,20 @@ declare function getAllJsonSchemas(): {
11811
11846
  apiGateway: "apiGateway";
11812
11847
  continuousIntegration: "continuousIntegration";
11813
11848
  backendUtilities: "backendUtilities";
11849
+ examples: "examples";
11814
11850
  language: "language";
11815
11851
  buildTool: "buildTool";
11816
11852
  cli: "cli";
11817
11853
  errorHandling: "errorHandling";
11818
11854
  httpClient: "httpClient";
11819
11855
  libraries: "libraries";
11856
+ config: "config";
11820
11857
  templating: "templating";
11821
11858
  cloudSdk: "cloudSdk";
11822
11859
  data: "data";
11823
11860
  media: "media";
11824
11861
  server: "server";
11862
+ packageManager: "packageManager";
11825
11863
  messageQueue: "messageQueue";
11826
11864
  }>;
11827
11865
  toolId: z.ZodString;
@@ -11837,8 +11875,8 @@ declare function getAllJsonSchemas(): {
11837
11875
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
11838
11876
  ownerPartId: z.ZodOptional<z.ZodString>;
11839
11877
  source: z.ZodEnum<{
11840
- selected: "selected";
11841
11878
  defaulted: "defaulted";
11879
+ selected: "selected";
11842
11880
  provided: "provided";
11843
11881
  legacy: "legacy";
11844
11882
  adjusted: "adjusted";
@@ -11883,13 +11921,13 @@ declare function getAllJsonSchemas(): {
11883
11921
  sequelize: "sequelize";
11884
11922
  }>;
11885
11923
  backend: z.ZodEnum<{
11924
+ effect: "effect";
11886
11925
  none: "none";
11887
11926
  hono: "hono";
11888
11927
  express: "express";
11889
11928
  fastify: "fastify";
11890
11929
  elysia: "elysia";
11891
11930
  fets: "fets";
11892
- effect: "effect";
11893
11931
  nestjs: "nestjs";
11894
11932
  adonisjs: "adonisjs";
11895
11933
  nitro: "nitro";
@@ -11971,8 +12009,8 @@ declare function getAllJsonSchemas(): {
11971
12009
  capacitor: "capacitor";
11972
12010
  }>>;
11973
12011
  examples: z.ZodArray<z.ZodEnum<{
11974
- none: "none";
11975
12012
  ai: "ai";
12013
+ none: "none";
11976
12014
  "chat-sdk": "chat-sdk";
11977
12015
  "tanstack-showcase": "tanstack-showcase";
11978
12016
  }>>;
@@ -12087,8 +12125,8 @@ declare function getAllJsonSchemas(): {
12087
12125
  "ai-cli": "ai-cli";
12088
12126
  }>;
12089
12127
  effect: z.ZodEnum<{
12090
- none: "none";
12091
12128
  effect: "effect";
12129
+ none: "none";
12092
12130
  "effect-full": "effect-full";
12093
12131
  }>;
12094
12132
  stateManagement: z.ZodEnum<{
@@ -12223,8 +12261,8 @@ declare function getAllJsonSchemas(): {
12223
12261
  "geist-mono": "geist-mono";
12224
12262
  }>>;
12225
12263
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
12226
- none: "none";
12227
12264
  default: "default";
12265
+ none: "none";
12228
12266
  small: "small";
12229
12267
  medium: "medium";
12230
12268
  large: "large";
@@ -12310,6 +12348,10 @@ declare function getAllJsonSchemas(): {
12310
12348
  ga4: "ga4";
12311
12349
  "vercel-analytics": "vercel-analytics";
12312
12350
  }>;
12351
+ webMcp: z.ZodDefault<z.ZodEnum<{
12352
+ none: "none";
12353
+ enabled: "enabled";
12354
+ }>>;
12313
12355
  cms: z.ZodEnum<{
12314
12356
  none: "none";
12315
12357
  payload: "payload";
@@ -12372,9 +12414,9 @@ declare function getAllJsonSchemas(): {
12372
12414
  }>;
12373
12415
  mobileUI: z.ZodEnum<{
12374
12416
  none: "none";
12375
- uniwind: "uniwind";
12376
12417
  tamagui: "tamagui";
12377
12418
  "gluestack-ui": "gluestack-ui";
12419
+ uniwind: "uniwind";
12378
12420
  unistyles: "unistyles";
12379
12421
  }>;
12380
12422
  mobileStorage: z.ZodEnum<{
@@ -12490,12 +12532,12 @@ declare function getAllJsonSchemas(): {
12490
12532
  ratatui: "ratatui";
12491
12533
  }>;
12492
12534
  rustLibraries: z.ZodArray<z.ZodEnum<{
12535
+ config: "config";
12493
12536
  none: "none";
12494
12537
  serde: "serde";
12495
12538
  uuid: "uuid";
12496
12539
  chrono: "chrono";
12497
12540
  reqwest: "reqwest";
12498
- config: "config";
12499
12541
  dashmap: "dashmap";
12500
12542
  "parking-lot": "parking-lot";
12501
12543
  secrecy: "secrecy";
@@ -13107,54 +13149,52 @@ declare function getAllJsonSchemas(): {
13107
13149
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
13108
13150
  id: z.ZodString;
13109
13151
  role: z.ZodEnum<{
13110
- effect: "effect";
13111
- ai: "ai";
13152
+ push: "push";
13112
13153
  frontend: "frontend";
13113
13154
  backend: "backend";
13114
13155
  mobile: "mobile";
13115
13156
  database: "database";
13157
+ api: "api";
13158
+ graphql: "graphql";
13116
13159
  orm: "orm";
13117
13160
  auth: "auth";
13118
- payments: "payments";
13119
- examples: "examples";
13120
- packageManager: "packageManager";
13121
- dbSetup: "dbSetup";
13122
13161
  runtime: "runtime";
13123
- api: "api";
13124
- stateManagement: "stateManagement";
13125
- forms: "forms";
13126
- testing: "testing";
13127
- email: "email";
13128
- validation: "validation";
13162
+ deploy: "deploy";
13163
+ dbSetup: "dbSetup";
13164
+ migrations: "migrations";
13129
13165
  realtime: "realtime";
13166
+ navigation: "navigation";
13167
+ caching: "caching";
13168
+ observability: "observability";
13169
+ email: "email";
13170
+ search: "search";
13171
+ vectorDb: "vectorDb";
13172
+ fileStorage: "fileStorage";
13130
13173
  jobQueue: "jobQueue";
13174
+ rateLimit: "rateLimit";
13175
+ botProtection: "botProtection";
13176
+ testing: "testing";
13177
+ stateManagement: "stateManagement";
13178
+ forms: "forms";
13131
13179
  animation: "animation";
13132
13180
  fileUpload: "fileUpload";
13181
+ validation: "validation";
13182
+ effect: "effect";
13183
+ ui: "ui";
13184
+ css: "css";
13185
+ storage: "storage";
13186
+ ota: "ota";
13187
+ deepLinking: "deepLinking";
13188
+ ai: "ai";
13189
+ payments: "payments";
13133
13190
  logging: "logging";
13134
- observability: "observability";
13135
13191
  featureFlags: "featureFlags";
13136
13192
  integrations: "integrations";
13137
13193
  ecommerce: "ecommerce";
13138
13194
  analytics: "analytics";
13195
+ webMcp: "webMcp";
13139
13196
  cms: "cms";
13140
- caching: "caching";
13141
- rateLimit: "rateLimit";
13142
- botProtection: "botProtection";
13143
13197
  i18n: "i18n";
13144
- search: "search";
13145
- vectorDb: "vectorDb";
13146
- fileStorage: "fileStorage";
13147
- config: "config";
13148
- graphql: "graphql";
13149
- deploy: "deploy";
13150
- migrations: "migrations";
13151
- navigation: "navigation";
13152
- ui: "ui";
13153
- css: "css";
13154
- storage: "storage";
13155
- push: "push";
13156
- ota: "ota";
13157
- deepLinking: "deepLinking";
13158
13198
  documentation: "documentation";
13159
13199
  codeQuality: "codeQuality";
13160
13200
  appPlatform: "appPlatform";
@@ -13171,17 +13211,20 @@ declare function getAllJsonSchemas(): {
13171
13211
  apiGateway: "apiGateway";
13172
13212
  continuousIntegration: "continuousIntegration";
13173
13213
  backendUtilities: "backendUtilities";
13214
+ examples: "examples";
13174
13215
  language: "language";
13175
13216
  buildTool: "buildTool";
13176
13217
  cli: "cli";
13177
13218
  errorHandling: "errorHandling";
13178
13219
  httpClient: "httpClient";
13179
13220
  libraries: "libraries";
13221
+ config: "config";
13180
13222
  templating: "templating";
13181
13223
  cloudSdk: "cloudSdk";
13182
13224
  data: "data";
13183
13225
  media: "media";
13184
13226
  server: "server";
13227
+ packageManager: "packageManager";
13185
13228
  messageQueue: "messageQueue";
13186
13229
  }>;
13187
13230
  toolId: z.ZodString;
@@ -13197,8 +13240,8 @@ declare function getAllJsonSchemas(): {
13197
13240
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
13198
13241
  ownerPartId: z.ZodOptional<z.ZodString>;
13199
13242
  source: z.ZodEnum<{
13200
- selected: "selected";
13201
13243
  defaulted: "defaulted";
13244
+ selected: "selected";
13202
13245
  provided: "provided";
13203
13246
  legacy: "legacy";
13204
13247
  adjusted: "adjusted";
@@ -13244,13 +13287,13 @@ declare function getAllJsonSchemas(): {
13244
13287
  sequelize: "sequelize";
13245
13288
  }>;
13246
13289
  backend: z.ZodEnum<{
13290
+ effect: "effect";
13247
13291
  none: "none";
13248
13292
  hono: "hono";
13249
13293
  express: "express";
13250
13294
  fastify: "fastify";
13251
13295
  elysia: "elysia";
13252
13296
  fets: "fets";
13253
- effect: "effect";
13254
13297
  nestjs: "nestjs";
13255
13298
  adonisjs: "adonisjs";
13256
13299
  nitro: "nitro";
@@ -13332,8 +13375,8 @@ declare function getAllJsonSchemas(): {
13332
13375
  capacitor: "capacitor";
13333
13376
  }>>;
13334
13377
  examples: z.ZodArray<z.ZodEnum<{
13335
- none: "none";
13336
13378
  ai: "ai";
13379
+ none: "none";
13337
13380
  "chat-sdk": "chat-sdk";
13338
13381
  "tanstack-showcase": "tanstack-showcase";
13339
13382
  }>>;
@@ -13450,8 +13493,8 @@ declare function getAllJsonSchemas(): {
13450
13493
  "ai-cli": "ai-cli";
13451
13494
  }>;
13452
13495
  effect: z.ZodEnum<{
13453
- none: "none";
13454
13496
  effect: "effect";
13497
+ none: "none";
13455
13498
  "effect-full": "effect-full";
13456
13499
  }>;
13457
13500
  stateManagement: z.ZodEnum<{
@@ -13586,8 +13629,8 @@ declare function getAllJsonSchemas(): {
13586
13629
  "geist-mono": "geist-mono";
13587
13630
  }>>;
13588
13631
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
13589
- none: "none";
13590
13632
  default: "default";
13633
+ none: "none";
13591
13634
  small: "small";
13592
13635
  medium: "medium";
13593
13636
  large: "large";
@@ -13673,6 +13716,10 @@ declare function getAllJsonSchemas(): {
13673
13716
  ga4: "ga4";
13674
13717
  "vercel-analytics": "vercel-analytics";
13675
13718
  }>;
13719
+ webMcp: z.ZodDefault<z.ZodEnum<{
13720
+ none: "none";
13721
+ enabled: "enabled";
13722
+ }>>;
13676
13723
  cms: z.ZodEnum<{
13677
13724
  none: "none";
13678
13725
  payload: "payload";
@@ -13735,9 +13782,9 @@ declare function getAllJsonSchemas(): {
13735
13782
  }>;
13736
13783
  mobileUI: z.ZodEnum<{
13737
13784
  none: "none";
13738
- uniwind: "uniwind";
13739
13785
  tamagui: "tamagui";
13740
13786
  "gluestack-ui": "gluestack-ui";
13787
+ uniwind: "uniwind";
13741
13788
  unistyles: "unistyles";
13742
13789
  }>;
13743
13790
  mobileStorage: z.ZodEnum<{
@@ -13853,12 +13900,12 @@ declare function getAllJsonSchemas(): {
13853
13900
  ratatui: "ratatui";
13854
13901
  }>;
13855
13902
  rustLibraries: z.ZodArray<z.ZodEnum<{
13903
+ config: "config";
13856
13904
  none: "none";
13857
13905
  serde: "serde";
13858
13906
  uuid: "uuid";
13859
13907
  chrono: "chrono";
13860
13908
  reqwest: "reqwest";
13861
- config: "config";
13862
13909
  dashmap: "dashmap";
13863
13910
  "parking-lot": "parking-lot";
13864
13911
  secrecy: "secrecy";
@@ -14470,54 +14517,52 @@ declare function getAllJsonSchemas(): {
14470
14517
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
14471
14518
  id: z.ZodString;
14472
14519
  role: z.ZodEnum<{
14473
- effect: "effect";
14474
- ai: "ai";
14520
+ push: "push";
14475
14521
  frontend: "frontend";
14476
14522
  backend: "backend";
14477
14523
  mobile: "mobile";
14478
14524
  database: "database";
14525
+ api: "api";
14526
+ graphql: "graphql";
14479
14527
  orm: "orm";
14480
14528
  auth: "auth";
14481
- payments: "payments";
14482
- examples: "examples";
14483
- packageManager: "packageManager";
14484
- dbSetup: "dbSetup";
14485
14529
  runtime: "runtime";
14486
- api: "api";
14487
- stateManagement: "stateManagement";
14488
- forms: "forms";
14489
- testing: "testing";
14490
- email: "email";
14491
- validation: "validation";
14530
+ deploy: "deploy";
14531
+ dbSetup: "dbSetup";
14532
+ migrations: "migrations";
14492
14533
  realtime: "realtime";
14534
+ navigation: "navigation";
14535
+ caching: "caching";
14536
+ observability: "observability";
14537
+ email: "email";
14538
+ search: "search";
14539
+ vectorDb: "vectorDb";
14540
+ fileStorage: "fileStorage";
14493
14541
  jobQueue: "jobQueue";
14542
+ rateLimit: "rateLimit";
14543
+ botProtection: "botProtection";
14544
+ testing: "testing";
14545
+ stateManagement: "stateManagement";
14546
+ forms: "forms";
14494
14547
  animation: "animation";
14495
14548
  fileUpload: "fileUpload";
14549
+ validation: "validation";
14550
+ effect: "effect";
14551
+ ui: "ui";
14552
+ css: "css";
14553
+ storage: "storage";
14554
+ ota: "ota";
14555
+ deepLinking: "deepLinking";
14556
+ ai: "ai";
14557
+ payments: "payments";
14496
14558
  logging: "logging";
14497
- observability: "observability";
14498
14559
  featureFlags: "featureFlags";
14499
14560
  integrations: "integrations";
14500
14561
  ecommerce: "ecommerce";
14501
14562
  analytics: "analytics";
14563
+ webMcp: "webMcp";
14502
14564
  cms: "cms";
14503
- caching: "caching";
14504
- rateLimit: "rateLimit";
14505
- botProtection: "botProtection";
14506
14565
  i18n: "i18n";
14507
- search: "search";
14508
- vectorDb: "vectorDb";
14509
- fileStorage: "fileStorage";
14510
- config: "config";
14511
- graphql: "graphql";
14512
- deploy: "deploy";
14513
- migrations: "migrations";
14514
- navigation: "navigation";
14515
- ui: "ui";
14516
- css: "css";
14517
- storage: "storage";
14518
- push: "push";
14519
- ota: "ota";
14520
- deepLinking: "deepLinking";
14521
14566
  documentation: "documentation";
14522
14567
  codeQuality: "codeQuality";
14523
14568
  appPlatform: "appPlatform";
@@ -14534,17 +14579,20 @@ declare function getAllJsonSchemas(): {
14534
14579
  apiGateway: "apiGateway";
14535
14580
  continuousIntegration: "continuousIntegration";
14536
14581
  backendUtilities: "backendUtilities";
14582
+ examples: "examples";
14537
14583
  language: "language";
14538
14584
  buildTool: "buildTool";
14539
14585
  cli: "cli";
14540
14586
  errorHandling: "errorHandling";
14541
14587
  httpClient: "httpClient";
14542
14588
  libraries: "libraries";
14589
+ config: "config";
14543
14590
  templating: "templating";
14544
14591
  cloudSdk: "cloudSdk";
14545
14592
  data: "data";
14546
14593
  media: "media";
14547
14594
  server: "server";
14595
+ packageManager: "packageManager";
14548
14596
  messageQueue: "messageQueue";
14549
14597
  }>;
14550
14598
  toolId: z.ZodString;
@@ -14560,8 +14608,8 @@ declare function getAllJsonSchemas(): {
14560
14608
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
14561
14609
  ownerPartId: z.ZodOptional<z.ZodString>;
14562
14610
  source: z.ZodEnum<{
14563
- selected: "selected";
14564
14611
  defaulted: "defaulted";
14612
+ selected: "selected";
14565
14613
  provided: "provided";
14566
14614
  legacy: "legacy";
14567
14615
  adjusted: "adjusted";