@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.
- package/dist/handlers/compact/high/compactLifecycleUtils.d.ts +4 -0
- package/dist/handlers/compact/high/compactLifecycleUtils.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactLifecycleUtils.js +23 -0
- package/dist/handlers/compact/high/compactLifecycleUtils.js.map +1 -0
- package/dist/handlers/compact/high/compactMatrix.d.ts +4 -0
- package/dist/handlers/compact/high/compactMatrix.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactMatrix.js +31 -0
- package/dist/handlers/compact/high/compactMatrix.js.map +1 -0
- package/dist/handlers/compact/high/compactObjectTypes.d.ts +3 -0
- package/dist/handlers/compact/high/compactObjectTypes.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactObjectTypes.js +31 -0
- package/dist/handlers/compact/high/compactObjectTypes.js.map +1 -0
- package/dist/handlers/compact/high/compactRouter.d.ts +11 -0
- package/dist/handlers/compact/high/compactRouter.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactRouter.js +254 -0
- package/dist/handlers/compact/high/compactRouter.js.map +1 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts +725 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactSchemas.js +390 -0
- package/dist/handlers/compact/high/compactSchemas.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts +63 -0
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerActivate.js +27 -0
- package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +36 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +15 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +31 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +15 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +63 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.js +26 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts +95 -0
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCreate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts +41 -0
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDelete.js +15 -0
- package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +43 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.js +15 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +32 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.js +15 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGet.d.ts +43 -0
- package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGet.js +15 -0
- package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerLock.d.ts +61 -0
- package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerLock.js +26 -0
- package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +18 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.js +15 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +92 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.js +57 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +47 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.js +15 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +28 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +15 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +42 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +40 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +36 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +106 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +31 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +61 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.js +26 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +89 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts +85 -0
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerValidate.js +40 -0
- package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -0
- package/dist/lib/config/IServerConfig.d.ts +1 -1
- package/dist/lib/config/IServerConfig.d.ts.map +1 -1
- package/dist/lib/config/ServerConfigManager.d.ts +1 -1
- package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
- package/dist/lib/config/ServerConfigManager.js +7 -3
- package/dist/lib/config/ServerConfigManager.js.map +1 -1
- package/dist/lib/config/yamlConfig.js +1 -1
- package/dist/lib/handlers/HandlerExporter.d.ts +5 -0
- package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -1
- package/dist/lib/handlers/HandlerExporter.js +4 -0
- package/dist/lib/handlers/HandlerExporter.js.map +1 -1
- package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts +11 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.js +218 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/index.d.ts +1 -0
- package/dist/lib/handlers/groups/index.d.ts.map +1 -1
- package/dist/lib/handlers/groups/index.js +3 -1
- package/dist/lib/handlers/groups/index.js.map +1 -1
- package/dist/server/EmbeddableMcpServer.d.ts +1 -1
- package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
- package/dist/server/EmbeddableMcpServer.js +4 -0
- package/dist/server/EmbeddableMcpServer.js.map +1 -1
- package/dist/server/launcher.js +3 -0
- package/dist/server/launcher.js.map +1 -1
- package/docs/development/roadmaps/COMPACT_FACADE_ROUTER_ROADMAP.md +71 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +657 -30
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +540 -0
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +533 -22
- package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +14 -5
- package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +101 -4
- package/docs/user-guide/HANDLERS_MANAGEMENT.md +50 -4
- package/docs/user-guide/README.md +2 -0
- 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
|
-
- `
|
|
461
|
-
- `
|
|
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,
|
|
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
|
-
- `
|
|
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-
|
|
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:
|
|
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
|
-
-
|
|
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-
|
|
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. **
|
|
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
|
-
|
|
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
|
|
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
|
|