@mcp-abap-adt/core 2.2.5 → 2.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +27 -10
  3. package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts.map +1 -1
  4. package/dist/handlers/function/high/handleUpdateFunctionModule.js +31 -1
  5. package/dist/handlers/function/high/handleUpdateFunctionModule.js.map +1 -1
  6. package/dist/handlers/function/low/handleLockFunctionModule.d.ts.map +1 -1
  7. package/dist/handlers/function/low/handleLockFunctionModule.js +4 -2
  8. package/dist/handlers/function/low/handleLockFunctionModule.js.map +1 -1
  9. package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts +6 -1
  10. package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts.map +1 -1
  11. package/dist/handlers/function/low/handleUpdateFunctionModule.js +12 -3
  12. package/dist/handlers/function/low/handleUpdateFunctionModule.js.map +1 -1
  13. package/dist/handlers/function/readonly/handleGetFunction.d.ts +1 -1
  14. package/dist/handlers/function/readonly/handleGetFunction.d.ts.map +1 -1
  15. package/dist/handlers/function/readonly/handleGetFunction.js +9 -7
  16. package/dist/handlers/function/readonly/handleGetFunction.js.map +1 -1
  17. package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts +6 -1
  18. package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts.map +1 -1
  19. package/dist/handlers/function_module/high/handleDeleteFunctionModule.js +12 -5
  20. package/dist/handlers/function_module/high/handleDeleteFunctionModule.js.map +1 -1
  21. package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts +6 -1
  22. package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts.map +1 -1
  23. package/dist/handlers/function_module/high/handleGetFunctionModule.js +12 -6
  24. package/dist/handlers/function_module/high/handleGetFunctionModule.js.map +1 -1
  25. package/dist/lib/config/ArgumentsParser.d.ts.map +1 -1
  26. package/dist/lib/config/ArgumentsParser.js +20 -21
  27. package/dist/lib/config/ArgumentsParser.js.map +1 -1
  28. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  29. package/dist/lib/config/ServerConfigManager.js +8 -3
  30. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  31. package/dist/lib/config/envResolver.d.ts +6 -0
  32. package/dist/lib/config/envResolver.d.ts.map +1 -0
  33. package/dist/lib/config/envResolver.js +84 -0
  34. package/dist/lib/config/envResolver.js.map +1 -0
  35. package/dist/lib/config/runtimeConfig.d.ts.map +1 -1
  36. package/dist/lib/config/runtimeConfig.js +27 -14
  37. package/dist/lib/config/runtimeConfig.js.map +1 -1
  38. package/dist/lib/utils.d.ts.map +1 -1
  39. package/dist/lib/utils.js +10 -6
  40. package/dist/lib/utils.js.map +1 -1
  41. package/dist/server/launcher.js +1 -1
  42. package/docs/installation/INSTALLATION.md +17 -12
  43. package/docs/user-guide/AUTHENTICATION.md +3 -2
  44. package/docs/user-guide/AVAILABLE_TOOLS.md +815 -526
  45. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +1417 -0
  46. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1945 -0
  47. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +405 -0
  48. package/docs/user-guide/CLIENT_CONFIGURATION.md +24 -16
  49. package/docs/user-guide/CLI_OPTIONS.md +28 -22
  50. package/docs/user-guide/HANDLERS_MANAGEMENT.md +5 -5
  51. package/docs/user-guide/README.md +12 -6
  52. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/core",
3
3
  "mcpName": "io.github.fr0ster/mcp-abap-adt",
4
- "version": "2.2.5",
4
+ "version": "2.2.7",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {