@mcp-abap-adt/core 2.4.0 → 2.4.2

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 (91) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/handlers/service_binding/high/handleCreateServiceBinding.d.ts +83 -0
  3. package/dist/handlers/service_binding/high/handleCreateServiceBinding.d.ts.map +1 -0
  4. package/dist/handlers/service_binding/high/handleCreateServiceBinding.js +147 -0
  5. package/dist/handlers/service_binding/high/handleCreateServiceBinding.js.map +1 -0
  6. package/dist/handlers/service_binding/high/handleDeleteServiceBinding.d.ts +39 -0
  7. package/dist/handlers/service_binding/high/handleDeleteServiceBinding.d.ts.map +1 -0
  8. package/dist/handlers/service_binding/high/handleDeleteServiceBinding.js +67 -0
  9. package/dist/handlers/service_binding/high/handleDeleteServiceBinding.js.map +1 -0
  10. package/dist/handlers/service_binding/high/handleGetServiceBinding.d.ts +35 -0
  11. package/dist/handlers/service_binding/high/handleGetServiceBinding.d.ts.map +1 -0
  12. package/dist/handlers/service_binding/high/handleGetServiceBinding.js +63 -0
  13. package/dist/handlers/service_binding/high/handleGetServiceBinding.js.map +1 -0
  14. package/dist/handlers/service_binding/high/handleListServiceBindingTypes.d.ts +28 -0
  15. package/dist/handlers/service_binding/high/handleListServiceBindingTypes.d.ts.map +1 -0
  16. package/dist/handlers/service_binding/high/handleListServiceBindingTypes.js +46 -0
  17. package/dist/handlers/service_binding/high/handleListServiceBindingTypes.js.map +1 -0
  18. package/dist/handlers/service_binding/high/handleListServiceBindings.d.ts +44 -0
  19. package/dist/handlers/service_binding/high/handleListServiceBindings.d.ts.map +1 -0
  20. package/dist/handlers/service_binding/high/handleListServiceBindings.js +211 -0
  21. package/dist/handlers/service_binding/high/handleListServiceBindings.js.map +1 -0
  22. package/dist/handlers/service_binding/high/handleUpdateServiceBinding.d.ts +59 -0
  23. package/dist/handlers/service_binding/high/handleUpdateServiceBinding.d.ts.map +1 -0
  24. package/dist/handlers/service_binding/high/handleUpdateServiceBinding.js +98 -0
  25. package/dist/handlers/service_binding/high/handleUpdateServiceBinding.js.map +1 -0
  26. package/dist/handlers/service_binding/high/handleValidateServiceBinding.d.ts +47 -0
  27. package/dist/handlers/service_binding/high/handleValidateServiceBinding.d.ts.map +1 -0
  28. package/dist/handlers/service_binding/high/handleValidateServiceBinding.js +74 -0
  29. package/dist/handlers/service_binding/high/handleValidateServiceBinding.js.map +1 -0
  30. package/dist/handlers/service_binding/high/serviceBindingPayloadUtils.d.ts +4 -0
  31. package/dist/handlers/service_binding/high/serviceBindingPayloadUtils.d.ts.map +1 -0
  32. package/dist/handlers/service_binding/high/serviceBindingPayloadUtils.js +48 -0
  33. package/dist/handlers/service_binding/high/serviceBindingPayloadUtils.js.map +1 -0
  34. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.d.ts +11 -0
  35. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.d.ts.map +1 -0
  36. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.js +27 -0
  37. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.js.map +1 -0
  38. package/dist/handlers/system/readonly/handleGetAllTypes.d.ts +1 -5
  39. package/dist/handlers/system/readonly/handleGetAllTypes.d.ts.map +1 -1
  40. package/dist/handlers/system/readonly/handleGetAllTypes.js +6 -8
  41. package/dist/handlers/system/readonly/handleGetAllTypes.js.map +1 -1
  42. package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts +7 -6
  43. package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts.map +1 -1
  44. package/dist/handlers/system/readonly/handleGetObjectStructure.js +13 -11
  45. package/dist/handlers/system/readonly/handleGetObjectStructure.js.map +1 -1
  46. package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts +0 -5
  47. package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts.map +1 -1
  48. package/dist/handlers/system/readonly/handleGetSqlQuery.js +5 -10
  49. package/dist/handlers/system/readonly/handleGetSqlQuery.js.map +1 -1
  50. package/dist/handlers/system/readonly/handleRuntimeAnalyzeDump.d.ts +40 -0
  51. package/dist/handlers/system/readonly/handleRuntimeAnalyzeDump.d.ts.map +1 -0
  52. package/dist/handlers/system/readonly/handleRuntimeAnalyzeDump.js +111 -0
  53. package/dist/handlers/system/readonly/handleRuntimeAnalyzeDump.js.map +1 -0
  54. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.d.ts +43 -0
  55. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.d.ts.map +1 -0
  56. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js +137 -0
  57. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js.map +1 -0
  58. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.d.ts +7 -0
  59. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.d.ts.map +1 -1
  60. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js +11 -1
  61. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js.map +1 -1
  62. package/dist/handlers/system/readonly/handleRuntimeRunClassWithProfiling.d.ts +84 -0
  63. package/dist/handlers/system/readonly/handleRuntimeRunClassWithProfiling.d.ts.map +1 -0
  64. package/dist/handlers/system/readonly/handleRuntimeRunClassWithProfiling.js +85 -0
  65. package/dist/handlers/system/readonly/handleRuntimeRunClassWithProfiling.js.map +1 -0
  66. package/dist/handlers/system/readonly/handleRuntimeRunProgramWithProfiling.d.ts +84 -0
  67. package/dist/handlers/system/readonly/handleRuntimeRunProgramWithProfiling.d.ts.map +1 -0
  68. package/dist/handlers/system/readonly/handleRuntimeRunProgramWithProfiling.js +85 -0
  69. package/dist/handlers/system/readonly/handleRuntimeRunProgramWithProfiling.js.map +1 -0
  70. package/dist/handlers/system/readonly/runtimeDumpReadCompat.d.ts +8 -0
  71. package/dist/handlers/system/readonly/runtimeDumpReadCompat.d.ts.map +1 -0
  72. package/dist/handlers/system/readonly/runtimeDumpReadCompat.js +55 -0
  73. package/dist/handlers/system/readonly/runtimeDumpReadCompat.js.map +1 -0
  74. package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -1
  75. package/dist/lib/handlers/groups/HighLevelHandlersGroup.js +145 -88
  76. package/dist/lib/handlers/groups/HighLevelHandlersGroup.js.map +1 -1
  77. package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -1
  78. package/dist/lib/handlers/groups/SystemHandlersGroup.js +36 -0
  79. package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -1
  80. package/dist/server/SseServer.d.ts +1 -0
  81. package/dist/server/SseServer.d.ts.map +1 -1
  82. package/dist/server/SseServer.js +6 -4
  83. package/dist/server/SseServer.js.map +1 -1
  84. package/dist/server/StreamableHttpServer.d.ts +1 -0
  85. package/dist/server/StreamableHttpServer.d.ts.map +1 -1
  86. package/dist/server/StreamableHttpServer.js +6 -4
  87. package/dist/server/StreamableHttpServer.js.map +1 -1
  88. package/dist/server/launcher.js +5 -0
  89. package/dist/server/launcher.js.map +1 -1
  90. package/docs/development/tests/test-config.yaml.template +36 -0
  91. package/package.json +9 -9
@@ -61,6 +61,12 @@ const handleCreateProgram_1 = require("../../../handlers/program/high/handleCrea
61
61
  const handleDeleteProgram_1 = require("../../../handlers/program/high/handleDeleteProgram");
62
62
  const handleGetProgram_1 = require("../../../handlers/program/high/handleGetProgram");
63
63
  const handleUpdateProgram_1 = require("../../../handlers/program/high/handleUpdateProgram");
64
+ const handleCreateServiceBinding_1 = require("../../../handlers/service_binding/high/handleCreateServiceBinding");
65
+ const handleDeleteServiceBinding_1 = require("../../../handlers/service_binding/high/handleDeleteServiceBinding");
66
+ const handleGetServiceBinding_1 = require("../../../handlers/service_binding/high/handleGetServiceBinding");
67
+ const handleListServiceBindingTypes_1 = require("../../../handlers/service_binding/high/handleListServiceBindingTypes");
68
+ const handleUpdateServiceBinding_1 = require("../../../handlers/service_binding/high/handleUpdateServiceBinding");
69
+ const handleValidateServiceBinding_1 = require("../../../handlers/service_binding/high/handleValidateServiceBinding");
64
70
  const handleCreateServiceDefinition_1 = require("../../../handlers/service_definition/high/handleCreateServiceDefinition");
65
71
  const handleDeleteServiceDefinition_1 = require("../../../handlers/service_definition/high/handleDeleteServiceDefinition");
66
72
  const handleGetServiceDefinition_1 = require("../../../handlers/service_definition/high/handleGetServiceDefinition");
@@ -102,6 +108,9 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
102
108
  * Gets all high-level handler entries
103
109
  */
104
110
  getHandlers() {
111
+ const withContext = (handler) => {
112
+ return (args) => handler(this.context, args);
113
+ };
105
114
  return [
106
115
  {
107
116
  toolDefinition: {
@@ -109,7 +118,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
109
118
  description: handleCreatePackage_1.TOOL_DEFINITION.description,
110
119
  inputSchema: handleCreatePackage_1.TOOL_DEFINITION.inputSchema,
111
120
  },
112
- handler: (args) => (0, handleCreatePackage_1.handleCreatePackage)(this.context, args),
121
+ handler: withContext(handleCreatePackage_1.handleCreatePackage),
113
122
  },
114
123
  {
115
124
  toolDefinition: {
@@ -117,7 +126,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
117
126
  description: handleGetPackage_1.TOOL_DEFINITION.description,
118
127
  inputSchema: handleGetPackage_1.TOOL_DEFINITION.inputSchema,
119
128
  },
120
- handler: (args) => (0, handleGetPackage_1.handleGetPackage)(this.context, args),
129
+ handler: withContext(handleGetPackage_1.handleGetPackage),
121
130
  },
122
131
  {
123
132
  toolDefinition: {
@@ -125,7 +134,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
125
134
  description: handleCreateDomain_1.TOOL_DEFINITION.description,
126
135
  inputSchema: handleCreateDomain_1.TOOL_DEFINITION.inputSchema,
127
136
  },
128
- handler: (args) => (0, handleCreateDomain_1.handleCreateDomain)(this.context, args),
137
+ handler: withContext(handleCreateDomain_1.handleCreateDomain),
129
138
  },
130
139
  {
131
140
  toolDefinition: {
@@ -133,7 +142,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
133
142
  description: handleGetDomain_1.TOOL_DEFINITION.description,
134
143
  inputSchema: handleGetDomain_1.TOOL_DEFINITION.inputSchema,
135
144
  },
136
- handler: (args) => (0, handleGetDomain_1.handleGetDomain)(this.context, args),
145
+ handler: withContext(handleGetDomain_1.handleGetDomain),
137
146
  },
138
147
  {
139
148
  toolDefinition: {
@@ -141,7 +150,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
141
150
  description: handleUpdateDomain_1.TOOL_DEFINITION.description,
142
151
  inputSchema: handleUpdateDomain_1.TOOL_DEFINITION.inputSchema,
143
152
  },
144
- handler: (args) => (0, handleUpdateDomain_1.handleUpdateDomain)(this.context, args),
153
+ handler: withContext(handleUpdateDomain_1.handleUpdateDomain),
145
154
  },
146
155
  {
147
156
  toolDefinition: {
@@ -149,7 +158,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
149
158
  description: handleDeleteDomain_1.TOOL_DEFINITION.description,
150
159
  inputSchema: handleDeleteDomain_1.TOOL_DEFINITION.inputSchema,
151
160
  },
152
- handler: (args) => (0, handleDeleteDomain_1.handleDeleteDomain)(this.context, args),
161
+ handler: withContext(handleDeleteDomain_1.handleDeleteDomain),
153
162
  },
154
163
  {
155
164
  toolDefinition: {
@@ -157,7 +166,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
157
166
  description: handleCreateDataElement_1.TOOL_DEFINITION.description,
158
167
  inputSchema: handleCreateDataElement_1.TOOL_DEFINITION.inputSchema,
159
168
  },
160
- handler: (args) => (0, handleCreateDataElement_1.handleCreateDataElement)(this.context, args),
169
+ handler: withContext(handleCreateDataElement_1.handleCreateDataElement),
161
170
  },
162
171
  {
163
172
  toolDefinition: {
@@ -165,7 +174,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
165
174
  description: handleGetDataElement_1.TOOL_DEFINITION.description,
166
175
  inputSchema: handleGetDataElement_1.TOOL_DEFINITION.inputSchema,
167
176
  },
168
- handler: (args) => (0, handleGetDataElement_1.handleGetDataElement)(this.context, args),
177
+ handler: withContext(handleGetDataElement_1.handleGetDataElement),
169
178
  },
170
179
  {
171
180
  toolDefinition: {
@@ -173,7 +182,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
173
182
  description: handleUpdateDataElement_1.TOOL_DEFINITION.description,
174
183
  inputSchema: handleUpdateDataElement_1.TOOL_DEFINITION.inputSchema,
175
184
  },
176
- handler: (args) => (0, handleUpdateDataElement_1.handleUpdateDataElement)(this.context, args),
185
+ handler: withContext(handleUpdateDataElement_1.handleUpdateDataElement),
177
186
  },
178
187
  {
179
188
  toolDefinition: {
@@ -181,7 +190,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
181
190
  description: handleDeleteDataElement_1.TOOL_DEFINITION.description,
182
191
  inputSchema: handleDeleteDataElement_1.TOOL_DEFINITION.inputSchema,
183
192
  },
184
- handler: (args) => (0, handleDeleteDataElement_1.handleDeleteDataElement)(this.context, args),
193
+ handler: withContext(handleDeleteDataElement_1.handleDeleteDataElement),
185
194
  },
186
195
  {
187
196
  toolDefinition: {
@@ -189,7 +198,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
189
198
  description: handleCreateTransport_1.TOOL_DEFINITION.description,
190
199
  inputSchema: handleCreateTransport_1.TOOL_DEFINITION.inputSchema,
191
200
  },
192
- handler: (args) => (0, handleCreateTransport_1.handleCreateTransport)(this.context, args),
201
+ handler: withContext(handleCreateTransport_1.handleCreateTransport),
193
202
  },
194
203
  {
195
204
  toolDefinition: {
@@ -197,7 +206,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
197
206
  description: handleCreateTable_1.TOOL_DEFINITION.description,
198
207
  inputSchema: handleCreateTable_1.TOOL_DEFINITION.inputSchema,
199
208
  },
200
- handler: (args) => (0, handleCreateTable_1.handleCreateTable)(this.context, args),
209
+ handler: withContext(handleCreateTable_1.handleCreateTable),
201
210
  },
202
211
  {
203
212
  toolDefinition: {
@@ -205,7 +214,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
205
214
  description: handleGetTable_1.TOOL_DEFINITION.description,
206
215
  inputSchema: handleGetTable_1.TOOL_DEFINITION.inputSchema,
207
216
  },
208
- handler: (args) => (0, handleGetTable_1.handleGetTable)(this.context, args),
217
+ handler: withContext(handleGetTable_1.handleGetTable),
209
218
  },
210
219
  {
211
220
  toolDefinition: {
@@ -213,7 +222,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
213
222
  description: handleUpdateTable_1.TOOL_DEFINITION.description,
214
223
  inputSchema: handleUpdateTable_1.TOOL_DEFINITION.inputSchema,
215
224
  },
216
- handler: (args) => (0, handleUpdateTable_1.handleUpdateTable)(this.context, args),
225
+ handler: withContext(handleUpdateTable_1.handleUpdateTable),
217
226
  },
218
227
  {
219
228
  toolDefinition: {
@@ -221,7 +230,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
221
230
  description: handleDeleteTable_1.TOOL_DEFINITION.description,
222
231
  inputSchema: handleDeleteTable_1.TOOL_DEFINITION.inputSchema,
223
232
  },
224
- handler: (args) => (0, handleDeleteTable_1.handleDeleteTable)(this.context, args),
233
+ handler: withContext(handleDeleteTable_1.handleDeleteTable),
225
234
  },
226
235
  {
227
236
  toolDefinition: {
@@ -229,7 +238,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
229
238
  description: handleCreateStructure_1.TOOL_DEFINITION.description,
230
239
  inputSchema: handleCreateStructure_1.TOOL_DEFINITION.inputSchema,
231
240
  },
232
- handler: (args) => (0, handleCreateStructure_1.handleCreateStructure)(this.context, args),
241
+ handler: withContext(handleCreateStructure_1.handleCreateStructure),
233
242
  },
234
243
  {
235
244
  toolDefinition: {
@@ -237,7 +246,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
237
246
  description: handleGetStructure_1.TOOL_DEFINITION.description,
238
247
  inputSchema: handleGetStructure_1.TOOL_DEFINITION.inputSchema,
239
248
  },
240
- handler: (args) => (0, handleGetStructure_1.handleGetStructure)(this.context, args),
249
+ handler: withContext(handleGetStructure_1.handleGetStructure),
241
250
  },
242
251
  {
243
252
  toolDefinition: {
@@ -245,7 +254,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
245
254
  description: handleUpdateStructure_1.TOOL_DEFINITION.description,
246
255
  inputSchema: handleUpdateStructure_1.TOOL_DEFINITION.inputSchema,
247
256
  },
248
- handler: (args) => (0, handleUpdateStructure_1.handleUpdateStructure)(this.context, args),
257
+ handler: withContext(handleUpdateStructure_1.handleUpdateStructure),
249
258
  },
250
259
  {
251
260
  toolDefinition: {
@@ -253,7 +262,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
253
262
  description: handleDeleteStructure_1.TOOL_DEFINITION.description,
254
263
  inputSchema: handleDeleteStructure_1.TOOL_DEFINITION.inputSchema,
255
264
  },
256
- handler: (args) => (0, handleDeleteStructure_1.handleDeleteStructure)(this.context, args),
265
+ handler: withContext(handleDeleteStructure_1.handleDeleteStructure),
257
266
  },
258
267
  {
259
268
  toolDefinition: {
@@ -261,7 +270,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
261
270
  description: handleCreateView_1.TOOL_DEFINITION.description,
262
271
  inputSchema: handleCreateView_1.TOOL_DEFINITION.inputSchema,
263
272
  },
264
- handler: (args) => (0, handleCreateView_1.handleCreateView)(this.context, args),
273
+ handler: withContext(handleCreateView_1.handleCreateView),
265
274
  },
266
275
  {
267
276
  toolDefinition: {
@@ -269,7 +278,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
269
278
  description: handleGetView_1.TOOL_DEFINITION.description,
270
279
  inputSchema: handleGetView_1.TOOL_DEFINITION.inputSchema,
271
280
  },
272
- handler: (args) => (0, handleGetView_1.handleGetView)(this.context, args),
281
+ handler: withContext(handleGetView_1.handleGetView),
273
282
  },
274
283
  {
275
284
  toolDefinition: {
@@ -277,7 +286,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
277
286
  description: handleUpdateView_1.TOOL_DEFINITION.description,
278
287
  inputSchema: handleUpdateView_1.TOOL_DEFINITION.inputSchema,
279
288
  },
280
- handler: (args) => (0, handleUpdateView_1.handleUpdateView)(this.context, args),
289
+ handler: withContext(handleUpdateView_1.handleUpdateView),
281
290
  },
282
291
  {
283
292
  toolDefinition: {
@@ -285,7 +294,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
285
294
  description: handleDeleteView_1.TOOL_DEFINITION.description,
286
295
  inputSchema: handleDeleteView_1.TOOL_DEFINITION.inputSchema,
287
296
  },
288
- handler: (args) => (0, handleDeleteView_1.handleDeleteView)(this.context, args),
297
+ handler: withContext(handleDeleteView_1.handleDeleteView),
289
298
  },
290
299
  {
291
300
  toolDefinition: {
@@ -293,7 +302,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
293
302
  description: handleCreateServiceDefinition_1.TOOL_DEFINITION.description,
294
303
  inputSchema: handleCreateServiceDefinition_1.TOOL_DEFINITION.inputSchema,
295
304
  },
296
- handler: (args) => (0, handleCreateServiceDefinition_1.handleCreateServiceDefinition)(this.context, args),
305
+ handler: withContext(handleCreateServiceDefinition_1.handleCreateServiceDefinition),
297
306
  },
298
307
  {
299
308
  toolDefinition: {
@@ -301,7 +310,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
301
310
  description: handleGetServiceDefinition_1.TOOL_DEFINITION.description,
302
311
  inputSchema: handleGetServiceDefinition_1.TOOL_DEFINITION.inputSchema,
303
312
  },
304
- handler: (args) => (0, handleGetServiceDefinition_1.handleGetServiceDefinition)(this.context, args),
313
+ handler: withContext(handleGetServiceDefinition_1.handleGetServiceDefinition),
305
314
  },
306
315
  {
307
316
  toolDefinition: {
@@ -309,7 +318,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
309
318
  description: handleUpdateServiceDefinition_1.TOOL_DEFINITION.description,
310
319
  inputSchema: handleUpdateServiceDefinition_1.TOOL_DEFINITION.inputSchema,
311
320
  },
312
- handler: (args) => (0, handleUpdateServiceDefinition_1.handleUpdateServiceDefinition)(this.context, args),
321
+ handler: withContext(handleUpdateServiceDefinition_1.handleUpdateServiceDefinition),
313
322
  },
314
323
  {
315
324
  toolDefinition: {
@@ -317,7 +326,55 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
317
326
  description: handleDeleteServiceDefinition_1.TOOL_DEFINITION.description,
318
327
  inputSchema: handleDeleteServiceDefinition_1.TOOL_DEFINITION.inputSchema,
319
328
  },
320
- handler: (args) => (0, handleDeleteServiceDefinition_1.handleDeleteServiceDefinition)(this.context, args),
329
+ handler: withContext(handleDeleteServiceDefinition_1.handleDeleteServiceDefinition),
330
+ },
331
+ {
332
+ toolDefinition: {
333
+ name: handleCreateServiceBinding_1.TOOL_DEFINITION.name,
334
+ description: handleCreateServiceBinding_1.TOOL_DEFINITION.description,
335
+ inputSchema: handleCreateServiceBinding_1.TOOL_DEFINITION.inputSchema,
336
+ },
337
+ handler: withContext(handleCreateServiceBinding_1.handleCreateServiceBinding),
338
+ },
339
+ {
340
+ toolDefinition: {
341
+ name: handleListServiceBindingTypes_1.TOOL_DEFINITION.name,
342
+ description: handleListServiceBindingTypes_1.TOOL_DEFINITION.description,
343
+ inputSchema: handleListServiceBindingTypes_1.TOOL_DEFINITION.inputSchema,
344
+ },
345
+ handler: withContext(handleListServiceBindingTypes_1.handleListServiceBindingTypes),
346
+ },
347
+ {
348
+ toolDefinition: {
349
+ name: handleGetServiceBinding_1.TOOL_DEFINITION.name,
350
+ description: handleGetServiceBinding_1.TOOL_DEFINITION.description,
351
+ inputSchema: handleGetServiceBinding_1.TOOL_DEFINITION.inputSchema,
352
+ },
353
+ handler: withContext(handleGetServiceBinding_1.handleGetServiceBinding),
354
+ },
355
+ {
356
+ toolDefinition: {
357
+ name: handleUpdateServiceBinding_1.TOOL_DEFINITION.name,
358
+ description: handleUpdateServiceBinding_1.TOOL_DEFINITION.description,
359
+ inputSchema: handleUpdateServiceBinding_1.TOOL_DEFINITION.inputSchema,
360
+ },
361
+ handler: withContext(handleUpdateServiceBinding_1.handleUpdateServiceBinding),
362
+ },
363
+ {
364
+ toolDefinition: {
365
+ name: handleValidateServiceBinding_1.TOOL_DEFINITION.name,
366
+ description: handleValidateServiceBinding_1.TOOL_DEFINITION.description,
367
+ inputSchema: handleValidateServiceBinding_1.TOOL_DEFINITION.inputSchema,
368
+ },
369
+ handler: withContext(handleValidateServiceBinding_1.handleValidateServiceBinding),
370
+ },
371
+ {
372
+ toolDefinition: {
373
+ name: handleDeleteServiceBinding_1.TOOL_DEFINITION.name,
374
+ description: handleDeleteServiceBinding_1.TOOL_DEFINITION.description,
375
+ inputSchema: handleDeleteServiceBinding_1.TOOL_DEFINITION.inputSchema,
376
+ },
377
+ handler: withContext(handleDeleteServiceBinding_1.handleDeleteServiceBinding),
321
378
  },
322
379
  {
323
380
  toolDefinition: {
@@ -325,7 +382,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
325
382
  description: handleGetClass_1.TOOL_DEFINITION.description,
326
383
  inputSchema: handleGetClass_1.TOOL_DEFINITION.inputSchema,
327
384
  },
328
- handler: (args) => (0, handleGetClass_1.handleGetClass)(this.context, args),
385
+ handler: withContext(handleGetClass_1.handleGetClass),
329
386
  },
330
387
  {
331
388
  toolDefinition: {
@@ -333,7 +390,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
333
390
  description: handleCreateClass_1.TOOL_DEFINITION.description,
334
391
  inputSchema: handleCreateClass_1.TOOL_DEFINITION.inputSchema,
335
392
  },
336
- handler: (args) => (0, handleCreateClass_1.handleCreateClass)(this.context, args),
393
+ handler: withContext(handleCreateClass_1.handleCreateClass),
337
394
  },
338
395
  {
339
396
  toolDefinition: {
@@ -341,7 +398,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
341
398
  description: handleUpdateClass_1.TOOL_DEFINITION.description,
342
399
  inputSchema: handleUpdateClass_1.TOOL_DEFINITION.inputSchema,
343
400
  },
344
- handler: (args) => (0, handleUpdateClass_1.handleUpdateClass)(this.context, args),
401
+ handler: withContext(handleUpdateClass_1.handleUpdateClass),
345
402
  },
346
403
  {
347
404
  toolDefinition: {
@@ -349,7 +406,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
349
406
  description: handleDeleteClass_1.TOOL_DEFINITION.description,
350
407
  inputSchema: handleDeleteClass_1.TOOL_DEFINITION.inputSchema,
351
408
  },
352
- handler: (args) => (0, handleDeleteClass_1.handleDeleteClass)(this.context, args),
409
+ handler: withContext(handleDeleteClass_1.handleDeleteClass),
353
410
  },
354
411
  {
355
412
  toolDefinition: {
@@ -357,7 +414,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
357
414
  description: handleCreateUnitTest_1.TOOL_DEFINITION.description,
358
415
  inputSchema: handleCreateUnitTest_1.TOOL_DEFINITION.inputSchema,
359
416
  },
360
- handler: (args) => (0, handleCreateUnitTest_1.handleCreateUnitTest)(this.context, args),
417
+ handler: withContext(handleCreateUnitTest_1.handleCreateUnitTest),
361
418
  },
362
419
  {
363
420
  toolDefinition: {
@@ -365,7 +422,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
365
422
  description: handleRunUnitTest_1.TOOL_DEFINITION.description,
366
423
  inputSchema: handleRunUnitTest_1.TOOL_DEFINITION.inputSchema,
367
424
  },
368
- handler: (args) => (0, handleRunUnitTest_1.handleRunUnitTest)(this.context, args),
425
+ handler: withContext(handleRunUnitTest_1.handleRunUnitTest),
369
426
  },
370
427
  {
371
428
  toolDefinition: {
@@ -373,7 +430,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
373
430
  description: handleGetUnitTest_1.TOOL_DEFINITION.description,
374
431
  inputSchema: handleGetUnitTest_1.TOOL_DEFINITION.inputSchema,
375
432
  },
376
- handler: (args) => (0, handleGetUnitTest_1.handleGetUnitTest)(this.context, args),
433
+ handler: withContext(handleGetUnitTest_1.handleGetUnitTest),
377
434
  },
378
435
  {
379
436
  toolDefinition: {
@@ -381,7 +438,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
381
438
  description: handleGetUnitTestStatus_1.TOOL_DEFINITION.description,
382
439
  inputSchema: handleGetUnitTestStatus_1.TOOL_DEFINITION.inputSchema,
383
440
  },
384
- handler: (args) => (0, handleGetUnitTestStatus_1.handleGetUnitTestStatus)(this.context, args),
441
+ handler: withContext(handleGetUnitTestStatus_1.handleGetUnitTestStatus),
385
442
  },
386
443
  {
387
444
  toolDefinition: {
@@ -389,7 +446,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
389
446
  description: handleGetUnitTestResult_1.TOOL_DEFINITION.description,
390
447
  inputSchema: handleGetUnitTestResult_1.TOOL_DEFINITION.inputSchema,
391
448
  },
392
- handler: (args) => (0, handleGetUnitTestResult_1.handleGetUnitTestResult)(this.context, args),
449
+ handler: withContext(handleGetUnitTestResult_1.handleGetUnitTestResult),
393
450
  },
394
451
  {
395
452
  toolDefinition: {
@@ -397,7 +454,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
397
454
  description: handleUpdateUnitTest_1.TOOL_DEFINITION.description,
398
455
  inputSchema: handleUpdateUnitTest_1.TOOL_DEFINITION.inputSchema,
399
456
  },
400
- handler: (args) => (0, handleUpdateUnitTest_1.handleUpdateUnitTest)(this.context, args),
457
+ handler: withContext(handleUpdateUnitTest_1.handleUpdateUnitTest),
401
458
  },
402
459
  {
403
460
  toolDefinition: {
@@ -405,7 +462,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
405
462
  description: handleDeleteUnitTest_1.TOOL_DEFINITION.description,
406
463
  inputSchema: handleDeleteUnitTest_1.TOOL_DEFINITION.inputSchema,
407
464
  },
408
- handler: (args) => (0, handleDeleteUnitTest_1.handleDeleteUnitTest)(this.context, args),
465
+ handler: withContext(handleDeleteUnitTest_1.handleDeleteUnitTest),
409
466
  },
410
467
  {
411
468
  toolDefinition: {
@@ -413,7 +470,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
413
470
  description: handleCreateCdsUnitTest_1.TOOL_DEFINITION.description,
414
471
  inputSchema: handleCreateCdsUnitTest_1.TOOL_DEFINITION.inputSchema,
415
472
  },
416
- handler: (args) => (0, handleCreateCdsUnitTest_1.handleCreateCdsUnitTest)(this.context, args),
473
+ handler: withContext(handleCreateCdsUnitTest_1.handleCreateCdsUnitTest),
417
474
  },
418
475
  {
419
476
  toolDefinition: {
@@ -421,7 +478,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
421
478
  description: handleGetCdsUnitTest_1.TOOL_DEFINITION.description,
422
479
  inputSchema: handleGetCdsUnitTest_1.TOOL_DEFINITION.inputSchema,
423
480
  },
424
- handler: (args) => (0, handleGetCdsUnitTest_1.handleGetCdsUnitTest)(this.context, args),
481
+ handler: withContext(handleGetCdsUnitTest_1.handleGetCdsUnitTest),
425
482
  },
426
483
  {
427
484
  toolDefinition: {
@@ -429,7 +486,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
429
486
  description: handleGetCdsUnitTestStatus_1.TOOL_DEFINITION.description,
430
487
  inputSchema: handleGetCdsUnitTestStatus_1.TOOL_DEFINITION.inputSchema,
431
488
  },
432
- handler: (args) => (0, handleGetCdsUnitTestStatus_1.handleGetCdsUnitTestStatus)(this.context, args),
489
+ handler: withContext(handleGetCdsUnitTestStatus_1.handleGetCdsUnitTestStatus),
433
490
  },
434
491
  {
435
492
  toolDefinition: {
@@ -437,7 +494,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
437
494
  description: handleGetCdsUnitTestResult_1.TOOL_DEFINITION.description,
438
495
  inputSchema: handleGetCdsUnitTestResult_1.TOOL_DEFINITION.inputSchema,
439
496
  },
440
- handler: (args) => (0, handleGetCdsUnitTestResult_1.handleGetCdsUnitTestResult)(this.context, args),
497
+ handler: withContext(handleGetCdsUnitTestResult_1.handleGetCdsUnitTestResult),
441
498
  },
442
499
  {
443
500
  toolDefinition: {
@@ -445,7 +502,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
445
502
  description: handleUpdateCdsUnitTest_1.TOOL_DEFINITION.description,
446
503
  inputSchema: handleUpdateCdsUnitTest_1.TOOL_DEFINITION.inputSchema,
447
504
  },
448
- handler: (args) => (0, handleUpdateCdsUnitTest_1.handleUpdateCdsUnitTest)(this.context, args),
505
+ handler: withContext(handleUpdateCdsUnitTest_1.handleUpdateCdsUnitTest),
449
506
  },
450
507
  {
451
508
  toolDefinition: {
@@ -453,7 +510,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
453
510
  description: handleDeleteCdsUnitTest_1.TOOL_DEFINITION.description,
454
511
  inputSchema: handleDeleteCdsUnitTest_1.TOOL_DEFINITION.inputSchema,
455
512
  },
456
- handler: (args) => (0, handleDeleteCdsUnitTest_1.handleDeleteCdsUnitTest)(this.context, args),
513
+ handler: withContext(handleDeleteCdsUnitTest_1.handleDeleteCdsUnitTest),
457
514
  },
458
515
  {
459
516
  toolDefinition: {
@@ -461,7 +518,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
461
518
  description: handleGetLocalTestClass_1.TOOL_DEFINITION.description,
462
519
  inputSchema: handleGetLocalTestClass_1.TOOL_DEFINITION.inputSchema,
463
520
  },
464
- handler: (args) => (0, handleGetLocalTestClass_1.handleGetLocalTestClass)(this.context, args),
521
+ handler: withContext(handleGetLocalTestClass_1.handleGetLocalTestClass),
465
522
  },
466
523
  {
467
524
  toolDefinition: {
@@ -469,7 +526,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
469
526
  description: handleCreateLocalTestClass_1.TOOL_DEFINITION.description,
470
527
  inputSchema: handleCreateLocalTestClass_1.TOOL_DEFINITION.inputSchema,
471
528
  },
472
- handler: (args) => (0, handleCreateLocalTestClass_1.handleCreateLocalTestClass)(this.context, args),
529
+ handler: withContext(handleCreateLocalTestClass_1.handleCreateLocalTestClass),
473
530
  },
474
531
  {
475
532
  toolDefinition: {
@@ -477,7 +534,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
477
534
  description: handleUpdateLocalTestClass_1.TOOL_DEFINITION.description,
478
535
  inputSchema: handleUpdateLocalTestClass_1.TOOL_DEFINITION.inputSchema,
479
536
  },
480
- handler: (args) => (0, handleUpdateLocalTestClass_1.handleUpdateLocalTestClass)(this.context, args),
537
+ handler: withContext(handleUpdateLocalTestClass_1.handleUpdateLocalTestClass),
481
538
  },
482
539
  {
483
540
  toolDefinition: {
@@ -485,7 +542,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
485
542
  description: handleDeleteLocalTestClass_1.TOOL_DEFINITION.description,
486
543
  inputSchema: handleDeleteLocalTestClass_1.TOOL_DEFINITION.inputSchema,
487
544
  },
488
- handler: (args) => (0, handleDeleteLocalTestClass_1.handleDeleteLocalTestClass)(this.context, args),
545
+ handler: withContext(handleDeleteLocalTestClass_1.handleDeleteLocalTestClass),
489
546
  },
490
547
  {
491
548
  toolDefinition: {
@@ -493,7 +550,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
493
550
  description: handleGetLocalTypes_1.TOOL_DEFINITION.description,
494
551
  inputSchema: handleGetLocalTypes_1.TOOL_DEFINITION.inputSchema,
495
552
  },
496
- handler: (args) => (0, handleGetLocalTypes_1.handleGetLocalTypes)(this.context, args),
553
+ handler: withContext(handleGetLocalTypes_1.handleGetLocalTypes),
497
554
  },
498
555
  {
499
556
  toolDefinition: {
@@ -501,7 +558,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
501
558
  description: handleCreateLocalTypes_1.TOOL_DEFINITION.description,
502
559
  inputSchema: handleCreateLocalTypes_1.TOOL_DEFINITION.inputSchema,
503
560
  },
504
- handler: (args) => (0, handleCreateLocalTypes_1.handleCreateLocalTypes)(this.context, args),
561
+ handler: withContext(handleCreateLocalTypes_1.handleCreateLocalTypes),
505
562
  },
506
563
  {
507
564
  toolDefinition: {
@@ -509,7 +566,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
509
566
  description: handleUpdateLocalTypes_1.TOOL_DEFINITION.description,
510
567
  inputSchema: handleUpdateLocalTypes_1.TOOL_DEFINITION.inputSchema,
511
568
  },
512
- handler: (args) => (0, handleUpdateLocalTypes_1.handleUpdateLocalTypes)(this.context, args),
569
+ handler: withContext(handleUpdateLocalTypes_1.handleUpdateLocalTypes),
513
570
  },
514
571
  {
515
572
  toolDefinition: {
@@ -517,7 +574,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
517
574
  description: handleDeleteLocalTypes_1.TOOL_DEFINITION.description,
518
575
  inputSchema: handleDeleteLocalTypes_1.TOOL_DEFINITION.inputSchema,
519
576
  },
520
- handler: (args) => (0, handleDeleteLocalTypes_1.handleDeleteLocalTypes)(this.context, args),
577
+ handler: withContext(handleDeleteLocalTypes_1.handleDeleteLocalTypes),
521
578
  },
522
579
  {
523
580
  toolDefinition: {
@@ -525,7 +582,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
525
582
  description: handleGetLocalDefinitions_1.TOOL_DEFINITION.description,
526
583
  inputSchema: handleGetLocalDefinitions_1.TOOL_DEFINITION.inputSchema,
527
584
  },
528
- handler: (args) => (0, handleGetLocalDefinitions_1.handleGetLocalDefinitions)(this.context, args),
585
+ handler: withContext(handleGetLocalDefinitions_1.handleGetLocalDefinitions),
529
586
  },
530
587
  {
531
588
  toolDefinition: {
@@ -533,7 +590,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
533
590
  description: handleCreateLocalDefinitions_1.TOOL_DEFINITION.description,
534
591
  inputSchema: handleCreateLocalDefinitions_1.TOOL_DEFINITION.inputSchema,
535
592
  },
536
- handler: (args) => (0, handleCreateLocalDefinitions_1.handleCreateLocalDefinitions)(this.context, args),
593
+ handler: withContext(handleCreateLocalDefinitions_1.handleCreateLocalDefinitions),
537
594
  },
538
595
  {
539
596
  toolDefinition: {
@@ -541,7 +598,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
541
598
  description: handleUpdateLocalDefinitions_1.TOOL_DEFINITION.description,
542
599
  inputSchema: handleUpdateLocalDefinitions_1.TOOL_DEFINITION.inputSchema,
543
600
  },
544
- handler: (args) => (0, handleUpdateLocalDefinitions_1.handleUpdateLocalDefinitions)(this.context, args),
601
+ handler: withContext(handleUpdateLocalDefinitions_1.handleUpdateLocalDefinitions),
545
602
  },
546
603
  {
547
604
  toolDefinition: {
@@ -549,7 +606,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
549
606
  description: handleDeleteLocalDefinitions_1.TOOL_DEFINITION.description,
550
607
  inputSchema: handleDeleteLocalDefinitions_1.TOOL_DEFINITION.inputSchema,
551
608
  },
552
- handler: (args) => (0, handleDeleteLocalDefinitions_1.handleDeleteLocalDefinitions)(this.context, args),
609
+ handler: withContext(handleDeleteLocalDefinitions_1.handleDeleteLocalDefinitions),
553
610
  },
554
611
  {
555
612
  toolDefinition: {
@@ -557,7 +614,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
557
614
  description: handleGetLocalMacros_1.TOOL_DEFINITION.description,
558
615
  inputSchema: handleGetLocalMacros_1.TOOL_DEFINITION.inputSchema,
559
616
  },
560
- handler: (args) => (0, handleGetLocalMacros_1.handleGetLocalMacros)(this.context, args),
617
+ handler: withContext(handleGetLocalMacros_1.handleGetLocalMacros),
561
618
  },
562
619
  {
563
620
  toolDefinition: {
@@ -565,7 +622,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
565
622
  description: handleCreateLocalMacros_1.TOOL_DEFINITION.description,
566
623
  inputSchema: handleCreateLocalMacros_1.TOOL_DEFINITION.inputSchema,
567
624
  },
568
- handler: (args) => (0, handleCreateLocalMacros_1.handleCreateLocalMacros)(this.context, args),
625
+ handler: withContext(handleCreateLocalMacros_1.handleCreateLocalMacros),
569
626
  },
570
627
  {
571
628
  toolDefinition: {
@@ -573,7 +630,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
573
630
  description: handleUpdateLocalMacros_1.TOOL_DEFINITION.description,
574
631
  inputSchema: handleUpdateLocalMacros_1.TOOL_DEFINITION.inputSchema,
575
632
  },
576
- handler: (args) => (0, handleUpdateLocalMacros_1.handleUpdateLocalMacros)(this.context, args),
633
+ handler: withContext(handleUpdateLocalMacros_1.handleUpdateLocalMacros),
577
634
  },
578
635
  {
579
636
  toolDefinition: {
@@ -581,7 +638,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
581
638
  description: handleDeleteLocalMacros_1.TOOL_DEFINITION.description,
582
639
  inputSchema: handleDeleteLocalMacros_1.TOOL_DEFINITION.inputSchema,
583
640
  },
584
- handler: (args) => (0, handleDeleteLocalMacros_1.handleDeleteLocalMacros)(this.context, args),
641
+ handler: withContext(handleDeleteLocalMacros_1.handleDeleteLocalMacros),
585
642
  },
586
643
  {
587
644
  toolDefinition: {
@@ -589,7 +646,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
589
646
  description: handleCreateProgram_1.TOOL_DEFINITION.description,
590
647
  inputSchema: handleCreateProgram_1.TOOL_DEFINITION.inputSchema,
591
648
  },
592
- handler: (args) => (0, handleCreateProgram_1.handleCreateProgram)(this.context, args),
649
+ handler: withContext(handleCreateProgram_1.handleCreateProgram),
593
650
  },
594
651
  {
595
652
  toolDefinition: {
@@ -597,7 +654,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
597
654
  description: handleGetProgram_1.TOOL_DEFINITION.description,
598
655
  inputSchema: handleGetProgram_1.TOOL_DEFINITION.inputSchema,
599
656
  },
600
- handler: (args) => (0, handleGetProgram_1.handleGetProgram)(this.context, args),
657
+ handler: withContext(handleGetProgram_1.handleGetProgram),
601
658
  },
602
659
  {
603
660
  toolDefinition: {
@@ -605,7 +662,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
605
662
  description: handleUpdateProgram_1.TOOL_DEFINITION.description,
606
663
  inputSchema: handleUpdateProgram_1.TOOL_DEFINITION.inputSchema,
607
664
  },
608
- handler: (args) => (0, handleUpdateProgram_1.handleUpdateProgram)(this.context, args),
665
+ handler: withContext(handleUpdateProgram_1.handleUpdateProgram),
609
666
  },
610
667
  {
611
668
  toolDefinition: {
@@ -613,7 +670,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
613
670
  description: handleDeleteProgram_1.TOOL_DEFINITION.description,
614
671
  inputSchema: handleDeleteProgram_1.TOOL_DEFINITION.inputSchema,
615
672
  },
616
- handler: (args) => (0, handleDeleteProgram_1.handleDeleteProgram)(this.context, args),
673
+ handler: withContext(handleDeleteProgram_1.handleDeleteProgram),
617
674
  },
618
675
  {
619
676
  toolDefinition: {
@@ -621,7 +678,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
621
678
  description: handleCreateInterface_1.TOOL_DEFINITION.description,
622
679
  inputSchema: handleCreateInterface_1.TOOL_DEFINITION.inputSchema,
623
680
  },
624
- handler: (args) => (0, handleCreateInterface_1.handleCreateInterface)(this.context, args),
681
+ handler: withContext(handleCreateInterface_1.handleCreateInterface),
625
682
  },
626
683
  {
627
684
  toolDefinition: {
@@ -629,7 +686,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
629
686
  description: handleGetInterface_1.TOOL_DEFINITION.description,
630
687
  inputSchema: handleGetInterface_1.TOOL_DEFINITION.inputSchema,
631
688
  },
632
- handler: (args) => (0, handleGetInterface_1.handleGetInterface)(this.context, args),
689
+ handler: withContext(handleGetInterface_1.handleGetInterface),
633
690
  },
634
691
  {
635
692
  toolDefinition: {
@@ -637,7 +694,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
637
694
  description: handleUpdateInterface_1.TOOL_DEFINITION.description,
638
695
  inputSchema: handleUpdateInterface_1.TOOL_DEFINITION.inputSchema,
639
696
  },
640
- handler: (args) => (0, handleUpdateInterface_1.handleUpdateInterface)(this.context, args),
697
+ handler: withContext(handleUpdateInterface_1.handleUpdateInterface),
641
698
  },
642
699
  {
643
700
  toolDefinition: {
@@ -645,7 +702,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
645
702
  description: handleDeleteInterface_1.TOOL_DEFINITION.description,
646
703
  inputSchema: handleDeleteInterface_1.TOOL_DEFINITION.inputSchema,
647
704
  },
648
- handler: (args) => (0, handleDeleteInterface_1.handleDeleteInterface)(this.context, args),
705
+ handler: withContext(handleDeleteInterface_1.handleDeleteInterface),
649
706
  },
650
707
  {
651
708
  toolDefinition: {
@@ -653,7 +710,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
653
710
  description: handleCreateFunctionGroup_1.TOOL_DEFINITION.description,
654
711
  inputSchema: handleCreateFunctionGroup_1.TOOL_DEFINITION.inputSchema,
655
712
  },
656
- handler: (args) => (0, handleCreateFunctionGroup_1.handleCreateFunctionGroup)(this.context, args),
713
+ handler: withContext(handleCreateFunctionGroup_1.handleCreateFunctionGroup),
657
714
  },
658
715
  {
659
716
  toolDefinition: {
@@ -661,7 +718,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
661
718
  description: handleGetFunctionGroup_1.TOOL_DEFINITION.description,
662
719
  inputSchema: handleGetFunctionGroup_1.TOOL_DEFINITION.inputSchema,
663
720
  },
664
- handler: (args) => (0, handleGetFunctionGroup_1.handleGetFunctionGroup)(this.context, args),
721
+ handler: withContext(handleGetFunctionGroup_1.handleGetFunctionGroup),
665
722
  },
666
723
  {
667
724
  toolDefinition: {
@@ -669,7 +726,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
669
726
  description: handleUpdateFunctionGroup_1.TOOL_DEFINITION.description,
670
727
  inputSchema: handleUpdateFunctionGroup_1.TOOL_DEFINITION.inputSchema,
671
728
  },
672
- handler: (args) => (0, handleUpdateFunctionGroup_1.handleUpdateFunctionGroup)(this.context, args),
729
+ handler: withContext(handleUpdateFunctionGroup_1.handleUpdateFunctionGroup),
673
730
  },
674
731
  {
675
732
  toolDefinition: {
@@ -677,7 +734,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
677
734
  description: handleDeleteFunctionGroup_1.TOOL_DEFINITION.description,
678
735
  inputSchema: handleDeleteFunctionGroup_1.TOOL_DEFINITION.inputSchema,
679
736
  },
680
- handler: (args) => (0, handleDeleteFunctionGroup_1.handleDeleteFunctionGroup)(this.context, args),
737
+ handler: withContext(handleDeleteFunctionGroup_1.handleDeleteFunctionGroup),
681
738
  },
682
739
  {
683
740
  toolDefinition: {
@@ -685,7 +742,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
685
742
  description: handleCreateFunctionModule_1.TOOL_DEFINITION.description,
686
743
  inputSchema: handleCreateFunctionModule_1.TOOL_DEFINITION.inputSchema,
687
744
  },
688
- handler: (args) => (0, handleCreateFunctionModule_1.handleCreateFunctionModule)(this.context, args),
745
+ handler: withContext(handleCreateFunctionModule_1.handleCreateFunctionModule),
689
746
  },
690
747
  {
691
748
  toolDefinition: {
@@ -693,7 +750,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
693
750
  description: handleGetFunctionModule_1.TOOL_DEFINITION.description,
694
751
  inputSchema: handleGetFunctionModule_1.TOOL_DEFINITION.inputSchema,
695
752
  },
696
- handler: (args) => (0, handleGetFunctionModule_1.handleGetFunctionModule)(this.context, args),
753
+ handler: withContext(handleGetFunctionModule_1.handleGetFunctionModule),
697
754
  },
698
755
  {
699
756
  toolDefinition: {
@@ -701,7 +758,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
701
758
  description: handleUpdateFunctionModule_1.TOOL_DEFINITION.description,
702
759
  inputSchema: handleUpdateFunctionModule_1.TOOL_DEFINITION.inputSchema,
703
760
  },
704
- handler: (args) => (0, handleUpdateFunctionModule_1.handleUpdateFunctionModule)(this.context, args),
761
+ handler: withContext(handleUpdateFunctionModule_1.handleUpdateFunctionModule),
705
762
  },
706
763
  {
707
764
  toolDefinition: {
@@ -709,7 +766,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
709
766
  description: handleDeleteFunctionModule_1.TOOL_DEFINITION.description,
710
767
  inputSchema: handleDeleteFunctionModule_1.TOOL_DEFINITION.inputSchema,
711
768
  },
712
- handler: (args) => (0, handleDeleteFunctionModule_1.handleDeleteFunctionModule)(this.context, args),
769
+ handler: withContext(handleDeleteFunctionModule_1.handleDeleteFunctionModule),
713
770
  },
714
771
  {
715
772
  toolDefinition: {
@@ -717,7 +774,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
717
774
  description: handleCreateBehaviorDefinition_1.TOOL_DEFINITION.description,
718
775
  inputSchema: handleCreateBehaviorDefinition_1.TOOL_DEFINITION.inputSchema,
719
776
  },
720
- handler: (args) => (0, handleCreateBehaviorDefinition_1.handleCreateBehaviorDefinition)(this.context, args),
777
+ handler: withContext(handleCreateBehaviorDefinition_1.handleCreateBehaviorDefinition),
721
778
  },
722
779
  {
723
780
  toolDefinition: {
@@ -725,7 +782,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
725
782
  description: handleGetBehaviorDefinition_1.TOOL_DEFINITION.description,
726
783
  inputSchema: handleGetBehaviorDefinition_1.TOOL_DEFINITION.inputSchema,
727
784
  },
728
- handler: (args) => (0, handleGetBehaviorDefinition_1.handleGetBehaviorDefinition)(this.context, args),
785
+ handler: withContext(handleGetBehaviorDefinition_1.handleGetBehaviorDefinition),
729
786
  },
730
787
  {
731
788
  toolDefinition: {
@@ -733,7 +790,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
733
790
  description: handleUpdateBehaviorDefinition_1.TOOL_DEFINITION.description,
734
791
  inputSchema: handleUpdateBehaviorDefinition_1.TOOL_DEFINITION.inputSchema,
735
792
  },
736
- handler: (args) => (0, handleUpdateBehaviorDefinition_1.handleUpdateBehaviorDefinition)(this.context, args),
793
+ handler: withContext(handleUpdateBehaviorDefinition_1.handleUpdateBehaviorDefinition),
737
794
  },
738
795
  {
739
796
  toolDefinition: {
@@ -741,7 +798,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
741
798
  description: handleDeleteBehaviorDefinition_1.TOOL_DEFINITION.description,
742
799
  inputSchema: handleDeleteBehaviorDefinition_1.TOOL_DEFINITION.inputSchema,
743
800
  },
744
- handler: (args) => (0, handleDeleteBehaviorDefinition_1.handleDeleteBehaviorDefinition)(this.context, args),
801
+ handler: withContext(handleDeleteBehaviorDefinition_1.handleDeleteBehaviorDefinition),
745
802
  },
746
803
  {
747
804
  toolDefinition: {
@@ -749,7 +806,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
749
806
  description: handleCreateBehaviorImplementation_1.TOOL_DEFINITION.description,
750
807
  inputSchema: handleCreateBehaviorImplementation_1.TOOL_DEFINITION.inputSchema,
751
808
  },
752
- handler: (args) => (0, handleCreateBehaviorImplementation_1.handleCreateBehaviorImplementation)(this.context, args),
809
+ handler: withContext(handleCreateBehaviorImplementation_1.handleCreateBehaviorImplementation),
753
810
  },
754
811
  {
755
812
  toolDefinition: {
@@ -757,7 +814,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
757
814
  description: handleGetBehaviorImplementation_1.TOOL_DEFINITION.description,
758
815
  inputSchema: handleGetBehaviorImplementation_1.TOOL_DEFINITION.inputSchema,
759
816
  },
760
- handler: (args) => (0, handleGetBehaviorImplementation_1.handleGetBehaviorImplementation)(this.context, args),
817
+ handler: withContext(handleGetBehaviorImplementation_1.handleGetBehaviorImplementation),
761
818
  },
762
819
  {
763
820
  toolDefinition: {
@@ -765,7 +822,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
765
822
  description: handleUpdateBehaviorImplementation_1.TOOL_DEFINITION.description,
766
823
  inputSchema: handleUpdateBehaviorImplementation_1.TOOL_DEFINITION.inputSchema,
767
824
  },
768
- handler: (args) => (0, handleUpdateBehaviorImplementation_1.handleUpdateBehaviorImplementation)(this.context, args),
825
+ handler: withContext(handleUpdateBehaviorImplementation_1.handleUpdateBehaviorImplementation),
769
826
  },
770
827
  {
771
828
  toolDefinition: {
@@ -773,7 +830,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
773
830
  description: handleDeleteBehaviorImplementation_1.TOOL_DEFINITION.description,
774
831
  inputSchema: handleDeleteBehaviorImplementation_1.TOOL_DEFINITION.inputSchema,
775
832
  },
776
- handler: (args) => (0, handleDeleteBehaviorImplementation_1.handleDeleteBehaviorImplementation)(this.context, args),
833
+ handler: withContext(handleDeleteBehaviorImplementation_1.handleDeleteBehaviorImplementation),
777
834
  },
778
835
  {
779
836
  toolDefinition: {
@@ -781,7 +838,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
781
838
  description: handleCreateMetadataExtension_1.TOOL_DEFINITION.description,
782
839
  inputSchema: handleCreateMetadataExtension_1.TOOL_DEFINITION.inputSchema,
783
840
  },
784
- handler: (args) => (0, handleCreateMetadataExtension_1.handleCreateMetadataExtension)(this.context, args),
841
+ handler: withContext(handleCreateMetadataExtension_1.handleCreateMetadataExtension),
785
842
  },
786
843
  {
787
844
  toolDefinition: {
@@ -789,7 +846,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
789
846
  description: handleGetMetadataExtension_1.TOOL_DEFINITION.description,
790
847
  inputSchema: handleGetMetadataExtension_1.TOOL_DEFINITION.inputSchema,
791
848
  },
792
- handler: (args) => (0, handleGetMetadataExtension_1.handleGetMetadataExtension)(this.context, args),
849
+ handler: withContext(handleGetMetadataExtension_1.handleGetMetadataExtension),
793
850
  },
794
851
  {
795
852
  toolDefinition: {
@@ -797,7 +854,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
797
854
  description: handleUpdateMetadataExtension_1.TOOL_DEFINITION.description,
798
855
  inputSchema: handleUpdateMetadataExtension_1.TOOL_DEFINITION.inputSchema,
799
856
  },
800
- handler: (args) => (0, handleUpdateMetadataExtension_1.handleUpdateMetadataExtension)(this.context, args),
857
+ handler: withContext(handleUpdateMetadataExtension_1.handleUpdateMetadataExtension),
801
858
  },
802
859
  {
803
860
  toolDefinition: {
@@ -805,7 +862,7 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
805
862
  description: handleDeleteMetadataExtension_1.TOOL_DEFINITION.description,
806
863
  inputSchema: handleDeleteMetadataExtension_1.TOOL_DEFINITION.inputSchema,
807
864
  },
808
- handler: (args) => (0, handleDeleteMetadataExtension_1.handleDeleteMetadataExtension)(this.context, args),
865
+ handler: withContext(handleDeleteMetadataExtension_1.handleDeleteMetadataExtension),
809
866
  },
810
867
  ];
811
868
  }