@mcp-abap-adt/core 2.4.2 → 2.5.0

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 (142) hide show
  1. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts +4 -0
  2. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts.map +1 -0
  3. package/dist/handlers/compact/high/compactLifecycleUtils.js +23 -0
  4. package/dist/handlers/compact/high/compactLifecycleUtils.js.map +1 -0
  5. package/dist/handlers/compact/high/compactMatrix.d.ts +4 -0
  6. package/dist/handlers/compact/high/compactMatrix.d.ts.map +1 -0
  7. package/dist/handlers/compact/high/compactMatrix.js +31 -0
  8. package/dist/handlers/compact/high/compactMatrix.js.map +1 -0
  9. package/dist/handlers/compact/high/compactObjectTypes.d.ts +3 -0
  10. package/dist/handlers/compact/high/compactObjectTypes.d.ts.map +1 -0
  11. package/dist/handlers/compact/high/compactObjectTypes.js +31 -0
  12. package/dist/handlers/compact/high/compactObjectTypes.js.map +1 -0
  13. package/dist/handlers/compact/high/compactRouter.d.ts +11 -0
  14. package/dist/handlers/compact/high/compactRouter.d.ts.map +1 -0
  15. package/dist/handlers/compact/high/compactRouter.js +254 -0
  16. package/dist/handlers/compact/high/compactRouter.js.map +1 -0
  17. package/dist/handlers/compact/high/compactSchemas.d.ts +725 -0
  18. package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -0
  19. package/dist/handlers/compact/high/compactSchemas.js +390 -0
  20. package/dist/handlers/compact/high/compactSchemas.js.map +1 -0
  21. package/dist/handlers/compact/high/handleHandlerActivate.d.ts +63 -0
  22. package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -0
  23. package/dist/handlers/compact/high/handleHandlerActivate.js +27 -0
  24. package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -0
  25. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +36 -0
  26. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -0
  27. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +15 -0
  28. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -0
  29. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +31 -0
  30. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -0
  31. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +15 -0
  32. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -0
  33. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +63 -0
  34. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -0
  35. package/dist/handlers/compact/high/handleHandlerCheckRun.js +26 -0
  36. package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -0
  37. package/dist/handlers/compact/high/handleHandlerCreate.d.ts +95 -0
  38. package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -0
  39. package/dist/handlers/compact/high/handleHandlerCreate.js +15 -0
  40. package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -0
  41. package/dist/handlers/compact/high/handleHandlerDelete.d.ts +41 -0
  42. package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -0
  43. package/dist/handlers/compact/high/handleHandlerDelete.js +15 -0
  44. package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -0
  45. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +43 -0
  46. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -0
  47. package/dist/handlers/compact/high/handleHandlerDumpList.js +15 -0
  48. package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -0
  49. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +32 -0
  50. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -0
  51. package/dist/handlers/compact/high/handleHandlerDumpView.js +15 -0
  52. package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -0
  53. package/dist/handlers/compact/high/handleHandlerGet.d.ts +43 -0
  54. package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -0
  55. package/dist/handlers/compact/high/handleHandlerGet.js +15 -0
  56. package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -0
  57. package/dist/handlers/compact/high/handleHandlerLock.d.ts +61 -0
  58. package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -0
  59. package/dist/handlers/compact/high/handleHandlerLock.js +26 -0
  60. package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -0
  61. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +18 -0
  62. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts.map +1 -0
  63. package/dist/handlers/compact/high/handleHandlerProfileList.js +15 -0
  64. package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -0
  65. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +92 -0
  66. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -0
  67. package/dist/handlers/compact/high/handleHandlerProfileRun.js +57 -0
  68. package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -0
  69. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +47 -0
  70. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -0
  71. package/dist/handlers/compact/high/handleHandlerProfileView.js +15 -0
  72. package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -0
  73. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +28 -0
  74. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -0
  75. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +15 -0
  76. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -0
  77. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +42 -0
  78. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -0
  79. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +15 -0
  80. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -0
  81. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +40 -0
  82. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -0
  83. package/dist/handlers/compact/high/handleHandlerTransportCreate.js +15 -0
  84. package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -0
  85. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +36 -0
  86. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -0
  87. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +15 -0
  88. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -0
  89. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +106 -0
  90. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -0
  91. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +15 -0
  92. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -0
  93. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +31 -0
  94. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -0
  95. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +15 -0
  96. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -0
  97. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +61 -0
  98. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -0
  99. package/dist/handlers/compact/high/handleHandlerUnlock.js +26 -0
  100. package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -0
  101. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +89 -0
  102. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -0
  103. package/dist/handlers/compact/high/handleHandlerUpdate.js +15 -0
  104. package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -0
  105. package/dist/handlers/compact/high/handleHandlerValidate.d.ts +85 -0
  106. package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -0
  107. package/dist/handlers/compact/high/handleHandlerValidate.js +40 -0
  108. package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -0
  109. package/dist/lib/config/IServerConfig.d.ts +1 -1
  110. package/dist/lib/config/IServerConfig.d.ts.map +1 -1
  111. package/dist/lib/config/ServerConfigManager.d.ts +1 -1
  112. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  113. package/dist/lib/config/ServerConfigManager.js +7 -3
  114. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  115. package/dist/lib/config/yamlConfig.js +1 -1
  116. package/dist/lib/handlers/HandlerExporter.d.ts +5 -0
  117. package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -1
  118. package/dist/lib/handlers/HandlerExporter.js +4 -0
  119. package/dist/lib/handlers/HandlerExporter.js.map +1 -1
  120. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts +11 -0
  121. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -0
  122. package/dist/lib/handlers/groups/CompactHandlersGroup.js +218 -0
  123. package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -0
  124. package/dist/lib/handlers/groups/index.d.ts +1 -0
  125. package/dist/lib/handlers/groups/index.d.ts.map +1 -1
  126. package/dist/lib/handlers/groups/index.js +3 -1
  127. package/dist/lib/handlers/groups/index.js.map +1 -1
  128. package/dist/server/EmbeddableMcpServer.d.ts +1 -1
  129. package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
  130. package/dist/server/EmbeddableMcpServer.js +4 -0
  131. package/dist/server/EmbeddableMcpServer.js.map +1 -1
  132. package/dist/server/launcher.js +3 -0
  133. package/dist/server/launcher.js.map +1 -1
  134. package/docs/development/roadmaps/COMPACT_FACADE_ROUTER_ROADMAP.md +71 -0
  135. package/docs/user-guide/AVAILABLE_TOOLS.md +657 -30
  136. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +540 -0
  137. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +533 -22
  138. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +14 -5
  139. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +101 -4
  140. package/docs/user-guide/HANDLERS_MANAGEMENT.md +50 -4
  141. package/docs/user-guide/README.md +2 -0
  142. package/package.json +1 -1
@@ -457,8 +457,14 @@ Generated from code in `src/handlers/**` (not from docs).
457
457
  **Source:** `src/handlers/class/low/handleRunClassUnitTests.ts`
458
458
 
459
459
  **Parameters:**
460
- - `test_class` (string, required) - Test class name inside the include (e.g., LTCL_MAIN_CLASS).
461
- - `tests` (array, optional) - List of container/test class pairs to execute.
460
+ - `context` (string, optional) - Optional context string shown in SAP tools.
461
+ - `duration` (object, optional) -
462
+ - `risk_level` (object, optional) -
463
+ - `scope` (object, optional) -
464
+ - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
465
+ - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
466
+ - `tests` (array, required) - List of container/test class pairs to execute.
467
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
462
468
 
463
469
  ---
464
470
 
@@ -542,7 +548,8 @@ Generated from code in `src/handlers/**` (not from docs).
542
548
  **Source:** `src/handlers/common/low/handleActivateObject.ts`
543
549
 
544
550
  **Parameters:**
545
- - `objects` (array, optional) - Array of objects to activate. Each object must have
551
+ - `objects` (array, required) - Array of objects to activate. Each object must have
552
+ - `preaudit` (boolean, optional) - Request pre-audit before activation. Default: true
546
553
 
547
554
  ---
548
555
 
@@ -1686,9 +1693,11 @@ Generated from code in `src/handlers/**` (not from docs).
1686
1693
  **Source:** `src/handlers/system/low/handleGetVirtualFolders.ts`
1687
1694
 
1688
1695
  **Parameters:**
1696
+ - `facet_order` (array, optional (default: ['package)) - Order of facets in response (e.g., [
1697
+ - `ignore_short_descriptions` (boolean, optional (default: false)) - Ignore short descriptions in response
1689
1698
  - `object_search_pattern` (string, optional (default: *)) - Object search pattern (e.g.,
1690
1699
  - `preselection` (array, optional) - Optional preselection filters (facet-value pairs for filtering)
1691
- - `values` (array, required) - Array of facet values to filter by
1700
+ - `with_versions` (boolean, optional (default: false)) - Include version information in response
1692
1701
 
1693
1702
  ---
1694
1703
 
@@ -1942,4 +1951,4 @@ Generated from code in `src/handlers/**` (not from docs).
1942
1951
 
1943
1952
  ---
1944
1953
 
1945
- *Last updated: 2026-02-15*
1954
+ *Last updated: 2026-02-21*
@@ -3,7 +3,7 @@
3
3
  Generated from code in `src/handlers/**` (not from docs).
4
4
 
5
5
  - Level: Read-Only
6
- - Total tools: 32
6
+ - Total tools: 36
7
7
 
8
8
  ## Navigation
9
9
 
@@ -40,11 +40,15 @@ Generated from code in `src/handlers/**` (not from docs).
40
40
  - [GetTransaction](#gettransaction-read-only-system)
41
41
  - [GetTypeInfo](#gettypeinfo-read-only-system)
42
42
  - [GetWhereUsed](#getwhereused-read-only-system)
43
+ - [RuntimeAnalyzeDump](#runtimeanalyzedump-read-only-system)
44
+ - [RuntimeAnalyzeProfilerTrace](#runtimeanalyzeprofilertrace-read-only-system)
43
45
  - [RuntimeCreateProfilerTraceParameters](#runtimecreateprofilertraceparameters-read-only-system)
44
46
  - [RuntimeGetDumpById](#runtimegetdumpbyid-read-only-system)
45
47
  - [RuntimeGetProfilerTraceData](#runtimegetprofilertracedata-read-only-system)
46
48
  - [RuntimeListDumps](#runtimelistdumps-read-only-system)
47
49
  - [RuntimeListProfilerTraceFiles](#runtimelistprofilertracefiles-read-only-system)
50
+ - [RuntimeRunClassWithProfiling](#runtimerunclasswithprofiling-read-only-system)
51
+ - [RuntimeRunProgramWithProfiling](#runtimerunprogramwithprofiling-read-only-system)
48
52
  - [Table](#read-only-table)
49
53
  - [GetTableContents](#gettablecontents-read-only-table)
50
54
  - [Transport](#read-only-transport)
@@ -174,6 +178,7 @@ Generated from code in `src/handlers/**` (not from docs).
174
178
  **Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
175
179
 
176
180
  **Parameters:**
181
+ - `format` (string, optional) - [read-only] Output format:
177
182
  - `node_id` (string, required) - [read-only] Node ID
178
183
  - `parent_name` (string, required) - [read-only] Parent object name
179
184
  - `parent_tech_name` (string, required) - [read-only] Parent technical name
@@ -220,7 +225,6 @@ Generated from code in `src/handlers/**` (not from docs).
220
225
 
221
226
  **Parameters:**
222
227
  - `objects` (array, required) - [read-only] Object name (required, must be valid ABAP object name or mask)
223
- - `type` (string, optional) - [read-only] Optional type (e.g. PROG/P, CLAS/OC, etc.)
224
228
 
225
229
  ---
226
230
 
@@ -303,7 +307,9 @@ Generated from code in `src/handlers/**` (not from docs).
303
307
  **Source:** `src/handlers/system/readonly/handleGetObjectNodeFromCache.ts`
304
308
 
305
309
  **Parameters:**
306
- - None
310
+ - `object_name` (string, required) - [read-only] Object name
311
+ - `object_type` (string, required) - [read-only] Object type
312
+ - `tech_name` (string, required) - [read-only] Technical name
307
313
 
308
314
  ---
309
315
 
@@ -378,6 +384,33 @@ Generated from code in `src/handlers/**` (not from docs).
378
384
 
379
385
  ---
380
386
 
387
+ <a id="runtimeanalyzedump-read-only-system"></a>
388
+ #### RuntimeAnalyzeDump (Read-Only / System)
389
+ **Description:** [runtime] Read runtime dump by ID and return compact analysis summary with key fields.
390
+
391
+ **Source:** `src/handlers/system/readonly/handleRuntimeAnalyzeDump.ts`
392
+
393
+ **Parameters:**
394
+ - `dump_id` (string, required) - Runtime dump ID.
395
+ - `include_payload` (boolean, optional (default: true)) - Include full parsed payload in response.
396
+ - `view` (string, optional (default: default)) - Dump view mode to analyze: default payload, summary section, or formatted long text.
397
+
398
+ ---
399
+
400
+ <a id="runtimeanalyzeprofilertrace-read-only-system"></a>
401
+ #### RuntimeAnalyzeProfilerTrace (Read-Only / System)
402
+ **Description:** [runtime] Read profiler trace view and return compact analysis summary (totals + top entries).
403
+
404
+ **Source:** `src/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.ts`
405
+
406
+ **Parameters:**
407
+ - `top` (number, optional) - Number of top rows for summary. Default: 10.
408
+ - `trace_id_or_uri` (string, required) - Profiler trace ID or full trace URI.
409
+ - `view` (string, optional (default: hitlist)) -
410
+ - `with_system_events` (boolean, optional) - Include system events.
411
+
412
+ ---
413
+
381
414
  <a id="runtimecreateprofilertraceparameters-read-only-system"></a>
382
415
  #### RuntimeCreateProfilerTraceParameters (Read-Only / System)
383
416
  **Description:** [runtime] Create ABAP profiler trace parameters and return profilerId (URI) for profiled execution.
@@ -385,7 +418,20 @@ Generated from code in `src/handlers/**` (not from docs).
385
418
  **Source:** `src/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.ts`
386
419
 
387
420
  **Parameters:**
421
+ - `aggregate` (boolean, optional) -
422
+ - `all_db_events` (boolean, optional) -
423
+ - `all_dynpro_events` (boolean, optional) -
424
+ - `all_internal_table_events` (boolean, optional) -
425
+ - `all_misc_abap_statements` (boolean, optional) -
426
+ - `all_procedural_units` (boolean, optional) -
427
+ - `all_system_kernel_events` (boolean, optional) -
428
+ - `amdp_trace` (boolean, optional) -
388
429
  - `description` (string, required) - Human-readable trace description.
430
+ - `explicit_on_off` (boolean, optional) -
431
+ - `max_size_for_trace_file` (number, optional) -
432
+ - `max_time_for_tracing` (number, optional) -
433
+ - `sql_trace` (boolean, optional) -
434
+ - `with_rfc_tracing` (boolean, optional) -
389
435
 
390
436
  ---
391
437
 
@@ -397,6 +443,7 @@ Generated from code in `src/handlers/**` (not from docs).
397
443
 
398
444
  **Parameters:**
399
445
  - `dump_id` (string, required) - Runtime dump ID (for example: 694AB694097211F1929806D06D234D38).
446
+ - `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
400
447
 
401
448
  ---
402
449
 
@@ -442,6 +489,56 @@ Generated from code in `src/handlers/**` (not from docs).
442
489
 
443
490
  ---
444
491
 
492
+ <a id="runtimerunclasswithprofiling-read-only-system"></a>
493
+ #### RuntimeRunClassWithProfiling (Read-Only / System)
494
+ **Description:** [runtime] Execute ABAP class with profiler enabled and return created profilerId + traceId.
495
+
496
+ **Source:** `src/handlers/system/readonly/handleRuntimeRunClassWithProfiling.ts`
497
+
498
+ **Parameters:**
499
+ - `aggregate` (boolean, optional) -
500
+ - `all_db_events` (boolean, optional) -
501
+ - `all_dynpro_events` (boolean, optional) -
502
+ - `all_internal_table_events` (boolean, optional) -
503
+ - `all_misc_abap_statements` (boolean, optional) -
504
+ - `all_procedural_units` (boolean, optional) -
505
+ - `all_system_kernel_events` (boolean, optional) -
506
+ - `amdp_trace` (boolean, optional) -
507
+ - `class_name` (string, required) - ABAP class name to execute.
508
+ - `description` (string, optional) - Profiler trace description.
509
+ - `explicit_on_off` (boolean, optional) -
510
+ - `max_size_for_trace_file` (number, optional) -
511
+ - `max_time_for_tracing` (number, optional) -
512
+ - `sql_trace` (boolean, optional) -
513
+ - `with_rfc_tracing` (boolean, optional) -
514
+
515
+ ---
516
+
517
+ <a id="runtimerunprogramwithprofiling-read-only-system"></a>
518
+ #### RuntimeRunProgramWithProfiling (Read-Only / System)
519
+ **Description:** [runtime] Execute ABAP program with profiler enabled and return created profilerId + traceId.
520
+
521
+ **Source:** `src/handlers/system/readonly/handleRuntimeRunProgramWithProfiling.ts`
522
+
523
+ **Parameters:**
524
+ - `aggregate` (boolean, optional) -
525
+ - `all_db_events` (boolean, optional) -
526
+ - `all_dynpro_events` (boolean, optional) -
527
+ - `all_internal_table_events` (boolean, optional) -
528
+ - `all_misc_abap_statements` (boolean, optional) -
529
+ - `all_procedural_units` (boolean, optional) -
530
+ - `all_system_kernel_events` (boolean, optional) -
531
+ - `amdp_trace` (boolean, optional) -
532
+ - `description` (string, optional) - Profiler trace description.
533
+ - `explicit_on_off` (boolean, optional) -
534
+ - `max_size_for_trace_file` (number, optional) -
535
+ - `max_time_for_tracing` (number, optional) -
536
+ - `program_name` (string, required) - ABAP program name to execute.
537
+ - `sql_trace` (boolean, optional) -
538
+ - `with_rfc_tracing` (boolean, optional) -
539
+
540
+ ---
541
+
445
542
  <a id="read-only-table"></a>
446
543
  ### Read-Only / Table
447
544
 
@@ -472,4 +569,4 @@ Generated from code in `src/handlers/**` (not from docs).
472
569
 
473
570
  ---
474
571
 
475
- *Last updated: 2026-02-15*
572
+ *Last updated: 2026-02-21*
@@ -26,11 +26,43 @@ V2 server supports flexible handler set configuration through the `--exposition`
26
26
  - System modifications
27
27
  - Database operations
28
28
 
29
- 4. **search** - Always included automatically
29
+ 4. **compact** - Compact facade operations
30
+ - `HandlerValidate`
31
+ - `HandlerActivate`
32
+ - `HandlerLock`
33
+ - `HandlerUnlock`
34
+ - `HandlerCheckRun`
35
+ - `HandlerUnitTestRun`, `HandlerUnitTestStatus`, `HandlerUnitTestResult`
36
+ - `HandlerCdsUnitTestStatus`, `HandlerCdsUnitTestResult`
37
+ - `HandlerProfileRun`, `HandlerProfileList`, `HandlerProfileView`
38
+ - `HandlerDumpList`, `HandlerDumpView`
39
+ - `HandlerServiceBindingListTypes`, `HandlerServiceBindingValidate`
40
+ - `HandlerTransportCreate`
41
+ - `HandlerCreate`
42
+ - `HandlerGet`
43
+ - `HandlerUpdate`
44
+ - `HandlerDelete`
45
+ - Contract:
46
+ - CRUD via `HandlerCreate|Get|Update|Delete` + required `object_type`
47
+ - Lifecycle via `HandlerValidate|Activate|Lock|Unlock|CheckRun`
48
+ - Runtime/tests/service-binding/transport via dedicated compact handlers
49
+ - Source of truth for compact route coverage:
50
+ - `src/handlers/compact/high/compactMatrix.ts`
51
+ - auto-reflected into `docs/user-guide/AVAILABLE_TOOLS_COMPACT.md`
52
+ - Current action coverage:
53
+ - `UNIT_TEST`: `run`, `status`, `result`
54
+ - `CDS_UNIT_TEST`: `status`, `result`
55
+ - `SERVICE_BINDING`: `list_types`, `validate`
56
+ - `TRANSPORT`: `create_transport`
57
+ - `CLASS` / `PROGRAM`: `runProfiling`
58
+ - `RUNTIME_PROFILE`: `viewProfiles`, `viewProfile`
59
+ - `RUNTIME_DUMP`: `viewDumps`, `viewDump`
60
+
61
+ 5. **search** - Always included automatically
30
62
  - Object search
31
63
  - Code search
32
64
 
33
- 5. **system** - Always included automatically
65
+ 6. **system** - Always included automatically
34
66
  - Where-used analysis (GetWhereUsed)
35
67
  - Type information (GetTypeInfo)
36
68
  - Object info (GetObjectInfo)
@@ -57,8 +89,11 @@ node bin/mcp-abap-adt-v2.js --transport=stdio --env-path=.env --exposition=reado
57
89
  # Read-only + high-level writes (recommended)
58
90
  node bin/mcp-abap-adt-v2.js --transport=stdio --env-path=.env --exposition=readonly,high
59
91
 
92
+ # Compact facade only
93
+ node bin/mcp-abap-adt-v2.js --transport=stdio --env-path=.env --exposition=compact
94
+
60
95
  # All operations (dangerous, for development only)
61
- node bin/mcp-abap-adt-v2.js --transport=stdio --env-path=.env --exposition=readonly,high,low
96
+ node bin/mcp-abap-adt-v2.js --transport=stdio --env-path=.env --exposition=readonly,high,low,compact
62
97
  ```
63
98
 
64
99
  ### Config File
@@ -71,6 +106,7 @@ envFile: .env
71
106
  exposition:
72
107
  - readonly
73
108
  - high
109
+ - compact
74
110
  ```
75
111
 
76
112
  ### Environment Variable
@@ -90,7 +126,14 @@ node bin/mcp-abap-adt-v2.js --transport=stdio --env-path=.env
90
126
  npm run docs:tools
91
127
  ```
92
128
 
93
- This generates `docs/user-guide/AVAILABLE_TOOLS.md` with:
129
+ This generates:
130
+ - `docs/user-guide/AVAILABLE_TOOLS.md`
131
+ - `docs/user-guide/AVAILABLE_TOOLS_READONLY.md`
132
+ - `docs/user-guide/AVAILABLE_TOOLS_HIGH.md`
133
+ - `docs/user-guide/AVAILABLE_TOOLS_LOW.md`
134
+ - `docs/user-guide/AVAILABLE_TOOLS_COMPACT.md`
135
+
136
+ With:
94
137
  - All available handlers
95
138
  - Parameters and types
96
139
  - Usage examples
@@ -165,6 +208,9 @@ if (config.exposition.includes('readonly')) {
165
208
  if (config.exposition.includes('high')) {
166
209
  handlerGroups.push(new HighLevelHandlersGroup(baseContext));
167
210
  }
211
+ if (config.exposition.includes('compact')) {
212
+ handlerGroups.push(new CompactHandlersGroup(baseContext));
213
+ }
168
214
  if (config.exposition.includes('low')) {
169
215
  handlerGroups.push(new LowLevelHandlersGroup(baseContext));
170
216
  }
@@ -59,6 +59,7 @@ See [Installation Guide](../installation/INSTALLATION.md) for full instructions.
59
59
  - **[AVAILABLE_TOOLS_READONLY.md](AVAILABLE_TOOLS_READONLY.md)** - Read-only tools (auto-generated)
60
60
  - **[AVAILABLE_TOOLS_HIGH.md](AVAILABLE_TOOLS_HIGH.md)** - High-level tools (auto-generated)
61
61
  - **[AVAILABLE_TOOLS_LOW.md](AVAILABLE_TOOLS_LOW.md)** - Low-level tools (auto-generated)
62
+ - **[AVAILABLE_TOOLS_COMPACT.md](AVAILABLE_TOOLS_COMPACT.md)** - Compact facade tools (auto-generated)
62
63
  - **[AVAILABLE_TOOLS.md](AVAILABLE_TOOLS.md)** - Full combined tools reference (auto-generated)
63
64
  - **[AUTHENTICATION.md](AUTHENTICATION.md)** - Destination-based auth, service key locations, and header-based auth
64
65
  - **[TERMINOLOGY.md](TERMINOLOGY.md)** - Project-specific terminology
@@ -74,6 +75,7 @@ See [Installation Guide](../installation/INSTALLATION.md) for full instructions.
74
75
  - [Read-only tools](AVAILABLE_TOOLS_READONLY.md)
75
76
  - [High-level tools](AVAILABLE_TOOLS_HIGH.md)
76
77
  - [Low-level tools](AVAILABLE_TOOLS_LOW.md)
78
+ - [Compact tools](AVAILABLE_TOOLS_COMPACT.md)
77
79
 
78
80
  ## Package Tree Output
79
81
 
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.4.2",
4
+ "version": "2.5.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {