sfcc-dev-mcp 1.0.21 → 1.0.22

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 (296) hide show
  1. package/README.md +79 -30
  2. package/dist/clients/agent-instructions-client.d.ts +3 -0
  3. package/dist/clients/agent-instructions-client.d.ts.map +1 -1
  4. package/dist/clients/agent-instructions-client.js +42 -10
  5. package/dist/clients/agent-instructions-client.js.map +1 -1
  6. package/dist/clients/base/abstract-documentation-client.d.ts +4 -0
  7. package/dist/clients/base/abstract-documentation-client.d.ts.map +1 -1
  8. package/dist/clients/base/abstract-documentation-client.js +9 -1
  9. package/dist/clients/base/abstract-documentation-client.js.map +1 -1
  10. package/dist/clients/base/http-client.d.ts +10 -3
  11. package/dist/clients/base/http-client.d.ts.map +1 -1
  12. package/dist/clients/base/http-client.js +94 -16
  13. package/dist/clients/base/http-client.js.map +1 -1
  14. package/dist/clients/base/oauth-token.d.ts +3 -0
  15. package/dist/clients/base/oauth-token.d.ts.map +1 -1
  16. package/dist/clients/base/oauth-token.js +23 -3
  17. package/dist/clients/base/oauth-token.js.map +1 -1
  18. package/dist/clients/base/ocapi-auth-client.d.ts.map +1 -1
  19. package/dist/clients/base/ocapi-auth-client.js +22 -2
  20. package/dist/clients/base/ocapi-auth-client.js.map +1 -1
  21. package/dist/clients/docs/class-name-resolver.d.ts +7 -4
  22. package/dist/clients/docs/class-name-resolver.d.ts.map +1 -1
  23. package/dist/clients/docs/class-name-resolver.js.map +1 -1
  24. package/dist/clients/docs/documentation-scanner.d.ts +2 -0
  25. package/dist/clients/docs/documentation-scanner.d.ts.map +1 -1
  26. package/dist/clients/docs/documentation-scanner.js +39 -17
  27. package/dist/clients/docs/documentation-scanner.js.map +1 -1
  28. package/dist/clients/docs-client.d.ts +4 -3
  29. package/dist/clients/docs-client.d.ts.map +1 -1
  30. package/dist/clients/docs-client.js.map +1 -1
  31. package/dist/clients/logs/log-client.d.ts +1 -0
  32. package/dist/clients/logs/log-client.d.ts.map +1 -1
  33. package/dist/clients/logs/log-client.js +13 -21
  34. package/dist/clients/logs/log-client.js.map +1 -1
  35. package/dist/clients/logs/log-file-discovery.d.ts +1 -0
  36. package/dist/clients/logs/log-file-discovery.d.ts.map +1 -1
  37. package/dist/clients/logs/log-file-discovery.js +19 -6
  38. package/dist/clients/logs/log-file-discovery.js.map +1 -1
  39. package/dist/clients/logs/log-file-reader.d.ts +2 -0
  40. package/dist/clients/logs/log-file-reader.d.ts.map +1 -1
  41. package/dist/clients/logs/log-file-reader.js +31 -8
  42. package/dist/clients/logs/log-file-reader.js.map +1 -1
  43. package/dist/clients/logs/log-formatter.d.ts +2 -2
  44. package/dist/clients/logs/log-formatter.d.ts.map +1 -1
  45. package/dist/clients/logs/log-formatter.js.map +1 -1
  46. package/dist/clients/logs/log-types.d.ts +4 -0
  47. package/dist/clients/logs/log-types.d.ts.map +1 -1
  48. package/dist/clients/logs/webdav-client-manager.d.ts.map +1 -1
  49. package/dist/clients/logs/webdav-client-manager.js.map +1 -1
  50. package/dist/clients/ocapi/code-versions-client.d.ts +23 -4
  51. package/dist/clients/ocapi/code-versions-client.d.ts.map +1 -1
  52. package/dist/clients/ocapi/code-versions-client.js +2 -2
  53. package/dist/clients/ocapi/code-versions-client.js.map +1 -1
  54. package/dist/clients/ocapi/site-preferences-client.d.ts +2 -42
  55. package/dist/clients/ocapi/site-preferences-client.d.ts.map +1 -1
  56. package/dist/clients/ocapi/site-preferences-client.js.map +1 -1
  57. package/dist/clients/ocapi/system-objects-client.d.ts +7 -39
  58. package/dist/clients/ocapi/system-objects-client.d.ts.map +1 -1
  59. package/dist/clients/ocapi/system-objects-client.js.map +1 -1
  60. package/dist/clients/script-debugger/script-debugger-client.d.ts +9 -1
  61. package/dist/clients/script-debugger/script-debugger-client.d.ts.map +1 -1
  62. package/dist/clients/script-debugger/script-debugger-client.js +182 -127
  63. package/dist/clients/script-debugger/script-debugger-client.js.map +1 -1
  64. package/dist/clients/sfra-client.d.ts.map +1 -1
  65. package/dist/clients/sfra-client.js.map +1 -1
  66. package/dist/config/cli-options.d.ts +16 -0
  67. package/dist/config/cli-options.d.ts.map +1 -0
  68. package/dist/config/cli-options.js +56 -0
  69. package/dist/config/cli-options.js.map +1 -0
  70. package/dist/config/configuration-factory.d.ts.map +1 -1
  71. package/dist/config/configuration-factory.js +12 -6
  72. package/dist/config/configuration-factory.js.map +1 -1
  73. package/dist/config/credential-validation.d.ts +25 -0
  74. package/dist/config/credential-validation.d.ts.map +1 -0
  75. package/dist/config/credential-validation.js +42 -0
  76. package/dist/config/credential-validation.js.map +1 -0
  77. package/dist/config/dw-json-loader.d.ts.map +1 -1
  78. package/dist/config/dw-json-loader.js +19 -68
  79. package/dist/config/dw-json-loader.js.map +1 -1
  80. package/dist/config/path-security-policy.d.ts +6 -0
  81. package/dist/config/path-security-policy.d.ts.map +1 -0
  82. package/dist/config/path-security-policy.js +63 -0
  83. package/dist/config/path-security-policy.js.map +1 -0
  84. package/dist/config/workspace-roots.d.ts +1 -0
  85. package/dist/config/workspace-roots.d.ts.map +1 -1
  86. package/dist/config/workspace-roots.js +26 -77
  87. package/dist/config/workspace-roots.js.map +1 -1
  88. package/dist/core/handlers/abstract-client-handler.d.ts +23 -2
  89. package/dist/core/handlers/abstract-client-handler.d.ts.map +1 -1
  90. package/dist/core/handlers/abstract-client-handler.js +33 -3
  91. package/dist/core/handlers/abstract-client-handler.js.map +1 -1
  92. package/dist/core/handlers/agent-instructions-handler.d.ts +1 -1
  93. package/dist/core/handlers/agent-instructions-handler.d.ts.map +1 -1
  94. package/dist/core/handlers/agent-instructions-handler.js +2 -2
  95. package/dist/core/handlers/agent-instructions-handler.js.map +1 -1
  96. package/dist/core/handlers/base-handler.d.ts +14 -11
  97. package/dist/core/handlers/base-handler.d.ts.map +1 -1
  98. package/dist/core/handlers/base-handler.js +38 -22
  99. package/dist/core/handlers/base-handler.js.map +1 -1
  100. package/dist/core/handlers/cartridge-handler.d.ts +3 -8
  101. package/dist/core/handlers/cartridge-handler.d.ts.map +1 -1
  102. package/dist/core/handlers/cartridge-handler.js +10 -18
  103. package/dist/core/handlers/cartridge-handler.js.map +1 -1
  104. package/dist/core/handlers/code-version-handler.d.ts +3 -9
  105. package/dist/core/handlers/code-version-handler.d.ts.map +1 -1
  106. package/dist/core/handlers/code-version-handler.js +10 -21
  107. package/dist/core/handlers/code-version-handler.js.map +1 -1
  108. package/dist/core/handlers/job-log-handler.d.ts +3 -9
  109. package/dist/core/handlers/job-log-handler.d.ts.map +1 -1
  110. package/dist/core/handlers/job-log-handler.js +10 -21
  111. package/dist/core/handlers/job-log-handler.js.map +1 -1
  112. package/dist/core/handlers/lifecycle-utils.d.ts +5 -0
  113. package/dist/core/handlers/lifecycle-utils.d.ts.map +1 -0
  114. package/dist/core/handlers/lifecycle-utils.js +18 -0
  115. package/dist/core/handlers/lifecycle-utils.js.map +1 -0
  116. package/dist/core/handlers/log-handler.d.ts +3 -9
  117. package/dist/core/handlers/log-handler.d.ts.map +1 -1
  118. package/dist/core/handlers/log-handler.js +10 -21
  119. package/dist/core/handlers/log-handler.js.map +1 -1
  120. package/dist/core/handlers/script-debugger-handler.d.ts +3 -9
  121. package/dist/core/handlers/script-debugger-handler.d.ts.map +1 -1
  122. package/dist/core/handlers/script-debugger-handler.js +10 -21
  123. package/dist/core/handlers/script-debugger-handler.js.map +1 -1
  124. package/dist/core/handlers/simple-client-handler.d.ts +3 -3
  125. package/dist/core/handlers/simple-client-handler.d.ts.map +1 -1
  126. package/dist/core/handlers/simple-client-handler.js +5 -3
  127. package/dist/core/handlers/simple-client-handler.js.map +1 -1
  128. package/dist/core/handlers/system-object-handler.d.ts +3 -9
  129. package/dist/core/handlers/system-object-handler.d.ts.map +1 -1
  130. package/dist/core/handlers/system-object-handler.js +10 -21
  131. package/dist/core/handlers/system-object-handler.js.map +1 -1
  132. package/dist/core/handlers/validation-helpers.d.ts +5 -26
  133. package/dist/core/handlers/validation-helpers.d.ts.map +1 -1
  134. package/dist/core/handlers/validation-helpers.js +79 -81
  135. package/dist/core/handlers/validation-helpers.js.map +1 -1
  136. package/dist/core/instruction-advisor.d.ts +3 -0
  137. package/dist/core/instruction-advisor.d.ts.map +1 -1
  138. package/dist/core/instruction-advisor.js +25 -2
  139. package/dist/core/instruction-advisor.js.map +1 -1
  140. package/dist/core/server-tool-call-lifecycle.d.ts +38 -0
  141. package/dist/core/server-tool-call-lifecycle.d.ts.map +1 -0
  142. package/dist/core/server-tool-call-lifecycle.js +128 -0
  143. package/dist/core/server-tool-call-lifecycle.js.map +1 -0
  144. package/dist/core/server-tool-catalog.d.ts +19 -0
  145. package/dist/core/server-tool-catalog.d.ts.map +1 -0
  146. package/dist/core/server-tool-catalog.js +52 -0
  147. package/dist/core/server-tool-catalog.js.map +1 -0
  148. package/dist/core/server-workspace-discovery.d.ts +38 -0
  149. package/dist/core/server-workspace-discovery.d.ts.map +1 -0
  150. package/dist/core/server-workspace-discovery.js +68 -0
  151. package/dist/core/server-workspace-discovery.js.map +1 -0
  152. package/dist/core/server.d.ts +27 -3
  153. package/dist/core/server.d.ts.map +1 -1
  154. package/dist/core/server.js +247 -165
  155. package/dist/core/server.js.map +1 -1
  156. package/dist/core/tool-argument-validator.d.ts +24 -0
  157. package/dist/core/tool-argument-validator.d.ts.map +1 -0
  158. package/dist/core/tool-argument-validator.js +186 -0
  159. package/dist/core/tool-argument-validator.js.map +1 -0
  160. package/dist/core/tool-error-response.d.ts +21 -0
  161. package/dist/core/tool-error-response.d.ts.map +1 -0
  162. package/dist/core/tool-error-response.js +64 -0
  163. package/dist/core/tool-error-response.js.map +1 -0
  164. package/dist/core/tool-schemas/agent-instruction-tools.d.ts +4 -0
  165. package/dist/core/tool-schemas/agent-instruction-tools.d.ts.map +1 -1
  166. package/dist/core/tool-schemas/agent-instruction-tools.js +6 -2
  167. package/dist/core/tool-schemas/agent-instruction-tools.js.map +1 -1
  168. package/dist/core/tool-schemas/cartridge-tools.d.ts +3 -0
  169. package/dist/core/tool-schemas/cartridge-tools.d.ts.map +1 -1
  170. package/dist/core/tool-schemas/cartridge-tools.js +3 -0
  171. package/dist/core/tool-schemas/cartridge-tools.js.map +1 -1
  172. package/dist/core/tool-schemas/code-version-tools.d.ts +1 -0
  173. package/dist/core/tool-schemas/code-version-tools.d.ts.map +1 -1
  174. package/dist/core/tool-schemas/code-version-tools.js +1 -0
  175. package/dist/core/tool-schemas/code-version-tools.js.map +1 -1
  176. package/dist/core/tool-schemas/documentation-tools.d.ts +6 -0
  177. package/dist/core/tool-schemas/documentation-tools.d.ts.map +1 -1
  178. package/dist/core/tool-schemas/documentation-tools.js +6 -0
  179. package/dist/core/tool-schemas/documentation-tools.js.map +1 -1
  180. package/dist/core/tool-schemas/isml-tools.d.ts +3 -0
  181. package/dist/core/tool-schemas/isml-tools.d.ts.map +1 -1
  182. package/dist/core/tool-schemas/isml-tools.js +4 -1
  183. package/dist/core/tool-schemas/isml-tools.js.map +1 -1
  184. package/dist/core/tool-schemas/log-tools.d.ts +28 -0
  185. package/dist/core/tool-schemas/log-tools.d.ts.map +1 -1
  186. package/dist/core/tool-schemas/log-tools.js +21 -7
  187. package/dist/core/tool-schemas/log-tools.js.map +1 -1
  188. package/dist/core/tool-schemas/script-debugger-tools.d.ts +7 -0
  189. package/dist/core/tool-schemas/script-debugger-tools.d.ts.map +1 -1
  190. package/dist/core/tool-schemas/script-debugger-tools.js +9 -2
  191. package/dist/core/tool-schemas/script-debugger-tools.js.map +1 -1
  192. package/dist/core/tool-schemas/sfra-tools.d.ts +3 -0
  193. package/dist/core/tool-schemas/sfra-tools.d.ts.map +1 -1
  194. package/dist/core/tool-schemas/sfra-tools.js +3 -0
  195. package/dist/core/tool-schemas/sfra-tools.js.map +1 -1
  196. package/dist/core/tool-schemas/shared-schemas.d.ts +72 -4
  197. package/dist/core/tool-schemas/shared-schemas.d.ts.map +1 -1
  198. package/dist/core/tool-schemas/shared-schemas.js +29 -3
  199. package/dist/core/tool-schemas/shared-schemas.js.map +1 -1
  200. package/dist/core/tool-schemas/system-object-tools.d.ts +93 -4
  201. package/dist/core/tool-schemas/system-object-tools.d.ts.map +1 -1
  202. package/dist/core/tool-schemas/system-object-tools.js +13 -6
  203. package/dist/core/tool-schemas/system-object-tools.js.map +1 -1
  204. package/dist/docs/isml/isprint.md +1 -1
  205. package/dist/docs/isml/isredirect.md +1 -1
  206. package/dist/docs/isml/isremove.md +1 -1
  207. package/dist/docs/isml/isreplace.md +1 -1
  208. package/dist/docs/isml/isscript.md +1 -1
  209. package/dist/main.js +18 -33
  210. package/dist/main.js.map +1 -1
  211. package/dist/tool-configs/agent-instructions-tool-config.d.ts +1 -1
  212. package/dist/tool-configs/agent-instructions-tool-config.d.ts.map +1 -1
  213. package/dist/tool-configs/agent-instructions-tool-config.js +0 -33
  214. package/dist/tool-configs/agent-instructions-tool-config.js.map +1 -1
  215. package/dist/tool-configs/cartridge-tool-config.d.ts +1 -1
  216. package/dist/tool-configs/cartridge-tool-config.d.ts.map +1 -1
  217. package/dist/tool-configs/cartridge-tool-config.js +3 -5
  218. package/dist/tool-configs/cartridge-tool-config.js.map +1 -1
  219. package/dist/tool-configs/code-version-tool-config.d.ts +1 -1
  220. package/dist/tool-configs/code-version-tool-config.d.ts.map +1 -1
  221. package/dist/tool-configs/code-version-tool-config.js +0 -4
  222. package/dist/tool-configs/code-version-tool-config.js.map +1 -1
  223. package/dist/tool-configs/docs-tool-config.d.ts +1 -1
  224. package/dist/tool-configs/docs-tool-config.d.ts.map +1 -1
  225. package/dist/tool-configs/docs-tool-config.js +0 -13
  226. package/dist/tool-configs/docs-tool-config.js.map +1 -1
  227. package/dist/tool-configs/isml-tool-config.d.ts +1 -1
  228. package/dist/tool-configs/isml-tool-config.d.ts.map +1 -1
  229. package/dist/tool-configs/isml-tool-config.js +0 -10
  230. package/dist/tool-configs/isml-tool-config.js.map +1 -1
  231. package/dist/tool-configs/job-log-tool-config.d.ts +1 -1
  232. package/dist/tool-configs/job-log-tool-config.d.ts.map +1 -1
  233. package/dist/tool-configs/job-log-tool-config.js +1 -21
  234. package/dist/tool-configs/job-log-tool-config.js.map +1 -1
  235. package/dist/tool-configs/log-tool-config.d.ts +1 -1
  236. package/dist/tool-configs/log-tool-config.d.ts.map +1 -1
  237. package/dist/tool-configs/log-tool-config.js +6 -16
  238. package/dist/tool-configs/log-tool-config.js.map +1 -1
  239. package/dist/tool-configs/script-debugger-tool-config.d.ts +1 -1
  240. package/dist/tool-configs/script-debugger-tool-config.d.ts.map +1 -1
  241. package/dist/tool-configs/script-debugger-tool-config.js +0 -8
  242. package/dist/tool-configs/script-debugger-tool-config.js.map +1 -1
  243. package/dist/tool-configs/sfra-tool-config.d.ts +1 -1
  244. package/dist/tool-configs/sfra-tool-config.d.ts.map +1 -1
  245. package/dist/tool-configs/sfra-tool-config.js +0 -10
  246. package/dist/tool-configs/sfra-tool-config.js.map +1 -1
  247. package/dist/tool-configs/system-object-tool-config.d.ts +1 -1
  248. package/dist/tool-configs/system-object-tool-config.d.ts.map +1 -1
  249. package/dist/tool-configs/system-object-tool-config.js +14 -24
  250. package/dist/tool-configs/system-object-tool-config.js.map +1 -1
  251. package/dist/types/ocapi-search.d.ts +50 -0
  252. package/dist/types/ocapi-search.d.ts.map +1 -0
  253. package/dist/types/ocapi-search.js +7 -0
  254. package/dist/types/ocapi-search.js.map +1 -0
  255. package/dist/types/types.d.ts +4 -4
  256. package/dist/types/types.d.ts.map +1 -1
  257. package/dist/utils/abort-utils.d.ts +18 -0
  258. package/dist/utils/abort-utils.d.ts.map +1 -0
  259. package/dist/utils/abort-utils.js +60 -0
  260. package/dist/utils/abort-utils.js.map +1 -0
  261. package/dist/utils/cache.d.ts +7 -7
  262. package/dist/utils/cache.d.ts.map +1 -1
  263. package/dist/utils/cache.js.map +1 -1
  264. package/dist/utils/category-utils.d.ts +0 -10
  265. package/dist/utils/category-utils.d.ts.map +1 -1
  266. package/dist/utils/category-utils.js +0 -12
  267. package/dist/utils/category-utils.js.map +1 -1
  268. package/dist/utils/log-tool-constants.d.ts +3 -4
  269. package/dist/utils/log-tool-constants.d.ts.map +1 -1
  270. package/dist/utils/log-tool-constants.js +2 -13
  271. package/dist/utils/log-tool-constants.js.map +1 -1
  272. package/dist/utils/logger.d.ts +20 -7
  273. package/dist/utils/logger.d.ts.map +1 -1
  274. package/dist/utils/logger.js +72 -11
  275. package/dist/utils/logger.js.map +1 -1
  276. package/dist/utils/query-builder.d.ts +2 -5
  277. package/dist/utils/query-builder.d.ts.map +1 -1
  278. package/dist/utils/query-builder.js +1 -4
  279. package/dist/utils/query-builder.js.map +1 -1
  280. package/dist/utils/validator.d.ts +5 -3
  281. package/dist/utils/validator.d.ts.map +1 -1
  282. package/dist/utils/validator.js +20 -14
  283. package/dist/utils/validator.js.map +1 -1
  284. package/package.json +14 -7
  285. package/dist/clients/docs/index.d.ts +0 -10
  286. package/dist/clients/docs/index.d.ts.map +0 -1
  287. package/dist/clients/docs/index.js +0 -10
  288. package/dist/clients/docs/index.js.map +0 -1
  289. package/dist/constants/index.d.ts +0 -1
  290. package/dist/constants/index.d.ts.map +0 -1
  291. package/dist/constants/index.js +0 -3
  292. package/dist/constants/index.js.map +0 -1
  293. package/dist/utils/path-validation.d.ts +0 -40
  294. package/dist/utils/path-validation.d.ts.map +0 -1
  295. package/dist/utils/path-validation.js +0 -84
  296. package/dist/utils/path-validation.js.map +0 -1
@@ -10,11 +10,14 @@ export declare const LOG_TOOLS: ({
10
10
  date: {
11
11
  readonly type: "string";
12
12
  readonly description: "Date in YYYYMMDD format (default: today)";
13
+ readonly pattern: "^\\d{8}$";
13
14
  };
14
15
  limit: {
15
16
  type: string;
16
17
  description: string;
17
18
  default: number;
19
+ minimum: number;
20
+ maximum: number;
18
21
  };
19
22
  };
20
23
  };
@@ -27,6 +30,7 @@ export declare const LOG_TOOLS: ({
27
30
  date: {
28
31
  readonly type: "string";
29
32
  readonly description: "Date in YYYYMMDD format (default: today)";
33
+ readonly pattern: "^\\d{8}$";
30
34
  };
31
35
  pattern?: undefined;
32
36
  logLevel?: undefined;
@@ -45,6 +49,7 @@ export declare const LOG_TOOLS: ({
45
49
  properties: {
46
50
  pattern: {
47
51
  type: string;
52
+ minLength: number;
48
53
  description: string;
49
54
  };
50
55
  logLevel: {
@@ -55,11 +60,14 @@ export declare const LOG_TOOLS: ({
55
60
  date: {
56
61
  readonly type: "string";
57
62
  readonly description: "Date in YYYYMMDD format (default: today)";
63
+ readonly pattern: "^\\d{8}$";
58
64
  };
59
65
  limit: {
60
66
  type: string;
61
67
  description: string;
62
68
  default: number;
69
+ minimum: number;
70
+ maximum: number;
63
71
  };
64
72
  filename?: undefined;
65
73
  maxBytes?: undefined;
@@ -91,12 +99,15 @@ export declare const LOG_TOOLS: ({
91
99
  properties: {
92
100
  filename: {
93
101
  type: string;
102
+ minLength: number;
94
103
  description: string;
95
104
  };
96
105
  maxBytes: {
97
106
  type: string;
98
107
  description: string;
99
108
  default: number;
109
+ minimum: number;
110
+ maximum: number;
100
111
  };
101
112
  tailOnly: {
102
113
  type: string;
@@ -121,6 +132,8 @@ export declare const JOB_LOG_TOOLS: ({
121
132
  type: string;
122
133
  description: string;
123
134
  default: number;
135
+ minimum: number;
136
+ maximum: number;
124
137
  };
125
138
  jobName?: undefined;
126
139
  level?: undefined;
@@ -136,12 +149,16 @@ export declare const JOB_LOG_TOOLS: ({
136
149
  properties: {
137
150
  jobName: {
138
151
  type: string;
152
+ minLength: number;
153
+ pattern: string;
139
154
  description: string;
140
155
  };
141
156
  limit: {
142
157
  type: string;
143
158
  description: string;
144
159
  default: number;
160
+ minimum: number;
161
+ maximum: number;
145
162
  };
146
163
  level?: undefined;
147
164
  pattern?: undefined;
@@ -164,9 +181,13 @@ export declare const JOB_LOG_TOOLS: ({
164
181
  type: string;
165
182
  description: string;
166
183
  default: number;
184
+ minimum: number;
185
+ maximum: number;
167
186
  };
168
187
  jobName: {
169
188
  type: string;
189
+ minLength: number;
190
+ pattern: string;
170
191
  description: string;
171
192
  };
172
193
  pattern?: undefined;
@@ -181,6 +202,7 @@ export declare const JOB_LOG_TOOLS: ({
181
202
  properties: {
182
203
  pattern: {
183
204
  type: string;
205
+ minLength: number;
184
206
  description: string;
185
207
  };
186
208
  level: {
@@ -193,9 +215,13 @@ export declare const JOB_LOG_TOOLS: ({
193
215
  type: string;
194
216
  description: string;
195
217
  default: number;
218
+ minimum: number;
219
+ maximum: number;
196
220
  };
197
221
  jobName: {
198
222
  type: string;
223
+ minLength: number;
224
+ pattern: string;
199
225
  description: string;
200
226
  };
201
227
  };
@@ -209,6 +235,8 @@ export declare const JOB_LOG_TOOLS: ({
209
235
  properties: {
210
236
  jobName: {
211
237
  type: string;
238
+ minLength: number;
239
+ pattern: string;
212
240
  description: string;
213
241
  };
214
242
  limit?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"log-tools.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/log-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AA0BH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgFrB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqFzB,CAAC"}
1
+ {"version":3,"file":"log-tools.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/log-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AA2BH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoFrB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8FzB,CAAC"}
@@ -2,6 +2,7 @@
2
2
  * Log Analysis Tool Schemas
3
3
  */
4
4
  import { DATE_PARAM_SCHEMA, createLimitSchema } from './shared-schemas.js';
5
+ import { DEFAULT_LIMITS } from '../../utils/log-tool-constants.js';
5
6
  // Shared log level enum for consistency
6
7
  const LOG_LEVEL_ENUM = ['error', 'warn', 'info', 'debug'];
7
8
  const JOB_LOG_LEVEL_ENUM = ['error', 'warn', 'info', 'debug', 'all'];
@@ -17,7 +18,7 @@ function createLatestLogToolSchema(level, description) {
17
18
  type: 'object',
18
19
  properties: {
19
20
  date: DATE_PARAM_SCHEMA,
20
- limit: createLimitSchema(20, `Max ${level} entries to return (default: 20)`),
21
+ limit: createLimitSchema(DEFAULT_LIMITS.latest, `Max ${level} entries to return (default: ${DEFAULT_LIMITS.latest})`),
21
22
  },
22
23
  },
23
24
  };
@@ -45,6 +46,7 @@ export const LOG_TOOLS = [
45
46
  properties: {
46
47
  pattern: {
47
48
  type: 'string',
49
+ minLength: 1,
48
50
  description: 'Search pattern or keyword to find in logs',
49
51
  },
50
52
  logLevel: {
@@ -53,7 +55,7 @@ export const LOG_TOOLS = [
53
55
  description: 'Restrict search to specific log level for more focused results',
54
56
  },
55
57
  date: DATE_PARAM_SCHEMA,
56
- limit: createLimitSchema(20, 'Number of matching entries to return (default: 20)'),
58
+ limit: createLimitSchema(DEFAULT_LIMITS.search, `Number of matching entries to return (default: ${DEFAULT_LIMITS.search})`),
57
59
  },
58
60
  required: ['pattern'],
59
61
  },
@@ -74,12 +76,15 @@ export const LOG_TOOLS = [
74
76
  properties: {
75
77
  filename: {
76
78
  type: 'string',
79
+ minLength: 1,
77
80
  description: 'Log filename or path. For standard logs: "error-blade-20240820-000000.log". For job logs: "jobs/JobName/Job-JobName-12345.log".',
78
81
  },
79
82
  maxBytes: {
80
- type: 'number',
83
+ type: 'integer',
81
84
  description: 'Maximum number of bytes to read from the file (default: 1MB). Use this to limit the amount of data returned for very large files.',
82
85
  default: 1048576,
86
+ minimum: 1,
87
+ maximum: 10000000,
83
88
  },
84
89
  tailOnly: {
85
90
  type: 'boolean',
@@ -98,7 +103,7 @@ export const JOB_LOG_TOOLS = [
98
103
  inputSchema: {
99
104
  type: 'object',
100
105
  properties: {
101
- limit: createLimitSchema(10, 'Number of job log files to return (default: 10)'),
106
+ limit: createLimitSchema(DEFAULT_LIMITS.jobFiles, `Number of job log files to return (default: ${DEFAULT_LIMITS.jobFiles})`),
102
107
  },
103
108
  },
104
109
  },
@@ -110,9 +115,11 @@ export const JOB_LOG_TOOLS = [
110
115
  properties: {
111
116
  jobName: {
112
117
  type: 'string',
118
+ minLength: 1,
119
+ pattern: '.*\\S.*',
113
120
  description: 'The job name to search for (partial matches supported)',
114
121
  },
115
- limit: createLimitSchema(10, 'Number of job log files to return (default: 10)'),
122
+ limit: createLimitSchema(DEFAULT_LIMITS.jobFiles, `Number of job log files to return (default: ${DEFAULT_LIMITS.jobFiles})`),
116
123
  },
117
124
  required: ['jobName'],
118
125
  },
@@ -129,9 +136,11 @@ export const JOB_LOG_TOOLS = [
129
136
  description: 'Log level to retrieve (default: all). Use "all" to see all log levels from job executions.',
130
137
  default: 'all',
131
138
  },
132
- limit: createLimitSchema(10, 'Number of job log entries to return (default: 10)'),
139
+ limit: createLimitSchema(DEFAULT_LIMITS.jobEntries, `Number of job log entries to return (default: ${DEFAULT_LIMITS.jobEntries})`),
133
140
  jobName: {
134
141
  type: 'string',
142
+ minLength: 1,
143
+ pattern: '.*\\S.*',
135
144
  description: 'Optional job name to filter results to a specific job',
136
145
  },
137
146
  },
@@ -145,6 +154,7 @@ export const JOB_LOG_TOOLS = [
145
154
  properties: {
146
155
  pattern: {
147
156
  type: 'string',
157
+ minLength: 1,
148
158
  description: 'Search pattern or keyword to find in job logs',
149
159
  },
150
160
  level: {
@@ -153,9 +163,11 @@ export const JOB_LOG_TOOLS = [
153
163
  description: 'Restrict search to specific log level (default: all)',
154
164
  default: 'all',
155
165
  },
156
- limit: createLimitSchema(20, 'Number of matching entries to return (default: 20)'),
166
+ limit: createLimitSchema(DEFAULT_LIMITS.jobSearch, `Number of matching entries to return (default: ${DEFAULT_LIMITS.jobSearch})`),
157
167
  jobName: {
158
168
  type: 'string',
169
+ minLength: 1,
170
+ pattern: '.*\\S.*',
159
171
  description: 'Optional job name to restrict search to a specific job',
160
172
  },
161
173
  },
@@ -170,6 +182,8 @@ export const JOB_LOG_TOOLS = [
170
182
  properties: {
171
183
  jobName: {
172
184
  type: 'string',
185
+ minLength: 1,
186
+ pattern: '.*\\S.*',
173
187
  description: 'The job name to get execution summary for',
174
188
  },
175
189
  },
@@ -1 +1 @@
1
- {"version":3,"file":"log-tools.js","sourceRoot":"","sources":["../../../src/core/tool-schemas/log-tools.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"log-tools.js","sourceRoot":"","sources":["../../../src/core/tool-schemas/log-tools.ts"],"names":[],"mappings":"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"}
@@ -12,30 +12,37 @@ export declare const SCRIPT_DEBUGGER_TOOLS: {
12
12
  properties: {
13
13
  script: {
14
14
  type: string;
15
+ minLength: number;
15
16
  description: string;
16
17
  };
17
18
  timeout: {
18
19
  type: string;
19
20
  description: string;
20
21
  default: number;
22
+ minimum: number;
23
+ maximum: number;
21
24
  };
22
25
  siteId: {
23
26
  type: string;
24
27
  description: string;
25
28
  default: string;
29
+ minLength: number;
26
30
  };
27
31
  locale: {
28
32
  type: string;
29
33
  description: string;
30
34
  default: string;
35
+ minLength: number;
31
36
  };
32
37
  breakpointFile: {
33
38
  type: string;
39
+ minLength: number;
34
40
  description: string;
35
41
  };
36
42
  breakpointLine: {
37
43
  type: string;
38
44
  description: string;
45
+ minimum: number;
39
46
  };
40
47
  };
41
48
  required: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"script-debugger-tools.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/script-debugger-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2EjC,CAAC"}
1
+ {"version":3,"file":"script-debugger-tools.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/script-debugger-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkFjC,CAAC"}
@@ -40,6 +40,7 @@ This tool automates the entire workflow using the existing Default-Start endpoin
40
40
  properties: {
41
41
  script: {
42
42
  type: 'string',
43
+ minLength: 1,
43
44
  description: `The JavaScript code to execute on the SFCC instance.
44
45
 
45
46
  The script runs in a server-side context with access to all dw.* APIs.
@@ -51,29 +52,35 @@ Examples:
51
52
  - "return 1 + 1;"`,
52
53
  },
53
54
  timeout: {
54
- type: 'number',
55
+ type: 'integer',
55
56
  description: 'Maximum time in milliseconds to wait for script execution (default: 30000). Increase for complex scripts.',
56
57
  default: 30000,
58
+ minimum: 1,
59
+ maximum: 300000,
57
60
  },
58
61
  siteId: {
59
62
  type: 'string',
60
63
  description: 'The site ID to execute the script against (e.g., "RefArch", "RefArchGlobal").',
61
64
  default: 'RefArch',
65
+ minLength: 1,
62
66
  },
63
67
  locale: {
64
68
  type: 'string',
65
69
  description: 'Storefront locale segment to use when triggering the Default-Start request (default: "default"). If the instance supports locale-less trigger, it will be tried first and locale will be used as fallback.',
66
70
  default: 'default',
71
+ minLength: 1,
67
72
  },
68
73
  breakpointFile: {
69
74
  type: 'string',
75
+ minLength: 1,
70
76
  description: `Optional: Custom controller file path for the breakpoint. Use this if automatic detection fails.
71
77
  Format: /{cartridge}/cartridge/controllers/{Controller}.js
72
78
  Example: "/app_storefront_base/cartridge/controllers/Default.js"`,
73
79
  },
74
80
  breakpointLine: {
75
- type: 'number',
81
+ type: 'integer',
76
82
  description: 'Optional: Specific line number for a single breakpoint. If omitted, breakpoints are set on strategic lines (1, 10, 20, 30, 40, 50) to catch executable code.',
83
+ minimum: 1,
77
84
  },
78
85
  },
79
86
  required: ['script'],
@@ -1 +1 @@
1
- {"version":3,"file":"script-debugger-tools.js","sourceRoot":"","sources":["../../../src/core/tool-schemas/script-debugger-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC;QACE,IAAI,EAAE,iBAAiB;QACvB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;mGA2BkF;QAC/F,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,MAAM,EAAE;oBACN,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE;;;;;;;;kBAQL;iBACT;gBACD,OAAO,EAAE;oBACP,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,2GAA2G;oBACxH,OAAO,EAAE,KAAK;iBACf;gBACD,MAAM,EAAE;oBACN,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,+EAA+E;oBAC5F,OAAO,EAAE,SAAS;iBACnB;gBACD,MAAM,EAAE;oBACN,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,4MAA4M;oBACzN,OAAO,EAAE,SAAS;iBACnB;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE;;iEAE0C;iBACxD;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,8JAA8J;iBAC5K;aACF;YACD,QAAQ,EAAE,CAAC,QAAQ,CAAC;SACrB;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"script-debugger-tools.js","sourceRoot":"","sources":["../../../src/core/tool-schemas/script-debugger-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC;QACE,IAAI,EAAE,iBAAiB;QACvB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;mGA2BkF;QAC/F,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,MAAM,EAAE;oBACN,IAAI,EAAE,QAAQ;oBACd,SAAS,EAAE,CAAC;oBACZ,WAAW,EAAE;;;;;;;;kBAQL;iBACT;gBACD,OAAO,EAAE;oBACP,IAAI,EAAE,SAAS;oBACf,WAAW,EAAE,2GAA2G;oBACxH,OAAO,EAAE,KAAK;oBACd,OAAO,EAAE,CAAC;oBACV,OAAO,EAAE,MAAM;iBAChB;gBACD,MAAM,EAAE;oBACN,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,+EAA+E;oBAC5F,OAAO,EAAE,SAAS;oBAClB,SAAS,EAAE,CAAC;iBACb;gBACD,MAAM,EAAE;oBACN,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,4MAA4M;oBACzN,OAAO,EAAE,SAAS;oBAClB,SAAS,EAAE,CAAC;iBACb;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,QAAQ;oBACd,SAAS,EAAE,CAAC;oBACZ,WAAW,EAAE;;iEAE0C;iBACxD;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,SAAS;oBACf,WAAW,EAAE,8JAA8J;oBAC3K,OAAO,EAAE,CAAC;iBACX;aACF;YACD,QAAQ,EAAE,CAAC,QAAQ,CAAC;SACrB;KACF;CACF,CAAC"}
@@ -21,6 +21,7 @@ export declare const SFRA_DOCUMENTATION_TOOLS: ({
21
21
  properties: {
22
22
  documentName: {
23
23
  type: string;
24
+ minLength: number;
24
25
  description: string;
25
26
  };
26
27
  query?: undefined;
@@ -36,6 +37,8 @@ export declare const SFRA_DOCUMENTATION_TOOLS: ({
36
37
  properties: {
37
38
  query: {
38
39
  type: string;
40
+ minLength: number;
41
+ pattern: string;
39
42
  description: string;
40
43
  };
41
44
  documentName?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"sfra-tools.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/sfra-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4DpC,CAAC"}
1
+ {"version":3,"file":"sfra-tools.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/sfra-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+DpC,CAAC"}
@@ -18,6 +18,7 @@ export const SFRA_DOCUMENTATION_TOOLS = [
18
18
  properties: {
19
19
  documentName: {
20
20
  type: 'string',
21
+ minLength: 1,
21
22
  description: 'Document name, e.g., "server", "request", "cart", "product-full", "account". Use get_available_sfra_documents for full list.',
22
23
  },
23
24
  },
@@ -32,6 +33,8 @@ export const SFRA_DOCUMENTATION_TOOLS = [
32
33
  properties: {
33
34
  query: {
34
35
  type: 'string',
36
+ minLength: 1,
37
+ pattern: '.*\\S.*',
35
38
  description: 'Search term, e.g., "middleware", "routing", "cache", "cart", "pricing".',
36
39
  },
37
40
  },
@@ -1 +1 @@
1
- {"version":3,"file":"sfra-tools.js","sourceRoot":"","sources":["../../../src/core/tool-schemas/sfra-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC;QACE,IAAI,EAAE,8BAA8B;QACpC,WAAW,EAAE,wKAAwK;QACrL,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,EAAE;SACf;KACF;IACD;QACE,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mKAAmK;QAChL,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,YAAY,EAAE;oBACZ,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,8HAA8H;iBAC5I;aACF;YACD,QAAQ,EAAE,CAAC,cAAc,CAAC;SAC3B;KACF;IACD;QACE,IAAI,EAAE,2BAA2B;QACjC,WAAW,EAAE,kHAAkH;QAC/H,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,yEAAyE;iBACvF;aACF;YACD,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD;QACE,IAAI,EAAE,gCAAgC;QACtC,WAAW,EAAE,sHAAsH;QACnI,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,QAAQ,EAAE;oBACR,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,CAAC;oBAC3E,WAAW,EAAE,wNAAwN;iBACtO;aACF;YACD,QAAQ,EAAE,CAAC,UAAU,CAAC;SACvB;KACF;IACD;QACE,IAAI,EAAE,qBAAqB;QAC3B,WAAW,EAAE,6GAA6G;QAC1H,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,EAAE;SACf;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"sfra-tools.js","sourceRoot":"","sources":["../../../src/core/tool-schemas/sfra-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC;QACE,IAAI,EAAE,8BAA8B;QACpC,WAAW,EAAE,wKAAwK;QACrL,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,EAAE;SACf;KACF;IACD;QACE,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mKAAmK;QAChL,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,YAAY,EAAE;oBACZ,IAAI,EAAE,QAAQ;oBACd,SAAS,EAAE,CAAC;oBACZ,WAAW,EAAE,8HAA8H;iBAC5I;aACF;YACD,QAAQ,EAAE,CAAC,cAAc,CAAC;SAC3B;KACF;IACD;QACE,IAAI,EAAE,2BAA2B;QACjC,WAAW,EAAE,kHAAkH;QAC/H,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,SAAS,EAAE,CAAC;oBACZ,OAAO,EAAE,SAAS;oBAClB,WAAW,EAAE,yEAAyE;iBACvF;aACF;YACD,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD;QACE,IAAI,EAAE,gCAAgC;QACtC,WAAW,EAAE,sHAAsH;QACnI,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACV,QAAQ,EAAE;oBACR,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,CAAC;oBAC3E,WAAW,EAAE,wNAAwN;iBACtO;aACF;YACD,QAAQ,EAAE,CAAC,UAAU,CAAC;SACvB;KACF;IACD;QACE,IAAI,EAAE,qBAAqB;QAC3B,WAAW,EAAE,6GAA6G;QAC1H,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,EAAE;SACf;KACF;CACF,CAAC"}
@@ -24,6 +24,7 @@ export declare const QUERY_SCHEMA: {
24
24
  };
25
25
  readonly search_phrase: {
26
26
  readonly type: "string";
27
+ readonly minLength: 1;
27
28
  readonly description: "Text to search for";
28
29
  };
29
30
  };
@@ -42,6 +43,7 @@ export declare const QUERY_SCHEMA: {
42
43
  };
43
44
  readonly operator: {
44
45
  readonly type: "string";
46
+ readonly minLength: 1;
45
47
  readonly description: "Query operator (e.g., \"is\", \"one_of\")";
46
48
  };
47
49
  readonly values: {
@@ -81,6 +83,23 @@ export declare const QUERY_SCHEMA: {
81
83
  };
82
84
  };
83
85
  };
86
+ readonly filtered_query: {
87
+ readonly type: "object";
88
+ readonly description: "Apply a filter expression to a nested query";
89
+ readonly properties: {
90
+ readonly filter: {
91
+ readonly type: "object";
92
+ readonly description: "Filter object used to constrain matching records";
93
+ readonly additionalProperties: true;
94
+ };
95
+ readonly query: {
96
+ readonly type: "object";
97
+ readonly description: "Nested query definition evaluated after filter application";
98
+ readonly additionalProperties: true;
99
+ };
100
+ };
101
+ readonly required: readonly ["filter", "query"];
102
+ };
84
103
  readonly match_all_query: {
85
104
  readonly type: "object";
86
105
  readonly description: "Match all documents - useful when you want all results or to filter with sorts/pagination only.";
@@ -115,17 +134,21 @@ export declare const SORTS_SCHEMA: {
115
134
  */
116
135
  export declare const PAGINATION_SCHEMA: {
117
136
  readonly start: {
118
- readonly type: "number";
137
+ readonly type: "integer";
119
138
  readonly description: "Start index for pagination (default: 0)";
120
139
  readonly default: 0;
140
+ readonly minimum: 0;
121
141
  };
122
142
  readonly count: {
123
- readonly type: "number";
143
+ readonly type: "integer";
124
144
  readonly description: "Number of results to return (default: 200)";
125
145
  readonly default: 200;
146
+ readonly minimum: 1;
147
+ readonly maximum: 1000;
126
148
  };
127
149
  readonly select: {
128
150
  readonly type: "string";
151
+ readonly minLength: 1;
129
152
  readonly description: "Property selector (e.g., '(**)' for all properties)";
130
153
  };
131
154
  };
@@ -137,17 +160,21 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
137
160
  description: string;
138
161
  properties: {
139
162
  start: {
140
- readonly type: "number";
163
+ readonly type: "integer";
141
164
  readonly description: "Start index for pagination (default: 0)";
142
165
  readonly default: 0;
166
+ readonly minimum: 0;
143
167
  };
144
168
  count: {
145
- readonly type: "number";
169
+ readonly type: "integer";
146
170
  readonly description: "Number of results to return (default: 200)";
147
171
  readonly default: 200;
172
+ readonly minimum: 1;
173
+ readonly maximum: 1000;
148
174
  };
149
175
  select: {
150
176
  readonly type: "string";
177
+ readonly minLength: 1;
151
178
  readonly description: "Property selector (e.g., '(**)' for all properties)";
152
179
  };
153
180
  query: {
@@ -167,6 +194,7 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
167
194
  };
168
195
  readonly search_phrase: {
169
196
  readonly type: "string";
197
+ readonly minLength: 1;
170
198
  readonly description: "Text to search for";
171
199
  };
172
200
  };
@@ -185,6 +213,7 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
185
213
  };
186
214
  readonly operator: {
187
215
  readonly type: "string";
216
+ readonly minLength: 1;
188
217
  readonly description: "Query operator (e.g., \"is\", \"one_of\")";
189
218
  };
190
219
  readonly values: {
@@ -224,6 +253,23 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
224
253
  };
225
254
  };
226
255
  };
256
+ readonly filtered_query: {
257
+ readonly type: "object";
258
+ readonly description: "Apply a filter expression to a nested query";
259
+ readonly properties: {
260
+ readonly filter: {
261
+ readonly type: "object";
262
+ readonly description: "Filter object used to constrain matching records";
263
+ readonly additionalProperties: true;
264
+ };
265
+ readonly query: {
266
+ readonly type: "object";
267
+ readonly description: "Nested query definition evaluated after filter application";
268
+ readonly additionalProperties: true;
269
+ };
270
+ };
271
+ readonly required: readonly ["filter", "query"];
272
+ };
227
273
  readonly match_all_query: {
228
274
  readonly type: "object";
229
275
  readonly description: "Match all documents - useful when you want all results or to filter with sorts/pagination only.";
@@ -247,6 +293,7 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
247
293
  };
248
294
  readonly search_phrase: {
249
295
  readonly type: "string";
296
+ readonly minLength: 1;
250
297
  readonly description: "Text to search for";
251
298
  };
252
299
  };
@@ -265,6 +312,7 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
265
312
  };
266
313
  readonly operator: {
267
314
  readonly type: "string";
315
+ readonly minLength: 1;
268
316
  readonly description: "Query operator (e.g., \"is\", \"one_of\")";
269
317
  };
270
318
  readonly values: {
@@ -304,6 +352,23 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
304
352
  };
305
353
  };
306
354
  };
355
+ readonly filtered_query: {
356
+ readonly type: "object";
357
+ readonly description: "Apply a filter expression to a nested query";
358
+ readonly properties: {
359
+ readonly filter: {
360
+ readonly type: "object";
361
+ readonly description: "Filter object used to constrain matching records";
362
+ readonly additionalProperties: true;
363
+ };
364
+ readonly query: {
365
+ readonly type: "object";
366
+ readonly description: "Nested query definition evaluated after filter application";
367
+ readonly additionalProperties: true;
368
+ };
369
+ };
370
+ readonly required: readonly ["filter", "query"];
371
+ };
307
372
  readonly match_all_query: {
308
373
  readonly type: "object";
309
374
  readonly description: "Match all documents - useful when you want all results or to filter with sorts/pagination only.";
@@ -338,6 +403,7 @@ export declare function createSearchRequestSchema(queryDescription?: string): {
338
403
  export declare const DATE_PARAM_SCHEMA: {
339
404
  readonly type: "string";
340
405
  readonly description: "Date in YYYYMMDD format (default: today)";
406
+ readonly pattern: "^\\d{8}$";
341
407
  };
342
408
  /**
343
409
  * Common limit parameter schema
@@ -346,5 +412,7 @@ export declare function createLimitSchema(defaultValue: number, description?: st
346
412
  type: string;
347
413
  description: string;
348
414
  default: number;
415
+ minimum: number;
416
+ maximum: number;
349
417
  };
350
418
  //# sourceMappingURL=shared-schemas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared-schemas.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/shared-schemas.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEf,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;CAkBf,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;CAepB,CAAC;AAEX;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,gBAAgB,CAAC,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYlE;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC;AAEX;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,YAAY,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;;;;EAM3E"}
1
+ {"version":3,"file":"shared-schemas.d.ts","sourceRoot":"","sources":["../../../src/core/tool-schemas/shared-schemas.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuFf,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;CAkBf,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;CAmBpB,CAAC;AAEX;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,gBAAgB,CAAC,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYlE;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;CAIpB,CAAC;AAEX;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,YAAY,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;;;;;;EAQ3E"}