@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.
- package/CHANGELOG.md +1248 -0
- package/LICENSE +21 -0
- package/README.md +218 -0
- package/bin/README.md +368 -0
- package/bin/lock-object.js +274 -0
- package/bin/manage-locks.js +331 -0
- package/bin/manage-sessions.js +235 -0
- package/bin/mcp-abap-adt.js +15 -0
- package/bin/unlock-object.js +291 -0
- package/bin/unlock-test-objects.js +248 -0
- package/dist/bin/help.d.ts +6 -0
- package/dist/bin/help.d.ts.map +1 -0
- package/dist/bin/help.js +59 -0
- package/dist/bin/mcp-abap-adt-v2.d.ts +9 -0
- package/dist/bin/mcp-abap-adt-v2.d.ts.map +1 -0
- package/dist/bin/mcp-abap-adt-v2.js +247 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.d.ts +51 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.js +141 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.d.ts +43 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.js +106 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.d.ts +45 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.js +89 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts +38 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js +99 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.d.ts +63 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.js +135 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.d.ts +63 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.js +128 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.d.ts +90 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.js +163 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.d.ts +43 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.js +109 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.d.ts +63 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.js +122 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.d.ts +68 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.js +127 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.d.ts +73 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.js +132 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.d.ts +85 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.js +166 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts +21 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.js +24 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.d.ts +70 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.js +193 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.d.ts +43 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.js +106 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.d.ts +45 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.js +89 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.d.ts +61 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.js +141 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.d.ts +88 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.js +155 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.d.ts +63 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.js +112 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.d.ts +78 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.js +147 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/class/high/handleCreateClass.d.ts +77 -0
- package/dist/handlers/class/high/handleCreateClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateClass.js +209 -0
- package/dist/handlers/class/high/handleCreateClass.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.d.ts +46 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.js +84 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.d.ts +46 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.js +84 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.d.ts +59 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.js +107 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.d.ts +46 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.js +84 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteClass.d.ts +43 -0
- package/dist/handlers/class/high/handleDeleteClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteClass.js +106 -0
- package/dist/handlers/class/high/handleDeleteClass.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.d.ts +41 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.js +82 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.d.ts +41 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.js +82 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.d.ts +49 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.js +94 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.d.ts +41 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.js +82 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.js.map +1 -0
- package/dist/handlers/class/high/handleGetClass.d.ts +45 -0
- package/dist/handlers/class/high/handleGetClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetClass.js +89 -0
- package/dist/handlers/class/high/handleGetClass.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.d.ts +40 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.js +91 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalMacros.d.ts +40 -0
- package/dist/handlers/class/high/handleGetLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalMacros.js +79 -0
- package/dist/handlers/class/high/handleGetLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.d.ts +45 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.js +92 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTypes.d.ts +40 -0
- package/dist/handlers/class/high/handleGetLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTypes.js +91 -0
- package/dist/handlers/class/high/handleGetLocalTypes.js.map +1 -0
- package/dist/handlers/class/high/handleGetUnitTest.d.ts +38 -0
- package/dist/handlers/class/high/handleGetUnitTest.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetUnitTest.js +73 -0
- package/dist/handlers/class/high/handleGetUnitTest.js.map +1 -0
- package/dist/handlers/class/high/handleRunUnitTest.d.ts +122 -0
- package/dist/handlers/class/high/handleRunUnitTest.d.ts.map +1 -0
- package/dist/handlers/class/high/handleRunUnitTest.js +133 -0
- package/dist/handlers/class/high/handleRunUnitTest.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateClass.d.ts +42 -0
- package/dist/handlers/class/high/handleUpdateClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateClass.js +165 -0
- package/dist/handlers/class/high/handleUpdateClass.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.d.ts +46 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.js +84 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.d.ts +46 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.js +84 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.d.ts +54 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.js +101 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.d.ts +46 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.js +84 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.js.map +1 -0
- package/dist/handlers/class/low/handleActivateClass.d.ts +63 -0
- package/dist/handlers/class/low/handleActivateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleActivateClass.js +127 -0
- package/dist/handlers/class/low/handleActivateClass.js.map +1 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.d.ts +63 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.js +92 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleCheckClass.d.ts +72 -0
- package/dist/handlers/class/low/handleCheckClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleCheckClass.js +133 -0
- package/dist/handlers/class/low/handleCheckClass.js.map +1 -0
- package/dist/handlers/class/low/handleCreateClass.d.ts +98 -0
- package/dist/handlers/class/low/handleCreateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleCreateClass.js +155 -0
- package/dist/handlers/class/low/handleCreateClass.js.map +1 -0
- package/dist/handlers/class/low/handleDeleteClass.d.ts +43 -0
- package/dist/handlers/class/low/handleDeleteClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleDeleteClass.js +106 -0
- package/dist/handlers/class/low/handleDeleteClass.js.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.d.ts +69 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.js +83 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.js.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.d.ts +63 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.js +75 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.js.map +1 -0
- package/dist/handlers/class/low/handleLockClass.d.ts +38 -0
- package/dist/handlers/class/low/handleLockClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleLockClass.js +96 -0
- package/dist/handlers/class/low/handleLockClass.js.map +1 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.d.ts +58 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.js +87 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.d.ts +145 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.d.ts.map +1 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.js +154 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.js.map +1 -0
- package/dist/handlers/class/low/handleUnlockClass.d.ts +43 -0
- package/dist/handlers/class/low/handleUnlockClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUnlockClass.js +101 -0
- package/dist/handlers/class/low/handleUnlockClass.js.map +1 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.d.ts +63 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.js +85 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleUpdateClass.d.ts +48 -0
- package/dist/handlers/class/low/handleUpdateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUpdateClass.js +105 -0
- package/dist/handlers/class/low/handleUpdateClass.js.map +1 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.d.ts +68 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.js +95 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleValidateClass.d.ts +76 -0
- package/dist/handlers/class/low/handleValidateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleValidateClass.js +166 -0
- package/dist/handlers/class/low/handleValidateClass.js.map +1 -0
- package/dist/handlers/class/readonly/handleGetClass.d.ts +23 -0
- package/dist/handlers/class/readonly/handleGetClass.d.ts.map +1 -0
- package/dist/handlers/class/readonly/handleGetClass.js +77 -0
- package/dist/handlers/class/readonly/handleGetClass.js.map +1 -0
- package/dist/handlers/common/low/handleActivateObject.d.ts +57 -0
- package/dist/handlers/common/low/handleActivateObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleActivateObject.js +119 -0
- package/dist/handlers/common/low/handleActivateObject.js.map +1 -0
- package/dist/handlers/common/low/handleCheckObject.d.ts +68 -0
- package/dist/handlers/common/low/handleCheckObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleCheckObject.js +213 -0
- package/dist/handlers/common/low/handleCheckObject.js.map +1 -0
- package/dist/handlers/common/low/handleDeleteObject.d.ts +45 -0
- package/dist/handlers/common/low/handleDeleteObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleDeleteObject.js +193 -0
- package/dist/handlers/common/low/handleDeleteObject.js.map +1 -0
- package/dist/handlers/common/low/handleLockObject.d.ts +69 -0
- package/dist/handlers/common/low/handleLockObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleLockObject.js +217 -0
- package/dist/handlers/common/low/handleLockObject.js.map +1 -0
- package/dist/handlers/common/low/handleUnlockObject.d.ts +69 -0
- package/dist/handlers/common/low/handleUnlockObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleUnlockObject.js +209 -0
- package/dist/handlers/common/low/handleUnlockObject.js.map +1 -0
- package/dist/handlers/common/low/handleValidateObject.d.ts +95 -0
- package/dist/handlers/common/low/handleValidateObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleValidateObject.js +389 -0
- package/dist/handlers/common/low/handleValidateObject.js.map +1 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.d.ts +122 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.js +248 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.js.map +1 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.d.ts +43 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.js +106 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.js.map +1 -0
- package/dist/handlers/data_element/high/handleGetDataElement.d.ts +45 -0
- package/dist/handlers/data_element/high/handleGetDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleGetDataElement.js +89 -0
- package/dist/handlers/data_element/high/handleGetDataElement.js.map +1 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.d.ts +124 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.js +280 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.d.ts +63 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.js +131 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.d.ts +63 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.js +124 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.d.ts +103 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.js +180 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.d.ts +43 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.js +106 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleLockDataElement.d.ts +63 -0
- package/dist/handlers/data_element/low/handleLockDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleLockDataElement.js +121 -0
- package/dist/handlers/data_element/low/handleLockDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.d.ts +68 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.js +125 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.d.ts +73 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.js +167 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.d.ts +73 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.js +165 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.js.map +1 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts +23 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.js +79 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.js.map +1 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.d.ts +42 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.js +110 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts +38 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js +84 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.d.ts +63 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.js +131 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.d.ts +63 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.js +124 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.d.ts +83 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.js +136 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.d.ts +43 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.js +106 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.d.ts +63 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.js +121 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.d.ts +68 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.js +121 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.d.ts +73 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.js +129 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.d.ts +65 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.js +123 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.js.map +1 -0
- package/dist/handlers/domain/high/handleCreateDomain.d.ts +125 -0
- package/dist/handlers/domain/high/handleCreateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleCreateDomain.js +233 -0
- package/dist/handlers/domain/high/handleCreateDomain.js.map +1 -0
- package/dist/handlers/domain/high/handleDeleteDomain.d.ts +43 -0
- package/dist/handlers/domain/high/handleDeleteDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleDeleteDomain.js +106 -0
- package/dist/handlers/domain/high/handleDeleteDomain.js.map +1 -0
- package/dist/handlers/domain/high/handleGetDomain.d.ts +45 -0
- package/dist/handlers/domain/high/handleGetDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleGetDomain.js +89 -0
- package/dist/handlers/domain/high/handleGetDomain.js.map +1 -0
- package/dist/handlers/domain/high/handleUpdateDomain.d.ts +120 -0
- package/dist/handlers/domain/high/handleUpdateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleUpdateDomain.js +228 -0
- package/dist/handlers/domain/high/handleUpdateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleActivateDomain.d.ts +63 -0
- package/dist/handlers/domain/low/handleActivateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleActivateDomain.js +128 -0
- package/dist/handlers/domain/low/handleActivateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleCheckDomain.d.ts +63 -0
- package/dist/handlers/domain/low/handleCheckDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleCheckDomain.js +121 -0
- package/dist/handlers/domain/low/handleCheckDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleCreateDomain.d.ts +78 -0
- package/dist/handlers/domain/low/handleCreateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleCreateDomain.js +132 -0
- package/dist/handlers/domain/low/handleCreateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleDeleteDomain.d.ts +43 -0
- package/dist/handlers/domain/low/handleDeleteDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleDeleteDomain.js +106 -0
- package/dist/handlers/domain/low/handleDeleteDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleLockDomain.d.ts +63 -0
- package/dist/handlers/domain/low/handleLockDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleLockDomain.js +117 -0
- package/dist/handlers/domain/low/handleLockDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleUnlockDomain.d.ts +68 -0
- package/dist/handlers/domain/low/handleUnlockDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleUnlockDomain.js +132 -0
- package/dist/handlers/domain/low/handleUnlockDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleUpdateDomain.d.ts +73 -0
- package/dist/handlers/domain/low/handleUpdateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleUpdateDomain.js +127 -0
- package/dist/handlers/domain/low/handleUpdateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleValidateDomain.d.ts +73 -0
- package/dist/handlers/domain/low/handleValidateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleValidateDomain.js +128 -0
- package/dist/handlers/domain/low/handleValidateDomain.js.map +1 -0
- package/dist/handlers/domain/readonly/handleGetDomain.d.ts +23 -0
- package/dist/handlers/domain/readonly/handleGetDomain.d.ts.map +1 -0
- package/dist/handlers/domain/readonly/handleGetDomain.js +79 -0
- package/dist/handlers/domain/readonly/handleGetDomain.js.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.d.ts +70 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.d.ts.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js +169 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.d.ts +54 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.d.ts.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js +154 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.d.ts +65 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.d.ts.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.js +612 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.js.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.d.ts +61 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.js +259 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.d.ts +67 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.js +172 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.js.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.d.ts +55 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.js +153 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts +55 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.js +139 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.d.ts +63 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.js +131 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.d.ts +68 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.js +141 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.d.ts +63 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.js +124 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.d.ts +72 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.js +135 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.d.ts +78 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.js +179 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.d.ts +83 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.js +168 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.d.ts +43 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.js +106 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.d.ts +48 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.js +113 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.d.ts +63 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.js +124 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionModule.d.ts +68 -0
- package/dist/handlers/function/low/handleLockFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionModule.js +128 -0
- package/dist/handlers/function/low/handleLockFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.d.ts +68 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.js +124 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.d.ts +73 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.js +136 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts +78 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.js +145 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.d.ts +73 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.js +134 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.d.ts +71 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.js +133 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.js.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunction.d.ts +28 -0
- package/dist/handlers/function/readonly/handleGetFunction.d.ts.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunction.js +87 -0
- package/dist/handlers/function/readonly/handleGetFunction.js.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts +23 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.js +77 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.js.map +1 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.d.ts +43 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.js +106 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.js.map +1 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.d.ts +45 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.js +89 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.js.map +1 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts +43 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.js +106 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.js.map +1 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts +45 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.js +89 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.js.map +1 -0
- package/dist/handlers/include/readonly/handleGetInclude.d.ts +17 -0
- package/dist/handlers/include/readonly/handleGetInclude.d.ts.map +1 -0
- package/dist/handlers/include/readonly/handleGetInclude.js +89 -0
- package/dist/handlers/include/readonly/handleGetInclude.js.map +1 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.d.ts +37 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.d.ts.map +1 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.js +210 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.js.map +1 -0
- package/dist/handlers/interface/high/handleCreateInterface.d.ts +66 -0
- package/dist/handlers/interface/high/handleCreateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleCreateInterface.js +268 -0
- package/dist/handlers/interface/high/handleCreateInterface.js.map +1 -0
- package/dist/handlers/interface/high/handleDeleteInterface.d.ts +43 -0
- package/dist/handlers/interface/high/handleDeleteInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleDeleteInterface.js +106 -0
- package/dist/handlers/interface/high/handleDeleteInterface.js.map +1 -0
- package/dist/handlers/interface/high/handleGetInterface.d.ts +45 -0
- package/dist/handlers/interface/high/handleGetInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleGetInterface.js +89 -0
- package/dist/handlers/interface/high/handleGetInterface.js.map +1 -0
- package/dist/handlers/interface/high/handleUpdateInterface.d.ts +56 -0
- package/dist/handlers/interface/high/handleUpdateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleUpdateInterface.js +214 -0
- package/dist/handlers/interface/high/handleUpdateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleActivateInterface.d.ts +63 -0
- package/dist/handlers/interface/low/handleActivateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleActivateInterface.js +128 -0
- package/dist/handlers/interface/low/handleActivateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleCheckInterface.d.ts +63 -0
- package/dist/handlers/interface/low/handleCheckInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleCheckInterface.js +121 -0
- package/dist/handlers/interface/low/handleCheckInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleCreateInterface.d.ts +78 -0
- package/dist/handlers/interface/low/handleCreateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleCreateInterface.js +132 -0
- package/dist/handlers/interface/low/handleCreateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleDeleteInterface.d.ts +43 -0
- package/dist/handlers/interface/low/handleDeleteInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleDeleteInterface.js +106 -0
- package/dist/handlers/interface/low/handleDeleteInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleLockInterface.d.ts +63 -0
- package/dist/handlers/interface/low/handleLockInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleLockInterface.js +118 -0
- package/dist/handlers/interface/low/handleLockInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleUnlockInterface.d.ts +68 -0
- package/dist/handlers/interface/low/handleUnlockInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleUnlockInterface.js +121 -0
- package/dist/handlers/interface/low/handleUnlockInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleUpdateInterface.d.ts +73 -0
- package/dist/handlers/interface/low/handleUpdateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleUpdateInterface.js +128 -0
- package/dist/handlers/interface/low/handleUpdateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleValidateInterface.d.ts +73 -0
- package/dist/handlers/interface/low/handleValidateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleValidateInterface.js +128 -0
- package/dist/handlers/interface/low/handleValidateInterface.js.map +1 -0
- package/dist/handlers/interface/readonly/handleGetInterface.d.ts +23 -0
- package/dist/handlers/interface/readonly/handleGetInterface.d.ts.map +1 -0
- package/dist/handlers/interface/readonly/handleGetInterface.js +77 -0
- package/dist/handlers/interface/readonly/handleGetInterface.js.map +1 -0
- package/dist/handlers/interfaces.d.ts +10 -0
- package/dist/handlers/interfaces.d.ts.map +1 -0
- package/dist/handlers/interfaces.js +3 -0
- package/dist/handlers/interfaces.js.map +1 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.d.ts +43 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.js +106 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.js.map +1 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.d.ts +45 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.js +89 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.js.map +1 -0
- package/dist/handlers/package/high/handleCreatePackage.d.ts +52 -0
- package/dist/handlers/package/high/handleCreatePackage.d.ts.map +1 -0
- package/dist/handlers/package/high/handleCreatePackage.js +247 -0
- package/dist/handlers/package/high/handleCreatePackage.js.map +1 -0
- package/dist/handlers/package/high/handleGetPackage.d.ts +45 -0
- package/dist/handlers/package/high/handleGetPackage.d.ts.map +1 -0
- package/dist/handlers/package/high/handleGetPackage.js +89 -0
- package/dist/handlers/package/high/handleGetPackage.js.map +1 -0
- package/dist/handlers/package/low/handleCheckPackage.d.ts +68 -0
- package/dist/handlers/package/low/handleCheckPackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleCheckPackage.js +131 -0
- package/dist/handlers/package/low/handleCheckPackage.js.map +1 -0
- package/dist/handlers/package/low/handleCreatePackage.d.ts +98 -0
- package/dist/handlers/package/low/handleCreatePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleCreatePackage.js +178 -0
- package/dist/handlers/package/low/handleCreatePackage.js.map +1 -0
- package/dist/handlers/package/low/handleDeletePackage.d.ts +54 -0
- package/dist/handlers/package/low/handleDeletePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleDeletePackage.js +133 -0
- package/dist/handlers/package/low/handleDeletePackage.js.map +1 -0
- package/dist/handlers/package/low/handleLockPackage.d.ts +68 -0
- package/dist/handlers/package/low/handleLockPackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleLockPackage.js +129 -0
- package/dist/handlers/package/low/handleLockPackage.js.map +1 -0
- package/dist/handlers/package/low/handleUnlockPackage.d.ts +73 -0
- package/dist/handlers/package/low/handleUnlockPackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleUnlockPackage.js +132 -0
- package/dist/handlers/package/low/handleUnlockPackage.js.map +1 -0
- package/dist/handlers/package/low/handleUpdatePackage.d.ts +78 -0
- package/dist/handlers/package/low/handleUpdatePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleUpdatePackage.js +147 -0
- package/dist/handlers/package/low/handleUpdatePackage.js.map +1 -0
- package/dist/handlers/package/low/handleValidatePackage.d.ts +64 -0
- package/dist/handlers/package/low/handleValidatePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleValidatePackage.js +125 -0
- package/dist/handlers/package/low/handleValidatePackage.js.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackage.d.ts +22 -0
- package/dist/handlers/package/readonly/handleGetPackage.d.ts.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackage.js +108 -0
- package/dist/handlers/package/readonly/handleGetPackage.js.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.d.ts +28 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.d.ts.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.js +103 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.js.map +1 -0
- package/dist/handlers/program/high/handleCreateProgram.d.ts +57 -0
- package/dist/handlers/program/high/handleCreateProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleCreateProgram.js +348 -0
- package/dist/handlers/program/high/handleCreateProgram.js.map +1 -0
- package/dist/handlers/program/high/handleDeleteProgram.d.ts +43 -0
- package/dist/handlers/program/high/handleDeleteProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleDeleteProgram.js +106 -0
- package/dist/handlers/program/high/handleDeleteProgram.js.map +1 -0
- package/dist/handlers/program/high/handleGetProgram.d.ts +45 -0
- package/dist/handlers/program/high/handleGetProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleGetProgram.js +89 -0
- package/dist/handlers/program/high/handleGetProgram.js.map +1 -0
- package/dist/handlers/program/high/handleUpdateProgram.d.ts +36 -0
- package/dist/handlers/program/high/handleUpdateProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleUpdateProgram.js +231 -0
- package/dist/handlers/program/high/handleUpdateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleActivateProgram.d.ts +63 -0
- package/dist/handlers/program/low/handleActivateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleActivateProgram.js +135 -0
- package/dist/handlers/program/low/handleActivateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleCheckProgram.d.ts +63 -0
- package/dist/handlers/program/low/handleCheckProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleCheckProgram.js +128 -0
- package/dist/handlers/program/low/handleCheckProgram.js.map +1 -0
- package/dist/handlers/program/low/handleCreateProgram.d.ts +88 -0
- package/dist/handlers/program/low/handleCreateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleCreateProgram.js +149 -0
- package/dist/handlers/program/low/handleCreateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleDeleteProgram.d.ts +43 -0
- package/dist/handlers/program/low/handleDeleteProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleDeleteProgram.js +110 -0
- package/dist/handlers/program/low/handleDeleteProgram.js.map +1 -0
- package/dist/handlers/program/low/handleLockProgram.d.ts +63 -0
- package/dist/handlers/program/low/handleLockProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleLockProgram.js +125 -0
- package/dist/handlers/program/low/handleLockProgram.js.map +1 -0
- package/dist/handlers/program/low/handleUnlockProgram.d.ts +68 -0
- package/dist/handlers/program/low/handleUnlockProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleUnlockProgram.js +125 -0
- package/dist/handlers/program/low/handleUnlockProgram.js.map +1 -0
- package/dist/handlers/program/low/handleUpdateProgram.d.ts +73 -0
- package/dist/handlers/program/low/handleUpdateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleUpdateProgram.js +129 -0
- package/dist/handlers/program/low/handleUpdateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleValidateProgram.d.ts +73 -0
- package/dist/handlers/program/low/handleValidateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleValidateProgram.js +132 -0
- package/dist/handlers/program/low/handleValidateProgram.js.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.d.ts +68 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.d.ts.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.js +296 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.js.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgram.d.ts +23 -0
- package/dist/handlers/program/readonly/handleGetProgram.d.ts.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgram.js +77 -0
- package/dist/handlers/program/readonly/handleGetProgram.js.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.d.ts +43 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.d.ts.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.js +192 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.js.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.d.ts +47 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.d.ts.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.js +168 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.js.map +1 -0
- package/dist/handlers/search/readonly/handleSearchObject.d.ts +29 -0
- package/dist/handlers/search/readonly/handleSearchObject.d.ts.map +1 -0
- package/dist/handlers/search/readonly/handleSearchObject.js +138 -0
- package/dist/handlers/search/readonly/handleSearchObject.js.map +1 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.d.ts +65 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.js +174 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.d.ts +43 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.js +106 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.d.ts +45 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.js +89 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.d.ts +56 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.js +171 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts +18 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js +109 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js.map +1 -0
- package/dist/handlers/structure/high/handleCreateStructure.d.ts +137 -0
- package/dist/handlers/structure/high/handleCreateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleCreateStructure.js +250 -0
- package/dist/handlers/structure/high/handleCreateStructure.js.map +1 -0
- package/dist/handlers/structure/high/handleDeleteStructure.d.ts +35 -0
- package/dist/handlers/structure/high/handleDeleteStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleDeleteStructure.js +95 -0
- package/dist/handlers/structure/high/handleDeleteStructure.js.map +1 -0
- package/dist/handlers/structure/high/handleGetStructure.d.ts +37 -0
- package/dist/handlers/structure/high/handleGetStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleGetStructure.js +77 -0
- package/dist/handlers/structure/high/handleGetStructure.js.map +1 -0
- package/dist/handlers/structure/high/handleUpdateStructure.d.ts +56 -0
- package/dist/handlers/structure/high/handleUpdateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleUpdateStructure.js +231 -0
- package/dist/handlers/structure/high/handleUpdateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleActivateStructure.d.ts +63 -0
- package/dist/handlers/structure/low/handleActivateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleActivateStructure.js +132 -0
- package/dist/handlers/structure/low/handleActivateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleCheckStructure.d.ts +74 -0
- package/dist/handlers/structure/low/handleCheckStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleCheckStructure.js +140 -0
- package/dist/handlers/structure/low/handleCheckStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleCreateStructure.d.ts +86 -0
- package/dist/handlers/structure/low/handleCreateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleCreateStructure.js +144 -0
- package/dist/handlers/structure/low/handleCreateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleDeleteStructure.d.ts +43 -0
- package/dist/handlers/structure/low/handleDeleteStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleDeleteStructure.js +106 -0
- package/dist/handlers/structure/low/handleDeleteStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleLockStructure.d.ts +63 -0
- package/dist/handlers/structure/low/handleLockStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleLockStructure.js +121 -0
- package/dist/handlers/structure/low/handleLockStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleUnlockStructure.d.ts +68 -0
- package/dist/handlers/structure/low/handleUnlockStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleUnlockStructure.js +124 -0
- package/dist/handlers/structure/low/handleUnlockStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleUpdateStructure.d.ts +73 -0
- package/dist/handlers/structure/low/handleUpdateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleUpdateStructure.js +128 -0
- package/dist/handlers/structure/low/handleUpdateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleValidateStructure.d.ts +73 -0
- package/dist/handlers/structure/low/handleValidateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleValidateStructure.js +132 -0
- package/dist/handlers/structure/low/handleValidateStructure.js.map +1 -0
- package/dist/handlers/structure/readonly/handleGetStructure.d.ts +23 -0
- package/dist/handlers/structure/readonly/handleGetStructure.d.ts.map +1 -0
- package/dist/handlers/structure/readonly/handleGetStructure.js +77 -0
- package/dist/handlers/structure/readonly/handleGetStructure.js.map +1 -0
- package/dist/handlers/system/high/handleGetPackageTree.d.ts +60 -0
- package/dist/handlers/system/high/handleGetPackageTree.d.ts.map +1 -0
- package/dist/handlers/system/high/handleGetPackageTree.js +93 -0
- package/dist/handlers/system/high/handleGetPackageTree.js.map +1 -0
- package/dist/handlers/system/low/handleGetNodeStructure.d.ts +80 -0
- package/dist/handlers/system/low/handleGetNodeStructure.d.ts.map +1 -0
- package/dist/handlers/system/low/handleGetNodeStructure.js +87 -0
- package/dist/handlers/system/low/handleGetNodeStructure.js.map +1 -0
- package/dist/handlers/system/low/handleGetObjectStructure.d.ts +68 -0
- package/dist/handlers/system/low/handleGetObjectStructure.d.ts.map +1 -0
- package/dist/handlers/system/low/handleGetObjectStructure.js +77 -0
- package/dist/handlers/system/low/handleGetObjectStructure.js.map +1 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.d.ts +85 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.d.ts.map +1 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.js +91 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.js.map +1 -0
- package/dist/handlers/system/readonly/handleDescribeByList.d.ts +37 -0
- package/dist/handlers/system/readonly/handleDescribeByList.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleDescribeByList.js +137 -0
- package/dist/handlers/system/readonly/handleDescribeByList.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.d.ts +27 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.js +181 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts +27 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js +374 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts +94 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js +639 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.d.ts +30 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.js +112 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.d.ts +21 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.js +43 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.d.ts +48 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.js +240 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.d.ts +41 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.js +92 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts +34 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.js +119 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetSession.d.ts +38 -0
- package/dist/handlers/system/readonly/handleGetSession.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetSession.js +56 -0
- package/dist/handlers/system/readonly/handleGetSession.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts +55 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.js +179 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetTransaction.d.ts +25 -0
- package/dist/handlers/system/readonly/handleGetTransaction.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetTransaction.js +72 -0
- package/dist/handlers/system/readonly/handleGetTransaction.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.d.ts +79 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.js +182 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts +62 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.js +114 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.js.map +1 -0
- package/dist/handlers/table/high/handleCreateTable.d.ts +60 -0
- package/dist/handlers/table/high/handleCreateTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleCreateTable.js +205 -0
- package/dist/handlers/table/high/handleCreateTable.js.map +1 -0
- package/dist/handlers/table/high/handleDeleteTable.d.ts +43 -0
- package/dist/handlers/table/high/handleDeleteTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleDeleteTable.js +106 -0
- package/dist/handlers/table/high/handleDeleteTable.js.map +1 -0
- package/dist/handlers/table/high/handleGetTable.d.ts +45 -0
- package/dist/handlers/table/high/handleGetTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleGetTable.js +89 -0
- package/dist/handlers/table/high/handleGetTable.js.map +1 -0
- package/dist/handlers/table/high/handleUpdateTable.d.ts +56 -0
- package/dist/handlers/table/high/handleUpdateTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleUpdateTable.js +229 -0
- package/dist/handlers/table/high/handleUpdateTable.js.map +1 -0
- package/dist/handlers/table/low/handleActivateTable.d.ts +63 -0
- package/dist/handlers/table/low/handleActivateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleActivateTable.js +132 -0
- package/dist/handlers/table/low/handleActivateTable.js.map +1 -0
- package/dist/handlers/table/low/handleCheckTable.d.ts +78 -0
- package/dist/handlers/table/low/handleCheckTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleCheckTable.js +146 -0
- package/dist/handlers/table/low/handleCheckTable.js.map +1 -0
- package/dist/handlers/table/low/handleCreateTable.d.ts +77 -0
- package/dist/handlers/table/low/handleCreateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleCreateTable.js +131 -0
- package/dist/handlers/table/low/handleCreateTable.js.map +1 -0
- package/dist/handlers/table/low/handleDeleteTable.d.ts +43 -0
- package/dist/handlers/table/low/handleDeleteTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleDeleteTable.js +106 -0
- package/dist/handlers/table/low/handleDeleteTable.js.map +1 -0
- package/dist/handlers/table/low/handleLockTable.d.ts +63 -0
- package/dist/handlers/table/low/handleLockTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleLockTable.js +119 -0
- package/dist/handlers/table/low/handleLockTable.js.map +1 -0
- package/dist/handlers/table/low/handleUnlockTable.d.ts +68 -0
- package/dist/handlers/table/low/handleUnlockTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleUnlockTable.js +120 -0
- package/dist/handlers/table/low/handleUnlockTable.js.map +1 -0
- package/dist/handlers/table/low/handleUpdateTable.d.ts +78 -0
- package/dist/handlers/table/low/handleUpdateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleUpdateTable.js +131 -0
- package/dist/handlers/table/low/handleUpdateTable.js.map +1 -0
- package/dist/handlers/table/low/handleValidateTable.d.ts +71 -0
- package/dist/handlers/table/low/handleValidateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleValidateTable.js +124 -0
- package/dist/handlers/table/low/handleValidateTable.js.map +1 -0
- package/dist/handlers/table/readonly/handleGetTable.d.ts +23 -0
- package/dist/handlers/table/readonly/handleGetTable.d.ts.map +1 -0
- package/dist/handlers/table/readonly/handleGetTable.js +77 -0
- package/dist/handlers/table/readonly/handleGetTable.js.map +1 -0
- package/dist/handlers/table/readonly/handleGetTableContents.d.ts +12 -0
- package/dist/handlers/table/readonly/handleGetTableContents.d.ts.map +1 -0
- package/dist/handlers/table/readonly/handleGetTableContents.js +58 -0
- package/dist/handlers/table/readonly/handleGetTableContents.js.map +1 -0
- package/dist/handlers/transport/high/handleCreateTransport.d.ts +58 -0
- package/dist/handlers/transport/high/handleCreateTransport.d.ts.map +1 -0
- package/dist/handlers/transport/high/handleCreateTransport.js +165 -0
- package/dist/handlers/transport/high/handleCreateTransport.js.map +1 -0
- package/dist/handlers/transport/low/handleCreateTransport.d.ts +44 -0
- package/dist/handlers/transport/low/handleCreateTransport.d.ts.map +1 -0
- package/dist/handlers/transport/low/handleCreateTransport.js +97 -0
- package/dist/handlers/transport/low/handleCreateTransport.js.map +1 -0
- package/dist/handlers/transport/readonly/handleGetTransport.d.ts +57 -0
- package/dist/handlers/transport/readonly/handleGetTransport.d.ts.map +1 -0
- package/dist/handlers/transport/readonly/handleGetTransport.js +195 -0
- package/dist/handlers/transport/readonly/handleGetTransport.js.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.d.ts +67 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.js +111 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.d.ts +122 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.js +131 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.d.ts +42 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.js +72 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.d.ts +38 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.js +61 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.d.ts +37 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.js +69 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.d.ts +49 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.js +70 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.d.ts +43 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.js +65 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.d.ts +38 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.js +73 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.d.ts +49 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.js +70 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.d.ts +43 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.js +65 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.js.map +1 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.d.ts +122 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.js +133 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.d.ts +47 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.js +78 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.d.ts +38 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.js +61 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.js.map +1 -0
- package/dist/handlers/view/high/handleCreateView.d.ts +48 -0
- package/dist/handlers/view/high/handleCreateView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleCreateView.js +260 -0
- package/dist/handlers/view/high/handleCreateView.js.map +1 -0
- package/dist/handlers/view/high/handleDeleteView.d.ts +43 -0
- package/dist/handlers/view/high/handleDeleteView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleDeleteView.js +106 -0
- package/dist/handlers/view/high/handleDeleteView.js.map +1 -0
- package/dist/handlers/view/high/handleGetView.d.ts +45 -0
- package/dist/handlers/view/high/handleGetView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleGetView.js +89 -0
- package/dist/handlers/view/high/handleGetView.js.map +1 -0
- package/dist/handlers/view/high/handleUpdateView.d.ts +36 -0
- package/dist/handlers/view/high/handleUpdateView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleUpdateView.js +220 -0
- package/dist/handlers/view/high/handleUpdateView.js.map +1 -0
- package/dist/handlers/view/low/handleActivateView.d.ts +63 -0
- package/dist/handlers/view/low/handleActivateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleActivateView.js +132 -0
- package/dist/handlers/view/low/handleActivateView.js.map +1 -0
- package/dist/handlers/view/low/handleCheckView.d.ts +74 -0
- package/dist/handlers/view/low/handleCheckView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleCheckView.js +140 -0
- package/dist/handlers/view/low/handleCheckView.js.map +1 -0
- package/dist/handlers/view/low/handleCreateView.d.ts +86 -0
- package/dist/handlers/view/low/handleCreateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleCreateView.js +144 -0
- package/dist/handlers/view/low/handleCreateView.js.map +1 -0
- package/dist/handlers/view/low/handleDeleteView.d.ts +43 -0
- package/dist/handlers/view/low/handleDeleteView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleDeleteView.js +106 -0
- package/dist/handlers/view/low/handleDeleteView.js.map +1 -0
- package/dist/handlers/view/low/handleLockView.d.ts +63 -0
- package/dist/handlers/view/low/handleLockView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleLockView.js +119 -0
- package/dist/handlers/view/low/handleLockView.js.map +1 -0
- package/dist/handlers/view/low/handleUnlockView.d.ts +68 -0
- package/dist/handlers/view/low/handleUnlockView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleUnlockView.js +124 -0
- package/dist/handlers/view/low/handleUnlockView.js.map +1 -0
- package/dist/handlers/view/low/handleUpdateView.d.ts +73 -0
- package/dist/handlers/view/low/handleUpdateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleUpdateView.js +128 -0
- package/dist/handlers/view/low/handleUpdateView.js.map +1 -0
- package/dist/handlers/view/low/handleValidateView.d.ts +73 -0
- package/dist/handlers/view/low/handleValidateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleValidateView.js +132 -0
- package/dist/handlers/view/low/handleValidateView.js.map +1 -0
- package/dist/handlers/view/readonly/handleGetView.d.ts +33 -0
- package/dist/handlers/view/readonly/handleGetView.d.ts.map +1 -0
- package/dist/handlers/view/readonly/handleGetView.js +90 -0
- package/dist/handlers/view/readonly/handleGetView.js.map +1 -0
- package/dist/index.d.ts +126 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2979 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/ServerConfigManager.d.ts +90 -0
- package/dist/lib/ServerConfigManager.d.ts.map +1 -0
- package/dist/lib/ServerConfigManager.js +237 -0
- package/dist/lib/ServerConfigManager.js.map +1 -0
- package/dist/lib/activationUtils.d.ts +59 -0
- package/dist/lib/activationUtils.d.ts.map +1 -0
- package/dist/lib/activationUtils.js +168 -0
- package/dist/lib/auth/IAuthBrokerFactory.d.ts +19 -0
- package/dist/lib/auth/IAuthBrokerFactory.d.ts.map +1 -0
- package/dist/lib/auth/IAuthBrokerFactory.js +7 -0
- package/dist/lib/auth/IAuthBrokerFactory.js.map +1 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.d.ts +39 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.d.ts.map +1 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.js +7 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.js.map +1 -0
- package/dist/lib/auth/IBrokerSessionConfig.d.ts +65 -0
- package/dist/lib/auth/IBrokerSessionConfig.d.ts.map +1 -0
- package/dist/lib/auth/IBrokerSessionConfig.js +14 -0
- package/dist/lib/auth/IBrokerSessionConfig.js.map +1 -0
- package/dist/lib/auth/brokerFactory.d.ts +84 -0
- package/dist/lib/auth/brokerFactory.d.ts.map +1 -0
- package/dist/lib/auth/brokerFactory.js +759 -0
- package/dist/lib/auth/brokerFactory.js.map +1 -0
- package/dist/lib/auth/index.d.ts +7 -0
- package/dist/lib/auth/index.d.ts.map +1 -0
- package/dist/lib/auth/index.js +9 -0
- package/dist/lib/auth/index.js.map +1 -0
- package/dist/lib/authBrokerFactory.d.ts +96 -0
- package/dist/lib/authBrokerFactory.d.ts.map +1 -0
- package/dist/lib/authBrokerFactory.js +531 -0
- package/dist/lib/authBrokerFactory.js.map +1 -0
- package/dist/lib/checkRunParser.d.ts +30 -0
- package/dist/lib/checkRunParser.d.ts.map +1 -0
- package/dist/lib/checkRunParser.js +105 -0
- package/dist/lib/checkRunParser.js.map +1 -0
- package/dist/lib/clients.d.ts +4 -0
- package/dist/lib/clients.d.ts.map +1 -0
- package/dist/lib/clients.js +23 -0
- package/dist/lib/clients.js.map +1 -0
- package/dist/lib/config/ArgumentsParser.d.ts +58 -0
- package/dist/lib/config/ArgumentsParser.d.ts.map +1 -0
- package/dist/lib/config/ArgumentsParser.js +198 -0
- package/dist/lib/config/ArgumentsParser.js.map +1 -0
- package/dist/lib/config/ConfigLoader.d.ts +22 -0
- package/dist/lib/config/ConfigLoader.d.ts.map +1 -0
- package/dist/lib/config/ConfigLoader.js +182 -0
- package/dist/lib/config/ConfigLoader.js.map +1 -0
- package/dist/lib/config/IServerConfig.d.ts +57 -0
- package/dist/lib/config/IServerConfig.d.ts.map +1 -0
- package/dist/lib/config/IServerConfig.js +7 -0
- package/dist/lib/config/IServerConfig.js.map +1 -0
- package/dist/lib/config/ServerConfig.d.ts +17 -0
- package/dist/lib/config/ServerConfig.d.ts.map +1 -0
- package/dist/lib/config/ServerConfig.js +7 -0
- package/dist/lib/config/ServerConfig.js.map +1 -0
- package/dist/lib/config/ServerConfigManager.d.ts +63 -0
- package/dist/lib/config/ServerConfigManager.d.ts.map +1 -0
- package/dist/lib/config/ServerConfigManager.js +259 -0
- package/dist/lib/config/ServerConfigManager.js.map +1 -0
- package/dist/lib/config/index.d.ts +12 -0
- package/dist/lib/config/index.d.ts.map +1 -0
- package/dist/lib/config/index.js +26 -0
- package/dist/lib/config/index.js.map +1 -0
- package/dist/lib/config/runtimeConfig.d.ts +22 -0
- package/dist/lib/config/runtimeConfig.d.ts.map +1 -0
- package/dist/lib/config/runtimeConfig.js +161 -0
- package/dist/lib/config/runtimeConfig.js.map +1 -0
- package/dist/lib/config/yamlConfig.d.ts +59 -0
- package/dist/lib/config/yamlConfig.d.ts.map +1 -0
- package/dist/lib/config/yamlConfig.js +357 -0
- package/dist/lib/config/yamlConfig.js.map +1 -0
- package/dist/lib/config.d.ts +10 -0
- package/dist/lib/config.d.ts.map +1 -0
- package/dist/lib/config.js +127 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/lib/connectionEvents.d.ts +4 -0
- package/dist/lib/connectionEvents.d.ts.map +1 -0
- package/dist/lib/connectionEvents.js +23 -0
- package/dist/lib/connectionEvents.js.map +1 -0
- package/dist/lib/getFullCodeCache.d.ts +3 -0
- package/dist/lib/getFullCodeCache.d.ts.map +1 -0
- package/dist/lib/getFullCodeCache.js +56 -0
- package/dist/lib/getObjectsListCache.d.ts +10 -0
- package/dist/lib/getObjectsListCache.d.ts.map +1 -0
- package/dist/lib/getObjectsListCache.js +18 -0
- package/dist/lib/getObjectsListCache.js.map +1 -0
- package/dist/lib/handlerLogger.d.ts +9 -0
- package/dist/lib/handlerLogger.d.ts.map +1 -0
- package/dist/lib/handlerLogger.js +31 -0
- package/dist/lib/handlerLogger.js.map +1 -0
- package/dist/lib/handlers/HandlerExporter.d.ts +91 -0
- package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -0
- package/dist/lib/handlers/HandlerExporter.js +150 -0
- package/dist/lib/handlers/HandlerExporter.js.map +1 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.d.ts +31 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.js +77 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.js.map +1 -0
- package/dist/lib/handlers/examples/usage-example.d.ts +29 -0
- package/dist/lib/handlers/examples/usage-example.d.ts.map +1 -0
- package/dist/lib/handlers/examples/usage-example.js +119 -0
- package/dist/lib/handlers/examples/usage-example.js.map +1 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js +814 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.js +1434 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js +112 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.js +54 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.js +211 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/index.d.ts +13 -0
- package/dist/lib/handlers/groups/index.d.ts.map +1 -0
- package/dist/lib/handlers/groups/index.js +21 -0
- package/dist/lib/handlers/groups/index.js.map +1 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.d.ts +36 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.js +268 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/examples/usage-example.d.ts +29 -0
- package/dist/lib/handlers/handlers/examples/usage-example.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/examples/usage-example.js +119 -0
- package/dist/lib/handlers/handlers/examples/usage-example.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.js +322 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.js +1214 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.js +232 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.js +57 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.js +176 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/index.d.ts +13 -0
- package/dist/lib/handlers/handlers/groups/index.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/index.js +21 -0
- package/dist/lib/handlers/handlers/groups/index.js.map +1 -0
- package/dist/lib/handlers/handlers/index.d.ts +14 -0
- package/dist/lib/handlers/handlers/index.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/index.js +37 -0
- package/dist/lib/handlers/handlers/index.js.map +1 -0
- package/dist/lib/handlers/handlers/interfaces.d.ts +67 -0
- package/dist/lib/handlers/handlers/interfaces.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/interfaces.js +3 -0
- package/dist/lib/handlers/handlers/interfaces.js.map +1 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.js +88 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
- package/dist/lib/handlers/index.d.ts +17 -0
- package/dist/lib/handlers/index.d.ts.map +1 -0
- package/dist/lib/handlers/index.js +42 -0
- package/dist/lib/handlers/index.js.map +1 -0
- package/dist/lib/handlers/interfaces.d.ts +68 -0
- package/dist/lib/handlers/interfaces.d.ts.map +1 -0
- package/dist/lib/handlers/interfaces.js +3 -0
- package/dist/lib/handlers/interfaces.js.map +1 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.js +88 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
- package/dist/lib/handlers/utils/schemaUtils.d.ts +6 -0
- package/dist/lib/handlers/utils/schemaUtils.d.ts.map +1 -0
- package/dist/lib/handlers/utils/schemaUtils.js +215 -0
- package/dist/lib/handlers/utils/schemaUtils.js.map +1 -0
- package/dist/lib/logger.d.ts +28 -0
- package/dist/lib/logger.d.ts.map +1 -0
- package/dist/lib/logger.js +323 -0
- package/dist/lib/logger.js.map +1 -0
- package/dist/lib/loggerAdapter.d.ts +14 -0
- package/dist/lib/loggerAdapter.d.ts.map +1 -0
- package/dist/lib/loggerAdapter.js +26 -0
- package/dist/lib/loggerAdapter.js.map +1 -0
- package/dist/lib/runtimeConfig.d.ts +20 -0
- package/dist/lib/runtimeConfig.d.ts.map +1 -0
- package/dist/lib/runtimeConfig.js +130 -0
- package/dist/lib/runtimeConfig.js.map +1 -0
- package/dist/lib/servers/BaseMcpServer.d.ts +56 -0
- package/dist/lib/servers/BaseMcpServer.d.ts.map +1 -0
- package/dist/lib/servers/BaseMcpServer.js +198 -0
- package/dist/lib/servers/BaseMcpServer.js.map +1 -0
- package/dist/lib/servers/ConnectionContext.d.ts +20 -0
- package/dist/lib/servers/ConnectionContext.d.ts.map +1 -0
- package/dist/lib/servers/ConnectionContext.js +3 -0
- package/dist/lib/servers/ConnectionContext.js.map +1 -0
- package/dist/lib/servers/SseServer.d.ts +32 -0
- package/dist/lib/servers/SseServer.d.ts.map +1 -0
- package/dist/lib/servers/SseServer.js +139 -0
- package/dist/lib/servers/SseServer.js.map +1 -0
- package/dist/lib/servers/StdioServer.d.ts +20 -0
- package/dist/lib/servers/StdioServer.d.ts.map +1 -0
- package/dist/lib/servers/StdioServer.js +32 -0
- package/dist/lib/servers/StdioServer.js.map +1 -0
- package/dist/lib/servers/StreamableHttpServer.d.ts +30 -0
- package/dist/lib/servers/StreamableHttpServer.d.ts.map +1 -0
- package/dist/lib/servers/StreamableHttpServer.js +83 -0
- package/dist/lib/servers/StreamableHttpServer.js.map +1 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.d.ts +36 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.js +268 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.js.map +1 -0
- package/dist/lib/servers/handlers/examples/usage-example.d.ts +29 -0
- package/dist/lib/servers/handlers/examples/usage-example.d.ts.map +1 -0
- package/dist/lib/servers/handlers/examples/usage-example.js +119 -0
- package/dist/lib/servers/handlers/examples/usage-example.js.map +1 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.js +322 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.js +1214 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.js +232 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.js +57 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.js +176 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/index.d.ts +13 -0
- package/dist/lib/servers/handlers/groups/index.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/index.js +21 -0
- package/dist/lib/servers/handlers/groups/index.js.map +1 -0
- package/dist/lib/servers/handlers/index.d.ts +14 -0
- package/dist/lib/servers/handlers/index.d.ts.map +1 -0
- package/dist/lib/servers/handlers/index.js +37 -0
- package/dist/lib/servers/handlers/index.js.map +1 -0
- package/dist/lib/servers/handlers/interfaces.d.ts +67 -0
- package/dist/lib/servers/handlers/interfaces.d.ts.map +1 -0
- package/dist/lib/servers/handlers/interfaces.js +3 -0
- package/dist/lib/servers/handlers/interfaces.js.map +1 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.js +88 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
- package/dist/lib/servers/index.d.ts +5 -0
- package/dist/lib/servers/index.d.ts.map +1 -0
- package/dist/lib/servers/index.js +21 -0
- package/dist/lib/servers/index.js.map +1 -0
- package/dist/lib/servers/launcher.d.ts +2 -0
- package/dist/lib/servers/launcher.d.ts.map +1 -0
- package/dist/lib/servers/launcher.js +123 -0
- package/dist/lib/servers/launcher.js.map +1 -0
- package/dist/lib/servers/mcp_handlers.d.ts +25 -0
- package/dist/lib/servers/mcp_handlers.d.ts.map +1 -0
- package/dist/lib/servers/mcp_handlers.js +822 -0
- package/dist/lib/servers/mcp_handlers.js.map +1 -0
- package/dist/lib/servers/mcp_server.d.ts +7 -0
- package/dist/lib/servers/mcp_server.d.ts.map +1 -0
- package/dist/lib/servers/mcp_server.js +12 -0
- package/dist/lib/servers/utils.d.ts +42 -0
- package/dist/lib/servers/utils.d.ts.map +1 -0
- package/dist/lib/servers/utils.js +620 -0
- package/dist/lib/servers/utils.js.map +1 -0
- package/dist/lib/servers/v2/__tests__/unit/McpServer.test.d.ts +7 -0
- package/dist/lib/servers/v2/__tests__/unit/McpServer.test.d.ts.map +1 -0
- package/dist/lib/servers/v2/__tests__/unit/McpServer.test.js +218 -0
- package/dist/lib/servers/v2/connection/LocalConnectionProvider.d.ts +20 -0
- package/dist/lib/servers/v2/connection/LocalConnectionProvider.d.ts.map +1 -0
- package/dist/lib/servers/v2/connection/LocalConnectionProvider.js +70 -0
- package/dist/lib/servers/v2/connection/RemoteConnectionProvider.d.ts +21 -0
- package/dist/lib/servers/v2/connection/RemoteConnectionProvider.d.ts.map +1 -0
- package/dist/lib/servers/v2/connection/RemoteConnectionProvider.js +36 -0
- package/dist/lib/servers/v2/connection/index.d.ts +6 -0
- package/dist/lib/servers/v2/connection/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/connection/index.js +10 -0
- package/dist/lib/servers/v2/factory/AuthBrokerFactory.d.ts +29 -0
- package/dist/lib/servers/v2/factory/AuthBrokerFactory.d.ts.map +1 -0
- package/dist/lib/servers/v2/factory/AuthBrokerFactory.js +79 -0
- package/dist/lib/servers/v2/factory/LocalModeFactory.d.ts +38 -0
- package/dist/lib/servers/v2/factory/LocalModeFactory.d.ts.map +1 -0
- package/dist/lib/servers/v2/factory/LocalModeFactory.js +38 -0
- package/dist/lib/servers/v2/factory/index.d.ts +6 -0
- package/dist/lib/servers/v2/factory/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/factory/index.js +10 -0
- package/dist/lib/servers/v2/index.d.ts +9 -0
- package/dist/lib/servers/v2/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/index.js +27 -0
- package/dist/lib/servers/v2/index.js.map +1 -0
- package/dist/lib/servers/v2/interfaces/connection.d.ts +188 -0
- package/dist/lib/servers/v2/interfaces/connection.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/connection.js +7 -0
- package/dist/lib/servers/v2/interfaces/index.d.ts +10 -0
- package/dist/lib/servers/v2/interfaces/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/index.js +25 -0
- package/dist/lib/servers/v2/interfaces/protocol.d.ts +30 -0
- package/dist/lib/servers/v2/interfaces/protocol.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/protocol.js +7 -0
- package/dist/lib/servers/v2/interfaces/session.d.ts +98 -0
- package/dist/lib/servers/v2/interfaces/session.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/session.js +7 -0
- package/dist/lib/servers/v2/interfaces/transport.d.ts +88 -0
- package/dist/lib/servers/v2/interfaces/transport.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/transport.js +7 -0
- package/dist/lib/servers/v2/protocol/ProtocolHandler.d.ts +21 -0
- package/dist/lib/servers/v2/protocol/ProtocolHandler.d.ts.map +1 -0
- package/dist/lib/servers/v2/protocol/ProtocolHandler.js +77 -0
- package/dist/lib/servers/v2/protocol/index.d.ts +5 -0
- package/dist/lib/servers/v2/protocol/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/protocol/index.js +8 -0
- package/dist/lib/servers/v2/server/McpServer.d.ts +76 -0
- package/dist/lib/servers/v2/server/McpServer.d.ts.map +1 -0
- package/dist/lib/servers/v2/server/McpServer.js +243 -0
- package/dist/lib/servers/v2/server/index.d.ts +5 -0
- package/dist/lib/servers/v2/server/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/server/index.js +8 -0
- package/dist/lib/servers/v2/session/SessionManager.d.ts +40 -0
- package/dist/lib/servers/v2/session/SessionManager.d.ts.map +1 -0
- package/dist/lib/servers/v2/session/SessionManager.js +136 -0
- package/dist/lib/servers/v2/session/index.d.ts +5 -0
- package/dist/lib/servers/v2/session/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/session/index.js +8 -0
- package/dist/lib/servers/v2/transports/SseTransport.d.ts +49 -0
- package/dist/lib/servers/v2/transports/SseTransport.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/SseTransport.js +89 -0
- package/dist/lib/servers/v2/transports/StdioTransport.d.ts +31 -0
- package/dist/lib/servers/v2/transports/StdioTransport.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/StdioTransport.js +91 -0
- package/dist/lib/servers/v2/transports/StreamableHttpTransport.d.ts +51 -0
- package/dist/lib/servers/v2/transports/StreamableHttpTransport.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/StreamableHttpTransport.js +147 -0
- package/dist/lib/servers/v2/transports/index.d.ts +7 -0
- package/dist/lib/servers/v2/transports/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/index.js +12 -0
- package/dist/lib/servers/v2/types/common.d.ts +17 -0
- package/dist/lib/servers/v2/types/common.d.ts.map +1 -0
- package/dist/lib/servers/v2/types/common.js +6 -0
- package/dist/lib/servers/v2/types/common.js.map +1 -0
- package/dist/lib/servers/v2/types/index.d.ts +8 -0
- package/dist/lib/servers/v2/types/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/types/index.js +24 -0
- package/dist/lib/servers/v2/types/index.js.map +1 -0
- package/dist/lib/servers/v2/types/transport.d.ts +28 -0
- package/dist/lib/servers/v2/types/transport.d.ts.map +1 -0
- package/dist/lib/servers/v2/types/transport.js +8 -0
- package/dist/lib/servers/v2/types/transport.js.map +1 -0
- package/dist/lib/servers/v2/utils/StdioLogger.d.ts +17 -0
- package/dist/lib/servers/v2/utils/StdioLogger.d.ts.map +1 -0
- package/dist/lib/servers/v2/utils/StdioLogger.js +33 -0
- package/dist/lib/servers/v2/utils/StdioLogger.js.map +1 -0
- package/dist/lib/sessionUtils.d.ts +127 -0
- package/dist/lib/sessionUtils.d.ts.map +1 -0
- package/dist/lib/sessionUtils.js +197 -0
- package/dist/lib/sessionUtils.js.map +1 -0
- package/dist/lib/stores/UnixFileServiceKeyStore.d.ts +42 -0
- package/dist/lib/stores/UnixFileServiceKeyStore.d.ts.map +1 -0
- package/dist/lib/stores/UnixFileServiceKeyStore.js +53 -0
- package/dist/lib/stores/UnixFileSessionStore.d.ts +54 -0
- package/dist/lib/stores/UnixFileSessionStore.d.ts.map +1 -0
- package/dist/lib/stores/UnixFileSessionStore.js +70 -0
- package/dist/lib/stores/WindowsFileServiceKeyStore.d.ts +42 -0
- package/dist/lib/stores/WindowsFileServiceKeyStore.d.ts.map +1 -0
- package/dist/lib/stores/WindowsFileServiceKeyStore.js +53 -0
- package/dist/lib/stores/WindowsFileSessionStore.d.ts +54 -0
- package/dist/lib/stores/WindowsFileSessionStore.d.ts.map +1 -0
- package/dist/lib/stores/WindowsFileSessionStore.js +70 -0
- package/dist/lib/stores/index.d.ts +43 -0
- package/dist/lib/stores/index.d.ts.map +1 -0
- package/dist/lib/stores/index.js +181 -0
- package/dist/lib/stores/index.js.map +1 -0
- package/dist/lib/stores/platformPaths.d.ts +24 -0
- package/dist/lib/stores/platformPaths.d.ts.map +1 -0
- package/dist/lib/stores/platformPaths.js +146 -0
- package/dist/lib/stores/platformPaths.js.map +1 -0
- package/dist/lib/toolsRegistry.d.ts +13 -0
- package/dist/lib/toolsRegistry.d.ts.map +1 -0
- package/dist/lib/toolsRegistry.js +410 -0
- package/dist/lib/transportConfig.d.ts +27 -0
- package/dist/lib/transportConfig.d.ts.map +1 -0
- package/dist/lib/transportConfig.js +124 -0
- package/dist/lib/transports/stdio.d.ts +10 -0
- package/dist/lib/transports/stdio.d.ts.map +1 -0
- package/dist/lib/transports/stdio.js +73 -0
- package/dist/lib/types/common.d.ts +17 -0
- package/dist/lib/types/common.d.ts.map +1 -0
- package/dist/lib/types/common.js +6 -0
- package/dist/lib/types/common.js.map +1 -0
- package/dist/lib/types/index.d.ts +8 -0
- package/dist/lib/types/index.d.ts.map +1 -0
- package/dist/lib/types/index.js +24 -0
- package/dist/lib/types/index.js.map +1 -0
- package/dist/lib/types/transport.d.ts +28 -0
- package/dist/lib/types/transport.d.ts.map +1 -0
- package/dist/lib/types/transport.js +8 -0
- package/dist/lib/types/transport.js.map +1 -0
- package/dist/lib/utils.d.ts +200 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +1642 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/writeResultToFile.d.ts +8 -0
- package/dist/lib/writeResultToFile.d.ts.map +1 -0
- package/dist/lib/writeResultToFile.js +84 -0
- package/dist/lib/writeResultToFile.js.map +1 -0
- package/dist/lib/yamlConfig.d.ts +59 -0
- package/dist/lib/yamlConfig.d.ts.map +1 -0
- package/dist/lib/yamlConfig.js +349 -0
- package/dist/lib/yamlConfig.js.map +1 -0
- package/dist/server/AuthBrokerConfig.d.ts +22 -0
- package/dist/server/AuthBrokerConfig.d.ts.map +1 -0
- package/dist/server/AuthBrokerConfig.js +46 -0
- package/dist/server/AuthBrokerConfig.js.map +1 -0
- package/dist/server/BaseMcpServer.d.ts +67 -0
- package/dist/server/BaseMcpServer.d.ts.map +1 -0
- package/dist/server/BaseMcpServer.js +273 -0
- package/dist/server/BaseMcpServer.js.map +1 -0
- package/dist/server/ConnectionContext.d.ts +20 -0
- package/dist/server/ConnectionContext.d.ts.map +1 -0
- package/dist/server/ConnectionContext.js +3 -0
- package/dist/server/ConnectionContext.js.map +1 -0
- package/dist/server/IHttpApplication.d.ts +42 -0
- package/dist/server/IHttpApplication.d.ts.map +1 -0
- package/dist/server/IHttpApplication.js +3 -0
- package/dist/server/IHttpApplication.js.map +1 -0
- package/dist/server/IServerConfig.d.ts +15 -0
- package/dist/server/IServerConfig.d.ts.map +1 -0
- package/dist/server/IServerConfig.js +7 -0
- package/dist/server/IServerConfig.js.map +1 -0
- package/dist/server/MockAbapConnection.d.ts +13 -0
- package/dist/server/MockAbapConnection.d.ts.map +1 -0
- package/dist/server/MockAbapConnection.js +37 -0
- package/dist/server/MockAbapConnection.js.map +1 -0
- package/dist/server/SseServer.d.ts +95 -0
- package/dist/server/SseServer.d.ts.map +1 -0
- package/dist/server/SseServer.js +217 -0
- package/dist/server/SseServer.js.map +1 -0
- package/dist/server/StdioServer.d.ts +20 -0
- package/dist/server/StdioServer.d.ts.map +1 -0
- package/dist/server/StdioServer.js +32 -0
- package/dist/server/StdioServer.js.map +1 -0
- package/dist/server/StreamableHttpServer.d.ts +94 -0
- package/dist/server/StreamableHttpServer.d.ts.map +1 -0
- package/dist/server/StreamableHttpServer.js +170 -0
- package/dist/server/StreamableHttpServer.js.map +1 -0
- package/dist/server/index.d.ts +6 -0
- package/dist/server/index.d.ts.map +1 -0
- package/dist/server/index.js +22 -0
- package/dist/server/index.js.map +1 -0
- package/dist/server/launcher.d.ts +2 -0
- package/dist/server/launcher.d.ts.map +1 -0
- package/dist/server/launcher.js +202 -0
- package/dist/server/launcher.js.map +1 -0
- package/dist/server/v1/AuthBrokerConfig.d.ts +19 -0
- package/dist/server/v1/AuthBrokerConfig.d.ts.map +1 -0
- package/dist/server/v1/AuthBrokerConfig.js +44 -0
- package/dist/server/v1/AuthBrokerConfig.js.map +1 -0
- package/dist/server/v1/IServerConfig.d.ts +17 -0
- package/dist/server/v1/IServerConfig.d.ts.map +1 -0
- package/dist/server/v1/IServerConfig.js +7 -0
- package/dist/server/v1/IServerConfig.js.map +1 -0
- package/dist/server/v1/ServerConfig.d.ts +16 -0
- package/dist/server/v1/ServerConfig.d.ts.map +1 -0
- package/dist/server/v1/ServerConfig.js +6 -0
- package/dist/server/v1/ServerConfig.js.map +1 -0
- package/dist/server/v1/embeddable-server.d.ts +89 -0
- package/dist/server/v1/embeddable-server.d.ts.map +1 -0
- package/dist/server/v1/embeddable-server.js +83 -0
- package/dist/server/v1/embeddable-server.js.map +1 -0
- package/dist/server/v1/index.d.ts +30 -0
- package/dist/server/v1/index.d.ts.map +1 -0
- package/dist/server/v1/index.js +65 -0
- package/dist/server/v1/index.js.map +1 -0
- package/dist/server/v1/legacy-server.d.ts +141 -0
- package/dist/server/v1/legacy-server.d.ts.map +1 -0
- package/dist/server/v1/legacy-server.js +2099 -0
- package/dist/server/v1/legacy-server.js.map +1 -0
- package/dist/server/v1/mcp_handlers.d.ts +19 -0
- package/dist/server/v1/mcp_handlers.d.ts.map +1 -0
- package/dist/server/v1/mcp_handlers.js +85 -0
- package/dist/server/v1/mcp_handlers.js.map +1 -0
- package/dist/server/v2/AuthBrokerConfig.d.ts +22 -0
- package/dist/server/v2/AuthBrokerConfig.d.ts.map +1 -0
- package/dist/server/v2/AuthBrokerConfig.js +46 -0
- package/dist/server/v2/AuthBrokerConfig.js.map +1 -0
- package/dist/server/v2/BaseMcpServer.d.ts +67 -0
- package/dist/server/v2/BaseMcpServer.d.ts.map +1 -0
- package/dist/server/v2/BaseMcpServer.js +273 -0
- package/dist/server/v2/BaseMcpServer.js.map +1 -0
- package/dist/server/v2/ConnectionContext.d.ts +20 -0
- package/dist/server/v2/ConnectionContext.d.ts.map +1 -0
- package/dist/server/v2/ConnectionContext.js +3 -0
- package/dist/server/v2/ConnectionContext.js.map +1 -0
- package/dist/server/v2/IHttpApplication.d.ts +42 -0
- package/dist/server/v2/IHttpApplication.d.ts.map +1 -0
- package/dist/server/v2/IHttpApplication.js +3 -0
- package/dist/server/v2/IHttpApplication.js.map +1 -0
- package/dist/server/v2/IServerConfig.d.ts +15 -0
- package/dist/server/v2/IServerConfig.d.ts.map +1 -0
- package/dist/server/v2/IServerConfig.js +7 -0
- package/dist/server/v2/IServerConfig.js.map +1 -0
- package/dist/server/v2/ServerConfig.d.ts +16 -0
- package/dist/server/v2/ServerConfig.d.ts.map +1 -0
- package/dist/server/v2/ServerConfig.js +6 -0
- package/dist/server/v2/ServerConfig.js.map +1 -0
- package/dist/server/v2/SseServer.d.ts +95 -0
- package/dist/server/v2/SseServer.d.ts.map +1 -0
- package/dist/server/v2/SseServer.js +217 -0
- package/dist/server/v2/SseServer.js.map +1 -0
- package/dist/server/v2/StdioServer.d.ts +20 -0
- package/dist/server/v2/StdioServer.d.ts.map +1 -0
- package/dist/server/v2/StdioServer.js +32 -0
- package/dist/server/v2/StdioServer.js.map +1 -0
- package/dist/server/v2/StreamableHttpServer.d.ts +94 -0
- package/dist/server/v2/StreamableHttpServer.d.ts.map +1 -0
- package/dist/server/v2/StreamableHttpServer.js +170 -0
- package/dist/server/v2/StreamableHttpServer.js.map +1 -0
- package/dist/server/v2/index.d.ts +6 -0
- package/dist/server/v2/index.d.ts.map +1 -0
- package/dist/server/v2/index.js +22 -0
- package/dist/server/v2/index.js.map +1 -0
- package/dist/server/v2/launcher.d.ts +2 -0
- package/dist/server/v2/launcher.d.ts.map +1 -0
- package/dist/server/v2/launcher.js +181 -0
- package/dist/server/v2/launcher.js.map +1 -0
- package/dist/server/v2/mcp_handlers.d.ts +25 -0
- package/dist/server/v2/mcp_handlers.d.ts.map +1 -0
- package/dist/server/v2/mcp_handlers.js +828 -0
- package/dist/server/v2/mcp_handlers.js.map +1 -0
- package/dist/server/v2/utils.d.ts +42 -0
- package/dist/server/v2/utils.d.ts.map +1 -0
- package/dist/server/v2/utils.js +620 -0
- package/dist/server/v2/utils.js.map +1 -0
- package/dist/tools/test-v2-server-stdio-compiled.js +132 -0
- package/dist/utils/StdioLogger.d.ts +17 -0
- package/dist/utils/StdioLogger.d.ts.map +1 -0
- package/dist/utils/StdioLogger.js +33 -0
- package/dist/utils/StdioLogger.js.map +1 -0
- package/dist/utils/lockStateManager.d.ts +64 -0
- package/dist/utils/lockStateManager.d.ts.map +1 -0
- package/dist/utils/lockStateManager.js +173 -0
- package/dist/utils/lockStateManager.js.map +1 -0
- package/dist/utils/transportValidation.d.ts +11 -0
- package/dist/utils/transportValidation.d.ts.map +1 -0
- package/dist/utils/transportValidation.js +18 -0
- package/dist/utils/transportValidation.js.map +1 -0
- package/docs/README.md +61 -0
- package/docs/adt-discovery.xml +6135 -0
- package/docs/architecture/CONNECTION_ISOLATION.md +150 -0
- package/docs/architecture/HANDLER_EXPORTER.md +208 -0
- package/docs/architecture/README.md +50 -0
- package/docs/architecture/STATEFUL_SESSION_GUIDE.md +737 -0
- package/docs/architecture/TOOLS_ARCHITECTURE.md +274 -0
- package/docs/configuration/YAML_CONFIG.md +272 -0
- package/docs/deployment/DOCKER.md +356 -0
- package/docs/deployment/README.md +51 -0
- package/docs/deployment/RELEASE.md +131 -0
- package/docs/development/ASSISTANT_GUIDELINES.md +179 -0
- package/docs/development/ISSUE_ROADMAP_SYSTEM.md +194 -0
- package/docs/development/README.md +22 -0
- package/docs/development/TEST_CONFIG_YAML_GUIDE.md +152 -0
- package/docs/development/TEST_SYSTEM_SETUP.md +191 -0
- package/docs/development/roadmaps/HANDLER_BUILD_ERRORS_ROADMAP.md +311 -0
- package/docs/development/roadmaps/INFRASTRUCTURE_HANDLERS.md +284 -0
- package/docs/development/roadmaps/MCP_SERVER_REFACTORING_ROADMAP.md +167 -0
- package/docs/development/roadmaps/TEST_LOGGING_ROADMAP.md +144 -0
- package/docs/development/roadmaps/TEST_REFACTORING_ROADMAP.md +518 -0
- package/docs/development/roadmaps/TODO_ROADMAP.md +165 -0
- package/docs/development/roadmaps/USAGE_DOCUMENTATION_ROADMAP.md +354 -0
- package/docs/development/roadmaps/archive/.keep +0 -0
- package/docs/development/roadmaps/archive/HANDLERS_REFACTORING_ROADMAP.md +145 -0
- package/docs/development/roadmaps/archive/HANDLER_LOGGER_CLEANUP.md +87 -0
- package/docs/development/roadmaps/archive/HANDLER_LOGGING_ROADMAP.md +75 -0
- package/docs/development/roadmaps/archive/HIGH_HANDLERS_REFACTORING_ROADMAP.md +145 -0
- package/docs/development/roadmaps/archive/LOGGER_ROADMAP.md +52 -0
- package/docs/development/roadmaps/archive/MISSING_HIGH_LEVEL_HANDLERS.md +110 -0
- package/docs/development/roadmaps/archive/TEST_ISSUES_ROADMAP_2025-01-27_20-44-40.md +567 -0
- package/docs/development/roadmaps/archive/TEST_ISSUES_ROADMAP_2025-11-27.md +630 -0
- package/docs/development/roadmaps/archive/TEST_WORKFLOW_CONTEXT_UPDATE.md +72 -0
- package/docs/development/roadmaps/archive/auth-broker-default-destination.md +469 -0
- package/docs/development/roadmaps/archive/auth-broker-roadmap.md +410 -0
- package/docs/development/roadmaps/archive/test_locking_roadmap.md +48 -0
- package/docs/development/roadmaps/parameter_passing_unit_tests_roadmap.md +402 -0
- package/docs/development/tests/CREATE_DOMAIN_TOOL.md +182 -0
- package/docs/development/tests/DEBUGGING.md +469 -0
- package/docs/development/tests/ORGANIZATION.md +85 -0
- package/docs/development/tests/README.md +88 -0
- package/docs/development/tests/TESTING_AUTH.md +124 -0
- package/docs/development/tests/TESTING_GUIDE.md +208 -0
- package/docs/development/tests/TEST_INFRASTRUCTURE.md +218 -0
- package/docs/development/tests/test-config.yaml.template +210 -0
- package/docs/discovery.json +32570 -0
- package/docs/installation/CLINE_CONFIGURATION.md +507 -0
- package/docs/installation/INSTALLATION.md +531 -0
- package/docs/installation/README.md +16 -0
- package/docs/installation/examples/README.md +200 -0
- package/docs/installation/examples/SERVICE_KEY_SETUP.md +177 -0
- package/docs/installation/examples/cline-http-config.json +9 -0
- package/docs/installation/examples/cline-http-npx-config.json +9 -0
- package/docs/installation/examples/cline-http-service-key-config.json +13 -0
- package/docs/installation/examples/cline-http-service-key-npx-config.json +12 -0
- package/docs/installation/examples/cline-sse-config.json +9 -0
- package/docs/installation/examples/cline-sse-npx-config.json +9 -0
- package/docs/installation/examples/cline-stdio-config.json +14 -0
- package/docs/installation/examples/cline-stdio-global-config.json +13 -0
- package/docs/installation/examples/cline-stdio-npx-config.json +15 -0
- package/docs/installation/platforms/INSTALL_LINUX.md +622 -0
- package/docs/installation/platforms/INSTALL_MACOS.md +514 -0
- package/docs/installation/platforms/INSTALL_WINDOWS.md +480 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +3836 -0
- package/docs/user-guide/CLIENT_CONFIGURATION.md +668 -0
- package/docs/user-guide/CLI_OPTIONS.md +523 -0
- package/docs/user-guide/HANDLERS_MANAGEMENT.md +208 -0
- package/docs/user-guide/README.md +116 -0
- package/docs/user-guide/scenarios/COMMON_PATTERNS.md +603 -0
- package/docs/user-guide/scenarios/CREATING_CDS_VIEWS.md +441 -0
- package/docs/user-guide/scenarios/CREATING_CLASSES.md +456 -0
- package/docs/user-guide/scenarios/CREATING_FUNCTION_GROUPS.md +582 -0
- package/docs/user-guide/scenarios/README.md +51 -0
- package/docs/user-guide/scenarios/SESSION_MANAGEMENT.md +335 -0
- package/docs/user-guide/usage/README.md +137 -0
- package/docs/user-guide/usage/rap-business-objects/README.md +28 -0
- package/docs/user-guide/usage/rap-business-objects/creating-rap-bo.md +189 -0
- package/docs/user-guide/usage/rap-business-objects/deferred-activation.md +82 -0
- package/docs/user-guide/usage/simple-objects/README.md +23 -0
- package/docs/user-guide/usage/simple-objects/classes-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/classes-low.md +165 -0
- package/docs/user-guide/usage/simple-objects/data-elements-high.md +48 -0
- package/docs/user-guide/usage/simple-objects/data-elements-low.md +144 -0
- package/docs/user-guide/usage/simple-objects/domains-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/domains-low.md +144 -0
- package/docs/user-guide/usage/simple-objects/function-groups-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/function-groups-low.md +144 -0
- package/docs/user-guide/usage/simple-objects/function-modules-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/function-modules-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/interfaces-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/interfaces-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/programs-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/programs-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/service-definitions-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/service-definitions-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/structures-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/structures-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/tables-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/tables-low.md +165 -0
- package/docs/user-guide/usage/simple-objects/views-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/views-low.md +160 -0
- 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
|