@mcp-abap-adt/core 1.4.1

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 (1695) hide show
  1. package/CHANGELOG.md +1248 -0
  2. package/LICENSE +21 -0
  3. package/README.md +218 -0
  4. package/bin/README.md +368 -0
  5. package/bin/lock-object.js +274 -0
  6. package/bin/manage-locks.js +331 -0
  7. package/bin/manage-sessions.js +235 -0
  8. package/bin/mcp-abap-adt.js +15 -0
  9. package/bin/unlock-object.js +291 -0
  10. package/bin/unlock-test-objects.js +248 -0
  11. package/dist/bin/help.d.ts +6 -0
  12. package/dist/bin/help.d.ts.map +1 -0
  13. package/dist/bin/help.js +59 -0
  14. package/dist/bin/mcp-abap-adt-v2.d.ts +9 -0
  15. package/dist/bin/mcp-abap-adt-v2.d.ts.map +1 -0
  16. package/dist/bin/mcp-abap-adt-v2.js +247 -0
  17. package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.d.ts +51 -0
  18. package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.d.ts.map +1 -0
  19. package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.js +141 -0
  20. package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.js.map +1 -0
  21. package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.d.ts +43 -0
  22. package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.d.ts.map +1 -0
  23. package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.js +106 -0
  24. package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.js.map +1 -0
  25. package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.d.ts +45 -0
  26. package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.d.ts.map +1 -0
  27. package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.js +89 -0
  28. package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.js.map +1 -0
  29. package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts +38 -0
  30. package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts.map +1 -0
  31. package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js +99 -0
  32. package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js.map +1 -0
  33. package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.d.ts +63 -0
  34. package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.d.ts.map +1 -0
  35. package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.js +135 -0
  36. package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.js.map +1 -0
  37. package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.d.ts +63 -0
  38. package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.d.ts.map +1 -0
  39. package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.js +128 -0
  40. package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.js.map +1 -0
  41. package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.d.ts +90 -0
  42. package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.d.ts.map +1 -0
  43. package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.js +163 -0
  44. package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.js.map +1 -0
  45. package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.d.ts +43 -0
  46. package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.d.ts.map +1 -0
  47. package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.js +109 -0
  48. package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.js.map +1 -0
  49. package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.d.ts +63 -0
  50. package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.d.ts.map +1 -0
  51. package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.js +122 -0
  52. package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.js.map +1 -0
  53. package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.d.ts +68 -0
  54. package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.d.ts.map +1 -0
  55. package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.js +127 -0
  56. package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.js.map +1 -0
  57. package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.d.ts +73 -0
  58. package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.d.ts.map +1 -0
  59. package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.js +132 -0
  60. package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.js.map +1 -0
  61. package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.d.ts +85 -0
  62. package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.d.ts.map +1 -0
  63. package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.js +166 -0
  64. package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.js.map +1 -0
  65. package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts +21 -0
  66. package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts.map +1 -0
  67. package/dist/handlers/behavior_definition/readonly/handleGetBdef.js +24 -0
  68. package/dist/handlers/behavior_definition/readonly/handleGetBdef.js.map +1 -0
  69. package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.d.ts +70 -0
  70. package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.d.ts.map +1 -0
  71. package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.js +193 -0
  72. package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.js.map +1 -0
  73. package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.d.ts +43 -0
  74. package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.d.ts.map +1 -0
  75. package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.js +106 -0
  76. package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.js.map +1 -0
  77. package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.d.ts +45 -0
  78. package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.d.ts.map +1 -0
  79. package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.js +89 -0
  80. package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.js.map +1 -0
  81. package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.d.ts +61 -0
  82. package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.d.ts.map +1 -0
  83. package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.js +141 -0
  84. package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.js.map +1 -0
  85. package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.d.ts +88 -0
  86. package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.d.ts.map +1 -0
  87. package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.js +155 -0
  88. package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.js.map +1 -0
  89. package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.d.ts +63 -0
  90. package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.d.ts.map +1 -0
  91. package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.js +112 -0
  92. package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.js.map +1 -0
  93. package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.d.ts +78 -0
  94. package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.d.ts.map +1 -0
  95. package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.js +147 -0
  96. package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.js.map +1 -0
  97. package/dist/handlers/class/high/handleCreateClass.d.ts +77 -0
  98. package/dist/handlers/class/high/handleCreateClass.d.ts.map +1 -0
  99. package/dist/handlers/class/high/handleCreateClass.js +209 -0
  100. package/dist/handlers/class/high/handleCreateClass.js.map +1 -0
  101. package/dist/handlers/class/high/handleCreateLocalDefinitions.d.ts +46 -0
  102. package/dist/handlers/class/high/handleCreateLocalDefinitions.d.ts.map +1 -0
  103. package/dist/handlers/class/high/handleCreateLocalDefinitions.js +84 -0
  104. package/dist/handlers/class/high/handleCreateLocalDefinitions.js.map +1 -0
  105. package/dist/handlers/class/high/handleCreateLocalMacros.d.ts +46 -0
  106. package/dist/handlers/class/high/handleCreateLocalMacros.d.ts.map +1 -0
  107. package/dist/handlers/class/high/handleCreateLocalMacros.js +84 -0
  108. package/dist/handlers/class/high/handleCreateLocalMacros.js.map +1 -0
  109. package/dist/handlers/class/high/handleCreateLocalTestClass.d.ts +59 -0
  110. package/dist/handlers/class/high/handleCreateLocalTestClass.d.ts.map +1 -0
  111. package/dist/handlers/class/high/handleCreateLocalTestClass.js +107 -0
  112. package/dist/handlers/class/high/handleCreateLocalTestClass.js.map +1 -0
  113. package/dist/handlers/class/high/handleCreateLocalTypes.d.ts +46 -0
  114. package/dist/handlers/class/high/handleCreateLocalTypes.d.ts.map +1 -0
  115. package/dist/handlers/class/high/handleCreateLocalTypes.js +84 -0
  116. package/dist/handlers/class/high/handleCreateLocalTypes.js.map +1 -0
  117. package/dist/handlers/class/high/handleDeleteClass.d.ts +43 -0
  118. package/dist/handlers/class/high/handleDeleteClass.d.ts.map +1 -0
  119. package/dist/handlers/class/high/handleDeleteClass.js +106 -0
  120. package/dist/handlers/class/high/handleDeleteClass.js.map +1 -0
  121. package/dist/handlers/class/high/handleDeleteLocalDefinitions.d.ts +41 -0
  122. package/dist/handlers/class/high/handleDeleteLocalDefinitions.d.ts.map +1 -0
  123. package/dist/handlers/class/high/handleDeleteLocalDefinitions.js +82 -0
  124. package/dist/handlers/class/high/handleDeleteLocalDefinitions.js.map +1 -0
  125. package/dist/handlers/class/high/handleDeleteLocalMacros.d.ts +41 -0
  126. package/dist/handlers/class/high/handleDeleteLocalMacros.d.ts.map +1 -0
  127. package/dist/handlers/class/high/handleDeleteLocalMacros.js +82 -0
  128. package/dist/handlers/class/high/handleDeleteLocalMacros.js.map +1 -0
  129. package/dist/handlers/class/high/handleDeleteLocalTestClass.d.ts +49 -0
  130. package/dist/handlers/class/high/handleDeleteLocalTestClass.d.ts.map +1 -0
  131. package/dist/handlers/class/high/handleDeleteLocalTestClass.js +94 -0
  132. package/dist/handlers/class/high/handleDeleteLocalTestClass.js.map +1 -0
  133. package/dist/handlers/class/high/handleDeleteLocalTypes.d.ts +41 -0
  134. package/dist/handlers/class/high/handleDeleteLocalTypes.d.ts.map +1 -0
  135. package/dist/handlers/class/high/handleDeleteLocalTypes.js +82 -0
  136. package/dist/handlers/class/high/handleDeleteLocalTypes.js.map +1 -0
  137. package/dist/handlers/class/high/handleGetClass.d.ts +45 -0
  138. package/dist/handlers/class/high/handleGetClass.d.ts.map +1 -0
  139. package/dist/handlers/class/high/handleGetClass.js +89 -0
  140. package/dist/handlers/class/high/handleGetClass.js.map +1 -0
  141. package/dist/handlers/class/high/handleGetLocalDefinitions.d.ts +40 -0
  142. package/dist/handlers/class/high/handleGetLocalDefinitions.d.ts.map +1 -0
  143. package/dist/handlers/class/high/handleGetLocalDefinitions.js +91 -0
  144. package/dist/handlers/class/high/handleGetLocalDefinitions.js.map +1 -0
  145. package/dist/handlers/class/high/handleGetLocalMacros.d.ts +40 -0
  146. package/dist/handlers/class/high/handleGetLocalMacros.d.ts.map +1 -0
  147. package/dist/handlers/class/high/handleGetLocalMacros.js +79 -0
  148. package/dist/handlers/class/high/handleGetLocalMacros.js.map +1 -0
  149. package/dist/handlers/class/high/handleGetLocalTestClass.d.ts +45 -0
  150. package/dist/handlers/class/high/handleGetLocalTestClass.d.ts.map +1 -0
  151. package/dist/handlers/class/high/handleGetLocalTestClass.js +92 -0
  152. package/dist/handlers/class/high/handleGetLocalTestClass.js.map +1 -0
  153. package/dist/handlers/class/high/handleGetLocalTypes.d.ts +40 -0
  154. package/dist/handlers/class/high/handleGetLocalTypes.d.ts.map +1 -0
  155. package/dist/handlers/class/high/handleGetLocalTypes.js +91 -0
  156. package/dist/handlers/class/high/handleGetLocalTypes.js.map +1 -0
  157. package/dist/handlers/class/high/handleGetUnitTest.d.ts +38 -0
  158. package/dist/handlers/class/high/handleGetUnitTest.d.ts.map +1 -0
  159. package/dist/handlers/class/high/handleGetUnitTest.js +73 -0
  160. package/dist/handlers/class/high/handleGetUnitTest.js.map +1 -0
  161. package/dist/handlers/class/high/handleRunUnitTest.d.ts +122 -0
  162. package/dist/handlers/class/high/handleRunUnitTest.d.ts.map +1 -0
  163. package/dist/handlers/class/high/handleRunUnitTest.js +133 -0
  164. package/dist/handlers/class/high/handleRunUnitTest.js.map +1 -0
  165. package/dist/handlers/class/high/handleUpdateClass.d.ts +42 -0
  166. package/dist/handlers/class/high/handleUpdateClass.d.ts.map +1 -0
  167. package/dist/handlers/class/high/handleUpdateClass.js +165 -0
  168. package/dist/handlers/class/high/handleUpdateClass.js.map +1 -0
  169. package/dist/handlers/class/high/handleUpdateLocalDefinitions.d.ts +46 -0
  170. package/dist/handlers/class/high/handleUpdateLocalDefinitions.d.ts.map +1 -0
  171. package/dist/handlers/class/high/handleUpdateLocalDefinitions.js +84 -0
  172. package/dist/handlers/class/high/handleUpdateLocalDefinitions.js.map +1 -0
  173. package/dist/handlers/class/high/handleUpdateLocalMacros.d.ts +46 -0
  174. package/dist/handlers/class/high/handleUpdateLocalMacros.d.ts.map +1 -0
  175. package/dist/handlers/class/high/handleUpdateLocalMacros.js +84 -0
  176. package/dist/handlers/class/high/handleUpdateLocalMacros.js.map +1 -0
  177. package/dist/handlers/class/high/handleUpdateLocalTestClass.d.ts +54 -0
  178. package/dist/handlers/class/high/handleUpdateLocalTestClass.d.ts.map +1 -0
  179. package/dist/handlers/class/high/handleUpdateLocalTestClass.js +101 -0
  180. package/dist/handlers/class/high/handleUpdateLocalTestClass.js.map +1 -0
  181. package/dist/handlers/class/high/handleUpdateLocalTypes.d.ts +46 -0
  182. package/dist/handlers/class/high/handleUpdateLocalTypes.d.ts.map +1 -0
  183. package/dist/handlers/class/high/handleUpdateLocalTypes.js +84 -0
  184. package/dist/handlers/class/high/handleUpdateLocalTypes.js.map +1 -0
  185. package/dist/handlers/class/low/handleActivateClass.d.ts +63 -0
  186. package/dist/handlers/class/low/handleActivateClass.d.ts.map +1 -0
  187. package/dist/handlers/class/low/handleActivateClass.js +127 -0
  188. package/dist/handlers/class/low/handleActivateClass.js.map +1 -0
  189. package/dist/handlers/class/low/handleActivateClassTestClasses.d.ts +63 -0
  190. package/dist/handlers/class/low/handleActivateClassTestClasses.d.ts.map +1 -0
  191. package/dist/handlers/class/low/handleActivateClassTestClasses.js +92 -0
  192. package/dist/handlers/class/low/handleActivateClassTestClasses.js.map +1 -0
  193. package/dist/handlers/class/low/handleCheckClass.d.ts +72 -0
  194. package/dist/handlers/class/low/handleCheckClass.d.ts.map +1 -0
  195. package/dist/handlers/class/low/handleCheckClass.js +133 -0
  196. package/dist/handlers/class/low/handleCheckClass.js.map +1 -0
  197. package/dist/handlers/class/low/handleCreateClass.d.ts +98 -0
  198. package/dist/handlers/class/low/handleCreateClass.d.ts.map +1 -0
  199. package/dist/handlers/class/low/handleCreateClass.js +155 -0
  200. package/dist/handlers/class/low/handleCreateClass.js.map +1 -0
  201. package/dist/handlers/class/low/handleDeleteClass.d.ts +43 -0
  202. package/dist/handlers/class/low/handleDeleteClass.d.ts.map +1 -0
  203. package/dist/handlers/class/low/handleDeleteClass.js +106 -0
  204. package/dist/handlers/class/low/handleDeleteClass.js.map +1 -0
  205. package/dist/handlers/class/low/handleGetClassUnitTestResult.d.ts +69 -0
  206. package/dist/handlers/class/low/handleGetClassUnitTestResult.d.ts.map +1 -0
  207. package/dist/handlers/class/low/handleGetClassUnitTestResult.js +83 -0
  208. package/dist/handlers/class/low/handleGetClassUnitTestResult.js.map +1 -0
  209. package/dist/handlers/class/low/handleGetClassUnitTestStatus.d.ts +63 -0
  210. package/dist/handlers/class/low/handleGetClassUnitTestStatus.d.ts.map +1 -0
  211. package/dist/handlers/class/low/handleGetClassUnitTestStatus.js +75 -0
  212. package/dist/handlers/class/low/handleGetClassUnitTestStatus.js.map +1 -0
  213. package/dist/handlers/class/low/handleLockClass.d.ts +38 -0
  214. package/dist/handlers/class/low/handleLockClass.d.ts.map +1 -0
  215. package/dist/handlers/class/low/handleLockClass.js +96 -0
  216. package/dist/handlers/class/low/handleLockClass.js.map +1 -0
  217. package/dist/handlers/class/low/handleLockClassTestClasses.d.ts +58 -0
  218. package/dist/handlers/class/low/handleLockClassTestClasses.d.ts.map +1 -0
  219. package/dist/handlers/class/low/handleLockClassTestClasses.js +87 -0
  220. package/dist/handlers/class/low/handleLockClassTestClasses.js.map +1 -0
  221. package/dist/handlers/class/low/handleRunClassUnitTests.d.ts +145 -0
  222. package/dist/handlers/class/low/handleRunClassUnitTests.d.ts.map +1 -0
  223. package/dist/handlers/class/low/handleRunClassUnitTests.js +154 -0
  224. package/dist/handlers/class/low/handleRunClassUnitTests.js.map +1 -0
  225. package/dist/handlers/class/low/handleUnlockClass.d.ts +43 -0
  226. package/dist/handlers/class/low/handleUnlockClass.d.ts.map +1 -0
  227. package/dist/handlers/class/low/handleUnlockClass.js +101 -0
  228. package/dist/handlers/class/low/handleUnlockClass.js.map +1 -0
  229. package/dist/handlers/class/low/handleUnlockClassTestClasses.d.ts +63 -0
  230. package/dist/handlers/class/low/handleUnlockClassTestClasses.d.ts.map +1 -0
  231. package/dist/handlers/class/low/handleUnlockClassTestClasses.js +85 -0
  232. package/dist/handlers/class/low/handleUnlockClassTestClasses.js.map +1 -0
  233. package/dist/handlers/class/low/handleUpdateClass.d.ts +48 -0
  234. package/dist/handlers/class/low/handleUpdateClass.d.ts.map +1 -0
  235. package/dist/handlers/class/low/handleUpdateClass.js +105 -0
  236. package/dist/handlers/class/low/handleUpdateClass.js.map +1 -0
  237. package/dist/handlers/class/low/handleUpdateClassTestClasses.d.ts +68 -0
  238. package/dist/handlers/class/low/handleUpdateClassTestClasses.d.ts.map +1 -0
  239. package/dist/handlers/class/low/handleUpdateClassTestClasses.js +95 -0
  240. package/dist/handlers/class/low/handleUpdateClassTestClasses.js.map +1 -0
  241. package/dist/handlers/class/low/handleValidateClass.d.ts +76 -0
  242. package/dist/handlers/class/low/handleValidateClass.d.ts.map +1 -0
  243. package/dist/handlers/class/low/handleValidateClass.js +166 -0
  244. package/dist/handlers/class/low/handleValidateClass.js.map +1 -0
  245. package/dist/handlers/class/readonly/handleGetClass.d.ts +23 -0
  246. package/dist/handlers/class/readonly/handleGetClass.d.ts.map +1 -0
  247. package/dist/handlers/class/readonly/handleGetClass.js +77 -0
  248. package/dist/handlers/class/readonly/handleGetClass.js.map +1 -0
  249. package/dist/handlers/common/low/handleActivateObject.d.ts +57 -0
  250. package/dist/handlers/common/low/handleActivateObject.d.ts.map +1 -0
  251. package/dist/handlers/common/low/handleActivateObject.js +119 -0
  252. package/dist/handlers/common/low/handleActivateObject.js.map +1 -0
  253. package/dist/handlers/common/low/handleCheckObject.d.ts +68 -0
  254. package/dist/handlers/common/low/handleCheckObject.d.ts.map +1 -0
  255. package/dist/handlers/common/low/handleCheckObject.js +213 -0
  256. package/dist/handlers/common/low/handleCheckObject.js.map +1 -0
  257. package/dist/handlers/common/low/handleDeleteObject.d.ts +45 -0
  258. package/dist/handlers/common/low/handleDeleteObject.d.ts.map +1 -0
  259. package/dist/handlers/common/low/handleDeleteObject.js +193 -0
  260. package/dist/handlers/common/low/handleDeleteObject.js.map +1 -0
  261. package/dist/handlers/common/low/handleLockObject.d.ts +69 -0
  262. package/dist/handlers/common/low/handleLockObject.d.ts.map +1 -0
  263. package/dist/handlers/common/low/handleLockObject.js +217 -0
  264. package/dist/handlers/common/low/handleLockObject.js.map +1 -0
  265. package/dist/handlers/common/low/handleUnlockObject.d.ts +69 -0
  266. package/dist/handlers/common/low/handleUnlockObject.d.ts.map +1 -0
  267. package/dist/handlers/common/low/handleUnlockObject.js +209 -0
  268. package/dist/handlers/common/low/handleUnlockObject.js.map +1 -0
  269. package/dist/handlers/common/low/handleValidateObject.d.ts +95 -0
  270. package/dist/handlers/common/low/handleValidateObject.d.ts.map +1 -0
  271. package/dist/handlers/common/low/handleValidateObject.js +389 -0
  272. package/dist/handlers/common/low/handleValidateObject.js.map +1 -0
  273. package/dist/handlers/data_element/high/handleCreateDataElement.d.ts +122 -0
  274. package/dist/handlers/data_element/high/handleCreateDataElement.d.ts.map +1 -0
  275. package/dist/handlers/data_element/high/handleCreateDataElement.js +248 -0
  276. package/dist/handlers/data_element/high/handleCreateDataElement.js.map +1 -0
  277. package/dist/handlers/data_element/high/handleDeleteDataElement.d.ts +43 -0
  278. package/dist/handlers/data_element/high/handleDeleteDataElement.d.ts.map +1 -0
  279. package/dist/handlers/data_element/high/handleDeleteDataElement.js +106 -0
  280. package/dist/handlers/data_element/high/handleDeleteDataElement.js.map +1 -0
  281. package/dist/handlers/data_element/high/handleGetDataElement.d.ts +45 -0
  282. package/dist/handlers/data_element/high/handleGetDataElement.d.ts.map +1 -0
  283. package/dist/handlers/data_element/high/handleGetDataElement.js +89 -0
  284. package/dist/handlers/data_element/high/handleGetDataElement.js.map +1 -0
  285. package/dist/handlers/data_element/high/handleUpdateDataElement.d.ts +124 -0
  286. package/dist/handlers/data_element/high/handleUpdateDataElement.d.ts.map +1 -0
  287. package/dist/handlers/data_element/high/handleUpdateDataElement.js +280 -0
  288. package/dist/handlers/data_element/high/handleUpdateDataElement.js.map +1 -0
  289. package/dist/handlers/data_element/low/handleActivateDataElement.d.ts +63 -0
  290. package/dist/handlers/data_element/low/handleActivateDataElement.d.ts.map +1 -0
  291. package/dist/handlers/data_element/low/handleActivateDataElement.js +131 -0
  292. package/dist/handlers/data_element/low/handleActivateDataElement.js.map +1 -0
  293. package/dist/handlers/data_element/low/handleCheckDataElement.d.ts +63 -0
  294. package/dist/handlers/data_element/low/handleCheckDataElement.d.ts.map +1 -0
  295. package/dist/handlers/data_element/low/handleCheckDataElement.js +124 -0
  296. package/dist/handlers/data_element/low/handleCheckDataElement.js.map +1 -0
  297. package/dist/handlers/data_element/low/handleCreateDataElement.d.ts +103 -0
  298. package/dist/handlers/data_element/low/handleCreateDataElement.d.ts.map +1 -0
  299. package/dist/handlers/data_element/low/handleCreateDataElement.js +180 -0
  300. package/dist/handlers/data_element/low/handleCreateDataElement.js.map +1 -0
  301. package/dist/handlers/data_element/low/handleDeleteDataElement.d.ts +43 -0
  302. package/dist/handlers/data_element/low/handleDeleteDataElement.d.ts.map +1 -0
  303. package/dist/handlers/data_element/low/handleDeleteDataElement.js +106 -0
  304. package/dist/handlers/data_element/low/handleDeleteDataElement.js.map +1 -0
  305. package/dist/handlers/data_element/low/handleLockDataElement.d.ts +63 -0
  306. package/dist/handlers/data_element/low/handleLockDataElement.d.ts.map +1 -0
  307. package/dist/handlers/data_element/low/handleLockDataElement.js +121 -0
  308. package/dist/handlers/data_element/low/handleLockDataElement.js.map +1 -0
  309. package/dist/handlers/data_element/low/handleUnlockDataElement.d.ts +68 -0
  310. package/dist/handlers/data_element/low/handleUnlockDataElement.d.ts.map +1 -0
  311. package/dist/handlers/data_element/low/handleUnlockDataElement.js +125 -0
  312. package/dist/handlers/data_element/low/handleUnlockDataElement.js.map +1 -0
  313. package/dist/handlers/data_element/low/handleUpdateDataElement.d.ts +73 -0
  314. package/dist/handlers/data_element/low/handleUpdateDataElement.d.ts.map +1 -0
  315. package/dist/handlers/data_element/low/handleUpdateDataElement.js +167 -0
  316. package/dist/handlers/data_element/low/handleUpdateDataElement.js.map +1 -0
  317. package/dist/handlers/data_element/low/handleValidateDataElement.d.ts +73 -0
  318. package/dist/handlers/data_element/low/handleValidateDataElement.d.ts.map +1 -0
  319. package/dist/handlers/data_element/low/handleValidateDataElement.js +165 -0
  320. package/dist/handlers/data_element/low/handleValidateDataElement.js.map +1 -0
  321. package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts +23 -0
  322. package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts.map +1 -0
  323. package/dist/handlers/data_element/readonly/handleGetDataElement.js +79 -0
  324. package/dist/handlers/data_element/readonly/handleGetDataElement.js.map +1 -0
  325. package/dist/handlers/ddlx/high/handleCreateMetadataExtension.d.ts +42 -0
  326. package/dist/handlers/ddlx/high/handleCreateMetadataExtension.d.ts.map +1 -0
  327. package/dist/handlers/ddlx/high/handleCreateMetadataExtension.js +110 -0
  328. package/dist/handlers/ddlx/high/handleCreateMetadataExtension.js.map +1 -0
  329. package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts +38 -0
  330. package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts.map +1 -0
  331. package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js +84 -0
  332. package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js.map +1 -0
  333. package/dist/handlers/ddlx/low/handleActivateMetadataExtension.d.ts +63 -0
  334. package/dist/handlers/ddlx/low/handleActivateMetadataExtension.d.ts.map +1 -0
  335. package/dist/handlers/ddlx/low/handleActivateMetadataExtension.js +131 -0
  336. package/dist/handlers/ddlx/low/handleActivateMetadataExtension.js.map +1 -0
  337. package/dist/handlers/ddlx/low/handleCheckMetadataExtension.d.ts +63 -0
  338. package/dist/handlers/ddlx/low/handleCheckMetadataExtension.d.ts.map +1 -0
  339. package/dist/handlers/ddlx/low/handleCheckMetadataExtension.js +124 -0
  340. package/dist/handlers/ddlx/low/handleCheckMetadataExtension.js.map +1 -0
  341. package/dist/handlers/ddlx/low/handleCreateMetadataExtension.d.ts +83 -0
  342. package/dist/handlers/ddlx/low/handleCreateMetadataExtension.d.ts.map +1 -0
  343. package/dist/handlers/ddlx/low/handleCreateMetadataExtension.js +136 -0
  344. package/dist/handlers/ddlx/low/handleCreateMetadataExtension.js.map +1 -0
  345. package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.d.ts +43 -0
  346. package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.d.ts.map +1 -0
  347. package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.js +106 -0
  348. package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.js.map +1 -0
  349. package/dist/handlers/ddlx/low/handleLockMetadataExtension.d.ts +63 -0
  350. package/dist/handlers/ddlx/low/handleLockMetadataExtension.d.ts.map +1 -0
  351. package/dist/handlers/ddlx/low/handleLockMetadataExtension.js +121 -0
  352. package/dist/handlers/ddlx/low/handleLockMetadataExtension.js.map +1 -0
  353. package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.d.ts +68 -0
  354. package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.d.ts.map +1 -0
  355. package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.js +121 -0
  356. package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.js.map +1 -0
  357. package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.d.ts +73 -0
  358. package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.d.ts.map +1 -0
  359. package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.js +129 -0
  360. package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.js.map +1 -0
  361. package/dist/handlers/ddlx/low/handleValidateMetadataExtension.d.ts +65 -0
  362. package/dist/handlers/ddlx/low/handleValidateMetadataExtension.d.ts.map +1 -0
  363. package/dist/handlers/ddlx/low/handleValidateMetadataExtension.js +123 -0
  364. package/dist/handlers/ddlx/low/handleValidateMetadataExtension.js.map +1 -0
  365. package/dist/handlers/domain/high/handleCreateDomain.d.ts +125 -0
  366. package/dist/handlers/domain/high/handleCreateDomain.d.ts.map +1 -0
  367. package/dist/handlers/domain/high/handleCreateDomain.js +233 -0
  368. package/dist/handlers/domain/high/handleCreateDomain.js.map +1 -0
  369. package/dist/handlers/domain/high/handleDeleteDomain.d.ts +43 -0
  370. package/dist/handlers/domain/high/handleDeleteDomain.d.ts.map +1 -0
  371. package/dist/handlers/domain/high/handleDeleteDomain.js +106 -0
  372. package/dist/handlers/domain/high/handleDeleteDomain.js.map +1 -0
  373. package/dist/handlers/domain/high/handleGetDomain.d.ts +45 -0
  374. package/dist/handlers/domain/high/handleGetDomain.d.ts.map +1 -0
  375. package/dist/handlers/domain/high/handleGetDomain.js +89 -0
  376. package/dist/handlers/domain/high/handleGetDomain.js.map +1 -0
  377. package/dist/handlers/domain/high/handleUpdateDomain.d.ts +120 -0
  378. package/dist/handlers/domain/high/handleUpdateDomain.d.ts.map +1 -0
  379. package/dist/handlers/domain/high/handleUpdateDomain.js +228 -0
  380. package/dist/handlers/domain/high/handleUpdateDomain.js.map +1 -0
  381. package/dist/handlers/domain/low/handleActivateDomain.d.ts +63 -0
  382. package/dist/handlers/domain/low/handleActivateDomain.d.ts.map +1 -0
  383. package/dist/handlers/domain/low/handleActivateDomain.js +128 -0
  384. package/dist/handlers/domain/low/handleActivateDomain.js.map +1 -0
  385. package/dist/handlers/domain/low/handleCheckDomain.d.ts +63 -0
  386. package/dist/handlers/domain/low/handleCheckDomain.d.ts.map +1 -0
  387. package/dist/handlers/domain/low/handleCheckDomain.js +121 -0
  388. package/dist/handlers/domain/low/handleCheckDomain.js.map +1 -0
  389. package/dist/handlers/domain/low/handleCreateDomain.d.ts +78 -0
  390. package/dist/handlers/domain/low/handleCreateDomain.d.ts.map +1 -0
  391. package/dist/handlers/domain/low/handleCreateDomain.js +132 -0
  392. package/dist/handlers/domain/low/handleCreateDomain.js.map +1 -0
  393. package/dist/handlers/domain/low/handleDeleteDomain.d.ts +43 -0
  394. package/dist/handlers/domain/low/handleDeleteDomain.d.ts.map +1 -0
  395. package/dist/handlers/domain/low/handleDeleteDomain.js +106 -0
  396. package/dist/handlers/domain/low/handleDeleteDomain.js.map +1 -0
  397. package/dist/handlers/domain/low/handleLockDomain.d.ts +63 -0
  398. package/dist/handlers/domain/low/handleLockDomain.d.ts.map +1 -0
  399. package/dist/handlers/domain/low/handleLockDomain.js +117 -0
  400. package/dist/handlers/domain/low/handleLockDomain.js.map +1 -0
  401. package/dist/handlers/domain/low/handleUnlockDomain.d.ts +68 -0
  402. package/dist/handlers/domain/low/handleUnlockDomain.d.ts.map +1 -0
  403. package/dist/handlers/domain/low/handleUnlockDomain.js +132 -0
  404. package/dist/handlers/domain/low/handleUnlockDomain.js.map +1 -0
  405. package/dist/handlers/domain/low/handleUpdateDomain.d.ts +73 -0
  406. package/dist/handlers/domain/low/handleUpdateDomain.d.ts.map +1 -0
  407. package/dist/handlers/domain/low/handleUpdateDomain.js +127 -0
  408. package/dist/handlers/domain/low/handleUpdateDomain.js.map +1 -0
  409. package/dist/handlers/domain/low/handleValidateDomain.d.ts +73 -0
  410. package/dist/handlers/domain/low/handleValidateDomain.d.ts.map +1 -0
  411. package/dist/handlers/domain/low/handleValidateDomain.js +128 -0
  412. package/dist/handlers/domain/low/handleValidateDomain.js.map +1 -0
  413. package/dist/handlers/domain/readonly/handleGetDomain.d.ts +23 -0
  414. package/dist/handlers/domain/readonly/handleGetDomain.d.ts.map +1 -0
  415. package/dist/handlers/domain/readonly/handleGetDomain.js +79 -0
  416. package/dist/handlers/domain/readonly/handleGetDomain.js.map +1 -0
  417. package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.d.ts +70 -0
  418. package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.d.ts.map +1 -0
  419. package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js +169 -0
  420. package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js.map +1 -0
  421. package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.d.ts +54 -0
  422. package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.d.ts.map +1 -0
  423. package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js +154 -0
  424. package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js.map +1 -0
  425. package/dist/handlers/enhancement/readonly/handleGetEnhancements.d.ts +65 -0
  426. package/dist/handlers/enhancement/readonly/handleGetEnhancements.d.ts.map +1 -0
  427. package/dist/handlers/enhancement/readonly/handleGetEnhancements.js +612 -0
  428. package/dist/handlers/enhancement/readonly/handleGetEnhancements.js.map +1 -0
  429. package/dist/handlers/function/high/handleCreateFunctionGroup.d.ts +61 -0
  430. package/dist/handlers/function/high/handleCreateFunctionGroup.d.ts.map +1 -0
  431. package/dist/handlers/function/high/handleCreateFunctionGroup.js +259 -0
  432. package/dist/handlers/function/high/handleCreateFunctionGroup.js.map +1 -0
  433. package/dist/handlers/function/high/handleCreateFunctionModule.d.ts +67 -0
  434. package/dist/handlers/function/high/handleCreateFunctionModule.d.ts.map +1 -0
  435. package/dist/handlers/function/high/handleCreateFunctionModule.js +172 -0
  436. package/dist/handlers/function/high/handleCreateFunctionModule.js.map +1 -0
  437. package/dist/handlers/function/high/handleUpdateFunctionGroup.d.ts +55 -0
  438. package/dist/handlers/function/high/handleUpdateFunctionGroup.d.ts.map +1 -0
  439. package/dist/handlers/function/high/handleUpdateFunctionGroup.js +153 -0
  440. package/dist/handlers/function/high/handleUpdateFunctionGroup.js.map +1 -0
  441. package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts +55 -0
  442. package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts.map +1 -0
  443. package/dist/handlers/function/high/handleUpdateFunctionModule.js +139 -0
  444. package/dist/handlers/function/high/handleUpdateFunctionModule.js.map +1 -0
  445. package/dist/handlers/function/low/handleActivateFunctionGroup.d.ts +63 -0
  446. package/dist/handlers/function/low/handleActivateFunctionGroup.d.ts.map +1 -0
  447. package/dist/handlers/function/low/handleActivateFunctionGroup.js +131 -0
  448. package/dist/handlers/function/low/handleActivateFunctionGroup.js.map +1 -0
  449. package/dist/handlers/function/low/handleActivateFunctionModule.d.ts +68 -0
  450. package/dist/handlers/function/low/handleActivateFunctionModule.d.ts.map +1 -0
  451. package/dist/handlers/function/low/handleActivateFunctionModule.js +141 -0
  452. package/dist/handlers/function/low/handleActivateFunctionModule.js.map +1 -0
  453. package/dist/handlers/function/low/handleCheckFunctionGroup.d.ts +63 -0
  454. package/dist/handlers/function/low/handleCheckFunctionGroup.d.ts.map +1 -0
  455. package/dist/handlers/function/low/handleCheckFunctionGroup.js +124 -0
  456. package/dist/handlers/function/low/handleCheckFunctionGroup.js.map +1 -0
  457. package/dist/handlers/function/low/handleCheckFunctionModule.d.ts +72 -0
  458. package/dist/handlers/function/low/handleCheckFunctionModule.d.ts.map +1 -0
  459. package/dist/handlers/function/low/handleCheckFunctionModule.js +135 -0
  460. package/dist/handlers/function/low/handleCheckFunctionModule.js.map +1 -0
  461. package/dist/handlers/function/low/handleCreateFunctionGroup.d.ts +78 -0
  462. package/dist/handlers/function/low/handleCreateFunctionGroup.d.ts.map +1 -0
  463. package/dist/handlers/function/low/handleCreateFunctionGroup.js +179 -0
  464. package/dist/handlers/function/low/handleCreateFunctionGroup.js.map +1 -0
  465. package/dist/handlers/function/low/handleCreateFunctionModule.d.ts +83 -0
  466. package/dist/handlers/function/low/handleCreateFunctionModule.d.ts.map +1 -0
  467. package/dist/handlers/function/low/handleCreateFunctionModule.js +168 -0
  468. package/dist/handlers/function/low/handleCreateFunctionModule.js.map +1 -0
  469. package/dist/handlers/function/low/handleDeleteFunctionGroup.d.ts +43 -0
  470. package/dist/handlers/function/low/handleDeleteFunctionGroup.d.ts.map +1 -0
  471. package/dist/handlers/function/low/handleDeleteFunctionGroup.js +106 -0
  472. package/dist/handlers/function/low/handleDeleteFunctionGroup.js.map +1 -0
  473. package/dist/handlers/function/low/handleDeleteFunctionModule.d.ts +48 -0
  474. package/dist/handlers/function/low/handleDeleteFunctionModule.d.ts.map +1 -0
  475. package/dist/handlers/function/low/handleDeleteFunctionModule.js +113 -0
  476. package/dist/handlers/function/low/handleDeleteFunctionModule.js.map +1 -0
  477. package/dist/handlers/function/low/handleLockFunctionGroup.d.ts +63 -0
  478. package/dist/handlers/function/low/handleLockFunctionGroup.d.ts.map +1 -0
  479. package/dist/handlers/function/low/handleLockFunctionGroup.js +124 -0
  480. package/dist/handlers/function/low/handleLockFunctionGroup.js.map +1 -0
  481. package/dist/handlers/function/low/handleLockFunctionModule.d.ts +68 -0
  482. package/dist/handlers/function/low/handleLockFunctionModule.d.ts.map +1 -0
  483. package/dist/handlers/function/low/handleLockFunctionModule.js +128 -0
  484. package/dist/handlers/function/low/handleLockFunctionModule.js.map +1 -0
  485. package/dist/handlers/function/low/handleUnlockFunctionGroup.d.ts +68 -0
  486. package/dist/handlers/function/low/handleUnlockFunctionGroup.d.ts.map +1 -0
  487. package/dist/handlers/function/low/handleUnlockFunctionGroup.js +124 -0
  488. package/dist/handlers/function/low/handleUnlockFunctionGroup.js.map +1 -0
  489. package/dist/handlers/function/low/handleUnlockFunctionModule.d.ts +73 -0
  490. package/dist/handlers/function/low/handleUnlockFunctionModule.d.ts.map +1 -0
  491. package/dist/handlers/function/low/handleUnlockFunctionModule.js +136 -0
  492. package/dist/handlers/function/low/handleUnlockFunctionModule.js.map +1 -0
  493. package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts +78 -0
  494. package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts.map +1 -0
  495. package/dist/handlers/function/low/handleUpdateFunctionModule.js +145 -0
  496. package/dist/handlers/function/low/handleUpdateFunctionModule.js.map +1 -0
  497. package/dist/handlers/function/low/handleValidateFunctionGroup.d.ts +73 -0
  498. package/dist/handlers/function/low/handleValidateFunctionGroup.d.ts.map +1 -0
  499. package/dist/handlers/function/low/handleValidateFunctionGroup.js +134 -0
  500. package/dist/handlers/function/low/handleValidateFunctionGroup.js.map +1 -0
  501. package/dist/handlers/function/low/handleValidateFunctionModule.d.ts +71 -0
  502. package/dist/handlers/function/low/handleValidateFunctionModule.d.ts.map +1 -0
  503. package/dist/handlers/function/low/handleValidateFunctionModule.js +133 -0
  504. package/dist/handlers/function/low/handleValidateFunctionModule.js.map +1 -0
  505. package/dist/handlers/function/readonly/handleGetFunction.d.ts +28 -0
  506. package/dist/handlers/function/readonly/handleGetFunction.d.ts.map +1 -0
  507. package/dist/handlers/function/readonly/handleGetFunction.js +87 -0
  508. package/dist/handlers/function/readonly/handleGetFunction.js.map +1 -0
  509. package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts +23 -0
  510. package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts.map +1 -0
  511. package/dist/handlers/function/readonly/handleGetFunctionGroup.js +77 -0
  512. package/dist/handlers/function/readonly/handleGetFunctionGroup.js.map +1 -0
  513. package/dist/handlers/function_group/high/handleDeleteFunctionGroup.d.ts +43 -0
  514. package/dist/handlers/function_group/high/handleDeleteFunctionGroup.d.ts.map +1 -0
  515. package/dist/handlers/function_group/high/handleDeleteFunctionGroup.js +106 -0
  516. package/dist/handlers/function_group/high/handleDeleteFunctionGroup.js.map +1 -0
  517. package/dist/handlers/function_group/high/handleGetFunctionGroup.d.ts +45 -0
  518. package/dist/handlers/function_group/high/handleGetFunctionGroup.d.ts.map +1 -0
  519. package/dist/handlers/function_group/high/handleGetFunctionGroup.js +89 -0
  520. package/dist/handlers/function_group/high/handleGetFunctionGroup.js.map +1 -0
  521. package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts +43 -0
  522. package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts.map +1 -0
  523. package/dist/handlers/function_module/high/handleDeleteFunctionModule.js +106 -0
  524. package/dist/handlers/function_module/high/handleDeleteFunctionModule.js.map +1 -0
  525. package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts +45 -0
  526. package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts.map +1 -0
  527. package/dist/handlers/function_module/high/handleGetFunctionModule.js +89 -0
  528. package/dist/handlers/function_module/high/handleGetFunctionModule.js.map +1 -0
  529. package/dist/handlers/include/readonly/handleGetInclude.d.ts +17 -0
  530. package/dist/handlers/include/readonly/handleGetInclude.d.ts.map +1 -0
  531. package/dist/handlers/include/readonly/handleGetInclude.js +89 -0
  532. package/dist/handlers/include/readonly/handleGetInclude.js.map +1 -0
  533. package/dist/handlers/include/readonly/handleGetIncludesList.d.ts +37 -0
  534. package/dist/handlers/include/readonly/handleGetIncludesList.d.ts.map +1 -0
  535. package/dist/handlers/include/readonly/handleGetIncludesList.js +210 -0
  536. package/dist/handlers/include/readonly/handleGetIncludesList.js.map +1 -0
  537. package/dist/handlers/interface/high/handleCreateInterface.d.ts +66 -0
  538. package/dist/handlers/interface/high/handleCreateInterface.d.ts.map +1 -0
  539. package/dist/handlers/interface/high/handleCreateInterface.js +268 -0
  540. package/dist/handlers/interface/high/handleCreateInterface.js.map +1 -0
  541. package/dist/handlers/interface/high/handleDeleteInterface.d.ts +43 -0
  542. package/dist/handlers/interface/high/handleDeleteInterface.d.ts.map +1 -0
  543. package/dist/handlers/interface/high/handleDeleteInterface.js +106 -0
  544. package/dist/handlers/interface/high/handleDeleteInterface.js.map +1 -0
  545. package/dist/handlers/interface/high/handleGetInterface.d.ts +45 -0
  546. package/dist/handlers/interface/high/handleGetInterface.d.ts.map +1 -0
  547. package/dist/handlers/interface/high/handleGetInterface.js +89 -0
  548. package/dist/handlers/interface/high/handleGetInterface.js.map +1 -0
  549. package/dist/handlers/interface/high/handleUpdateInterface.d.ts +56 -0
  550. package/dist/handlers/interface/high/handleUpdateInterface.d.ts.map +1 -0
  551. package/dist/handlers/interface/high/handleUpdateInterface.js +214 -0
  552. package/dist/handlers/interface/high/handleUpdateInterface.js.map +1 -0
  553. package/dist/handlers/interface/low/handleActivateInterface.d.ts +63 -0
  554. package/dist/handlers/interface/low/handleActivateInterface.d.ts.map +1 -0
  555. package/dist/handlers/interface/low/handleActivateInterface.js +128 -0
  556. package/dist/handlers/interface/low/handleActivateInterface.js.map +1 -0
  557. package/dist/handlers/interface/low/handleCheckInterface.d.ts +63 -0
  558. package/dist/handlers/interface/low/handleCheckInterface.d.ts.map +1 -0
  559. package/dist/handlers/interface/low/handleCheckInterface.js +121 -0
  560. package/dist/handlers/interface/low/handleCheckInterface.js.map +1 -0
  561. package/dist/handlers/interface/low/handleCreateInterface.d.ts +78 -0
  562. package/dist/handlers/interface/low/handleCreateInterface.d.ts.map +1 -0
  563. package/dist/handlers/interface/low/handleCreateInterface.js +132 -0
  564. package/dist/handlers/interface/low/handleCreateInterface.js.map +1 -0
  565. package/dist/handlers/interface/low/handleDeleteInterface.d.ts +43 -0
  566. package/dist/handlers/interface/low/handleDeleteInterface.d.ts.map +1 -0
  567. package/dist/handlers/interface/low/handleDeleteInterface.js +106 -0
  568. package/dist/handlers/interface/low/handleDeleteInterface.js.map +1 -0
  569. package/dist/handlers/interface/low/handleLockInterface.d.ts +63 -0
  570. package/dist/handlers/interface/low/handleLockInterface.d.ts.map +1 -0
  571. package/dist/handlers/interface/low/handleLockInterface.js +118 -0
  572. package/dist/handlers/interface/low/handleLockInterface.js.map +1 -0
  573. package/dist/handlers/interface/low/handleUnlockInterface.d.ts +68 -0
  574. package/dist/handlers/interface/low/handleUnlockInterface.d.ts.map +1 -0
  575. package/dist/handlers/interface/low/handleUnlockInterface.js +121 -0
  576. package/dist/handlers/interface/low/handleUnlockInterface.js.map +1 -0
  577. package/dist/handlers/interface/low/handleUpdateInterface.d.ts +73 -0
  578. package/dist/handlers/interface/low/handleUpdateInterface.d.ts.map +1 -0
  579. package/dist/handlers/interface/low/handleUpdateInterface.js +128 -0
  580. package/dist/handlers/interface/low/handleUpdateInterface.js.map +1 -0
  581. package/dist/handlers/interface/low/handleValidateInterface.d.ts +73 -0
  582. package/dist/handlers/interface/low/handleValidateInterface.d.ts.map +1 -0
  583. package/dist/handlers/interface/low/handleValidateInterface.js +128 -0
  584. package/dist/handlers/interface/low/handleValidateInterface.js.map +1 -0
  585. package/dist/handlers/interface/readonly/handleGetInterface.d.ts +23 -0
  586. package/dist/handlers/interface/readonly/handleGetInterface.d.ts.map +1 -0
  587. package/dist/handlers/interface/readonly/handleGetInterface.js +77 -0
  588. package/dist/handlers/interface/readonly/handleGetInterface.js.map +1 -0
  589. package/dist/handlers/interfaces.d.ts +10 -0
  590. package/dist/handlers/interfaces.d.ts.map +1 -0
  591. package/dist/handlers/interfaces.js +3 -0
  592. package/dist/handlers/interfaces.js.map +1 -0
  593. package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.d.ts +43 -0
  594. package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.d.ts.map +1 -0
  595. package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.js +106 -0
  596. package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.js.map +1 -0
  597. package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.d.ts +45 -0
  598. package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.d.ts.map +1 -0
  599. package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.js +89 -0
  600. package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.js.map +1 -0
  601. package/dist/handlers/package/high/handleCreatePackage.d.ts +52 -0
  602. package/dist/handlers/package/high/handleCreatePackage.d.ts.map +1 -0
  603. package/dist/handlers/package/high/handleCreatePackage.js +247 -0
  604. package/dist/handlers/package/high/handleCreatePackage.js.map +1 -0
  605. package/dist/handlers/package/high/handleGetPackage.d.ts +45 -0
  606. package/dist/handlers/package/high/handleGetPackage.d.ts.map +1 -0
  607. package/dist/handlers/package/high/handleGetPackage.js +89 -0
  608. package/dist/handlers/package/high/handleGetPackage.js.map +1 -0
  609. package/dist/handlers/package/low/handleCheckPackage.d.ts +68 -0
  610. package/dist/handlers/package/low/handleCheckPackage.d.ts.map +1 -0
  611. package/dist/handlers/package/low/handleCheckPackage.js +131 -0
  612. package/dist/handlers/package/low/handleCheckPackage.js.map +1 -0
  613. package/dist/handlers/package/low/handleCreatePackage.d.ts +98 -0
  614. package/dist/handlers/package/low/handleCreatePackage.d.ts.map +1 -0
  615. package/dist/handlers/package/low/handleCreatePackage.js +178 -0
  616. package/dist/handlers/package/low/handleCreatePackage.js.map +1 -0
  617. package/dist/handlers/package/low/handleDeletePackage.d.ts +54 -0
  618. package/dist/handlers/package/low/handleDeletePackage.d.ts.map +1 -0
  619. package/dist/handlers/package/low/handleDeletePackage.js +133 -0
  620. package/dist/handlers/package/low/handleDeletePackage.js.map +1 -0
  621. package/dist/handlers/package/low/handleLockPackage.d.ts +68 -0
  622. package/dist/handlers/package/low/handleLockPackage.d.ts.map +1 -0
  623. package/dist/handlers/package/low/handleLockPackage.js +129 -0
  624. package/dist/handlers/package/low/handleLockPackage.js.map +1 -0
  625. package/dist/handlers/package/low/handleUnlockPackage.d.ts +73 -0
  626. package/dist/handlers/package/low/handleUnlockPackage.d.ts.map +1 -0
  627. package/dist/handlers/package/low/handleUnlockPackage.js +132 -0
  628. package/dist/handlers/package/low/handleUnlockPackage.js.map +1 -0
  629. package/dist/handlers/package/low/handleUpdatePackage.d.ts +78 -0
  630. package/dist/handlers/package/low/handleUpdatePackage.d.ts.map +1 -0
  631. package/dist/handlers/package/low/handleUpdatePackage.js +147 -0
  632. package/dist/handlers/package/low/handleUpdatePackage.js.map +1 -0
  633. package/dist/handlers/package/low/handleValidatePackage.d.ts +64 -0
  634. package/dist/handlers/package/low/handleValidatePackage.d.ts.map +1 -0
  635. package/dist/handlers/package/low/handleValidatePackage.js +125 -0
  636. package/dist/handlers/package/low/handleValidatePackage.js.map +1 -0
  637. package/dist/handlers/package/readonly/handleGetPackage.d.ts +22 -0
  638. package/dist/handlers/package/readonly/handleGetPackage.d.ts.map +1 -0
  639. package/dist/handlers/package/readonly/handleGetPackage.js +108 -0
  640. package/dist/handlers/package/readonly/handleGetPackage.js.map +1 -0
  641. package/dist/handlers/package/readonly/handleGetPackageContents.d.ts +28 -0
  642. package/dist/handlers/package/readonly/handleGetPackageContents.d.ts.map +1 -0
  643. package/dist/handlers/package/readonly/handleGetPackageContents.js +103 -0
  644. package/dist/handlers/package/readonly/handleGetPackageContents.js.map +1 -0
  645. package/dist/handlers/program/high/handleCreateProgram.d.ts +57 -0
  646. package/dist/handlers/program/high/handleCreateProgram.d.ts.map +1 -0
  647. package/dist/handlers/program/high/handleCreateProgram.js +348 -0
  648. package/dist/handlers/program/high/handleCreateProgram.js.map +1 -0
  649. package/dist/handlers/program/high/handleDeleteProgram.d.ts +43 -0
  650. package/dist/handlers/program/high/handleDeleteProgram.d.ts.map +1 -0
  651. package/dist/handlers/program/high/handleDeleteProgram.js +106 -0
  652. package/dist/handlers/program/high/handleDeleteProgram.js.map +1 -0
  653. package/dist/handlers/program/high/handleGetProgram.d.ts +45 -0
  654. package/dist/handlers/program/high/handleGetProgram.d.ts.map +1 -0
  655. package/dist/handlers/program/high/handleGetProgram.js +89 -0
  656. package/dist/handlers/program/high/handleGetProgram.js.map +1 -0
  657. package/dist/handlers/program/high/handleUpdateProgram.d.ts +36 -0
  658. package/dist/handlers/program/high/handleUpdateProgram.d.ts.map +1 -0
  659. package/dist/handlers/program/high/handleUpdateProgram.js +231 -0
  660. package/dist/handlers/program/high/handleUpdateProgram.js.map +1 -0
  661. package/dist/handlers/program/low/handleActivateProgram.d.ts +63 -0
  662. package/dist/handlers/program/low/handleActivateProgram.d.ts.map +1 -0
  663. package/dist/handlers/program/low/handleActivateProgram.js +135 -0
  664. package/dist/handlers/program/low/handleActivateProgram.js.map +1 -0
  665. package/dist/handlers/program/low/handleCheckProgram.d.ts +63 -0
  666. package/dist/handlers/program/low/handleCheckProgram.d.ts.map +1 -0
  667. package/dist/handlers/program/low/handleCheckProgram.js +128 -0
  668. package/dist/handlers/program/low/handleCheckProgram.js.map +1 -0
  669. package/dist/handlers/program/low/handleCreateProgram.d.ts +88 -0
  670. package/dist/handlers/program/low/handleCreateProgram.d.ts.map +1 -0
  671. package/dist/handlers/program/low/handleCreateProgram.js +149 -0
  672. package/dist/handlers/program/low/handleCreateProgram.js.map +1 -0
  673. package/dist/handlers/program/low/handleDeleteProgram.d.ts +43 -0
  674. package/dist/handlers/program/low/handleDeleteProgram.d.ts.map +1 -0
  675. package/dist/handlers/program/low/handleDeleteProgram.js +110 -0
  676. package/dist/handlers/program/low/handleDeleteProgram.js.map +1 -0
  677. package/dist/handlers/program/low/handleLockProgram.d.ts +63 -0
  678. package/dist/handlers/program/low/handleLockProgram.d.ts.map +1 -0
  679. package/dist/handlers/program/low/handleLockProgram.js +125 -0
  680. package/dist/handlers/program/low/handleLockProgram.js.map +1 -0
  681. package/dist/handlers/program/low/handleUnlockProgram.d.ts +68 -0
  682. package/dist/handlers/program/low/handleUnlockProgram.d.ts.map +1 -0
  683. package/dist/handlers/program/low/handleUnlockProgram.js +125 -0
  684. package/dist/handlers/program/low/handleUnlockProgram.js.map +1 -0
  685. package/dist/handlers/program/low/handleUpdateProgram.d.ts +73 -0
  686. package/dist/handlers/program/low/handleUpdateProgram.d.ts.map +1 -0
  687. package/dist/handlers/program/low/handleUpdateProgram.js +129 -0
  688. package/dist/handlers/program/low/handleUpdateProgram.js.map +1 -0
  689. package/dist/handlers/program/low/handleValidateProgram.d.ts +73 -0
  690. package/dist/handlers/program/low/handleValidateProgram.d.ts.map +1 -0
  691. package/dist/handlers/program/low/handleValidateProgram.js +132 -0
  692. package/dist/handlers/program/low/handleValidateProgram.js.map +1 -0
  693. package/dist/handlers/program/readonly/handleGetProgFullCode.d.ts +68 -0
  694. package/dist/handlers/program/readonly/handleGetProgFullCode.d.ts.map +1 -0
  695. package/dist/handlers/program/readonly/handleGetProgFullCode.js +296 -0
  696. package/dist/handlers/program/readonly/handleGetProgFullCode.js.map +1 -0
  697. package/dist/handlers/program/readonly/handleGetProgram.d.ts +23 -0
  698. package/dist/handlers/program/readonly/handleGetProgram.d.ts.map +1 -0
  699. package/dist/handlers/program/readonly/handleGetProgram.js +77 -0
  700. package/dist/handlers/program/readonly/handleGetProgram.js.map +1 -0
  701. package/dist/handlers/search/readonly/handleGetObjectsByType.d.ts +43 -0
  702. package/dist/handlers/search/readonly/handleGetObjectsByType.d.ts.map +1 -0
  703. package/dist/handlers/search/readonly/handleGetObjectsByType.js +192 -0
  704. package/dist/handlers/search/readonly/handleGetObjectsByType.js.map +1 -0
  705. package/dist/handlers/search/readonly/handleGetObjectsList.d.ts +47 -0
  706. package/dist/handlers/search/readonly/handleGetObjectsList.d.ts.map +1 -0
  707. package/dist/handlers/search/readonly/handleGetObjectsList.js +168 -0
  708. package/dist/handlers/search/readonly/handleGetObjectsList.js.map +1 -0
  709. package/dist/handlers/search/readonly/handleSearchObject.d.ts +29 -0
  710. package/dist/handlers/search/readonly/handleSearchObject.d.ts.map +1 -0
  711. package/dist/handlers/search/readonly/handleSearchObject.js +138 -0
  712. package/dist/handlers/search/readonly/handleSearchObject.js.map +1 -0
  713. package/dist/handlers/service_definition/high/handleCreateServiceDefinition.d.ts +65 -0
  714. package/dist/handlers/service_definition/high/handleCreateServiceDefinition.d.ts.map +1 -0
  715. package/dist/handlers/service_definition/high/handleCreateServiceDefinition.js +174 -0
  716. package/dist/handlers/service_definition/high/handleCreateServiceDefinition.js.map +1 -0
  717. package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.d.ts +43 -0
  718. package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.d.ts.map +1 -0
  719. package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.js +106 -0
  720. package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.js.map +1 -0
  721. package/dist/handlers/service_definition/high/handleGetServiceDefinition.d.ts +45 -0
  722. package/dist/handlers/service_definition/high/handleGetServiceDefinition.d.ts.map +1 -0
  723. package/dist/handlers/service_definition/high/handleGetServiceDefinition.js +89 -0
  724. package/dist/handlers/service_definition/high/handleGetServiceDefinition.js.map +1 -0
  725. package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.d.ts +56 -0
  726. package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.d.ts.map +1 -0
  727. package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.js +171 -0
  728. package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.js.map +1 -0
  729. package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts +18 -0
  730. package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts.map +1 -0
  731. package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js +109 -0
  732. package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js.map +1 -0
  733. package/dist/handlers/structure/high/handleCreateStructure.d.ts +137 -0
  734. package/dist/handlers/structure/high/handleCreateStructure.d.ts.map +1 -0
  735. package/dist/handlers/structure/high/handleCreateStructure.js +250 -0
  736. package/dist/handlers/structure/high/handleCreateStructure.js.map +1 -0
  737. package/dist/handlers/structure/high/handleDeleteStructure.d.ts +35 -0
  738. package/dist/handlers/structure/high/handleDeleteStructure.d.ts.map +1 -0
  739. package/dist/handlers/structure/high/handleDeleteStructure.js +95 -0
  740. package/dist/handlers/structure/high/handleDeleteStructure.js.map +1 -0
  741. package/dist/handlers/structure/high/handleGetStructure.d.ts +37 -0
  742. package/dist/handlers/structure/high/handleGetStructure.d.ts.map +1 -0
  743. package/dist/handlers/structure/high/handleGetStructure.js +77 -0
  744. package/dist/handlers/structure/high/handleGetStructure.js.map +1 -0
  745. package/dist/handlers/structure/high/handleUpdateStructure.d.ts +56 -0
  746. package/dist/handlers/structure/high/handleUpdateStructure.d.ts.map +1 -0
  747. package/dist/handlers/structure/high/handleUpdateStructure.js +231 -0
  748. package/dist/handlers/structure/high/handleUpdateStructure.js.map +1 -0
  749. package/dist/handlers/structure/low/handleActivateStructure.d.ts +63 -0
  750. package/dist/handlers/structure/low/handleActivateStructure.d.ts.map +1 -0
  751. package/dist/handlers/structure/low/handleActivateStructure.js +132 -0
  752. package/dist/handlers/structure/low/handleActivateStructure.js.map +1 -0
  753. package/dist/handlers/structure/low/handleCheckStructure.d.ts +74 -0
  754. package/dist/handlers/structure/low/handleCheckStructure.d.ts.map +1 -0
  755. package/dist/handlers/structure/low/handleCheckStructure.js +140 -0
  756. package/dist/handlers/structure/low/handleCheckStructure.js.map +1 -0
  757. package/dist/handlers/structure/low/handleCreateStructure.d.ts +86 -0
  758. package/dist/handlers/structure/low/handleCreateStructure.d.ts.map +1 -0
  759. package/dist/handlers/structure/low/handleCreateStructure.js +144 -0
  760. package/dist/handlers/structure/low/handleCreateStructure.js.map +1 -0
  761. package/dist/handlers/structure/low/handleDeleteStructure.d.ts +43 -0
  762. package/dist/handlers/structure/low/handleDeleteStructure.d.ts.map +1 -0
  763. package/dist/handlers/structure/low/handleDeleteStructure.js +106 -0
  764. package/dist/handlers/structure/low/handleDeleteStructure.js.map +1 -0
  765. package/dist/handlers/structure/low/handleLockStructure.d.ts +63 -0
  766. package/dist/handlers/structure/low/handleLockStructure.d.ts.map +1 -0
  767. package/dist/handlers/structure/low/handleLockStructure.js +121 -0
  768. package/dist/handlers/structure/low/handleLockStructure.js.map +1 -0
  769. package/dist/handlers/structure/low/handleUnlockStructure.d.ts +68 -0
  770. package/dist/handlers/structure/low/handleUnlockStructure.d.ts.map +1 -0
  771. package/dist/handlers/structure/low/handleUnlockStructure.js +124 -0
  772. package/dist/handlers/structure/low/handleUnlockStructure.js.map +1 -0
  773. package/dist/handlers/structure/low/handleUpdateStructure.d.ts +73 -0
  774. package/dist/handlers/structure/low/handleUpdateStructure.d.ts.map +1 -0
  775. package/dist/handlers/structure/low/handleUpdateStructure.js +128 -0
  776. package/dist/handlers/structure/low/handleUpdateStructure.js.map +1 -0
  777. package/dist/handlers/structure/low/handleValidateStructure.d.ts +73 -0
  778. package/dist/handlers/structure/low/handleValidateStructure.d.ts.map +1 -0
  779. package/dist/handlers/structure/low/handleValidateStructure.js +132 -0
  780. package/dist/handlers/structure/low/handleValidateStructure.js.map +1 -0
  781. package/dist/handlers/structure/readonly/handleGetStructure.d.ts +23 -0
  782. package/dist/handlers/structure/readonly/handleGetStructure.d.ts.map +1 -0
  783. package/dist/handlers/structure/readonly/handleGetStructure.js +77 -0
  784. package/dist/handlers/structure/readonly/handleGetStructure.js.map +1 -0
  785. package/dist/handlers/system/high/handleGetPackageTree.d.ts +60 -0
  786. package/dist/handlers/system/high/handleGetPackageTree.d.ts.map +1 -0
  787. package/dist/handlers/system/high/handleGetPackageTree.js +93 -0
  788. package/dist/handlers/system/high/handleGetPackageTree.js.map +1 -0
  789. package/dist/handlers/system/low/handleGetNodeStructure.d.ts +80 -0
  790. package/dist/handlers/system/low/handleGetNodeStructure.d.ts.map +1 -0
  791. package/dist/handlers/system/low/handleGetNodeStructure.js +87 -0
  792. package/dist/handlers/system/low/handleGetNodeStructure.js.map +1 -0
  793. package/dist/handlers/system/low/handleGetObjectStructure.d.ts +68 -0
  794. package/dist/handlers/system/low/handleGetObjectStructure.d.ts.map +1 -0
  795. package/dist/handlers/system/low/handleGetObjectStructure.js +77 -0
  796. package/dist/handlers/system/low/handleGetObjectStructure.js.map +1 -0
  797. package/dist/handlers/system/low/handleGetVirtualFolders.d.ts +85 -0
  798. package/dist/handlers/system/low/handleGetVirtualFolders.d.ts.map +1 -0
  799. package/dist/handlers/system/low/handleGetVirtualFolders.js +91 -0
  800. package/dist/handlers/system/low/handleGetVirtualFolders.js.map +1 -0
  801. package/dist/handlers/system/readonly/handleDescribeByList.d.ts +37 -0
  802. package/dist/handlers/system/readonly/handleDescribeByList.d.ts.map +1 -0
  803. package/dist/handlers/system/readonly/handleDescribeByList.js +137 -0
  804. package/dist/handlers/system/readonly/handleDescribeByList.js.map +1 -0
  805. package/dist/handlers/system/readonly/handleGetAbapAST.d.ts +27 -0
  806. package/dist/handlers/system/readonly/handleGetAbapAST.d.ts.map +1 -0
  807. package/dist/handlers/system/readonly/handleGetAbapAST.js +181 -0
  808. package/dist/handlers/system/readonly/handleGetAbapAST.js.map +1 -0
  809. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts +27 -0
  810. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts.map +1 -0
  811. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js +374 -0
  812. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js.map +1 -0
  813. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts +94 -0
  814. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts.map +1 -0
  815. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js +639 -0
  816. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js.map +1 -0
  817. package/dist/handlers/system/readonly/handleGetAllTypes.d.ts +30 -0
  818. package/dist/handlers/system/readonly/handleGetAllTypes.d.ts.map +1 -0
  819. package/dist/handlers/system/readonly/handleGetAllTypes.js +112 -0
  820. package/dist/handlers/system/readonly/handleGetAllTypes.js.map +1 -0
  821. package/dist/handlers/system/readonly/handleGetInactiveObjects.d.ts +21 -0
  822. package/dist/handlers/system/readonly/handleGetInactiveObjects.d.ts.map +1 -0
  823. package/dist/handlers/system/readonly/handleGetInactiveObjects.js +43 -0
  824. package/dist/handlers/system/readonly/handleGetInactiveObjects.js.map +1 -0
  825. package/dist/handlers/system/readonly/handleGetObjectInfo.d.ts +48 -0
  826. package/dist/handlers/system/readonly/handleGetObjectInfo.d.ts.map +1 -0
  827. package/dist/handlers/system/readonly/handleGetObjectInfo.js +240 -0
  828. package/dist/handlers/system/readonly/handleGetObjectInfo.js.map +1 -0
  829. package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.d.ts +41 -0
  830. package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.d.ts.map +1 -0
  831. package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.js +92 -0
  832. package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.js.map +1 -0
  833. package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts +34 -0
  834. package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts.map +1 -0
  835. package/dist/handlers/system/readonly/handleGetObjectStructure.js +119 -0
  836. package/dist/handlers/system/readonly/handleGetObjectStructure.js.map +1 -0
  837. package/dist/handlers/system/readonly/handleGetSession.d.ts +38 -0
  838. package/dist/handlers/system/readonly/handleGetSession.d.ts.map +1 -0
  839. package/dist/handlers/system/readonly/handleGetSession.js +56 -0
  840. package/dist/handlers/system/readonly/handleGetSession.js.map +1 -0
  841. package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts +55 -0
  842. package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts.map +1 -0
  843. package/dist/handlers/system/readonly/handleGetSqlQuery.js +179 -0
  844. package/dist/handlers/system/readonly/handleGetSqlQuery.js.map +1 -0
  845. package/dist/handlers/system/readonly/handleGetTransaction.d.ts +25 -0
  846. package/dist/handlers/system/readonly/handleGetTransaction.d.ts.map +1 -0
  847. package/dist/handlers/system/readonly/handleGetTransaction.js +72 -0
  848. package/dist/handlers/system/readonly/handleGetTransaction.js.map +1 -0
  849. package/dist/handlers/system/readonly/handleGetTypeInfo.d.ts +79 -0
  850. package/dist/handlers/system/readonly/handleGetTypeInfo.d.ts.map +1 -0
  851. package/dist/handlers/system/readonly/handleGetTypeInfo.js +182 -0
  852. package/dist/handlers/system/readonly/handleGetTypeInfo.js.map +1 -0
  853. package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts +62 -0
  854. package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts.map +1 -0
  855. package/dist/handlers/system/readonly/handleGetWhereUsed.js +114 -0
  856. package/dist/handlers/system/readonly/handleGetWhereUsed.js.map +1 -0
  857. package/dist/handlers/table/high/handleCreateTable.d.ts +60 -0
  858. package/dist/handlers/table/high/handleCreateTable.d.ts.map +1 -0
  859. package/dist/handlers/table/high/handleCreateTable.js +205 -0
  860. package/dist/handlers/table/high/handleCreateTable.js.map +1 -0
  861. package/dist/handlers/table/high/handleDeleteTable.d.ts +43 -0
  862. package/dist/handlers/table/high/handleDeleteTable.d.ts.map +1 -0
  863. package/dist/handlers/table/high/handleDeleteTable.js +106 -0
  864. package/dist/handlers/table/high/handleDeleteTable.js.map +1 -0
  865. package/dist/handlers/table/high/handleGetTable.d.ts +45 -0
  866. package/dist/handlers/table/high/handleGetTable.d.ts.map +1 -0
  867. package/dist/handlers/table/high/handleGetTable.js +89 -0
  868. package/dist/handlers/table/high/handleGetTable.js.map +1 -0
  869. package/dist/handlers/table/high/handleUpdateTable.d.ts +56 -0
  870. package/dist/handlers/table/high/handleUpdateTable.d.ts.map +1 -0
  871. package/dist/handlers/table/high/handleUpdateTable.js +229 -0
  872. package/dist/handlers/table/high/handleUpdateTable.js.map +1 -0
  873. package/dist/handlers/table/low/handleActivateTable.d.ts +63 -0
  874. package/dist/handlers/table/low/handleActivateTable.d.ts.map +1 -0
  875. package/dist/handlers/table/low/handleActivateTable.js +132 -0
  876. package/dist/handlers/table/low/handleActivateTable.js.map +1 -0
  877. package/dist/handlers/table/low/handleCheckTable.d.ts +78 -0
  878. package/dist/handlers/table/low/handleCheckTable.d.ts.map +1 -0
  879. package/dist/handlers/table/low/handleCheckTable.js +146 -0
  880. package/dist/handlers/table/low/handleCheckTable.js.map +1 -0
  881. package/dist/handlers/table/low/handleCreateTable.d.ts +77 -0
  882. package/dist/handlers/table/low/handleCreateTable.d.ts.map +1 -0
  883. package/dist/handlers/table/low/handleCreateTable.js +131 -0
  884. package/dist/handlers/table/low/handleCreateTable.js.map +1 -0
  885. package/dist/handlers/table/low/handleDeleteTable.d.ts +43 -0
  886. package/dist/handlers/table/low/handleDeleteTable.d.ts.map +1 -0
  887. package/dist/handlers/table/low/handleDeleteTable.js +106 -0
  888. package/dist/handlers/table/low/handleDeleteTable.js.map +1 -0
  889. package/dist/handlers/table/low/handleLockTable.d.ts +63 -0
  890. package/dist/handlers/table/low/handleLockTable.d.ts.map +1 -0
  891. package/dist/handlers/table/low/handleLockTable.js +119 -0
  892. package/dist/handlers/table/low/handleLockTable.js.map +1 -0
  893. package/dist/handlers/table/low/handleUnlockTable.d.ts +68 -0
  894. package/dist/handlers/table/low/handleUnlockTable.d.ts.map +1 -0
  895. package/dist/handlers/table/low/handleUnlockTable.js +120 -0
  896. package/dist/handlers/table/low/handleUnlockTable.js.map +1 -0
  897. package/dist/handlers/table/low/handleUpdateTable.d.ts +78 -0
  898. package/dist/handlers/table/low/handleUpdateTable.d.ts.map +1 -0
  899. package/dist/handlers/table/low/handleUpdateTable.js +131 -0
  900. package/dist/handlers/table/low/handleUpdateTable.js.map +1 -0
  901. package/dist/handlers/table/low/handleValidateTable.d.ts +71 -0
  902. package/dist/handlers/table/low/handleValidateTable.d.ts.map +1 -0
  903. package/dist/handlers/table/low/handleValidateTable.js +124 -0
  904. package/dist/handlers/table/low/handleValidateTable.js.map +1 -0
  905. package/dist/handlers/table/readonly/handleGetTable.d.ts +23 -0
  906. package/dist/handlers/table/readonly/handleGetTable.d.ts.map +1 -0
  907. package/dist/handlers/table/readonly/handleGetTable.js +77 -0
  908. package/dist/handlers/table/readonly/handleGetTable.js.map +1 -0
  909. package/dist/handlers/table/readonly/handleGetTableContents.d.ts +12 -0
  910. package/dist/handlers/table/readonly/handleGetTableContents.d.ts.map +1 -0
  911. package/dist/handlers/table/readonly/handleGetTableContents.js +58 -0
  912. package/dist/handlers/table/readonly/handleGetTableContents.js.map +1 -0
  913. package/dist/handlers/transport/high/handleCreateTransport.d.ts +58 -0
  914. package/dist/handlers/transport/high/handleCreateTransport.d.ts.map +1 -0
  915. package/dist/handlers/transport/high/handleCreateTransport.js +165 -0
  916. package/dist/handlers/transport/high/handleCreateTransport.js.map +1 -0
  917. package/dist/handlers/transport/low/handleCreateTransport.d.ts +44 -0
  918. package/dist/handlers/transport/low/handleCreateTransport.d.ts.map +1 -0
  919. package/dist/handlers/transport/low/handleCreateTransport.js +97 -0
  920. package/dist/handlers/transport/low/handleCreateTransport.js.map +1 -0
  921. package/dist/handlers/transport/readonly/handleGetTransport.d.ts +57 -0
  922. package/dist/handlers/transport/readonly/handleGetTransport.d.ts.map +1 -0
  923. package/dist/handlers/transport/readonly/handleGetTransport.js +195 -0
  924. package/dist/handlers/transport/readonly/handleGetTransport.js.map +1 -0
  925. package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.d.ts +67 -0
  926. package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.d.ts.map +1 -0
  927. package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.js +111 -0
  928. package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.js.map +1 -0
  929. package/dist/handlers/unit_test/high/handleCreateUnitTest.d.ts +122 -0
  930. package/dist/handlers/unit_test/high/handleCreateUnitTest.d.ts.map +1 -0
  931. package/dist/handlers/unit_test/high/handleCreateUnitTest.js +131 -0
  932. package/dist/handlers/unit_test/high/handleCreateUnitTest.js.map +1 -0
  933. package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.d.ts +42 -0
  934. package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.d.ts.map +1 -0
  935. package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.js +72 -0
  936. package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.js.map +1 -0
  937. package/dist/handlers/unit_test/high/handleDeleteUnitTest.d.ts +38 -0
  938. package/dist/handlers/unit_test/high/handleDeleteUnitTest.d.ts.map +1 -0
  939. package/dist/handlers/unit_test/high/handleDeleteUnitTest.js +61 -0
  940. package/dist/handlers/unit_test/high/handleDeleteUnitTest.js.map +1 -0
  941. package/dist/handlers/unit_test/high/handleGetCdsUnitTest.d.ts +37 -0
  942. package/dist/handlers/unit_test/high/handleGetCdsUnitTest.d.ts.map +1 -0
  943. package/dist/handlers/unit_test/high/handleGetCdsUnitTest.js +69 -0
  944. package/dist/handlers/unit_test/high/handleGetCdsUnitTest.js.map +1 -0
  945. package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.d.ts +49 -0
  946. package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.d.ts.map +1 -0
  947. package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.js +70 -0
  948. package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.js.map +1 -0
  949. package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.d.ts +43 -0
  950. package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.d.ts.map +1 -0
  951. package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.js +65 -0
  952. package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.js.map +1 -0
  953. package/dist/handlers/unit_test/high/handleGetUnitTest.d.ts +38 -0
  954. package/dist/handlers/unit_test/high/handleGetUnitTest.d.ts.map +1 -0
  955. package/dist/handlers/unit_test/high/handleGetUnitTest.js +73 -0
  956. package/dist/handlers/unit_test/high/handleGetUnitTest.js.map +1 -0
  957. package/dist/handlers/unit_test/high/handleGetUnitTestResult.d.ts +49 -0
  958. package/dist/handlers/unit_test/high/handleGetUnitTestResult.d.ts.map +1 -0
  959. package/dist/handlers/unit_test/high/handleGetUnitTestResult.js +70 -0
  960. package/dist/handlers/unit_test/high/handleGetUnitTestResult.js.map +1 -0
  961. package/dist/handlers/unit_test/high/handleGetUnitTestStatus.d.ts +43 -0
  962. package/dist/handlers/unit_test/high/handleGetUnitTestStatus.d.ts.map +1 -0
  963. package/dist/handlers/unit_test/high/handleGetUnitTestStatus.js +65 -0
  964. package/dist/handlers/unit_test/high/handleGetUnitTestStatus.js.map +1 -0
  965. package/dist/handlers/unit_test/high/handleRunUnitTest.d.ts +122 -0
  966. package/dist/handlers/unit_test/high/handleRunUnitTest.d.ts.map +1 -0
  967. package/dist/handlers/unit_test/high/handleRunUnitTest.js +133 -0
  968. package/dist/handlers/unit_test/high/handleRunUnitTest.js.map +1 -0
  969. package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.d.ts +47 -0
  970. package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.d.ts.map +1 -0
  971. package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.js +78 -0
  972. package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.js.map +1 -0
  973. package/dist/handlers/unit_test/high/handleUpdateUnitTest.d.ts +38 -0
  974. package/dist/handlers/unit_test/high/handleUpdateUnitTest.d.ts.map +1 -0
  975. package/dist/handlers/unit_test/high/handleUpdateUnitTest.js +61 -0
  976. package/dist/handlers/unit_test/high/handleUpdateUnitTest.js.map +1 -0
  977. package/dist/handlers/view/high/handleCreateView.d.ts +48 -0
  978. package/dist/handlers/view/high/handleCreateView.d.ts.map +1 -0
  979. package/dist/handlers/view/high/handleCreateView.js +260 -0
  980. package/dist/handlers/view/high/handleCreateView.js.map +1 -0
  981. package/dist/handlers/view/high/handleDeleteView.d.ts +43 -0
  982. package/dist/handlers/view/high/handleDeleteView.d.ts.map +1 -0
  983. package/dist/handlers/view/high/handleDeleteView.js +106 -0
  984. package/dist/handlers/view/high/handleDeleteView.js.map +1 -0
  985. package/dist/handlers/view/high/handleGetView.d.ts +45 -0
  986. package/dist/handlers/view/high/handleGetView.d.ts.map +1 -0
  987. package/dist/handlers/view/high/handleGetView.js +89 -0
  988. package/dist/handlers/view/high/handleGetView.js.map +1 -0
  989. package/dist/handlers/view/high/handleUpdateView.d.ts +36 -0
  990. package/dist/handlers/view/high/handleUpdateView.d.ts.map +1 -0
  991. package/dist/handlers/view/high/handleUpdateView.js +220 -0
  992. package/dist/handlers/view/high/handleUpdateView.js.map +1 -0
  993. package/dist/handlers/view/low/handleActivateView.d.ts +63 -0
  994. package/dist/handlers/view/low/handleActivateView.d.ts.map +1 -0
  995. package/dist/handlers/view/low/handleActivateView.js +132 -0
  996. package/dist/handlers/view/low/handleActivateView.js.map +1 -0
  997. package/dist/handlers/view/low/handleCheckView.d.ts +74 -0
  998. package/dist/handlers/view/low/handleCheckView.d.ts.map +1 -0
  999. package/dist/handlers/view/low/handleCheckView.js +140 -0
  1000. package/dist/handlers/view/low/handleCheckView.js.map +1 -0
  1001. package/dist/handlers/view/low/handleCreateView.d.ts +86 -0
  1002. package/dist/handlers/view/low/handleCreateView.d.ts.map +1 -0
  1003. package/dist/handlers/view/low/handleCreateView.js +144 -0
  1004. package/dist/handlers/view/low/handleCreateView.js.map +1 -0
  1005. package/dist/handlers/view/low/handleDeleteView.d.ts +43 -0
  1006. package/dist/handlers/view/low/handleDeleteView.d.ts.map +1 -0
  1007. package/dist/handlers/view/low/handleDeleteView.js +106 -0
  1008. package/dist/handlers/view/low/handleDeleteView.js.map +1 -0
  1009. package/dist/handlers/view/low/handleLockView.d.ts +63 -0
  1010. package/dist/handlers/view/low/handleLockView.d.ts.map +1 -0
  1011. package/dist/handlers/view/low/handleLockView.js +119 -0
  1012. package/dist/handlers/view/low/handleLockView.js.map +1 -0
  1013. package/dist/handlers/view/low/handleUnlockView.d.ts +68 -0
  1014. package/dist/handlers/view/low/handleUnlockView.d.ts.map +1 -0
  1015. package/dist/handlers/view/low/handleUnlockView.js +124 -0
  1016. package/dist/handlers/view/low/handleUnlockView.js.map +1 -0
  1017. package/dist/handlers/view/low/handleUpdateView.d.ts +73 -0
  1018. package/dist/handlers/view/low/handleUpdateView.d.ts.map +1 -0
  1019. package/dist/handlers/view/low/handleUpdateView.js +128 -0
  1020. package/dist/handlers/view/low/handleUpdateView.js.map +1 -0
  1021. package/dist/handlers/view/low/handleValidateView.d.ts +73 -0
  1022. package/dist/handlers/view/low/handleValidateView.d.ts.map +1 -0
  1023. package/dist/handlers/view/low/handleValidateView.js +132 -0
  1024. package/dist/handlers/view/low/handleValidateView.js.map +1 -0
  1025. package/dist/handlers/view/readonly/handleGetView.d.ts +33 -0
  1026. package/dist/handlers/view/readonly/handleGetView.d.ts.map +1 -0
  1027. package/dist/handlers/view/readonly/handleGetView.js +90 -0
  1028. package/dist/handlers/view/readonly/handleGetView.js.map +1 -0
  1029. package/dist/index.d.ts +126 -0
  1030. package/dist/index.d.ts.map +1 -0
  1031. package/dist/index.js +2979 -0
  1032. package/dist/index.js.map +1 -0
  1033. package/dist/lib/ServerConfigManager.d.ts +90 -0
  1034. package/dist/lib/ServerConfigManager.d.ts.map +1 -0
  1035. package/dist/lib/ServerConfigManager.js +237 -0
  1036. package/dist/lib/ServerConfigManager.js.map +1 -0
  1037. package/dist/lib/activationUtils.d.ts +59 -0
  1038. package/dist/lib/activationUtils.d.ts.map +1 -0
  1039. package/dist/lib/activationUtils.js +168 -0
  1040. package/dist/lib/auth/IAuthBrokerFactory.d.ts +19 -0
  1041. package/dist/lib/auth/IAuthBrokerFactory.d.ts.map +1 -0
  1042. package/dist/lib/auth/IAuthBrokerFactory.js +7 -0
  1043. package/dist/lib/auth/IAuthBrokerFactory.js.map +1 -0
  1044. package/dist/lib/auth/IAuthBrokerFactoryConfig.d.ts +39 -0
  1045. package/dist/lib/auth/IAuthBrokerFactoryConfig.d.ts.map +1 -0
  1046. package/dist/lib/auth/IAuthBrokerFactoryConfig.js +7 -0
  1047. package/dist/lib/auth/IAuthBrokerFactoryConfig.js.map +1 -0
  1048. package/dist/lib/auth/IBrokerSessionConfig.d.ts +65 -0
  1049. package/dist/lib/auth/IBrokerSessionConfig.d.ts.map +1 -0
  1050. package/dist/lib/auth/IBrokerSessionConfig.js +14 -0
  1051. package/dist/lib/auth/IBrokerSessionConfig.js.map +1 -0
  1052. package/dist/lib/auth/brokerFactory.d.ts +84 -0
  1053. package/dist/lib/auth/brokerFactory.d.ts.map +1 -0
  1054. package/dist/lib/auth/brokerFactory.js +759 -0
  1055. package/dist/lib/auth/brokerFactory.js.map +1 -0
  1056. package/dist/lib/auth/index.d.ts +7 -0
  1057. package/dist/lib/auth/index.d.ts.map +1 -0
  1058. package/dist/lib/auth/index.js +9 -0
  1059. package/dist/lib/auth/index.js.map +1 -0
  1060. package/dist/lib/authBrokerFactory.d.ts +96 -0
  1061. package/dist/lib/authBrokerFactory.d.ts.map +1 -0
  1062. package/dist/lib/authBrokerFactory.js +531 -0
  1063. package/dist/lib/authBrokerFactory.js.map +1 -0
  1064. package/dist/lib/checkRunParser.d.ts +30 -0
  1065. package/dist/lib/checkRunParser.d.ts.map +1 -0
  1066. package/dist/lib/checkRunParser.js +105 -0
  1067. package/dist/lib/checkRunParser.js.map +1 -0
  1068. package/dist/lib/clients.d.ts +4 -0
  1069. package/dist/lib/clients.d.ts.map +1 -0
  1070. package/dist/lib/clients.js +23 -0
  1071. package/dist/lib/clients.js.map +1 -0
  1072. package/dist/lib/config/ArgumentsParser.d.ts +58 -0
  1073. package/dist/lib/config/ArgumentsParser.d.ts.map +1 -0
  1074. package/dist/lib/config/ArgumentsParser.js +198 -0
  1075. package/dist/lib/config/ArgumentsParser.js.map +1 -0
  1076. package/dist/lib/config/ConfigLoader.d.ts +22 -0
  1077. package/dist/lib/config/ConfigLoader.d.ts.map +1 -0
  1078. package/dist/lib/config/ConfigLoader.js +182 -0
  1079. package/dist/lib/config/ConfigLoader.js.map +1 -0
  1080. package/dist/lib/config/IServerConfig.d.ts +57 -0
  1081. package/dist/lib/config/IServerConfig.d.ts.map +1 -0
  1082. package/dist/lib/config/IServerConfig.js +7 -0
  1083. package/dist/lib/config/IServerConfig.js.map +1 -0
  1084. package/dist/lib/config/ServerConfig.d.ts +17 -0
  1085. package/dist/lib/config/ServerConfig.d.ts.map +1 -0
  1086. package/dist/lib/config/ServerConfig.js +7 -0
  1087. package/dist/lib/config/ServerConfig.js.map +1 -0
  1088. package/dist/lib/config/ServerConfigManager.d.ts +63 -0
  1089. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -0
  1090. package/dist/lib/config/ServerConfigManager.js +259 -0
  1091. package/dist/lib/config/ServerConfigManager.js.map +1 -0
  1092. package/dist/lib/config/index.d.ts +12 -0
  1093. package/dist/lib/config/index.d.ts.map +1 -0
  1094. package/dist/lib/config/index.js +26 -0
  1095. package/dist/lib/config/index.js.map +1 -0
  1096. package/dist/lib/config/runtimeConfig.d.ts +22 -0
  1097. package/dist/lib/config/runtimeConfig.d.ts.map +1 -0
  1098. package/dist/lib/config/runtimeConfig.js +161 -0
  1099. package/dist/lib/config/runtimeConfig.js.map +1 -0
  1100. package/dist/lib/config/yamlConfig.d.ts +59 -0
  1101. package/dist/lib/config/yamlConfig.d.ts.map +1 -0
  1102. package/dist/lib/config/yamlConfig.js +357 -0
  1103. package/dist/lib/config/yamlConfig.js.map +1 -0
  1104. package/dist/lib/config.d.ts +10 -0
  1105. package/dist/lib/config.d.ts.map +1 -0
  1106. package/dist/lib/config.js +127 -0
  1107. package/dist/lib/config.js.map +1 -0
  1108. package/dist/lib/connectionEvents.d.ts +4 -0
  1109. package/dist/lib/connectionEvents.d.ts.map +1 -0
  1110. package/dist/lib/connectionEvents.js +23 -0
  1111. package/dist/lib/connectionEvents.js.map +1 -0
  1112. package/dist/lib/getFullCodeCache.d.ts +3 -0
  1113. package/dist/lib/getFullCodeCache.d.ts.map +1 -0
  1114. package/dist/lib/getFullCodeCache.js +56 -0
  1115. package/dist/lib/getObjectsListCache.d.ts +10 -0
  1116. package/dist/lib/getObjectsListCache.d.ts.map +1 -0
  1117. package/dist/lib/getObjectsListCache.js +18 -0
  1118. package/dist/lib/getObjectsListCache.js.map +1 -0
  1119. package/dist/lib/handlerLogger.d.ts +9 -0
  1120. package/dist/lib/handlerLogger.d.ts.map +1 -0
  1121. package/dist/lib/handlerLogger.js +31 -0
  1122. package/dist/lib/handlerLogger.js.map +1 -0
  1123. package/dist/lib/handlers/HandlerExporter.d.ts +91 -0
  1124. package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -0
  1125. package/dist/lib/handlers/HandlerExporter.js +150 -0
  1126. package/dist/lib/handlers/HandlerExporter.js.map +1 -0
  1127. package/dist/lib/handlers/base/BaseHandlerGroup.d.ts +31 -0
  1128. package/dist/lib/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
  1129. package/dist/lib/handlers/base/BaseHandlerGroup.js +77 -0
  1130. package/dist/lib/handlers/base/BaseHandlerGroup.js.map +1 -0
  1131. package/dist/lib/handlers/examples/usage-example.d.ts +29 -0
  1132. package/dist/lib/handlers/examples/usage-example.d.ts.map +1 -0
  1133. package/dist/lib/handlers/examples/usage-example.js +119 -0
  1134. package/dist/lib/handlers/examples/usage-example.js.map +1 -0
  1135. package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
  1136. package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
  1137. package/dist/lib/handlers/groups/HighLevelHandlersGroup.js +814 -0
  1138. package/dist/lib/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
  1139. package/dist/lib/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
  1140. package/dist/lib/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
  1141. package/dist/lib/handlers/groups/LowLevelHandlersGroup.js +1434 -0
  1142. package/dist/lib/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
  1143. package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
  1144. package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
  1145. package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js +112 -0
  1146. package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
  1147. package/dist/lib/handlers/groups/SearchHandlersGroup.d.ts +14 -0
  1148. package/dist/lib/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
  1149. package/dist/lib/handlers/groups/SearchHandlersGroup.js +54 -0
  1150. package/dist/lib/handlers/groups/SearchHandlersGroup.js.map +1 -0
  1151. package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts +14 -0
  1152. package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
  1153. package/dist/lib/handlers/groups/SystemHandlersGroup.js +211 -0
  1154. package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -0
  1155. package/dist/lib/handlers/groups/index.d.ts +13 -0
  1156. package/dist/lib/handlers/groups/index.d.ts.map +1 -0
  1157. package/dist/lib/handlers/groups/index.js +21 -0
  1158. package/dist/lib/handlers/groups/index.js.map +1 -0
  1159. package/dist/lib/handlers/handlers/base/BaseHandlerGroup.d.ts +36 -0
  1160. package/dist/lib/handlers/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
  1161. package/dist/lib/handlers/handlers/base/BaseHandlerGroup.js +268 -0
  1162. package/dist/lib/handlers/handlers/base/BaseHandlerGroup.js.map +1 -0
  1163. package/dist/lib/handlers/handlers/examples/usage-example.d.ts +29 -0
  1164. package/dist/lib/handlers/handlers/examples/usage-example.d.ts.map +1 -0
  1165. package/dist/lib/handlers/handlers/examples/usage-example.js +119 -0
  1166. package/dist/lib/handlers/handlers/examples/usage-example.js.map +1 -0
  1167. package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
  1168. package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
  1169. package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.js +322 -0
  1170. package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
  1171. package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
  1172. package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
  1173. package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.js +1214 -0
  1174. package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
  1175. package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
  1176. package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
  1177. package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.js +232 -0
  1178. package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
  1179. package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.d.ts +14 -0
  1180. package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
  1181. package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.js +57 -0
  1182. package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.js.map +1 -0
  1183. package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.d.ts +14 -0
  1184. package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
  1185. package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.js +176 -0
  1186. package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.js.map +1 -0
  1187. package/dist/lib/handlers/handlers/groups/index.d.ts +13 -0
  1188. package/dist/lib/handlers/handlers/groups/index.d.ts.map +1 -0
  1189. package/dist/lib/handlers/handlers/groups/index.js +21 -0
  1190. package/dist/lib/handlers/handlers/groups/index.js.map +1 -0
  1191. package/dist/lib/handlers/handlers/index.d.ts +14 -0
  1192. package/dist/lib/handlers/handlers/index.d.ts.map +1 -0
  1193. package/dist/lib/handlers/handlers/index.js +37 -0
  1194. package/dist/lib/handlers/handlers/index.js.map +1 -0
  1195. package/dist/lib/handlers/handlers/interfaces.d.ts +67 -0
  1196. package/dist/lib/handlers/handlers/interfaces.d.ts.map +1 -0
  1197. package/dist/lib/handlers/handlers/interfaces.js +3 -0
  1198. package/dist/lib/handlers/handlers/interfaces.js.map +1 -0
  1199. package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
  1200. package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
  1201. package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.js +88 -0
  1202. package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
  1203. package/dist/lib/handlers/index.d.ts +17 -0
  1204. package/dist/lib/handlers/index.d.ts.map +1 -0
  1205. package/dist/lib/handlers/index.js +42 -0
  1206. package/dist/lib/handlers/index.js.map +1 -0
  1207. package/dist/lib/handlers/interfaces.d.ts +68 -0
  1208. package/dist/lib/handlers/interfaces.d.ts.map +1 -0
  1209. package/dist/lib/handlers/interfaces.js +3 -0
  1210. package/dist/lib/handlers/interfaces.js.map +1 -0
  1211. package/dist/lib/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
  1212. package/dist/lib/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
  1213. package/dist/lib/handlers/registry/CompositeHandlersRegistry.js +88 -0
  1214. package/dist/lib/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
  1215. package/dist/lib/handlers/utils/schemaUtils.d.ts +6 -0
  1216. package/dist/lib/handlers/utils/schemaUtils.d.ts.map +1 -0
  1217. package/dist/lib/handlers/utils/schemaUtils.js +215 -0
  1218. package/dist/lib/handlers/utils/schemaUtils.js.map +1 -0
  1219. package/dist/lib/logger.d.ts +28 -0
  1220. package/dist/lib/logger.d.ts.map +1 -0
  1221. package/dist/lib/logger.js +323 -0
  1222. package/dist/lib/logger.js.map +1 -0
  1223. package/dist/lib/loggerAdapter.d.ts +14 -0
  1224. package/dist/lib/loggerAdapter.d.ts.map +1 -0
  1225. package/dist/lib/loggerAdapter.js +26 -0
  1226. package/dist/lib/loggerAdapter.js.map +1 -0
  1227. package/dist/lib/runtimeConfig.d.ts +20 -0
  1228. package/dist/lib/runtimeConfig.d.ts.map +1 -0
  1229. package/dist/lib/runtimeConfig.js +130 -0
  1230. package/dist/lib/runtimeConfig.js.map +1 -0
  1231. package/dist/lib/servers/BaseMcpServer.d.ts +56 -0
  1232. package/dist/lib/servers/BaseMcpServer.d.ts.map +1 -0
  1233. package/dist/lib/servers/BaseMcpServer.js +198 -0
  1234. package/dist/lib/servers/BaseMcpServer.js.map +1 -0
  1235. package/dist/lib/servers/ConnectionContext.d.ts +20 -0
  1236. package/dist/lib/servers/ConnectionContext.d.ts.map +1 -0
  1237. package/dist/lib/servers/ConnectionContext.js +3 -0
  1238. package/dist/lib/servers/ConnectionContext.js.map +1 -0
  1239. package/dist/lib/servers/SseServer.d.ts +32 -0
  1240. package/dist/lib/servers/SseServer.d.ts.map +1 -0
  1241. package/dist/lib/servers/SseServer.js +139 -0
  1242. package/dist/lib/servers/SseServer.js.map +1 -0
  1243. package/dist/lib/servers/StdioServer.d.ts +20 -0
  1244. package/dist/lib/servers/StdioServer.d.ts.map +1 -0
  1245. package/dist/lib/servers/StdioServer.js +32 -0
  1246. package/dist/lib/servers/StdioServer.js.map +1 -0
  1247. package/dist/lib/servers/StreamableHttpServer.d.ts +30 -0
  1248. package/dist/lib/servers/StreamableHttpServer.d.ts.map +1 -0
  1249. package/dist/lib/servers/StreamableHttpServer.js +83 -0
  1250. package/dist/lib/servers/StreamableHttpServer.js.map +1 -0
  1251. package/dist/lib/servers/handlers/base/BaseHandlerGroup.d.ts +36 -0
  1252. package/dist/lib/servers/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
  1253. package/dist/lib/servers/handlers/base/BaseHandlerGroup.js +268 -0
  1254. package/dist/lib/servers/handlers/base/BaseHandlerGroup.js.map +1 -0
  1255. package/dist/lib/servers/handlers/examples/usage-example.d.ts +29 -0
  1256. package/dist/lib/servers/handlers/examples/usage-example.d.ts.map +1 -0
  1257. package/dist/lib/servers/handlers/examples/usage-example.js +119 -0
  1258. package/dist/lib/servers/handlers/examples/usage-example.js.map +1 -0
  1259. package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
  1260. package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
  1261. package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.js +322 -0
  1262. package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
  1263. package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
  1264. package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
  1265. package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.js +1214 -0
  1266. package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
  1267. package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
  1268. package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
  1269. package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.js +232 -0
  1270. package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
  1271. package/dist/lib/servers/handlers/groups/SearchHandlersGroup.d.ts +14 -0
  1272. package/dist/lib/servers/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
  1273. package/dist/lib/servers/handlers/groups/SearchHandlersGroup.js +57 -0
  1274. package/dist/lib/servers/handlers/groups/SearchHandlersGroup.js.map +1 -0
  1275. package/dist/lib/servers/handlers/groups/SystemHandlersGroup.d.ts +14 -0
  1276. package/dist/lib/servers/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
  1277. package/dist/lib/servers/handlers/groups/SystemHandlersGroup.js +176 -0
  1278. package/dist/lib/servers/handlers/groups/SystemHandlersGroup.js.map +1 -0
  1279. package/dist/lib/servers/handlers/groups/index.d.ts +13 -0
  1280. package/dist/lib/servers/handlers/groups/index.d.ts.map +1 -0
  1281. package/dist/lib/servers/handlers/groups/index.js +21 -0
  1282. package/dist/lib/servers/handlers/groups/index.js.map +1 -0
  1283. package/dist/lib/servers/handlers/index.d.ts +14 -0
  1284. package/dist/lib/servers/handlers/index.d.ts.map +1 -0
  1285. package/dist/lib/servers/handlers/index.js +37 -0
  1286. package/dist/lib/servers/handlers/index.js.map +1 -0
  1287. package/dist/lib/servers/handlers/interfaces.d.ts +67 -0
  1288. package/dist/lib/servers/handlers/interfaces.d.ts.map +1 -0
  1289. package/dist/lib/servers/handlers/interfaces.js +3 -0
  1290. package/dist/lib/servers/handlers/interfaces.js.map +1 -0
  1291. package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
  1292. package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
  1293. package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.js +88 -0
  1294. package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
  1295. package/dist/lib/servers/index.d.ts +5 -0
  1296. package/dist/lib/servers/index.d.ts.map +1 -0
  1297. package/dist/lib/servers/index.js +21 -0
  1298. package/dist/lib/servers/index.js.map +1 -0
  1299. package/dist/lib/servers/launcher.d.ts +2 -0
  1300. package/dist/lib/servers/launcher.d.ts.map +1 -0
  1301. package/dist/lib/servers/launcher.js +123 -0
  1302. package/dist/lib/servers/launcher.js.map +1 -0
  1303. package/dist/lib/servers/mcp_handlers.d.ts +25 -0
  1304. package/dist/lib/servers/mcp_handlers.d.ts.map +1 -0
  1305. package/dist/lib/servers/mcp_handlers.js +822 -0
  1306. package/dist/lib/servers/mcp_handlers.js.map +1 -0
  1307. package/dist/lib/servers/mcp_server.d.ts +7 -0
  1308. package/dist/lib/servers/mcp_server.d.ts.map +1 -0
  1309. package/dist/lib/servers/mcp_server.js +12 -0
  1310. package/dist/lib/servers/utils.d.ts +42 -0
  1311. package/dist/lib/servers/utils.d.ts.map +1 -0
  1312. package/dist/lib/servers/utils.js +620 -0
  1313. package/dist/lib/servers/utils.js.map +1 -0
  1314. package/dist/lib/servers/v2/__tests__/unit/McpServer.test.d.ts +7 -0
  1315. package/dist/lib/servers/v2/__tests__/unit/McpServer.test.d.ts.map +1 -0
  1316. package/dist/lib/servers/v2/__tests__/unit/McpServer.test.js +218 -0
  1317. package/dist/lib/servers/v2/connection/LocalConnectionProvider.d.ts +20 -0
  1318. package/dist/lib/servers/v2/connection/LocalConnectionProvider.d.ts.map +1 -0
  1319. package/dist/lib/servers/v2/connection/LocalConnectionProvider.js +70 -0
  1320. package/dist/lib/servers/v2/connection/RemoteConnectionProvider.d.ts +21 -0
  1321. package/dist/lib/servers/v2/connection/RemoteConnectionProvider.d.ts.map +1 -0
  1322. package/dist/lib/servers/v2/connection/RemoteConnectionProvider.js +36 -0
  1323. package/dist/lib/servers/v2/connection/index.d.ts +6 -0
  1324. package/dist/lib/servers/v2/connection/index.d.ts.map +1 -0
  1325. package/dist/lib/servers/v2/connection/index.js +10 -0
  1326. package/dist/lib/servers/v2/factory/AuthBrokerFactory.d.ts +29 -0
  1327. package/dist/lib/servers/v2/factory/AuthBrokerFactory.d.ts.map +1 -0
  1328. package/dist/lib/servers/v2/factory/AuthBrokerFactory.js +79 -0
  1329. package/dist/lib/servers/v2/factory/LocalModeFactory.d.ts +38 -0
  1330. package/dist/lib/servers/v2/factory/LocalModeFactory.d.ts.map +1 -0
  1331. package/dist/lib/servers/v2/factory/LocalModeFactory.js +38 -0
  1332. package/dist/lib/servers/v2/factory/index.d.ts +6 -0
  1333. package/dist/lib/servers/v2/factory/index.d.ts.map +1 -0
  1334. package/dist/lib/servers/v2/factory/index.js +10 -0
  1335. package/dist/lib/servers/v2/index.d.ts +9 -0
  1336. package/dist/lib/servers/v2/index.d.ts.map +1 -0
  1337. package/dist/lib/servers/v2/index.js +27 -0
  1338. package/dist/lib/servers/v2/index.js.map +1 -0
  1339. package/dist/lib/servers/v2/interfaces/connection.d.ts +188 -0
  1340. package/dist/lib/servers/v2/interfaces/connection.d.ts.map +1 -0
  1341. package/dist/lib/servers/v2/interfaces/connection.js +7 -0
  1342. package/dist/lib/servers/v2/interfaces/index.d.ts +10 -0
  1343. package/dist/lib/servers/v2/interfaces/index.d.ts.map +1 -0
  1344. package/dist/lib/servers/v2/interfaces/index.js +25 -0
  1345. package/dist/lib/servers/v2/interfaces/protocol.d.ts +30 -0
  1346. package/dist/lib/servers/v2/interfaces/protocol.d.ts.map +1 -0
  1347. package/dist/lib/servers/v2/interfaces/protocol.js +7 -0
  1348. package/dist/lib/servers/v2/interfaces/session.d.ts +98 -0
  1349. package/dist/lib/servers/v2/interfaces/session.d.ts.map +1 -0
  1350. package/dist/lib/servers/v2/interfaces/session.js +7 -0
  1351. package/dist/lib/servers/v2/interfaces/transport.d.ts +88 -0
  1352. package/dist/lib/servers/v2/interfaces/transport.d.ts.map +1 -0
  1353. package/dist/lib/servers/v2/interfaces/transport.js +7 -0
  1354. package/dist/lib/servers/v2/protocol/ProtocolHandler.d.ts +21 -0
  1355. package/dist/lib/servers/v2/protocol/ProtocolHandler.d.ts.map +1 -0
  1356. package/dist/lib/servers/v2/protocol/ProtocolHandler.js +77 -0
  1357. package/dist/lib/servers/v2/protocol/index.d.ts +5 -0
  1358. package/dist/lib/servers/v2/protocol/index.d.ts.map +1 -0
  1359. package/dist/lib/servers/v2/protocol/index.js +8 -0
  1360. package/dist/lib/servers/v2/server/McpServer.d.ts +76 -0
  1361. package/dist/lib/servers/v2/server/McpServer.d.ts.map +1 -0
  1362. package/dist/lib/servers/v2/server/McpServer.js +243 -0
  1363. package/dist/lib/servers/v2/server/index.d.ts +5 -0
  1364. package/dist/lib/servers/v2/server/index.d.ts.map +1 -0
  1365. package/dist/lib/servers/v2/server/index.js +8 -0
  1366. package/dist/lib/servers/v2/session/SessionManager.d.ts +40 -0
  1367. package/dist/lib/servers/v2/session/SessionManager.d.ts.map +1 -0
  1368. package/dist/lib/servers/v2/session/SessionManager.js +136 -0
  1369. package/dist/lib/servers/v2/session/index.d.ts +5 -0
  1370. package/dist/lib/servers/v2/session/index.d.ts.map +1 -0
  1371. package/dist/lib/servers/v2/session/index.js +8 -0
  1372. package/dist/lib/servers/v2/transports/SseTransport.d.ts +49 -0
  1373. package/dist/lib/servers/v2/transports/SseTransport.d.ts.map +1 -0
  1374. package/dist/lib/servers/v2/transports/SseTransport.js +89 -0
  1375. package/dist/lib/servers/v2/transports/StdioTransport.d.ts +31 -0
  1376. package/dist/lib/servers/v2/transports/StdioTransport.d.ts.map +1 -0
  1377. package/dist/lib/servers/v2/transports/StdioTransport.js +91 -0
  1378. package/dist/lib/servers/v2/transports/StreamableHttpTransport.d.ts +51 -0
  1379. package/dist/lib/servers/v2/transports/StreamableHttpTransport.d.ts.map +1 -0
  1380. package/dist/lib/servers/v2/transports/StreamableHttpTransport.js +147 -0
  1381. package/dist/lib/servers/v2/transports/index.d.ts +7 -0
  1382. package/dist/lib/servers/v2/transports/index.d.ts.map +1 -0
  1383. package/dist/lib/servers/v2/transports/index.js +12 -0
  1384. package/dist/lib/servers/v2/types/common.d.ts +17 -0
  1385. package/dist/lib/servers/v2/types/common.d.ts.map +1 -0
  1386. package/dist/lib/servers/v2/types/common.js +6 -0
  1387. package/dist/lib/servers/v2/types/common.js.map +1 -0
  1388. package/dist/lib/servers/v2/types/index.d.ts +8 -0
  1389. package/dist/lib/servers/v2/types/index.d.ts.map +1 -0
  1390. package/dist/lib/servers/v2/types/index.js +24 -0
  1391. package/dist/lib/servers/v2/types/index.js.map +1 -0
  1392. package/dist/lib/servers/v2/types/transport.d.ts +28 -0
  1393. package/dist/lib/servers/v2/types/transport.d.ts.map +1 -0
  1394. package/dist/lib/servers/v2/types/transport.js +8 -0
  1395. package/dist/lib/servers/v2/types/transport.js.map +1 -0
  1396. package/dist/lib/servers/v2/utils/StdioLogger.d.ts +17 -0
  1397. package/dist/lib/servers/v2/utils/StdioLogger.d.ts.map +1 -0
  1398. package/dist/lib/servers/v2/utils/StdioLogger.js +33 -0
  1399. package/dist/lib/servers/v2/utils/StdioLogger.js.map +1 -0
  1400. package/dist/lib/sessionUtils.d.ts +127 -0
  1401. package/dist/lib/sessionUtils.d.ts.map +1 -0
  1402. package/dist/lib/sessionUtils.js +197 -0
  1403. package/dist/lib/sessionUtils.js.map +1 -0
  1404. package/dist/lib/stores/UnixFileServiceKeyStore.d.ts +42 -0
  1405. package/dist/lib/stores/UnixFileServiceKeyStore.d.ts.map +1 -0
  1406. package/dist/lib/stores/UnixFileServiceKeyStore.js +53 -0
  1407. package/dist/lib/stores/UnixFileSessionStore.d.ts +54 -0
  1408. package/dist/lib/stores/UnixFileSessionStore.d.ts.map +1 -0
  1409. package/dist/lib/stores/UnixFileSessionStore.js +70 -0
  1410. package/dist/lib/stores/WindowsFileServiceKeyStore.d.ts +42 -0
  1411. package/dist/lib/stores/WindowsFileServiceKeyStore.d.ts.map +1 -0
  1412. package/dist/lib/stores/WindowsFileServiceKeyStore.js +53 -0
  1413. package/dist/lib/stores/WindowsFileSessionStore.d.ts +54 -0
  1414. package/dist/lib/stores/WindowsFileSessionStore.d.ts.map +1 -0
  1415. package/dist/lib/stores/WindowsFileSessionStore.js +70 -0
  1416. package/dist/lib/stores/index.d.ts +43 -0
  1417. package/dist/lib/stores/index.d.ts.map +1 -0
  1418. package/dist/lib/stores/index.js +181 -0
  1419. package/dist/lib/stores/index.js.map +1 -0
  1420. package/dist/lib/stores/platformPaths.d.ts +24 -0
  1421. package/dist/lib/stores/platformPaths.d.ts.map +1 -0
  1422. package/dist/lib/stores/platformPaths.js +146 -0
  1423. package/dist/lib/stores/platformPaths.js.map +1 -0
  1424. package/dist/lib/toolsRegistry.d.ts +13 -0
  1425. package/dist/lib/toolsRegistry.d.ts.map +1 -0
  1426. package/dist/lib/toolsRegistry.js +410 -0
  1427. package/dist/lib/transportConfig.d.ts +27 -0
  1428. package/dist/lib/transportConfig.d.ts.map +1 -0
  1429. package/dist/lib/transportConfig.js +124 -0
  1430. package/dist/lib/transports/stdio.d.ts +10 -0
  1431. package/dist/lib/transports/stdio.d.ts.map +1 -0
  1432. package/dist/lib/transports/stdio.js +73 -0
  1433. package/dist/lib/types/common.d.ts +17 -0
  1434. package/dist/lib/types/common.d.ts.map +1 -0
  1435. package/dist/lib/types/common.js +6 -0
  1436. package/dist/lib/types/common.js.map +1 -0
  1437. package/dist/lib/types/index.d.ts +8 -0
  1438. package/dist/lib/types/index.d.ts.map +1 -0
  1439. package/dist/lib/types/index.js +24 -0
  1440. package/dist/lib/types/index.js.map +1 -0
  1441. package/dist/lib/types/transport.d.ts +28 -0
  1442. package/dist/lib/types/transport.d.ts.map +1 -0
  1443. package/dist/lib/types/transport.js +8 -0
  1444. package/dist/lib/types/transport.js.map +1 -0
  1445. package/dist/lib/utils.d.ts +200 -0
  1446. package/dist/lib/utils.d.ts.map +1 -0
  1447. package/dist/lib/utils.js +1642 -0
  1448. package/dist/lib/utils.js.map +1 -0
  1449. package/dist/lib/writeResultToFile.d.ts +8 -0
  1450. package/dist/lib/writeResultToFile.d.ts.map +1 -0
  1451. package/dist/lib/writeResultToFile.js +84 -0
  1452. package/dist/lib/writeResultToFile.js.map +1 -0
  1453. package/dist/lib/yamlConfig.d.ts +59 -0
  1454. package/dist/lib/yamlConfig.d.ts.map +1 -0
  1455. package/dist/lib/yamlConfig.js +349 -0
  1456. package/dist/lib/yamlConfig.js.map +1 -0
  1457. package/dist/server/AuthBrokerConfig.d.ts +22 -0
  1458. package/dist/server/AuthBrokerConfig.d.ts.map +1 -0
  1459. package/dist/server/AuthBrokerConfig.js +46 -0
  1460. package/dist/server/AuthBrokerConfig.js.map +1 -0
  1461. package/dist/server/BaseMcpServer.d.ts +67 -0
  1462. package/dist/server/BaseMcpServer.d.ts.map +1 -0
  1463. package/dist/server/BaseMcpServer.js +273 -0
  1464. package/dist/server/BaseMcpServer.js.map +1 -0
  1465. package/dist/server/ConnectionContext.d.ts +20 -0
  1466. package/dist/server/ConnectionContext.d.ts.map +1 -0
  1467. package/dist/server/ConnectionContext.js +3 -0
  1468. package/dist/server/ConnectionContext.js.map +1 -0
  1469. package/dist/server/IHttpApplication.d.ts +42 -0
  1470. package/dist/server/IHttpApplication.d.ts.map +1 -0
  1471. package/dist/server/IHttpApplication.js +3 -0
  1472. package/dist/server/IHttpApplication.js.map +1 -0
  1473. package/dist/server/IServerConfig.d.ts +15 -0
  1474. package/dist/server/IServerConfig.d.ts.map +1 -0
  1475. package/dist/server/IServerConfig.js +7 -0
  1476. package/dist/server/IServerConfig.js.map +1 -0
  1477. package/dist/server/MockAbapConnection.d.ts +13 -0
  1478. package/dist/server/MockAbapConnection.d.ts.map +1 -0
  1479. package/dist/server/MockAbapConnection.js +37 -0
  1480. package/dist/server/MockAbapConnection.js.map +1 -0
  1481. package/dist/server/SseServer.d.ts +95 -0
  1482. package/dist/server/SseServer.d.ts.map +1 -0
  1483. package/dist/server/SseServer.js +217 -0
  1484. package/dist/server/SseServer.js.map +1 -0
  1485. package/dist/server/StdioServer.d.ts +20 -0
  1486. package/dist/server/StdioServer.d.ts.map +1 -0
  1487. package/dist/server/StdioServer.js +32 -0
  1488. package/dist/server/StdioServer.js.map +1 -0
  1489. package/dist/server/StreamableHttpServer.d.ts +94 -0
  1490. package/dist/server/StreamableHttpServer.d.ts.map +1 -0
  1491. package/dist/server/StreamableHttpServer.js +170 -0
  1492. package/dist/server/StreamableHttpServer.js.map +1 -0
  1493. package/dist/server/index.d.ts +6 -0
  1494. package/dist/server/index.d.ts.map +1 -0
  1495. package/dist/server/index.js +22 -0
  1496. package/dist/server/index.js.map +1 -0
  1497. package/dist/server/launcher.d.ts +2 -0
  1498. package/dist/server/launcher.d.ts.map +1 -0
  1499. package/dist/server/launcher.js +202 -0
  1500. package/dist/server/launcher.js.map +1 -0
  1501. package/dist/server/v1/AuthBrokerConfig.d.ts +19 -0
  1502. package/dist/server/v1/AuthBrokerConfig.d.ts.map +1 -0
  1503. package/dist/server/v1/AuthBrokerConfig.js +44 -0
  1504. package/dist/server/v1/AuthBrokerConfig.js.map +1 -0
  1505. package/dist/server/v1/IServerConfig.d.ts +17 -0
  1506. package/dist/server/v1/IServerConfig.d.ts.map +1 -0
  1507. package/dist/server/v1/IServerConfig.js +7 -0
  1508. package/dist/server/v1/IServerConfig.js.map +1 -0
  1509. package/dist/server/v1/ServerConfig.d.ts +16 -0
  1510. package/dist/server/v1/ServerConfig.d.ts.map +1 -0
  1511. package/dist/server/v1/ServerConfig.js +6 -0
  1512. package/dist/server/v1/ServerConfig.js.map +1 -0
  1513. package/dist/server/v1/embeddable-server.d.ts +89 -0
  1514. package/dist/server/v1/embeddable-server.d.ts.map +1 -0
  1515. package/dist/server/v1/embeddable-server.js +83 -0
  1516. package/dist/server/v1/embeddable-server.js.map +1 -0
  1517. package/dist/server/v1/index.d.ts +30 -0
  1518. package/dist/server/v1/index.d.ts.map +1 -0
  1519. package/dist/server/v1/index.js +65 -0
  1520. package/dist/server/v1/index.js.map +1 -0
  1521. package/dist/server/v1/legacy-server.d.ts +141 -0
  1522. package/dist/server/v1/legacy-server.d.ts.map +1 -0
  1523. package/dist/server/v1/legacy-server.js +2099 -0
  1524. package/dist/server/v1/legacy-server.js.map +1 -0
  1525. package/dist/server/v1/mcp_handlers.d.ts +19 -0
  1526. package/dist/server/v1/mcp_handlers.d.ts.map +1 -0
  1527. package/dist/server/v1/mcp_handlers.js +85 -0
  1528. package/dist/server/v1/mcp_handlers.js.map +1 -0
  1529. package/dist/server/v2/AuthBrokerConfig.d.ts +22 -0
  1530. package/dist/server/v2/AuthBrokerConfig.d.ts.map +1 -0
  1531. package/dist/server/v2/AuthBrokerConfig.js +46 -0
  1532. package/dist/server/v2/AuthBrokerConfig.js.map +1 -0
  1533. package/dist/server/v2/BaseMcpServer.d.ts +67 -0
  1534. package/dist/server/v2/BaseMcpServer.d.ts.map +1 -0
  1535. package/dist/server/v2/BaseMcpServer.js +273 -0
  1536. package/dist/server/v2/BaseMcpServer.js.map +1 -0
  1537. package/dist/server/v2/ConnectionContext.d.ts +20 -0
  1538. package/dist/server/v2/ConnectionContext.d.ts.map +1 -0
  1539. package/dist/server/v2/ConnectionContext.js +3 -0
  1540. package/dist/server/v2/ConnectionContext.js.map +1 -0
  1541. package/dist/server/v2/IHttpApplication.d.ts +42 -0
  1542. package/dist/server/v2/IHttpApplication.d.ts.map +1 -0
  1543. package/dist/server/v2/IHttpApplication.js +3 -0
  1544. package/dist/server/v2/IHttpApplication.js.map +1 -0
  1545. package/dist/server/v2/IServerConfig.d.ts +15 -0
  1546. package/dist/server/v2/IServerConfig.d.ts.map +1 -0
  1547. package/dist/server/v2/IServerConfig.js +7 -0
  1548. package/dist/server/v2/IServerConfig.js.map +1 -0
  1549. package/dist/server/v2/ServerConfig.d.ts +16 -0
  1550. package/dist/server/v2/ServerConfig.d.ts.map +1 -0
  1551. package/dist/server/v2/ServerConfig.js +6 -0
  1552. package/dist/server/v2/ServerConfig.js.map +1 -0
  1553. package/dist/server/v2/SseServer.d.ts +95 -0
  1554. package/dist/server/v2/SseServer.d.ts.map +1 -0
  1555. package/dist/server/v2/SseServer.js +217 -0
  1556. package/dist/server/v2/SseServer.js.map +1 -0
  1557. package/dist/server/v2/StdioServer.d.ts +20 -0
  1558. package/dist/server/v2/StdioServer.d.ts.map +1 -0
  1559. package/dist/server/v2/StdioServer.js +32 -0
  1560. package/dist/server/v2/StdioServer.js.map +1 -0
  1561. package/dist/server/v2/StreamableHttpServer.d.ts +94 -0
  1562. package/dist/server/v2/StreamableHttpServer.d.ts.map +1 -0
  1563. package/dist/server/v2/StreamableHttpServer.js +170 -0
  1564. package/dist/server/v2/StreamableHttpServer.js.map +1 -0
  1565. package/dist/server/v2/index.d.ts +6 -0
  1566. package/dist/server/v2/index.d.ts.map +1 -0
  1567. package/dist/server/v2/index.js +22 -0
  1568. package/dist/server/v2/index.js.map +1 -0
  1569. package/dist/server/v2/launcher.d.ts +2 -0
  1570. package/dist/server/v2/launcher.d.ts.map +1 -0
  1571. package/dist/server/v2/launcher.js +181 -0
  1572. package/dist/server/v2/launcher.js.map +1 -0
  1573. package/dist/server/v2/mcp_handlers.d.ts +25 -0
  1574. package/dist/server/v2/mcp_handlers.d.ts.map +1 -0
  1575. package/dist/server/v2/mcp_handlers.js +828 -0
  1576. package/dist/server/v2/mcp_handlers.js.map +1 -0
  1577. package/dist/server/v2/utils.d.ts +42 -0
  1578. package/dist/server/v2/utils.d.ts.map +1 -0
  1579. package/dist/server/v2/utils.js +620 -0
  1580. package/dist/server/v2/utils.js.map +1 -0
  1581. package/dist/tools/test-v2-server-stdio-compiled.js +132 -0
  1582. package/dist/utils/StdioLogger.d.ts +17 -0
  1583. package/dist/utils/StdioLogger.d.ts.map +1 -0
  1584. package/dist/utils/StdioLogger.js +33 -0
  1585. package/dist/utils/StdioLogger.js.map +1 -0
  1586. package/dist/utils/lockStateManager.d.ts +64 -0
  1587. package/dist/utils/lockStateManager.d.ts.map +1 -0
  1588. package/dist/utils/lockStateManager.js +173 -0
  1589. package/dist/utils/lockStateManager.js.map +1 -0
  1590. package/dist/utils/transportValidation.d.ts +11 -0
  1591. package/dist/utils/transportValidation.d.ts.map +1 -0
  1592. package/dist/utils/transportValidation.js +18 -0
  1593. package/dist/utils/transportValidation.js.map +1 -0
  1594. package/docs/README.md +61 -0
  1595. package/docs/adt-discovery.xml +6135 -0
  1596. package/docs/architecture/CONNECTION_ISOLATION.md +150 -0
  1597. package/docs/architecture/HANDLER_EXPORTER.md +208 -0
  1598. package/docs/architecture/README.md +50 -0
  1599. package/docs/architecture/STATEFUL_SESSION_GUIDE.md +737 -0
  1600. package/docs/architecture/TOOLS_ARCHITECTURE.md +274 -0
  1601. package/docs/configuration/YAML_CONFIG.md +272 -0
  1602. package/docs/deployment/DOCKER.md +356 -0
  1603. package/docs/deployment/README.md +51 -0
  1604. package/docs/deployment/RELEASE.md +131 -0
  1605. package/docs/development/ASSISTANT_GUIDELINES.md +179 -0
  1606. package/docs/development/ISSUE_ROADMAP_SYSTEM.md +194 -0
  1607. package/docs/development/README.md +22 -0
  1608. package/docs/development/TEST_CONFIG_YAML_GUIDE.md +152 -0
  1609. package/docs/development/TEST_SYSTEM_SETUP.md +191 -0
  1610. package/docs/development/roadmaps/HANDLER_BUILD_ERRORS_ROADMAP.md +311 -0
  1611. package/docs/development/roadmaps/INFRASTRUCTURE_HANDLERS.md +284 -0
  1612. package/docs/development/roadmaps/MCP_SERVER_REFACTORING_ROADMAP.md +167 -0
  1613. package/docs/development/roadmaps/TEST_LOGGING_ROADMAP.md +144 -0
  1614. package/docs/development/roadmaps/TEST_REFACTORING_ROADMAP.md +518 -0
  1615. package/docs/development/roadmaps/TODO_ROADMAP.md +165 -0
  1616. package/docs/development/roadmaps/USAGE_DOCUMENTATION_ROADMAP.md +354 -0
  1617. package/docs/development/roadmaps/archive/.keep +0 -0
  1618. package/docs/development/roadmaps/archive/HANDLERS_REFACTORING_ROADMAP.md +145 -0
  1619. package/docs/development/roadmaps/archive/HANDLER_LOGGER_CLEANUP.md +87 -0
  1620. package/docs/development/roadmaps/archive/HANDLER_LOGGING_ROADMAP.md +75 -0
  1621. package/docs/development/roadmaps/archive/HIGH_HANDLERS_REFACTORING_ROADMAP.md +145 -0
  1622. package/docs/development/roadmaps/archive/LOGGER_ROADMAP.md +52 -0
  1623. package/docs/development/roadmaps/archive/MISSING_HIGH_LEVEL_HANDLERS.md +110 -0
  1624. package/docs/development/roadmaps/archive/TEST_ISSUES_ROADMAP_2025-01-27_20-44-40.md +567 -0
  1625. package/docs/development/roadmaps/archive/TEST_ISSUES_ROADMAP_2025-11-27.md +630 -0
  1626. package/docs/development/roadmaps/archive/TEST_WORKFLOW_CONTEXT_UPDATE.md +72 -0
  1627. package/docs/development/roadmaps/archive/auth-broker-default-destination.md +469 -0
  1628. package/docs/development/roadmaps/archive/auth-broker-roadmap.md +410 -0
  1629. package/docs/development/roadmaps/archive/test_locking_roadmap.md +48 -0
  1630. package/docs/development/roadmaps/parameter_passing_unit_tests_roadmap.md +402 -0
  1631. package/docs/development/tests/CREATE_DOMAIN_TOOL.md +182 -0
  1632. package/docs/development/tests/DEBUGGING.md +469 -0
  1633. package/docs/development/tests/ORGANIZATION.md +85 -0
  1634. package/docs/development/tests/README.md +88 -0
  1635. package/docs/development/tests/TESTING_AUTH.md +124 -0
  1636. package/docs/development/tests/TESTING_GUIDE.md +208 -0
  1637. package/docs/development/tests/TEST_INFRASTRUCTURE.md +218 -0
  1638. package/docs/development/tests/test-config.yaml.template +210 -0
  1639. package/docs/discovery.json +32570 -0
  1640. package/docs/installation/CLINE_CONFIGURATION.md +507 -0
  1641. package/docs/installation/INSTALLATION.md +531 -0
  1642. package/docs/installation/README.md +16 -0
  1643. package/docs/installation/examples/README.md +200 -0
  1644. package/docs/installation/examples/SERVICE_KEY_SETUP.md +177 -0
  1645. package/docs/installation/examples/cline-http-config.json +9 -0
  1646. package/docs/installation/examples/cline-http-npx-config.json +9 -0
  1647. package/docs/installation/examples/cline-http-service-key-config.json +13 -0
  1648. package/docs/installation/examples/cline-http-service-key-npx-config.json +12 -0
  1649. package/docs/installation/examples/cline-sse-config.json +9 -0
  1650. package/docs/installation/examples/cline-sse-npx-config.json +9 -0
  1651. package/docs/installation/examples/cline-stdio-config.json +14 -0
  1652. package/docs/installation/examples/cline-stdio-global-config.json +13 -0
  1653. package/docs/installation/examples/cline-stdio-npx-config.json +15 -0
  1654. package/docs/installation/platforms/INSTALL_LINUX.md +622 -0
  1655. package/docs/installation/platforms/INSTALL_MACOS.md +514 -0
  1656. package/docs/installation/platforms/INSTALL_WINDOWS.md +480 -0
  1657. package/docs/user-guide/AVAILABLE_TOOLS.md +3836 -0
  1658. package/docs/user-guide/CLIENT_CONFIGURATION.md +668 -0
  1659. package/docs/user-guide/CLI_OPTIONS.md +523 -0
  1660. package/docs/user-guide/HANDLERS_MANAGEMENT.md +208 -0
  1661. package/docs/user-guide/README.md +116 -0
  1662. package/docs/user-guide/scenarios/COMMON_PATTERNS.md +603 -0
  1663. package/docs/user-guide/scenarios/CREATING_CDS_VIEWS.md +441 -0
  1664. package/docs/user-guide/scenarios/CREATING_CLASSES.md +456 -0
  1665. package/docs/user-guide/scenarios/CREATING_FUNCTION_GROUPS.md +582 -0
  1666. package/docs/user-guide/scenarios/README.md +51 -0
  1667. package/docs/user-guide/scenarios/SESSION_MANAGEMENT.md +335 -0
  1668. package/docs/user-guide/usage/README.md +137 -0
  1669. package/docs/user-guide/usage/rap-business-objects/README.md +28 -0
  1670. package/docs/user-guide/usage/rap-business-objects/creating-rap-bo.md +189 -0
  1671. package/docs/user-guide/usage/rap-business-objects/deferred-activation.md +82 -0
  1672. package/docs/user-guide/usage/simple-objects/README.md +23 -0
  1673. package/docs/user-guide/usage/simple-objects/classes-high.md +32 -0
  1674. package/docs/user-guide/usage/simple-objects/classes-low.md +165 -0
  1675. package/docs/user-guide/usage/simple-objects/data-elements-high.md +48 -0
  1676. package/docs/user-guide/usage/simple-objects/data-elements-low.md +144 -0
  1677. package/docs/user-guide/usage/simple-objects/domains-high.md +32 -0
  1678. package/docs/user-guide/usage/simple-objects/domains-low.md +144 -0
  1679. package/docs/user-guide/usage/simple-objects/function-groups-high.md +32 -0
  1680. package/docs/user-guide/usage/simple-objects/function-groups-low.md +144 -0
  1681. package/docs/user-guide/usage/simple-objects/function-modules-high.md +32 -0
  1682. package/docs/user-guide/usage/simple-objects/function-modules-low.md +160 -0
  1683. package/docs/user-guide/usage/simple-objects/interfaces-high.md +32 -0
  1684. package/docs/user-guide/usage/simple-objects/interfaces-low.md +160 -0
  1685. package/docs/user-guide/usage/simple-objects/programs-high.md +32 -0
  1686. package/docs/user-guide/usage/simple-objects/programs-low.md +160 -0
  1687. package/docs/user-guide/usage/simple-objects/service-definitions-high.md +32 -0
  1688. package/docs/user-guide/usage/simple-objects/service-definitions-low.md +160 -0
  1689. package/docs/user-guide/usage/simple-objects/structures-high.md +32 -0
  1690. package/docs/user-guide/usage/simple-objects/structures-low.md +160 -0
  1691. package/docs/user-guide/usage/simple-objects/tables-high.md +32 -0
  1692. package/docs/user-guide/usage/simple-objects/tables-low.md +165 -0
  1693. package/docs/user-guide/usage/simple-objects/views-high.md +32 -0
  1694. package/docs/user-guide/usage/simple-objects/views-low.md +160 -0
  1695. package/package.json +193 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1248 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## [1.4.1] - 2025-12-29
6
+ ### Changed
7
+ - **Package renamed**: Changed from `@fr0ster/mcp-abap-adt` to `@mcp-abap-adt/core` for npm publishing
8
+ - **Package now public**: Removed `private: true` flag to allow npm publishing
9
+
10
+ ### Added
11
+ - **Inspection-only mode**: Server can now start in stdio mode without connection parameters for tool inspection (used by glama.ai)
12
+ - **MockAbapConnection**: Added mock connection class for inspection-only mode that returns descriptive error when tools are executed
13
+ - **Docker inspection support**: Added `Dockerfile.inspect` and `docker-compose.inspect.yml` for local testing of inspection mode
14
+ - **CLAUDE.md**: Added project documentation for Claude Code assistance
15
+
16
+ ## [1.3.0] - 2025-12-29
17
+ ### Added
18
+ - **glama.json**: Added configuration for compatibility with the Glama platform.
19
+ - **Node.js Debugging**: Added `--inspect` support to Docker container and exposed port 9229.
20
+ - **MCP_TRANSPORT Environment Variable**: Added support for selecting transport mode via environment variable.
21
+
22
+ ### Changed
23
+ - **@mcp-abap-adt/adt-clients Updated**: Upgraded to version 0.3.13, bringing fixes for recursion and 406 Accept errors.
24
+ - **GetPackageTree Optimized**: Simplified implementation by using the library's `getPackageHierarchy` method, ensuring correct recursive traversal of subpackages.
25
+ - **GetPackageContents Enhanced**: Added support for `include_subpackages`, `max_depth`, and `include_descriptions` parameters.
26
+ - **Docker Defaults**: Changed default transport to `stdio` in Docker and updated healthcheck logic.
27
+
28
+ ## [1.2.9] - 2025-12-29
29
+ ### Changed
30
+ - **v1 McpHandlers Refactoring**: Rewrote `McpHandlers` to use `HandlerExporter` internally. This ensures the legacy embeddable server (v1) stays in sync with all tools available in v2 while reducing code duplication.
31
+ - **Shared Schema Utilities**: Replaced duplicated `jsonSchemaToZod` logic in `v1` with a central implementation from `src/lib/handlers/utils/schemaUtils.ts`.
32
+ - **Documentation Generator**: Updated `tools/generate-tools-docs.js` category mapping to support the standardized `GetBehaviorDefinition` naming.
33
+
34
+ ### Removed
35
+ - **GetBdef compatibility adapter**: Removed the manual adapter for `GetBdef` in v1 server. All tools now use standard names (e.g., `GetBehaviorDefinition`).
36
+
37
+ ### Added
38
+ - **tsx** added to `devDependencies` for improved TypeScript execution and testing.
39
+
40
+ ## [1.2.8] - 2025-12-29
41
+ ### Added
42
+ - **GetPackageContents** tool: New read-only tool to retrieve objects inside an ABAP package (moved from legacy `GetPackage`).
43
+
44
+ ### Changed
45
+ - **GetPackage** tool: Migrated to high-level API (`AdtClient.getPackage().read()`). Now returns package metadata and supports `version` parameter (`active`/`inactive`).
46
+ - **GetFunction** tool: Updated to support `version` parameter and migrated to new `adt-clients` signature.
47
+ - **High-level handlers**: Improved parameter handling and consistency with new `adt-clients` versioning requirements.
48
+ - Test cleanup documentation updated to clarify `afterEach` behavior and multi-object cleanup requirements.
49
+ - Test runners (`LowTester`/`HighTester`) now emit step-level flow logs for validate/create/lock/update/unlock/activate.
50
+ - Package cleanup can use a fresh connection with optional `connection_config` for locked session cases.
51
+
52
+ ### Fixed
53
+ - Package create now treats ADT "import" 404 as success when the package is readable.
54
+ - Function group/module low-level create handles transient 400/empty responses with read verification.
55
+ - Table create now validates and creates with explicit descriptions to satisfy ADT requirements.
56
+ - Package low-level tests avoid double-unlock during cleanup.
57
+
58
+ ## [1.2.7] - 2025-12-27
59
+ ### Changed
60
+ - GetPackageTree now builds the tree from node-structure traversal to preserve package/subpackage hierarchy and ordering.
61
+ - Package tree nodes now include `adtType`, normalized `type`, `codeFormat`, and `restoreStatus` for parity with backup tooling.
62
+ - Migrated handler usage to `AdtClient` now that `CrudClient`/`ReadOnlyClient` are removed in `@mcp-abap-adt/adt-clients`.
63
+
64
+ ### Fixed
65
+ - Updated handler typings to match `@mcp-abap-adt/adt-clients@0.3.2` (I* config/state interfaces).
66
+ - SearchObject now uses `AdtUtils.searchObjects` instead of the removed `SharedBuilder` export.
67
+ - Restored `encodeSapObjectName` helper in `utils` to avoid relying on unstable client exports.
68
+
69
+ ## [1.2.6] - 2025-12-23
70
+ ### Fixed
71
+ - Fixed LICENSE file - corrected copyright attribution (removed incorrect fork author)
72
+ - Fixed TypeScript compilation errors in test files:
73
+ - Updated `handlers.test.ts` to use high-level handlers instead of removed readonly handlers
74
+ - Removed non-existent `getAuthHeaders` import from `utils.test.ts`
75
+ - Fixed `sessionHelpers.ts` - added type assertions for connection methods not in `IAbapConnection` interface (`getConfig`, `connect`)
76
+ - Fixed `ClassCrudClientDirect.test.ts` - added type assertions for `connect()` and `reset()` methods
77
+ - Fixed `BehaviorImplementationLowHandlers.test.ts` - removed invalid `session_id` and `session_state` parameters from `UnlockClassArgs`
78
+
79
+ ## [1.2.5] - 2025-12-23
80
+ ### Removed
81
+ - **Removed duplicate readonly handlers that duplicate high-level CRUD operations**
82
+ - Deleted `handleGetClass.ts` (replaced by high-level `GetClass`)
83
+ - Deleted `handleGetDomain.ts` (replaced by high-level `GetDomain`)
84
+ - Deleted `handleGetDataElement.ts` (replaced by high-level `GetDataElement`)
85
+ - Deleted `handleGetTable.ts` (replaced by high-level `GetTable`)
86
+ - Deleted `handleGetStructure.ts` (replaced by high-level `GetStructure`)
87
+ - Deleted `handleGetView.ts` (replaced by high-level `GetView`)
88
+ - Deleted `handleGetServiceDefinition.ts` (replaced by high-level `GetServiceDefinition`)
89
+ - Deleted `handleGetProgram.ts` (replaced by high-level `GetProgram`)
90
+ - Deleted `handleGetInterface.ts` (replaced by high-level `GetInterface`)
91
+ - Deleted `handleGetFunctionGroup.ts` (replaced by high-level `GetFunctionGroup`)
92
+ - Deleted `handleGetBdef.ts` (replaced by high-level `GetBehaviorDefinition`)
93
+
94
+ ### Changed
95
+ - **v1 server now uses high-level handlers instead of readonly duplicates**
96
+ - `GetClass`, `GetDomain`, `GetDataElement`, `GetTable`, `GetStructure`, `GetView`, `GetServiceDefinition`, `GetProgram`, `GetInterface`, `GetFunctionGroup` now use high-level handlers internally
97
+ - `GetBdef` now uses `GetBehaviorDefinition` high-level handler with parameter adapter for backward compatibility
98
+ - All high-level handlers support `version` parameter (active/inactive) for better flexibility
99
+
100
+ ### Fixed
101
+ - Fixed TypeScript type errors in `handleGetAbapSystemSymbols.ts`
102
+ - Added proper JSON parsing for `GetClass` and `GetInterface` responses
103
+ - Fixed type assertions for class and interface data
104
+ - Fixed TypeScript type error in `utils.ts`
105
+ - Added type assertion for `makeAdtRequest` return type
106
+ - Fixed documentation generator (`tools/generate-tools-docs.js`)
107
+ - Updated regex pattern to support multi-line imports in handler groups
108
+ - Now correctly detects all handlers including system and search handlers
109
+ - Documentation now includes all 219 tools (76 high-level, 116 low-level, 27 read-only)
110
+
111
+ ## [1.2.4] - 2025-12-22
112
+ ### Changed
113
+ - **Migrated from ESLint+Prettier to Biome**
114
+ - Removed ESLint and Prettier dependencies
115
+ - Added @biomejs/biome for faster linting and formatting
116
+ - Configured Biome with strict rules for production code
117
+ - Relaxed rules for test files (noImplicitAnyLet, noExplicitAny)
118
+ - Updated package.json scripts: `lint`, `lint:check`, `format`
119
+ - Updated `npm run build` to include Biome check before TypeScript compilation
120
+
121
+ ### Fixed
122
+ - Fixed TypeScript errors in production code:
123
+ - `handleGetAbapAST.ts` - Fixed regex match types and while loop patterns in 4 methods
124
+ - `handleGetObjectInfo.ts` - Added type annotation for `packageName`
125
+ - `handleDescribeByList.ts` - Added type annotation for `parsed`
126
+ - `handleValidateDataElement.ts` - Added type assertion for `AxiosResponse`
127
+ - `handleCreateClass.ts` - Added `ClassBuilderState` type import
128
+ - `handleDeleteObject.ts` - Changed `any` to `unknown` for response
129
+ - `handleGetEnhancementSpot.ts` - Fixed array types and while loops
130
+ - `handleGetProgFullCode.ts` - Fixed 3 while loops with regex.exec() pattern
131
+ - All production code now passes strict Biome rules (no implicit any, no assignments in expressions)
132
+
133
+ ### Added
134
+ - Added Biome check to CI workflow (`.github/workflows/ci.yml`)
135
+ - Added Biome check to Release workflow (`.github/workflows/release.yml`)
136
+
137
+ ### Dependencies
138
+ - Updated `@mcp-abap-adt/adt-clients` to ^0.2.6
139
+ - Updated `@mcp-abap-adt/adt-interfaces` to ^0.2.6
140
+ - Added `@biomejs/biome` ^2.3.10 as devDependency
141
+ - Removed `eslint` and `prettier` dependencies
142
+
143
+ ## [1.2.3] - 2025-12-22
144
+ ### Fixed
145
+ - Removed unused import of `IAbapConnectionExtended` from `@mcp-abap-adt/interfaces`
146
+ - Interface was removed in interfaces package v1.1.0
147
+
148
+ ## [1.2.2] - 2025-12-22
149
+ ### Changed
150
+ - **BREAKING: Removed legacy-server.ts**
151
+ - Full removal of 3000+ line legacy server with CLI, AuthBroker, .env parsing, etc.
152
+ - v1 module now exports only lightweight `EmbeddableMcpServer` class
153
+
154
+ ### Added
155
+ - **EmbeddableMcpServer** - lightweight MCP server for embedding
156
+ - Minimal class (~100 lines) for external HTTP server integration
157
+ - Constructor takes `context: HandlerContext` with connection and logger
158
+ - Handlers registered immediately in constructor - no `run()` method needed
159
+ - Access underlying `McpServer` via `.mcpServer` getter
160
+ - Configurable `exposition` levels: `readonly`, `high`, `low`, `system`
161
+
162
+ ### Removed
163
+ - `mcp_abap_adt_server` class (was 3000+ lines with CLI, transports, AuthBroker)
164
+ - `setAbapConnectionOverride()` function
165
+ - `ServerOptions` interface
166
+ - All CLI argument parsing
167
+ - All transport management (stdio, SSE, streamable-http)
168
+ - AuthBroker integration
169
+ - .env file loading logic
170
+
171
+ ### Migration Guide
172
+ **For embedding in external servers (cloud-llm-hub, etc.):**
173
+ ```typescript
174
+ // Before (1.2.x)
175
+ import { mcp_abap_adt_server } from '@fr0ster/mcp-abap-adt/server/v1';
176
+ const server = new mcp_abap_adt_server({ connection, allowProcessExit: false });
177
+ server.registerHandlers({ connection, logger });
178
+
179
+ // After (1.2.2)
180
+ import { EmbeddableMcpServer } from '@fr0ster/mcp-abap-adt/server/v1';
181
+ const server = new EmbeddableMcpServer({
182
+ context: { connection, logger },
183
+ exposition: ['readonly', 'high']
184
+ });
185
+ const mcpServer = server.mcpServer; // Use with transport
186
+ ```
187
+
188
+ ## [1.2.1] - 2025-12-22
189
+ ### Added
190
+ - **Subpath export `./utils`** for internal utilities access
191
+ - `@fr0ster/mcp-abap-adt/utils` - exports `sessionContext`, `getManagedConnection`, and other utilities
192
+ - Required for cloud-llm-hub integration to access session context
193
+
194
+ ## [1.2.0] - 2025-12-21
195
+ ### Changed
196
+ - **BREAKING: v2 is now the default server**
197
+ - `mcp-abap-adt` command now runs v2 server (was v1)
198
+ - v1 server moved to `legacy-server.ts`, accessible via `npm run start:legacy`
199
+ - Removed separate `mcp-abap-adt-v2` binary
200
+
201
+ - **v1 becomes Handler Exporter**
202
+ - v1/index.ts now exports `HandlerExporter` class for external server integration
203
+ - Allows registering ABAP ADT handlers on any McpServer instance
204
+ - Designed for embedding into existing Express/CDS/CAP servers (e.g., cloud-llm-hub)
205
+
206
+ ### Added
207
+ - **Subpath exports** for modular imports
208
+ - `@fr0ster/mcp-abap-adt` - main package (unchanged)
209
+ - `@fr0ster/mcp-abap-adt/handlers` - HandlerExporter and handler groups
210
+ - `@fr0ster/mcp-abap-adt/server/v1` - v1 module (exporter + legacy server)
211
+ - v2 server is internal, not exported as subpath
212
+
213
+ - **HandlerExporter class** for programmatic handler registration
214
+ - `new HandlerExporter(options?)` - create exporter with configurable handler groups
215
+ - `registerOnServer(mcpServer, connectionProvider)` - register handlers with connection injection
216
+ - `getHandlerEntries()` - get raw handler entries for custom registration
217
+ - `getToolNames()` - list all available tool names
218
+ - `createRegistry()` - create IHandlersRegistry for v2 servers
219
+
220
+ - **Handler Groups** - modular handler organization
221
+ - `ReadOnlyHandlersGroup` - read-only handlers (getProgram, getClass, etc.)
222
+ - `HighLevelHandlersGroup` - high-level operations
223
+ - `LowLevelHandlersGroup` - low-level operations
224
+ - `SystemHandlersGroup` - system handlers
225
+ - `SearchHandlersGroup` - search handlers
226
+
227
+ ### Migration Guide
228
+ **For CLI users:**
229
+ - No changes needed - `mcp-abap-adt` command works the same
230
+ - To use legacy v1 server: `npm run start:legacy`
231
+
232
+ **For library users (cloud-llm-hub, etc.):**
233
+ ```typescript
234
+ // Old way (v1 server class) - still works via legacy import
235
+ import { mcp_abap_adt_server } from '@fr0ster/mcp-abap-adt';
236
+
237
+ // New way (handler exporter) - recommended
238
+ import { HandlerExporter } from '@fr0ster/mcp-abap-adt/handlers';
239
+
240
+ const exporter = new HandlerExporter();
241
+ exporter.registerOnServer(mcpServer, () => getConnection());
242
+ ```
243
+
244
+ **For CAP/CDS projects with file: dependency:**
245
+ Add path mapping to tsconfig.json:
246
+ ```json
247
+ {
248
+ "paths": {
249
+ "@fr0ster/mcp-abap-adt/handlers": ["./submodules/mcp-abap-adt/dist/lib/handlers/index"]
250
+ }
251
+ }
252
+ ```
253
+
254
+ ## [1.1.32] - 2025-12-21
255
+ ### Added
256
+ - **v2 HTTP Server Injection**: Added support for external HTTP application injection in v2 servers
257
+ - New `IHttpApplication` interface for Express-like HTTP applications
258
+ - `StreamableHttpServer` and `SseServer` now support `app` option in constructor
259
+ - New `registerRoutes(app, options?)` method for embedding into existing Express/CDS/CAP servers
260
+ - Enables integration with cloud-llm-hub and other CAP-based applications
261
+ - Helper methods: `getPath()`, `getSsePath()`, `getPostPath()`
262
+
263
+ ## [1.1.31] - 2025-12-21
264
+ ### Fixed
265
+ - **CLI `--version` flag**: Fixed package.json path resolution for both v1 and v2 servers
266
+ - Path now correctly resolves from `dist/server/v1/` and `dist/server/v2/` to root `package.json`
267
+
268
+ ## [1.1.30] - 2025-12-21
269
+ ### Added
270
+ - **MCP Server v2 Architecture**:
271
+ - New modular server architecture with `BaseMcpServer`, `StdioServer`, `StreamableHttpServer`
272
+ - Handler registration system with Dependency Injection pattern
273
+ - `HandlerContext` for unified connection and logging access in handlers
274
+ - `ServerConfigManager` for centralized configuration management
275
+ - `AuthBrokerConfig` for V2 server configuration
276
+ - `StdioLogger` for minimal logging in stdio transport
277
+ - Transport-specific server implementations (stdio, SSE, HTTP)
278
+
279
+ - **Headless Browser Mode**: Added `--browser` CLI parameter for SSH and remote sessions
280
+ - `--browser=headless`: Logs authentication URL and waits for manual callback
281
+ - `--browser=none`: Logs URL and rejects immediately (for automated tests)
282
+ - `--browser=system`: Opens system default browser (default)
283
+ - `--browser=chrome|edge|firefox`: Opens specific browser
284
+ - Environment variable: `MCP_BROWSER`
285
+ - Ideal for SSH sessions, Docker containers, and CI/CD environments
286
+
287
+ - **YAML Configuration Support**:
288
+ - Load server configuration from YAML files
289
+ - Enhanced command-line transport handling
290
+ - Improved configuration validation
291
+
292
+ - **Structured Logging**:
293
+ - Handler logging with configurable options and integration
294
+ - Structured logging for handler functions
295
+ - Logger cleanup and enhanced handler implementations
296
+
297
+ - **Testing Improvements**:
298
+ - Jest configuration and enhanced testing framework
299
+ - Unified test refactoring roadmap with base tester classes
300
+ - Integration tests for low-level view handlers
301
+ - Read-only handler tests for WhereUsed analysis
302
+ - `AuthBrokerFactory` for test configuration
303
+
304
+ - **Infrastructure & Handlers**:
305
+ - Added `tabletypes` to integrated terminal profiles
306
+ - Handler migration to infrastructure module
307
+ - Basic auth support in MCP destination handling
308
+
309
+ ### Changed
310
+ - **Token Refresh Architecture (Breaking)**:
311
+ - Removed legacy `createDestinationAwareConnection()` wrapper (~150 lines)
312
+ - Token refresh now handled internally by `JwtAbapConnection` via DI `ITokenRefresher`
313
+ - `getConnectionForSession()` creates `tokenRefresher` from `AuthBroker` and passes to `createAbapConnection()`
314
+ - Removed all `reset()` calls from 23+ handler files (no longer needed)
315
+ - Removed unused `disposeConnection()` and `getAuthHeaders()` functions
316
+ - Simplified `HandlerContext` to use `IAbapConnection` instead of deprecated `IAbapConnectionExtended`
317
+
318
+ - **Handler Refactoring**:
319
+ - All handlers updated to utilize `HandlerContext` for connection and logging
320
+ - Standardized import statements across handlers
321
+ - Enhanced error handling and logging across all handlers
322
+ - Replaced direct connection creation with managed connection
323
+
324
+ - **Configuration Module**:
325
+ - Extracted configuration logic into dedicated module
326
+ - Improved YAML configuration loading and command line parsing
327
+ - Enhanced connection handling and configuration validation
328
+
329
+ ### Fixed
330
+ - Network error handling in `createDestinationAwareConnection`
331
+ - Handler results properly awaited and errors handled in `BaseMcpServer`
332
+ - Basic auth support in MCP destination handling
333
+ ### Removed
334
+ - Legacy test files and deprecated test scripts (85 files)
335
+ - Obsolete v2 components from earlier iterations
336
+ - Deprecated tools: `update-crudclient-api.js`, `update-handlers-with-tool-definitions.js`, etc.
337
+
338
+ ### Documentation
339
+ - Comprehensive documentation for various components and usage scenarios
340
+ - MCP Server architecture and implementation roadmap
341
+ - Handler refactoring roadmap
342
+ - YAML configuration support documentation
343
+ - Issue roadmap system for structured issue tracking
344
+ - Updated development guidelines
345
+
346
+ ### Dependencies
347
+ - `@mcp-abap-adt/interfaces`: `^0.2.3` → `^0.2.6`
348
+ - Removed deprecated `IAbapConnectionExtended` interface
349
+ - Added `ITokenRefresher` interface for DI
350
+ - `@mcp-abap-adt/connection`: `^0.2.3` → `^0.2.5`
351
+ - `createAbapConnection()` now accepts 4th parameter `tokenRefresher`
352
+ - `JwtAbapConnection` handles token refresh internally
353
+ - `@mcp-abap-adt/auth-providers`: `^0.2.1` → `^0.2.3` (headless mode, cross-platform fixes)
354
+ - `@mcp-abap-adt/auth-broker`: `^0.2.4` → `^0.2.9`
355
+ - Added `createTokenRefresher()` factory method
356
+ - Headless mode passthrough
357
+ - `@mcp-abap-adt/auth-stores`: `^0.2.5` → `^0.2.8` (EnvFileSessionStore with JWT persistence)
358
+ - `@mcp-abap-adt/clients`: `^0.2.4` → `^0.2.5`
359
+
360
+ ## [1.1.29] - 2025-12-08
361
+
362
+ ### Added
363
+ - **Parameter Passing Unit Tests Roadmap**: Added comprehensive roadmap for unit tests to verify parameter passing
364
+ - Created `doc/roadmaps/parameter_passing_unit_tests_roadmap.md`
365
+ - Detailed test strategy for verifying all parameters pass correctly from MCP handlers through CrudClient to Builder classes and finally to low-level functions
366
+ - Test implementation plan with 4 phases covering infrastructure, individual object types, and integration tests
367
+ - Test examples for ViewBuilder, CrudClient, and low-level functions
368
+ - Coverage goals (100% for parameter passing) and success criteria
369
+ - Addresses issue where parameters like `transportRequest` can be lost during the call chain
370
+
371
+ ### Documentation
372
+ - **Roadmap Documentation**: Added roadmap for future unit test development
373
+ - Comprehensive plan for preventing parameter loss regression
374
+ - Test file structure and organization guidelines
375
+ - Maintenance and CI/CD integration recommendations
376
+
377
+ ## [1.1.28] - 2025-01-XX
378
+
379
+ ### Changed
380
+ - **Header Constants Migration**: Replaced all hardcoded header strings with constants from `@mcp-abap-adt/interfaces`
381
+ - All header references now use constants (e.g., `HEADER_SAP_URL`, `HEADER_SAP_AUTH_TYPE`, `HEADER_MCP_DESTINATION`, etc.)
382
+ - Improved type safety and consistency across packages
383
+ - Updated error messages and hints to use header constants
384
+ - **Updated dependencies**:
385
+ - `@mcp-abap-adt/header-validator`: `^0.1.6` → `^0.1.7`
386
+ - Added comprehensive header sets documentation
387
+ - Enhanced validation for Basic Auth and UAA refresh token sets
388
+ - All header references migrated to constants from `@mcp-abap-adt/interfaces`
389
+ - `@mcp-abap-adt/interfaces`: `^0.1.1` → `^0.1.2`
390
+ - Added HTTP header constants for all headers used across packages
391
+ - Added header groups and authentication type constants
392
+
393
+ ### Technical
394
+ - **Code Quality**: Improved maintainability by centralizing header name definitions
395
+ - **Type Safety**: Better compile-time checking for header names
396
+
397
+ ## [1.1.27] - 2025-12-07
398
+
399
+ ### Changed
400
+ - **Updated dependencies**:
401
+ - `@mcp-abap-adt/auth-broker`: `^0.1.9` → `^0.1.10`
402
+ - Added constructor validation for stores and tokenProvider parameters
403
+ - Ensures required dependencies are present upon AuthBroker instantiation
404
+
405
+ ## [1.1.26] - 2025-12-06
406
+
407
+ ### Added
408
+ - **Comprehensive usage documentation** – Added complete MCP function call documentation:
409
+ - Created `doc/user-guide/usage/` directory with structured documentation
410
+ - **Simple Objects** (22 files): High-level and low-level handlers for 11 object types:
411
+ - Classes, Interfaces, Programs, Function Groups, Function Modules
412
+ - Tables, Structures, CDS Views, Domains, Data Elements, Service Definitions
413
+ - Each object has separate `-high.md` and `-low.md` files with exact MCP call examples
414
+ - **RAP Business Objects** documentation:
415
+ - Complete workflow for creating RAP BO with all components
416
+ - Deferred group activation guide
417
+ - Step-by-step examples with exact MCP function calls
418
+ - All documentation uses compact, laconic format with only exact MCP calls and parameters
419
+ - No unnecessary descriptions, maximum clarity
420
+ - **Test syntax checking** – Added `npm run test:check` command:
421
+ - Performs TypeScript syntax check on test files without running tests
422
+ - Uses `tsc --noEmit -p tsconfig.test.json`
423
+ - Helps catch type errors before running tests
424
+
425
+ ### Changed
426
+ - **Updated dependencies to latest versions**:
427
+ - `@mcp-abap-adt/adt-clients`: `^0.1.35` → `^0.1.36`
428
+ - `@mcp-abap-adt/auth-broker`: `^0.1.8` → `^0.1.9`
429
+ - `@mcp-abap-adt/auth-providers`: `^0.1.1` → `^0.1.2`
430
+ - `@mcp-abap-adt/auth-stores`: `^0.1.3` → `^0.1.4`
431
+ - `@mcp-abap-adt/connection`: `^0.1.14` → `^0.1.15`
432
+ - `@mcp-abap-adt/header-validator`: `^0.1.4` → `^0.1.6`
433
+ - `@mcp-abap-adt/interfaces`: `^0.1.1` (unchanged)
434
+ - `@mcp-abap-adt/logger`: `^0.1.0` → `^0.1.1`
435
+
436
+ ### Fixed
437
+ - **TypeScript type errors in TableLowHandlers.test.ts** – Fixed type inference issues:
438
+ - Corrected `lockSessionForCleanup` variable declaration and usage
439
+ - Fixed type narrowing in catch and finally blocks
440
+
441
+ ## [1.1.25] - 2025-12-12
442
+
443
+ ### Added
444
+ - **`--mcp=<destination>` parameter** – Default MCP destination name for auth-broker:
445
+ - Allows using auth-broker (service keys) with stdio and SSE transports
446
+ - When specified, this destination is used when `x-mcp-destination` header is not provided in requests
447
+ - For stdio transport: Server initializes auth-broker with the specified destination at startup
448
+ - For SSE transport: Server uses the specified destination as fallback when header is missing
449
+ - For HTTP transport: Server uses the specified destination as fallback when header is missing
450
+ - Example: `mcp-abap-adt --transport=stdio --mcp=TRIAL`
451
+ - This enables auth-broker usage with stdio and SSE transports, which previously required `.env` file configuration
452
+
453
+ ### Changed
454
+ - **Auth-broker support for stdio and SSE transports** – Extended `getOrCreateAuthBroker()` to support stdio and SSE transports:
455
+ - Previously, auth-broker was only available for HTTP/streamable-http transport
456
+ - Now works with all transport types when `--mcp` parameter is specified
457
+ - For stdio: Auth-broker is initialized at server startup with the destination from `--mcp` parameter
458
+ - For SSE: Auth-broker works the same way as HTTP transport (via headers or `--mcp` fallback)
459
+
460
+ ### Fixed
461
+ - **`--mcp` parameter now skips `.env` file loading** – When `--mcp` is specified:
462
+ - `.env` file is not automatically loaded (even if it exists in current directory)
463
+ - `.env` file is not considered mandatory for stdio and SSE transports
464
+ - Auth-broker configuration takes precedence over `.env` file
465
+ - This ensures that `--mcp` parameter works correctly without conflicts from `.env` file settings
466
+ - **SSE transport with `--mcp` parameter** – Fixed issue where SSE transport was using `.env` configuration instead of auth-broker when `--mcp` was specified:
467
+ - Server now initializes auth-broker at startup for SSE transport when `--mcp` is provided
468
+ - `applyAuthHeaders()` now handles empty headers correctly when `defaultMcpDestination` is set
469
+ - Configuration from auth-broker takes precedence over `.env` file
470
+
471
+ ### Documentation
472
+ - Updated `CLI_OPTIONS.md` with `--mcp` parameter documentation and examples
473
+ - Updated `CLIENT_CONFIGURATION.md` with information about using `--mcp` parameter for stdio and SSE transports
474
+ - Added examples for Cline configuration with stdio transport and `--mcp` parameter
475
+ - Updated help text in both `src/index.ts` and `bin/mcp-abap-adt.js` with `--mcp` parameter information
476
+
477
+ ## [1.1.24] - 2025-12-02
478
+
479
+ ### Changed
480
+ - **Safe session storage by default** – Session data is now stored in-memory using `SafeSessionStore` by default:
481
+ - Session tokens are no longer persisted to disk by default (secure by default)
482
+ - Session data is lost after server restart (requires re-authentication)
483
+ - Use `--unsafe` flag to enable file-based session storage (legacy behavior)
484
+ - File-based storage (`UnixFileSessionStore`/`WindowsFileSessionStore`) is only used when `--unsafe` is specified
485
+
486
+ ### Added
487
+ - **`--unsafe` flag** – Enables file-based session storage (persists tokens to disk):
488
+ - When specified, session data is saved to platform-specific locations:
489
+ - Unix: `~/.config/mcp-abap-adt/sessions/{destination}.env`
490
+ - Windows: `%USERPROFILE%\Documents\mcp-abap-adt\sessions\{destination}.env`
491
+ - Can be set via environment variable: `MCP_UNSAFE=true`
492
+ - Use this flag if you need session persistence across server restarts
493
+
494
+ ### Dependencies
495
+ - Updated `@mcp-abap-adt/auth-broker` to `^0.1.5`:
496
+ - Benefits from new `SafeSessionStore` implementation (in-memory, secure)
497
+ - Updated to use new `ISessionStore` interface (replaces `SessionStore`)
498
+
499
+ ## [1.1.23] - 2025-12-02
500
+
501
+ ### Fixed
502
+ - **Help text correction** – fixed incorrect help message for `x-mcp-destination` header:
503
+ - Removed incorrect statement that `x-mcp-destination` requires `x-sap-url` header
504
+ - Updated help text to correctly state that URL is automatically derived from service key (same as `x-sap-destination`)
505
+ - Help text now accurately reflects that `x-sap-url` is not required and will be ignored if provided
506
+
507
+ ## [1.1.22] - 2025-12-01
508
+
509
+ ### Dependencies
510
+ - Updated `@mcp-abap-adt/adt-clients` to `^0.1.33`:
511
+ - Benefits from optimized CSRF token endpoint (`/sap/bc/adt/core/discovery`)
512
+ - Faster connection initialization for all CRUD operations
513
+ - Updated `@mcp-abap-adt/auth-broker` to `^0.1.4`:
514
+ - Benefits from optimized CSRF token endpoint in connection layer
515
+ - Faster authentication flows when managing JWT tokens
516
+
517
+ ### Added
518
+ - **ABAP Unit class test tools**: Added `[low-level]` handlers to cover the new CrudClient APIs for class test includes and ABAP Unit orchestration:
519
+ - `LockClassTestClassesLow`, `UpdateClassTestClassesLow`, `UnlockClassTestClassesLow`, `ActivateClassTestClassesLow`
520
+ - `RunClassUnitTestsLow`, `GetClassUnitTestStatusLow`, `GetClassUnitTestResultLow`
521
+ - All new tools live in `class/low/` and are registered with the server and documentation generator.
522
+ - **Package creation options**: `CreatePackage` (high- and low-level) now accepts optional `package_type`, `software_component`, `transport_layer`, `application_component`, and `responsible` parameters and forwards them directly to `CrudClient`, enabling Cloud systems to pass values such as `ZLOCAL` while keeping the transport layer empty.
523
+
524
+ ## [1.1.21] - 2025-12-01
525
+
526
+ ### Fixed
527
+ - **x-mcp-destination validation** – fixed issue where `x-mcp-destination` header was incorrectly requiring `x-sap-url`:
528
+ - `x-mcp-destination` now works identically to `x-sap-destination` - URL is automatically derived from service key
529
+ - `x-sap-url` is now optional for `x-mcp-destination` (and will be ignored with a warning if provided)
530
+ - Fixed issue on Windows where `x-mcp-destination` was being ignored
531
+ - Updated header validator to check headers in both lowercase and original case for better compatibility
532
+
533
+ ### Added
534
+ - **Custom auth-broker path** – added `--auth-broker-path` command-line option:
535
+ - Allows specifying custom base path for service keys and sessions
536
+ - Automatically creates `service-keys` and `sessions` subdirectories in the specified path
537
+ - Example: `--auth-broker-path=~/prj/tmp/` uses `~/prj/tmp/service-keys/` and `~/prj/tmp/sessions/`
538
+ - Directories are created automatically if they don't exist
539
+ - Can be used together with `--auth-broker` flag
540
+
541
+ - **Automatic directory creation** – service keys and sessions directories are now created automatically:
542
+ - Directories are created at server startup if they don't exist
543
+ - Prevents errors when saving sessions for the first time
544
+ - Works for both default platform paths and custom `--auth-broker-path`
545
+
546
+ - **Enhanced startup information** – improved auth-broker path display at server startup:
547
+ - Shows all search paths for service keys (in order of priority)
548
+ - Shows all save paths for sessions
549
+ - Formatted with clear visual separators for better readability
550
+ - Only displayed when `--auth-broker` flag is used
551
+
552
+ - **Diagnostic logging** – added platform-aware logging for better debugging:
553
+ - Logs platform information when processing authentication headers
554
+ - Logs all header keys that start with `x-sap` or `x-mcp`
555
+ - Logs search paths when creating AuthBroker instances
556
+ - Helps diagnose issues on different platforms (especially Windows)
557
+
558
+ ### Changed
559
+ - **Header validation logic** – improved validation order and case handling:
560
+ - `x-mcp-destination` is now checked immediately after `x-sap-destination`, regardless of `x-sap-url` presence
561
+ - Added case-insensitive header checking for better compatibility
562
+ - Both `x-sap-destination` and `x-mcp-destination` now check headers in both lowercase and original case
563
+
564
+ - **Documentation updates** – comprehensive documentation improvements:
565
+ - Added `--auth-broker-path` parameter documentation in help text
566
+ - Updated `CLIENT_CONFIGURATION.md` with custom path examples
567
+ - Updated `INSTALLATION.md` with new command-line option
568
+ - Updated `SERVICE_KEY_SETUP.md` with custom path usage examples
569
+ - Added Cline configuration example in help text
570
+
571
+ ### Dependencies
572
+ - **Updated `@mcp-abap-adt/auth-broker` to `^0.1.3`** – upgraded to latest version
573
+ - **Updated `@mcp-abap-adt/header-validator` to `^0.1.3`** – upgraded to latest version
574
+
575
+ ## [1.1.20] - 2025-12-01
576
+
577
+ ### Changed
578
+ - **Help documentation improvements** – updated help messages with detailed instructions for saving service keys:
579
+ - Added platform-specific instructions for Linux, macOS, and Windows
580
+ - Replaced example JSON structure with instructions to copy service key from SAP BTP
581
+ - Fixed backslash escaping in Windows PowerShell commands
582
+ - Updated both launcher help (`bin/mcp-abap-adt.js`) and server help (`src/index.ts`)
583
+ - Updated documentation files: `SERVICE_KEY_SETUP.md` and `CLIENT_CONFIGURATION.md`
584
+
585
+ ## [1.1.19] - 2025-11-30
586
+
587
+ ### Changed
588
+ - **Handler refactoring** – migrated handlers to use `CrudClient` and `SharedBuilder` from `@mcp-abap-adt/adt-clients`:
589
+ - `handleSearchObject` now uses `SharedBuilder.search()` instead of manual URL construction
590
+ - Eliminates redundant URL concatenation and potential duplication errors
591
+ - Better code reuse and consistency across handlers
592
+
593
+ - **URL handling simplification** – removed unnecessary URL cleaning logic:
594
+ - URLs from `.env` files and service keys are expected to be clean
595
+ - Removed aggressive URL cleaning that was causing issues
596
+ - Only basic trimming is performed where needed
597
+
598
+ - **Transport-specific auth-broker handling** – `auth-broker` is now ignored for `stdio` and `sse` transports:
599
+ - AuthBroker initialization is skipped for non-HTTP transports
600
+ - Prevents unnecessary errors and resource usage
601
+ - `.env` file is used directly for `stdio` and `sse` transports
602
+
603
+ ### Fixed
604
+ - **URL duplication in stdio transport** – fixed incorrect URL formation when using `stdio` transport:
605
+ - Resolved `getaddrinfo ENOTFOUND ...comhttps` errors
606
+ - Proper URL handling in connection initialization
607
+ - Correct `.env` file parsing for `stdio` mode
608
+
609
+ ### Added
610
+ - **Lazy AuthBroker initialization** – AuthBroker instances are now created on-demand per destination:
611
+ - AuthBroker is only created when a destination is actually needed (not at server startup)
612
+ - Each destination gets its own AuthBroker instance, cached in a map for reuse
613
+ - Reduces memory usage and startup time when auth-broker is not needed
614
+ - Default AuthBroker instance for non-destination requests
615
+
616
+ - **Improved method filtering** – only `tools/call` requires SAP configuration:
617
+ - All other MCP methods (`tools/list`, `tools/get`, `initialize`, `ping`, `notifications/initialized`, etc.) work without SAP config
618
+ - Prevents unnecessary authentication errors for metadata requests
619
+ - Better separation between metadata operations and actual tool execution
620
+
621
+ ### Changed
622
+ - **AuthBroker instance management** – switched from single instance to per-destination map:
623
+ - `authBrokers` map stores AuthBroker instances keyed by destination name
624
+ - `defaultAuthBroker` for requests without specific destination
625
+ - Lazy initialization via `getOrCreateAuthBroker()` method
626
+ - Better isolation between different destinations
627
+
628
+ - **Platform store imports** – fixed ES module compatibility:
629
+ - Replaced `require()` with static imports in `getPlatformStores()`
630
+ - Fixes "UnixFileSessionStore is not a constructor" error
631
+ - Proper ES module support for platform-specific stores
632
+
633
+ ### Fixed
634
+ - **ES module compatibility** – fixed "UnixFileSessionStore is not a constructor" error:
635
+ - Changed `getPlatformStores()` to use static imports instead of `require()`
636
+ - Properly handles ES module exports for Unix/Windows store implementations
637
+ - AuthBroker now correctly initializes on Unix systems
638
+
639
+ - **Request processing logic** – improved handling of requests that don't require SAP connection:
640
+ - Only `tools/call` method triggers SAP configuration validation
641
+ - All other methods bypass authentication checks
642
+ - Prevents false errors for metadata and initialization requests
643
+
644
+ ## [1.1.17] - 2025-11-28
645
+
646
+ ### Added
647
+ - **Cross-platform session storage** – optional persistent session management:
648
+ - Session storage now disabled by default (stateless mode)
649
+ - Enable via `MCP_ENABLE_SESSION_STORAGE=true` environment variable
650
+ - Custom session directory via `MCP_SESSION_DIR=/path/to/sessions`
651
+ - Platform-specific defaults: Windows temp dir, `/tmp` on Linux, `/var/folders` on macOS
652
+ - Prevents `ENOENT` errors when running from different working directories
653
+
654
+ - **Cline configuration documentation** – comprehensive setup guide:
655
+ - Created `doc/installation/CLINE_CONFIGURATION.md` with detailed configuration for all transport types
656
+ - Added example configs in `doc/installation/examples/` for NPX, global install, and local development
657
+ - Platform-specific notes for macOS, Linux, and Windows
658
+ - Session storage configuration examples and best practices
659
+ - Troubleshooting guide for common connection issues
660
+
661
+ - **Cross-platform fixes documentation** – created `doc/development/CROSS_PLATFORM_FIXES.md`:
662
+ - Documented dotenv removal and stdio transport fixes
663
+ - Cross-platform path handling with `os.tmpdir()` and `path.join()`
664
+ - Platform-specific session storage locations
665
+ - Testing instructions for all three transports (stdio, HTTP, SSE)
666
+
667
+ ### Changed
668
+ - **Session storage architecture** – improved reliability and cross-platform support:
669
+ - Moved from relative `.sessions` path to absolute paths using `os.tmpdir()`
670
+ - Session storage now optional and controlled by environment variables
671
+ - Removed `FileSessionStorage` usage from individual handlers (e.g., `handleDeletePackage`)
672
+ - All session management now centralized in connection manager (`utils.ts`)
673
+
674
+ - **Environment variable documentation** – comprehensive env var reference:
675
+ - Added table of all available environment variables in Cline configuration docs
676
+ - Documented `MCP_ENABLE_SESSION_STORAGE` and `MCP_SESSION_DIR` usage
677
+ - Platform-specific default values and examples
678
+ - Guidance on when to enable/disable session storage
679
+
680
+ ### Fixed
681
+ - **Session directory creation errors** – fixed `ENOENT: no such file or directory, mkdir '/.sessions'`:
682
+ - Replaced relative `.sessions` path with absolute paths
683
+ - Session directory now uses OS-specific temp directory by default
684
+ - Works correctly when running as global npm package or via npx
685
+ - No longer depends on current working directory
686
+
687
+ - **Handler session management** – simplified connection handling:
688
+ - Removed custom `FileSessionStorage` creation in `handleDeletePackage`
689
+ - Deprecated `force_new_connection` parameter (now ignored)
690
+ - All connections use centralized session management
691
+ - Restart server to force new session instead of per-handler sessions
692
+
693
+ ### Dependencies
694
+ - No dependency changes in this release
695
+
696
+ ## [1.1.16] - 2025-01-XX
697
+
698
+ ### Removed
699
+ - **dotenv dependency** – completely removed `dotenv` package from dependencies:
700
+ - Eliminated `dotenv` as a dependency to prevent stdout pollution in stdio mode
701
+ - Resolved `"[dotenv@17."... is not valid JSON` error that was breaking stdio transport
702
+ - Server now uses manual `.env` file parsing for all transport modes
703
+
704
+ ### Changed
705
+ - **.env file parsing** – replaced `dotenv` library with manual parsing:
706
+ - Manual `.env` file parsing for all transport modes (stdio, http, sse)
707
+ - Supports both Unix (`\n`) and Windows (`\r\n`) line endings
708
+ - Handles comments, quoted values, and empty lines correctly
709
+ - Cross-platform compatible (works on Linux, Windows, macOS)
710
+ - No external dependencies for environment variable loading
711
+
712
+ - **stdio mode auto-detection** – improved stdio mode detection:
713
+ - Auto-detects stdio mode when `stdin` is not a TTY (piped by MCP Inspector or other tools)
714
+ - Checks `!process.stdin.isTTY` in addition to command-line arguments and environment variables
715
+ - Allows seamless connection from MCP Inspector and other stdio-based clients without explicit `--transport=stdio` flag
716
+
717
+ - **stderr handling in stdio mode** – restored stderr for error logging:
718
+ - Following reference implementation pattern, stderr is now available for error logging in stdio mode
719
+ - stdout remains reserved exclusively for MCP JSON-RPC protocol
720
+ - console.error() and console.warn() now work correctly in stdio mode (write to stderr)
721
+
722
+ ### Fixed
723
+ - **stdio transport connection** – fixed issue where server was not connecting properly in stdio mode:
724
+ - Server now correctly detects stdio mode when launched by MCP Inspector
725
+ - Tools are properly registered and available when connecting via stdio
726
+ - Resolved connection issues that prevented tools from being listed
727
+
728
+ ### Dependencies
729
+ - Updated `@mcp-abap-adt/connection` to `^0.1.12`:
730
+ - Connection package no longer reads `.env` files or depends on `dotenv`
731
+ - Consumers must pass `SapConfig` directly to connection constructors
732
+ - Updated `@mcp-abap-adt/adt-clients` to `^0.1.27`:
733
+ - Updated to work with connection@0.1.12
734
+ - Fixed example scripts to use manual `.env` parsing
735
+
736
+ ## [1.1.15] - 2025-01-27
737
+
738
+ ### Fixed
739
+ - **Git tag management** – fixed issues with release tag creation and management:
740
+ - Corrected tag placement on the latest commit with CHANGELOG updates
741
+ - Ensured proper tag synchronization between local and remote repositories
742
+ - Fixed tag deletion and recreation workflow for release management
743
+
744
+ ## [1.1.14] - 2025-01-27
745
+
746
+ ### Added
747
+ - **Command-line flags --version/-v and --help/-h** – added support for standard command-line flags:
748
+ - `--version` or `-v` – displays package version and exits
749
+ - `--help` or `-h` – displays help message and exits
750
+ - Flags are processed before any other initialization, allowing quick version/help checks
751
+
752
+ ### Changed
753
+ - **.env file search logic** – improved .env file discovery and loading:
754
+ - **Search location:** Now searches for `.env` file only in the current working directory (where the command is executed)
755
+ - **No recursive search:** Removed fallback searches in parent directories or project root
756
+ - **Explicit path support:** Still supports `--env=/path/to/.env` or `MCP_ENV_PATH` environment variable for custom locations
757
+ - **Cross-platform paths:** Uses `path.resolve()` and `path.join()` for proper path handling on Windows, Linux, and macOS
758
+
759
+ - **Transport mode and .env file relationship** – refined logic for transport mode selection and .env file requirements:
760
+ - **Default behavior:** If transport is not explicitly specified and no `.env` file is found, server starts in HTTP mode (no .env required)
761
+ - **Explicit transport with .env:** If transport is explicitly set to `stdio` or `sse` but `.env` file is missing, server exits with clear error message
762
+ - **Explicit transport without .env:** If transport is explicitly set to `http` or `streamable-http`, server starts without .env file (as expected)
763
+ - **Error messages:** Improved error messages that clearly indicate what transport mode requires .env file and how to specify custom .env location
764
+
765
+ ### Fixed
766
+ - **Cross-platform compatibility** – ensured all file path operations work correctly on Windows, Linux, and macOS:
767
+ - All path operations use Node.js `path` module methods (`path.join()`, `path.resolve()`, `path.isAbsolute()`)
768
+ - Proper handling of Windows path separators (`\`) vs Unix path separators (`/`)
769
+ - Version reading from `package.json` uses cross-platform path resolution
770
+
771
+ ## [1.1.13] - 2025-01-27
772
+
773
+ ### Fixed
774
+ - **Handler parameter schemas alignment with CrudClient** – comprehensive fix to ensure all handler input schemas match actual CrudClient method parameters:
775
+ - **Data Element handlers:**
776
+ - Added `type_name` parameter to `handleCreateDataElement` schema (was missing but used in code)
777
+ - Added `search_help`, `search_help_parameter`, `set_get_parameter` to `handleUpdateDataElement` schema (now properly passed to builder)
778
+ - Updated field label descriptions to clarify they are applied during update step after creation
779
+ - **Domain handlers:**
780
+ - Removed unsupported parameters from `handleCreateDomain` low-level handler: `domain_type`, `application`, `master_system`, `responsible`
781
+ - **Program handlers:**
782
+ - Removed `master_system` and `responsible` from both high and low-level handlers (these are set automatically by system)
783
+ - **Class handlers:**
784
+ - Removed `master_system` and `responsible` from high-level handler schema (set automatically by system)
785
+ - Removed `master_system` and `responsible` from low-level handler schema and code
786
+ - **Interface handlers:**
787
+ - Removed `master_system` and `responsible` from both high and low-level handlers (set automatically by system)
788
+ - **Structure, View, Table handlers:**
789
+ - Removed `master_system` and `responsible` from low-level create handlers (set automatically by system)
790
+ - **Behavior Definition, Metadata Extension handlers:**
791
+ - Removed `master_system` and `responsible` from low-level create handlers (set automatically by system)
792
+ - **Impact:** All handler schemas now accurately reflect what parameters are actually supported and used by CrudClient methods, preventing confusion and ensuring correct API usage
793
+
794
+ ### Changed
795
+ - **Data Element handlers – search help support** – enhanced data element handlers to support search help configuration:
796
+ - `handleCreateDataElement` now accepts `search_help`, `search_help_parameter`, `set_get_parameter` parameters
797
+ - `handleUpdateDataElement` now accepts `search_help`, `search_help_parameter`, `set_get_parameter` parameters
798
+ - These parameters are properly passed through to `DataElementBuilder` and included in update operations
799
+ - Enables full configuration of search help and parameter settings for data elements
800
+
801
+ ### Dependencies
802
+ - **Updated `@mcp-abap-adt/adt-clients` to `^0.1.26`** – upgraded to latest version which includes:
803
+ - Added `searchHelp`, `searchHelpParameter`, `setGetParameter` to `DataElementBuilderConfig`
804
+ - Updated `DataElementBuilder.update()` to pass search help parameters to `UpdateDataElementParams`
805
+ - Full support for search help configuration in data element operations
806
+
807
+ ## [1.1.11] - 2025-11-28
808
+
809
+ ### Fixed
810
+ - **DomainHighHandlers - Update workflow detection bug** – fixed critical issue where domain update operations were incorrectly using CREATE workflow instead of UPDATE workflow:
811
+ - **Root cause:** `DomainBuilder.update()` method determines which workflow to use (CREATE vs UPDATE) by checking if `this.state.createResult` exists. When `CrudClient.getDomainBuilder()` reuses a builder instance from a previous `createDomain()` call, the builder still has `createResult` in its state, causing `update()` to incorrectly use CREATE workflow (`upload()` function) instead of UPDATE workflow (`updateDomain()` function).
812
+ - **Solution:** Modified `handleUpdateDomain` to pass `packageName` directly to `lockDomain()` call, ensuring the builder is created with correct configuration from the start. This prevents builder reuse issues and ensures proper workflow detection.
813
+ - **Additional fix:** Removed redundant validation step from `handleUpdateDomain` handler. The validation was checking if domain exists, but `lockDomain()` will fail if domain doesn't exist anyway, making the validation step unnecessary and potentially causing confusion.
814
+ - **Impact:** Domain update operations now correctly use UPDATE workflow for existing domains, preventing "Domain already exists" errors that were occurring when the system tried to create an already-existing domain.
815
+
816
+ ### Changed
817
+ - **DomainHighHandlers test logging** – completely refactored test logging system for better information density and clarity:
818
+ - **Removed verbose `debugLog()` system** – eliminated all `debugLog()` calls that were cluttering test output with verbose JSON structures and nested data objects
819
+ - **Introduced concise logging** – replaced with simple, informative `console.log()` statements that provide clear, actionable information:
820
+ - Clear operation names (e.g., "High Create: Creating domain...", "High Update: Updating domain...")
821
+ - Success/failure status with object names
822
+ - Skip reasons when tests are skipped
823
+ - Visual infographics (emojis) for quick visual scanning of test output
824
+ - **Simplified error handling** – removed redundant try-catch blocks and verbose error logging, now relies on Jest's native error handling which provides better stack traces
825
+ - **More informative output** – each log statement now provides essential information (operation type, object name, status) without JSON noise
826
+ - **Consistent with other tests** – matches logging patterns used in BehaviorDefinitionHighHandlers, PackageHighHandlers, and other high-level handler tests
827
+ - **Better maintainability** – removed ~50 lines of verbose debug logging code, making tests easier to read and maintain
828
+ - **Improved debugging** – concise logs make it easier to identify which operation failed and why, without scrolling through JSON dumps
829
+
830
+ ### Dependencies
831
+ - **Updated `@mcp-abap-adt/adt-clients` to `^0.1.25`** – upgraded to latest version which includes:
832
+ - Improved `DomainBuilder.update()` workflow detection logic
833
+ - Better handling of CREATE vs UPDATE workflow selection based on builder state
834
+ - Enhanced error messages for domain operations
835
+
836
+ ### Documentation
837
+ - **Test Issues Roadmap** – comprehensive update to development roadmap:
838
+ - **Issue #10 (DomainHighHandlers)** – changed status from "Expected Skip" to "Fixed" with detailed explanation
839
+ - **Updated statistics:** 8 fixed issues (was 7), 1 expected skip (was 3)
840
+ - **Added detailed problem analysis:** Documented root cause, solution approach, and code changes
841
+ - **Improved issue tracking:** Better categorization of issues vs expected skips vs cloud limitations
842
+
843
+ ### Development Process
844
+ - **Issue Roadmap System** – introduced systematic problem analysis and resolution tracking:
845
+ - **New workflow:** Test failures are now systematically analyzed and documented in `doc/development/TEST_ISSUES_ROADMAP_*.md`
846
+ - **Issue classification:** Problems are categorized as Simple (⚡) or Complex (🔍), with clear distinction between real issues and expected skips
847
+ - **Problem analysis:** Each issue includes detailed error messages, root cause analysis, solution approach, and code references
848
+ - **Progress tracking:** Roadmap maintains statistics on fixed vs pending vs expected issues, providing clear visibility into test suite health
849
+ - **Solution documentation:** All fixes are documented with code references, making it easier to understand what was changed and why
850
+ - **Continuous improvement:** Roadmap is updated after each test run, ensuring it reflects current state and helps prioritize future work
851
+ - **Benefits:** Enables faster problem resolution, prevents duplicate work, and provides historical context for similar issues
852
+
853
+ ## [1.1.10] - 2025-11-27
854
+
855
+ ### Added
856
+ - **Behavior Implementation integration tests** – added comprehensive integration tests for Behavior Implementation handlers:
857
+ - `BehaviorImplementationLowHandlers.test.ts` – full workflow test: Validate → Create → Check → Lock → Update → Unlock → Activate
858
+ - `BehaviorImplementationHighHandlers.test.ts` – high-level handler test: CreateClass → Update implementations include → DeleteClass
859
+ - Both tests include detailed step-by-step logging for better visibility and debugging
860
+ - Tests use `implementationCode` parameter for custom implementations include code
861
+ - Proper cleanup logic ensures test objects are deleted only if successfully created
862
+ - **Test configuration parameter for Behavior Implementation** – added `implementation_code` parameter:
863
+ - Separate parameter for updating implementations include (local handler class) in low-level handler tests
864
+ - `update_source_code` parameter for high-level handler tests
865
+ - Updated test templates with correct implementation code structure
866
+ - Improved test configuration clarity and maintainability
867
+
868
+ ### Changed
869
+ - **Behavior Implementation HighHandlers test** – simplified test implementation:
870
+ - Removed manual session state management (save/restore) – CrudClient now manages session internally
871
+ - Removed low-level handler imports (`handleLockClass`, `handleUnlockClass`, `handleActivateClass`)
872
+ - Test now uses only CrudClient methods for lock → update → unlock → activate workflow
873
+ - Aligns with high-level handler pattern where each handler manages its own session and lock/unlock operations
874
+ - **Behavior Implementation handlers** – updated to use types from `@mcp-abap-adt/adt-clients`:
875
+ - All handler parameter types now imported from `adt-clients` package
876
+ - Ensures type consistency across handlers and client library
877
+ - `handleCreateBehaviorImplementation` now correctly uses `BehaviorImplementationBuilderConfig` type
878
+
879
+ ### Fixed
880
+ - **Behavior Implementation test configuration** – fixed test configuration for managed behavior definitions:
881
+ - Removed `read FOR READ` method from implementation code examples in `test-config.yaml` and `test-config.yaml.template`
882
+ - For managed behavior definitions, `read` method is auto-generated and should not be included in custom implementation code
883
+ - Updated both low-level and high-level test configurations with correct implementation code structure
884
+ - Tests now correctly handle managed behavior implementation classes without superfluous `read` method errors
885
+
886
+ ## [1.1.10] - 2025-11-26
887
+
888
+ ### Added
889
+ - **Client Connection Isolation**: Implemented per-session connection isolation to prevent data mixing between different clients
890
+ - Each client session now maintains its own isolated SAP connection based on `sessionId` and configuration hash
891
+ - Connections are cached per unique combination of `sessionId` + `sapUrl` + authentication parameters
892
+ - Uses `AsyncLocalStorage` to pass session context to handlers, ensuring each request uses the correct connection
893
+ - Prevents race conditions where concurrent requests from different clients could overwrite each other's connection settings
894
+ - Backward compatible: falls back to global connection cache for non-HTTP transports (stdio)
895
+
896
+ - **Non-Local Connection Restrictions**: Added security restrictions for non-local connections
897
+ - **SSE Transport**: Always restricted to localhost connections only (127.0.0.1, ::1, localhost)
898
+ - **HTTP Transport**: Non-local connections are restricted when:
899
+ - `.env` file exists (was found at startup)
900
+ - AND request does not include SAP connection headers (`x-sap-url`, `x-sap-auth-type`)
901
+ - Non-local connections with SAP headers are allowed (enables multi-tenant scenarios)
902
+ - Local connections are always allowed regardless of `.env` file presence
903
+ - Clear error messages guide users when connections are rejected
904
+
905
+ ### Changed
906
+ - **Connection Management**: Refactored `getManagedConnection()` to support session-based connection caching
907
+ - Added `generateConnectionCacheKey()` function to create unique cache keys from sessionId and config signature
908
+ - Implemented `getConnectionForSession()` to retrieve or create session-specific connections
909
+ - Added automatic cleanup of old connection cache entries (older than 1 hour)
910
+ - Each session uses unique `sessionId` for its `AbapConnection` to prevent session mixing
911
+
912
+ - **Session Tracking**: Enhanced `streamableHttpSessions` to store SAP configuration per session
913
+ - Added `sapConfig` field to session objects to track configuration per client
914
+ - `applyAuthHeaders()` now stores configuration in session object
915
+ - Session cleanup automatically removes associated connection from cache
916
+
917
+ ### Security
918
+ - **Connection Isolation**: Prevents one client from receiving another client's data when multiple clients connect to different SAP systems
919
+ - **Access Control**: Restricts non-local access when `.env` file is present, requiring explicit SAP headers for remote connections
920
+
921
+ ## [1.1.9] - 2025-11-24
922
+
923
+ ### Added
924
+ - **DDLX (Metadata Extension) Management Tools**:
925
+ - `CreateMetadataExtension`: Create new ABAP Metadata Extensions (DDLX) with automatic activation
926
+ - `UpdateMetadataExtension`: Update source code of existing Metadata Extensions
927
+ - Full CRUD workflow: Create → Lock → Check → Unlock → Activate
928
+ - Support for transport request validation
929
+ - Integrated with CrudClient API for consistent behavior
930
+
931
+ - **BDEF (Behavior Definition) Management Tools**:
932
+ - `CreateBehaviorDefinition`: Create new ABAP Behavior Definitions (BDEF) with support for Managed, Unmanaged, Abstract, and Projection implementation types
933
+ - `UpdateBehaviorDefinition`: Update source code of existing Behavior Definitions
934
+ - Full CRUD workflow: Create → Lock → Check → Unlock → Activate
935
+ - Support for root entity specification and implementation type selection
936
+ - Transport request validation integrated
937
+ - **Full Low-Level CRUD Coverage**:
938
+ - Added dedicated `create`, `lock`, `unlock`, `check`, `validate`, `delete`, and `update` handlers for classes, programs, interfaces, function groups/modules, domains, data elements, packages, tables, views, structures, transports, and more to cover every `CrudClient` method.
939
+ - Each handler now has a consistent naming scheme (`CreateX`, `UpdateX`, etc.) to match the high-level counterparts.
940
+
941
+ - **System Management Tools**:
942
+ - `GetInactiveObjects`: Retrieve list of inactive ABAP objects (objects that have been modified but not activated)
943
+ - Provides count and detailed list of objects waiting for activation
944
+ - Useful for monitoring development progress and identifying objects requiring attention
945
+
946
+ ### Changed
947
+ - **Handler Organization Refactoring**: All handlers reorganized into categorized subdirectories with explicit `high/`, `low/`, and `readonly/` layers for better maintainability. Each low-level handler description now starts with `[low-level]`, and every read handler was moved to the new `readonly/` folders and tagged `[read-only]`. This improves discoverability, enforces single-responsibility boundaries, and makes it clear which tools mutate SAP data.
948
+ - `bdef/` - Behavior Definition handlers (GetBdef, CreateBehaviorDefinition, UpdateBehaviorDefinition)
949
+ - `class/` - Class handlers (GetClass, CreateClass, UpdateClass, ValidateClass, CheckClass)
950
+ - `common/` - Common handlers (ActivateObject, DeleteObject, CheckObject, LockObject, UnlockObject, ValidateObject)
951
+ - `data_element/` - Data Element handlers (GetDataElement, CreateDataElement, UpdateDataElement)
952
+ - `ddlx/` - Metadata Extension handlers (CreateMetadataExtension, UpdateMetadataExtension)
953
+ - `domain/` - Domain handlers (GetDomain, CreateDomain, UpdateDomain)
954
+ - `enhancement/` - Enhancement handlers (GetEnhancements, GetEnhancementImpl, GetEnhancementSpot)
955
+ - `function/` - Function handlers (GetFunction, GetFunctionGroup, CreateFunctionGroup, CreateFunctionModule, UpdateFunctionModule, ValidateFunctionModule, CheckFunctionModule)
956
+ - `include/` - Include handlers (GetInclude, GetIncludesList)
957
+ - `interface/` - Interface handlers (GetInterface, CreateInterface, UpdateInterface)
958
+ - `package/` - Package handlers (GetPackage, CreatePackage)
959
+ - `program/` - Program handlers (GetProgram, CreateProgram, UpdateProgram)
960
+ - `search/` - Search handlers (SearchObject, GetObjectsByType, GetObjectsList)
961
+ - `structure/` - Structure handlers (GetStructure, CreateStructure)
962
+ - `system/` - System handlers (GetTypeInfo, GetTransaction, GetSqlQuery, GetWhereUsed, GetObjectInfo, GetSession, GetAbapAST, GetAbapSemanticAnalysis, GetAbapSystemSymbols, GetAllTypes, GetObjectStructure, GetObjectNodeFromCache, GetInactiveObjects)
963
+ - `table/` - Table handlers (GetTable, GetTableContents, CreateTable, ValidateTable, CheckTable)
964
+ - `transport/` - Transport handlers (GetTransport, CreateTransport)
965
+ - `view/` - View handlers (GetView, CreateView, UpdateView)
966
+ - This reorganization improves code navigation, reduces merge conflicts, and makes the codebase more maintainable
967
+
968
+ - **Dependencies Updated**:
969
+ - `@mcp-abap-adt/adt-clients`: ^0.1.9 → ^0.1.12
970
+ - `@mcp-abap-adt/connection`: ^0.1.4 → ^0.1.9
971
+ - Updated to leverage new CrudClient methods for DDLX and BDEF operations
972
+
973
+ - **Index and Tools Registry Updates**:
974
+ - `src/index.ts`: Updated all handler imports to reflect new subdirectory structure
975
+ - `src/lib/toolsRegistry.ts`: Updated tool definitions imports to match new handler locations
976
+ - All 81 handler files moved and imports updated consistently
977
+ - **Tooling Improvements**:
978
+ - `tools/generate-tools-docs.js` now outputs a navigation tree that mirrors the document structure, separates high-/low-/read-only tools, and adds summary counts for each level.
979
+ - `doc/user-guide/AVAILABLE_TOOLS.md` regenerated to include the new navigation, level-specific anchors, and the `[read-only]` marker.
980
+ - Test suite, configs, and helper scripts updated to follow the new directory layout and renamed high-level handlers (`UpdateClass`, `UpdateProgram`, etc.).
981
+ - **Low-Level Tool Names**:
982
+ - Every low-level handler now advertises a unique MCP tool name suffixed with `Low` (e.g., `CreateClassLow`, `UpdateDomainLow`, `LockPackageLow`). This prevents `Tool <name> is already registered` errors when both low/high versions exist and keeps the server compatible with clients that look up tools by name.
983
+
984
+ ### Documentation
985
+ - Added `implementation_plan.md`: Plan for future refactoring of read handlers to `src/readers` directory
986
+ - Removed `roadmap.md`: Work items are complete, so the standalone roadmap is no longer required
987
+
988
+ ## [1.1.8] - 2025-11-24
989
+
990
+ _Documentation for this tag is intentionally minimal; see the Git tag `v1.1.8` for its exact contents._
991
+
992
+ ## [1.1.6] - 2025-11-21
993
+
994
+ ### Documentation
995
+ - **Comprehensive CLI documentation**: Added detailed documentation for all command line options and configuration
996
+ - Updated README.md with global installation guide and CLI usage examples
997
+ - Enhanced INSTALLATION.md with complete CLI options reference
998
+ - Created new CLI_OPTIONS.md with comprehensive command line reference
999
+ - Documented environment file priority and auto-discovery behavior
1000
+ - Added troubleshooting section for common CLI issues
1001
+
1002
+ ## [1.1.5] - 2025-11-21
1003
+
1004
+ ### Added
1005
+ - **--help flag**: Added comprehensive help message showing all CLI options, environment variables, and usage examples
1006
+ - Shows transport options (stdio, http, sse)
1007
+ - Lists all HTTP and SSE configuration options
1008
+ - Documents SAP connection environment variables
1009
+ - Includes practical usage examples
1010
+
1011
+ ### Fixed
1012
+ - **Global installation .env loading**: Fixed .env file discovery for globally installed packages
1013
+ - Now correctly prioritizes `process.cwd()/.env` (user's working directory) over package directory
1014
+ - Works correctly when installed via `npm install -g`
1015
+ - Better error messages showing current directory and suggesting --env flag
1016
+ - **--env argument parsing**: Fixed custom .env file path support
1017
+ - Both `--env=/path/to/.env` and `--env /path/to/.env` formats now work correctly
1018
+ - Relative paths are resolved from current working directory
1019
+ - Clear feedback messages showing which .env file is being used
1020
+ - **Runtime dependencies**: Moved `dotenv` from devDependencies to dependencies
1021
+ - Fixes "Cannot find module 'dotenv'" error when installed globally
1022
+ - Ensures all runtime dependencies are available in production
1023
+
1024
+ ### Changed
1025
+ - **All handlers refactored to use CrudClient** – replaced Builder pattern with unified CrudClient API
1026
+ - **18 handlers converted**: Create (Program, DataElement, Domain, FunctionGroup, FunctionModule, Package, Structure, Table, Transport, View), Update (ClassSource, DataElement, InterfaceSource), Check (Class, FunctionModule, Table, Object), Validate (Class, Object), Lock/Unlock (Object)
1027
+ - Removed direct Builder instantiation from all handlers
1028
+ - All CRUD operations now use CrudClient methods (createProgram, lockClass, updateInterface, etc.)
1029
+ - Session ID no longer exposed - internal to CrudClient implementation
1030
+ - Simplified error handling with try-catch around lock/update/unlock sequences
1031
+
1032
+ ### Fixed
1033
+ - **utils.ts deprecated methods** – added TODO comments for missing ReadOnlyClient methods
1034
+ - `fetchNodeStructure()` - marked for future implementation
1035
+ - `getSystemInformation()` - marked for future implementation
1036
+ - Both throw errors with clear TODO messages instead of attempting non-existent method calls
1037
+
1038
+ ## [1.1.3] - 2025-11-21
1039
+
1040
+ ### Added
1041
+ - **Parameter Optionality Sync Tool**: Created `tools/sync-optional-from-interfaces.js` to extract optional parameter information from TypeScript interfaces
1042
+ - Extracts required vs optional fields from `@mcp-abap-adt/adt-clients` builder interfaces
1043
+ - Provides single source of truth for parameter optionality
1044
+ - Prevents drift between TypeScript interfaces and MCP tool definitions
1045
+ - Documentation added in `doc/development/SYNC_OPTIONAL_PARAMS.md`
1046
+
1047
+ ### Changed
1048
+ - **CreateDomain Handler**: Synced parameter optionality with `DomainBuilderConfig` interface
1049
+ - Only `domain_name` is required (was incorrectly requiring `package_name`)
1050
+ - Marked all optional parameters with `(optional)` prefix in descriptions
1051
+ - Ensures consistency with TypeScript interface definitions
1052
+
1053
+ ## [1.1.2] - 2025-11-21
1054
+
1055
+ ### Fixed
1056
+ - **STDIO Transport**: Fixed STDIO transport broken by mixing old `Server` and new `McpServer` APIs
1057
+ - Removed legacy `Server` class and `setupHandlers()` method
1058
+ - Unified all transports (STDIO, HTTP, SSE) to use single `McpServer` instance
1059
+ - Fixed STDIO connection to use `mcpServer.server.connect(transport)` pattern
1060
+ - Removed unused imports: `Server`, `CallToolRequestSchema`, `ListToolsRequestSchema`
1061
+
1062
+ ### Added
1063
+ - **SSE Development Tool**: Created `tools/dev-sse.js` for proper SSE server development workflow
1064
+ - Launches SSE server on port 3001 (default)
1065
+ - Automatically starts MCP Inspector with correct SSE endpoint (`http://localhost:3001/sse`)
1066
+ - Mirrors `dev-http.js` functionality for consistent development experience
1067
+ - Updated `npm run dev:sse` to use new development script
1068
+
1069
+ ## [Unreleased]
1070
+
1071
+ > Package-specific changes (e.g., `@mcp-abap-adt/adt-clients`) are tracked in their respective repositories and npm packages.
1072
+
1073
+ ### Changed
1074
+ - **Dependencies**: Project now uses published npm packages instead of local workspace dependencies:
1075
+ - `@mcp-abap-adt/adt-clients` and `@mcp-abap-adt/connection` are now installed from npm
1076
+ - Removed workspace configuration and git submodules
1077
+ - Updated documentation to reflect npm package usage
1078
+
1079
+ ### Added
1080
+ - **Documentation Restructure**:
1081
+ - New platform-specific installation guides: `INSTALL_WINDOWS.md`, `INSTALL_MACOS.md`, `INSTALL_LINUX.md`
1082
+ - Main entry point: `INSTALLATION.md` with quick links to platform guides
1083
+ - SSE/HTTP transport mode documentation for web-based clients
1084
+ - nvm (Node Version Manager) as recommended installation method for all platforms
1085
+ - Server transport modes documentation: stdio (default for Cline/Cursor) and SSE/HTTP (for web interfaces)
1086
+ - SSE server options: `--sse-port`, `--sse-host`, `--sse-allowed-origins`, `--sse-enable-dns-protection`
1087
+ - Examples for running server in SSE mode: `npm run start:sse`, `npm run start:http`
1088
+ - **Transport Request Validation**:
1089
+ - New utility function `validateTransportRequest()` for consistent validation across all Create handlers
1090
+ - Transport request is now optional for `$TMP` (local) package only
1091
+ - Transport request is required for all transportable (non-`$TMP`) packages
1092
+ - Clear error messages guide users to use `package_name: "$TMP"` for local development
1093
+ - Test configuration updated with `$TMP` example in `test-config.yaml.template`
1094
+ - Note: `$TMP` is the only local package in SAP - each user has their own `$TMP`
1095
+ - **Domain Management Tools**:
1096
+ - `GetDomain`: Retrieve ABAP domain structure and properties
1097
+ - `CreateDomain`: Create new ABAP domains with automatic activation
1098
+ - Simplified workflow: POST with all properties + Activate + Verify
1099
+ - SAP handles locking automatically on transport
1100
+ - Full test coverage with `test-create-domain.js` and `test-get-domain.js`
1101
+ - **Data Element Management Tools**:
1102
+ - `GetDataElement`: Retrieve ABAP data element information including type definition, field labels, and metadata
1103
+ - `CreateDataElement`: Create new ABAP data elements with domain references and field labels
1104
+ - Simplified workflow: POST with full body + Activate + Verify (similar to CreateDomain)
1105
+ - Support for all field labels: short (10), medium (20), long (40), heading (55)
1106
+ - Support for search help, change document, and other data element properties
1107
+ - Full test coverage with `test-create-data-element.js` and `test-get-data-element.js`
1108
+ - **Transport Management Tools**:
1109
+ - `CreateTransport`: Create new ABAP transport requests with automatic task creation
1110
+ - `GetTransport`: Retrieve comprehensive transport information with objects and tasks
1111
+ - Eclipse-compatible XML structure with proper Content-Type headers
1112
+ - Support for workbench (K) and customizing (T) transport types
1113
+ - Complete transport metadata parsing and validation
1114
+ - Full test coverage with `test-create-transport.js` and `test-get-transport.js`
1115
+ - **Dictionary Objects Management Tools**:
1116
+ - `CreateTable`: Create new ABAP tables with fields, keys, and technical settings
1117
+ - `CreateStructure`: Create new ABAP structures with fields and type references
1118
+ - `GetView`: Retrieve ABAP database view definition including tables, fields, joins, and selection conditions
1119
+ - Comprehensive field definitions with data types, lengths, decimals, key flags, NOT NULL constraints
1120
+ - Support for domain and data element references in field definitions
1121
+ - Table delivery classes (A/C/L/G) and data categories (APPL0/APPL1/APPL2) configuration
1122
+ - Structure includes and field type references (domains, data elements, structures, tables)
1123
+ - View analysis with tables, joins, selection conditions, and optional data retrieval
1124
+ - Full test coverage with `test-create-table.js`, `test-create-structure.js`, and `test-get-view.js`
1125
+ - Domain creation creates and activates domain in one operation (3 steps vs Eclipse's 7 steps)
1126
+ - Data element creation follows same simplified approach (3 steps vs Eclipse's multiple LOCK/UNLOCK operations)
1127
+ - All domain properties (datatype, length, decimals, lowercase, sign, conversion exit, value table) supported
1128
+ - All data element properties (domain reference, field labels, type info, search help) supported
1129
+
1130
+ ### Changed
1131
+ - `CreateTable` handler now mirrors Eclipse ADT workflow: status check, `abapCheckRun`, lock cleanup, activation retry, and post-activation ident checks matching SAP behaviour.
1132
+ - `BaseAbapConnection` merges session cookies across responses to keep SAP ADT sequences authenticated and clears them on reset.
1133
+ - Added dedicated `jest.setup.js` to skip automatic MCP server bootstrap during Jest runs, eliminating TDZ errors in the test environment.
1134
+ - Narrowed Jest `testMatch` patterns to `*.test.[tj]s` and removed legacy CLI scripts from the suite to prevent false negatives.
1135
+ - Updated `tests/integration/handleGetFunction.int.test.js` to accept either JSON or plain-text payloads and perform case-insensitive source assertions.
1136
+ - Translated legacy inline comments and documentation references to English for consistency with project guidelines.
1137
+ - MCP protocol compliance: All handler responses now strictly follow the MCP protocol.
1138
+ - Removed all `mimeType` and `data` fields from handler responses.
1139
+ - For type `"text"` in `content`, only the `text` field is used.
1140
+ - For type `"json"` in `content`, only the `json` field is used.
1141
+ - Unified response format for all handlers: `{ isError, content: [{ type: "text", text: ... }] }` or `{ isError, content: [{ type: "json", json: ... }] }`.
1142
+ - Fixed all MCP client errors related to invalid response format.
1143
+ - Updated documentation and handler tables to reflect new response format.
1144
+ - Added two new tools for batch ABAP object type detection:
1145
+ - DetectObjectTypeListArray: accepts array of objects via 'objects' parameter.
1146
+ - DetectObjectTypeListJson: accepts JSON payload with 'objects' array via 'payload' parameter.
1147
+ - Added documentation for both tools: see [DetectObjectTypeListTools.md](docs/development/DetectObjectTypeListTools.md).
1148
+ - Repository URL changed from `mario-andreschak/mcp-abap-adt` to `fr0ster/mcp-abap-adt`
1149
+ - Added acknowledgment to original project in README.md
1150
+ - **All Create handlers updated**:
1151
+ - `CreateDomain`, `CreateDataElement`, `CreateClass`, `CreateProgram`, `CreateInterface`
1152
+ - `CreateFunctionGroup`, `CreateTable`, `CreateStructure`, `CreateView`
1153
+ - All now validate transport_request based on package type ($TMP vs transportable)
1154
+ - `transport_request` parameter removed from `required` fields in tool schemas where applicable
1155
+
1156
+ ### Removed
1157
+ - **Deprecated Documentation Files**:
1158
+ - Removed `INSTALLATION_GUIDE_EN.md`, `INSTALLATION_GUIDE_UA.md`, `INSTALLATION_GUIDE_BY.md` (replaced by platform-specific guides)
1159
+ - Removed Smithery automatic installation instructions (not supported)
1160
+ - Removed Smithery badge from README.md
1161
+ - Removed all references to `@mario-andreschak/mcp-abap-adt` package
1162
+
1163
+ All notable changes to this project will be documented in this file.
1164
+
1165
+ ## [Unreleased]
1166
+
1167
+ ### Added
1168
+ - New MCP tool: `DetectObjectTypeList`
1169
+ - Batch detection of ABAP object types by a list of names.
1170
+ - Input: `{ global: [{ name: string, type?: string }] }`
1171
+ - Output: `{ isError: boolean, content: Array<{ name, detectedType, description, shortText, longText, text, package, uri }> }`
1172
+ - Available via MCP API and web interface.
1173
+ - All comments and documentation in English.
1174
+
1175
+ ### Changed
1176
+ - All handler modules now use a unified in-memory caching mechanism via `objectsListCache`. This provides consistent, easily swappable cache logic across the codebase.
1177
+ - The `filePath` parameter and all file write logic have been removed from all handlers. Handler results are now only cached in memory, not written to disk.
1178
+ - This refactor improves maintainability, testability, and performance by eliminating redundant file operations and centralizing cache management.
1179
+
1180
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1181
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1182
+
1183
+ ## [1.4.0] - 2025-07-08
1184
+
1185
+ ### Added
1186
+ - All MCP handler functions now support an optional `filePath` parameter. If provided, the handler will save the result to the specified file path (any absolute or relative path, with any extension).
1187
+ - All CLI test scripts now accept the `--filePath=...` argument to save the result to a file.
1188
+ - The result written to file is exactly what is returned to the user (no extra formatting or caching).
1189
+ - Improved error logging and debug output for file writing operations.
1190
+ - Updated documentation and usage examples in README.md to reflect new file output support.
1191
+ - Implemented utility `writeResultToFile` for safe file writing with directory restriction and logging.
1192
+
1193
+ ## [1.3.0] - 2025-07-08
1194
+
1195
+ ### Added
1196
+ - Added integration test `tests/integration/handleGetFunction.int.test.js` for handleGetFunction.
1197
+ - Significantly expanded integration test coverage in `src/index.test.ts` for all main tools (GetProgram, GetClass, GetFunctionGroup, GetFunction, GetTable, GetStructure, GetTableContents, GetPackage, GetInclude, GetTypeInfo, GetInterface, GetTransaction, GetEnhancements, GetSqlQuery, SearchObject).
1198
+ - Added new checks for advanced scenarios (e.g., SQL generation, error handling, enhancement XML parsing).
1199
+
1200
+ ### Changed
1201
+ - Updated documentation regarding testing and integration scenarios.
1202
+
1203
+ ## [1.2.0] - 2025-07-02
1204
+
1205
+ ### Changed
1206
+ - `GetWhereUsed` now supports any ADT object type (e.g. table/TABL, bdef/BDEF, etc.), not just class, program, include, function, interface, package.
1207
+ - Updated documentation in README.md and jsdoc for supported object types and usage examples.
1208
+
1209
+ ## [1.1.0] - 2025-02-19
1210
+
1211
+ ### Added
1212
+ - New `GetTransaction` tool to retrieve ABAP transaction details.
1213
+ - Allows fetching transaction details using the ADT endpoint `/sap/bc/adt/repository/informationsystem/objectproperties/values`.
1214
+ - Added documentation in README.md.
1215
+
1216
+ ## [0.1.2] - 2025-02-18
1217
+
1218
+ ### Changed
1219
+ - Added Jest Test Script `index.test.ts` available through `npm test`
1220
+ - Enhanced `makeAdtRequest` method to support:
1221
+ - Custom headers through an optional parameter
1222
+ - Query parameters through an optional `params` parameter
1223
+ - Improved `handleGetPackage` method to use ADT's nodeContent API
1224
+ - Now uses POST request with proper XML payload
1225
+ - Added specific content type headers for nodeContent endpoint
1226
+ - Added filtering to return only objects with URI
1227
+ - Improved CSRF token handling in utils.ts
1228
+ - Added automatic CSRF token fetching for POST/PUT requests
1229
+ - Enhanced token extraction to work with error responses
1230
+ - Added cookie management for better session handling
1231
+ - Implemented singleton axios instance for consistent state
1232
+ - Added proper cleanup for test environments
1233
+
1234
+ ## [0.1.1] - 2025-02-13
1235
+
1236
+ ### Added
1237
+ - New `GetInterface` tool to retrieve ABAP interface source code
1238
+ - Allows fetching source code of ABAP interfaces using the ADT endpoint `/sap/bc/adt/oo/interfaces/`
1239
+ - Similar functionality to GetClass but for interfaces
1240
+ - Added documentation in README.md
1241
+
1242
+ ## [0.1.0] - Initial Release
1243
+
1244
+ ### Added
1245
+ - Initial release of the MCP ABAP ADT server
1246
+ - Basic ABAP object retrieval functionality
1247
+ - Support for programs, classes, function modules, and more
1248
+ - Documentation and setup instructions