@mcp-abap-adt/core 4.9.0 → 5.0.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/CHANGELOG.md +11 -0
- package/README.md +1 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts +76 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -1
- package/dist/handlers/compact/high/compactSchemas.js +47 -1
- package/dist/handlers/compact/high/compactSchemas.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerFeedList.d.ts +50 -0
- package/dist/handlers/compact/high/handleHandlerFeedList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerFeedList.js +16 -0
- package/dist/handlers/compact/high/handleHandlerFeedList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts +48 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js +16 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts +43 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.js +16 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.js.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js +4 -3
- package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js +3 -2
- package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts +48 -0
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js +81 -0
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js +4 -3
- package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListDumps.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListDumps.js +3 -2
- package/dist/handlers/system/readonly/handleRuntimeListDumps.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts +50 -0
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.js +94 -0
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.js.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts +43 -0
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js +62 -0
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js.map +1 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -1
- package/dist/lib/handlers/groups/CompactHandlersGroup.js +15 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -1
- package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -1
- package/dist/lib/handlers/groups/SystemHandlersGroup.js +15 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -1
- package/docs/superpowers/plans/2026-04-11-migrate-adt-clients-4.0.0.md +1014 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +116 -22
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +49 -2
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +53 -6
- package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +62 -15
- package/package.json +2 -2
|
@@ -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: 54
|
|
7
7
|
|
|
8
8
|
## Navigation
|
|
9
9
|
|
|
@@ -67,9 +67,12 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
67
67
|
- [RuntimeAnalyzeProfilerTrace](#runtimeanalyzeprofilertrace-read-only-system)
|
|
68
68
|
- [RuntimeCreateProfilerTraceParameters](#runtimecreateprofilertraceparameters-read-only-system)
|
|
69
69
|
- [RuntimeGetDumpById](#runtimegetdumpbyid-read-only-system)
|
|
70
|
+
- [RuntimeGetGatewayErrorLog](#runtimegetgatewayerrorlog-read-only-system)
|
|
70
71
|
- [RuntimeGetProfilerTraceData](#runtimegetprofilertracedata-read-only-system)
|
|
71
72
|
- [RuntimeListDumps](#runtimelistdumps-read-only-system)
|
|
73
|
+
- [RuntimeListFeeds](#runtimelistfeeds-read-only-system)
|
|
72
74
|
- [RuntimeListProfilerTraceFiles](#runtimelistprofilertracefiles-read-only-system)
|
|
75
|
+
- [RuntimeListSystemMessages](#runtimelistsystemmessages-read-only-system)
|
|
73
76
|
- [RuntimeRunClassWithProfiling](#runtimerunclasswithprofiling-read-only-system)
|
|
74
77
|
- [RuntimeRunProgramWithProfiling](#runtimerunprogramwithprofiling-read-only-system)
|
|
75
78
|
- [Table](#read-only-table)
|
|
@@ -346,7 +349,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
346
349
|
|
|
347
350
|
<a id="getobjectsbytype-read-only-search"></a>
|
|
348
351
|
#### GetObjectsByType (Read-Only / Search)
|
|
349
|
-
**Description:** [read-only] Retrieves all ABAP objects of a specific type under a given node.
|
|
352
|
+
**Description:** [read-only] Retrieves all ABAP objects of a specific type (classes, tables, programs, interfaces, etc.) under a given parent node. Useful for listing all objects of one type within a package or composite object.
|
|
350
353
|
|
|
351
354
|
**Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
|
|
352
355
|
|
|
@@ -362,7 +365,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
362
365
|
|
|
363
366
|
<a id="getobjectslist-read-only-search"></a>
|
|
364
367
|
#### GetObjectsList (Read-Only / Search)
|
|
365
|
-
**Description:** [read-only] Recursively retrieves all
|
|
368
|
+
**Description:** [read-only] Recursively retrieves all child ABAP repository objects for a given parent — programs (PROG), function groups (FUGR), classes (CLAS), packages (DEVC), and other composite objects — including nested includes and subcomponents.
|
|
366
369
|
|
|
367
370
|
**Source:** `src/handlers/search/readonly/handleGetObjectsList.ts`
|
|
368
371
|
|
|
@@ -376,7 +379,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
376
379
|
|
|
377
380
|
<a id="searchobject-read-only-search"></a>
|
|
378
381
|
#### SearchObject (Read-Only / Search)
|
|
379
|
-
**Description:** [read-only]
|
|
382
|
+
**Description:** [read-only] Find, search, locate, or check if an ABAP repository object exists by name or wildcard pattern (e.g.
|
|
380
383
|
|
|
381
384
|
**Source:** `src/handlers/search/readonly/handleSearchObject.ts`
|
|
382
385
|
|
|
@@ -483,7 +486,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
483
486
|
|
|
484
487
|
<a id="getadttypes-read-only-system"></a>
|
|
485
488
|
#### GetAdtTypes (Read-Only / System)
|
|
486
|
-
**Description:** [read-only] Retrieve all valid ADT object types.
|
|
489
|
+
**Description:** [read-only] Retrieve all valid ADT object types (CLAS, TABL, PROG, DEVC, FUGR, INTF, DDLS, DTEL, DOMA, SRVD, SRVB, BDEF, DDLX, etc.) or validate a specific type name.
|
|
487
490
|
|
|
488
491
|
**Source:** `src/handlers/system/readonly/handleGetAllTypes.ts`
|
|
489
492
|
|
|
@@ -494,7 +497,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
494
497
|
|
|
495
498
|
<a id="getinactiveobjects-read-only-system"></a>
|
|
496
499
|
#### GetInactiveObjects (Read-Only / System)
|
|
497
|
-
**Description:** [read-only] Get a list of inactive ABAP objects
|
|
500
|
+
**Description:** [read-only] Get a list of inactive ABAP objects — modified but not yet activated, pending activation. Shows classes, tables, CDS views, and other objects awaiting activation.
|
|
498
501
|
|
|
499
502
|
**Source:** `src/handlers/system/readonly/handleGetInactiveObjects.ts`
|
|
500
503
|
|
|
@@ -505,7 +508,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
505
508
|
|
|
506
509
|
<a id="getobjectinfo-read-only-system"></a>
|
|
507
510
|
#### GetObjectInfo (Read-Only / System)
|
|
508
|
-
**Description:** [read-only] Return ABAP object tree
|
|
511
|
+
**Description:** [read-only] Return ABAP object tree structure for packages (DEVC), classes (CLAS), programs (PROG), function groups (FUGR), and other objects. Shows root, group nodes, and terminal leaves up to maxDepth. Enrich each node with description and package via SearchObject if enrich=true.
|
|
509
512
|
|
|
510
513
|
**Source:** `src/handlers/system/readonly/handleGetObjectInfo.ts`
|
|
511
514
|
|
|
@@ -555,7 +558,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
555
558
|
|
|
556
559
|
<a id="getsqlquery-read-only-system"></a>
|
|
557
560
|
#### GetSqlQuery (Read-Only / System)
|
|
558
|
-
**Description:** [read-only] Execute
|
|
561
|
+
**Description:** [read-only] Execute ABAP SQL SELECT queries on database tables and CDS views via SAP ADT Data Preview API. Use for ad-hoc data retrieval, row counts, and filtered queries.
|
|
559
562
|
|
|
560
563
|
**Source:** `src/handlers/system/readonly/handleGetSqlQuery.ts`
|
|
561
564
|
|
|
@@ -567,7 +570,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
567
570
|
|
|
568
571
|
<a id="gettransaction-read-only-system"></a>
|
|
569
572
|
#### GetTransaction (Read-Only / System)
|
|
570
|
-
**Description:** [read-only] Retrieve ABAP transaction details.
|
|
573
|
+
**Description:** [read-only] Retrieve ABAP transaction (t-code) details — program, screen, authorization object, and transaction type (dialog, report, OO).
|
|
571
574
|
|
|
572
575
|
**Source:** `src/handlers/system/readonly/handleGetTransaction.ts`
|
|
573
576
|
|
|
@@ -578,7 +581,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
578
581
|
|
|
579
582
|
<a id="gettypeinfo-read-only-system"></a>
|
|
580
583
|
#### GetTypeInfo (Read-Only / System)
|
|
581
|
-
**Description:** [read-only] Retrieve ABAP type information.
|
|
584
|
+
**Description:** [read-only] Retrieve ABAP type information for domains (DOMA), data elements (DTEL), table types, and structures. Returns field definitions, value ranges, fixed values, and DDIC metadata.
|
|
582
585
|
|
|
583
586
|
**Source:** `src/handlers/system/readonly/handleGetTypeInfo.ts`
|
|
584
587
|
|
|
@@ -590,7 +593,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
590
593
|
|
|
591
594
|
<a id="getwhereused-read-only-system"></a>
|
|
592
595
|
#### GetWhereUsed (Read-Only / System)
|
|
593
|
-
**Description:** [read-only]
|
|
596
|
+
**Description:** [read-only] Find where-used references (cross-references, usages, dependencies) for ABAP objects — classes, interfaces, tables, data elements, programs, function modules, etc. Returns list of all referencing objects with their types and packages.
|
|
594
597
|
|
|
595
598
|
**Source:** `src/handlers/system/readonly/handleGetWhereUsed.ts`
|
|
596
599
|
|
|
@@ -646,14 +649,29 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
646
649
|
**Source:** `src/handlers/system/readonly/handleRuntimeGetDumpById.ts`
|
|
647
650
|
|
|
648
651
|
**Parameters:**
|
|
649
|
-
- `datetime` (string, optional) - Dump datetime (ISO or
|
|
652
|
+
- `datetime` (string, optional) - Dump datetime (ISO or
|
|
650
653
|
- `dump_id` (string, optional) - Full runtime dump ID. Use only when already known; prefer datetime + user otherwise.
|
|
651
|
-
- `response_mode` (string, optional (default: both)) - Controls what is returned:
|
|
654
|
+
- `response_mode` (string, optional (default: both)) - Controls what is returned:
|
|
652
655
|
- `user` (string, optional) - SAP username whose dump to read. Required when using datetime lookup.
|
|
653
656
|
- `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
|
|
654
657
|
|
|
655
658
|
---
|
|
656
659
|
|
|
660
|
+
<a id="runtimegetgatewayerrorlog-read-only-system"></a>
|
|
661
|
+
#### RuntimeGetGatewayErrorLog (Read-Only / System)
|
|
662
|
+
**Description:** [runtime] List SAP Gateway error log (/IWFND/ERROR_LOG) or get error detail. Returns structured entries with type, shortText, transactionId, dateTime, username. With error_url returns full detail including serviceInfo, errorContext, sourceCode, callStack.
|
|
663
|
+
|
|
664
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.ts`
|
|
665
|
+
|
|
666
|
+
**Parameters:**
|
|
667
|
+
- `error_url` (string, optional) - Feed URL of a specific error entry (from a previous list response link field). When provided, returns detailed error info instead of listing.
|
|
668
|
+
- `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
|
|
669
|
+
- `max_results` (number, optional) - Maximum number of errors to return.
|
|
670
|
+
- `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
|
|
671
|
+
- `user` (string, optional) - Filter errors by SAP username.
|
|
672
|
+
|
|
673
|
+
---
|
|
674
|
+
|
|
657
675
|
<a id="runtimegetprofilertracedata-read-only-system"></a>
|
|
658
676
|
#### RuntimeGetProfilerTraceData (Read-Only / System)
|
|
659
677
|
**Description:** [runtime] Read profiler trace data by trace id/uri: hitlist, statements, or db accesses. Returns parsed JSON payload.
|
|
@@ -687,6 +705,21 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
687
705
|
|
|
688
706
|
---
|
|
689
707
|
|
|
708
|
+
<a id="runtimelistfeeds-read-only-system"></a>
|
|
709
|
+
#### RuntimeListFeeds (Read-Only / System)
|
|
710
|
+
**Description:** [runtime] List available ADT runtime feeds or read a specific feed type. Feed types: dumps, system_messages, gateway_errors. Without feed_type returns available feed descriptors.
|
|
711
|
+
|
|
712
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeListFeeds.ts`
|
|
713
|
+
|
|
714
|
+
**Parameters:**
|
|
715
|
+
- `feed_type` (string, optional (default: descriptors)) - Feed to read.
|
|
716
|
+
- `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
|
|
717
|
+
- `max_results` (number, optional) - Maximum number of entries to return.
|
|
718
|
+
- `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
|
|
719
|
+
- `user` (string, optional) - Filter feed entries by SAP username.
|
|
720
|
+
|
|
721
|
+
---
|
|
722
|
+
|
|
690
723
|
<a id="runtimelistprofilertracefiles-read-only-system"></a>
|
|
691
724
|
#### RuntimeListProfilerTraceFiles (Read-Only / System)
|
|
692
725
|
**Description:** [runtime] List ABAP profiler trace files available in ADT runtime. Returns parsed JSON payload.
|
|
@@ -698,6 +731,20 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
698
731
|
|
|
699
732
|
---
|
|
700
733
|
|
|
734
|
+
<a id="runtimelistsystemmessages-read-only-system"></a>
|
|
735
|
+
#### RuntimeListSystemMessages (Read-Only / System)
|
|
736
|
+
**Description:** [runtime] List SM02 system messages. Returns structured entries with id, title, text, severity, validity period, and author.
|
|
737
|
+
|
|
738
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeListSystemMessages.ts`
|
|
739
|
+
|
|
740
|
+
**Parameters:**
|
|
741
|
+
- `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
|
|
742
|
+
- `max_results` (number, optional) - Maximum number of messages to return.
|
|
743
|
+
- `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
|
|
744
|
+
- `user` (string, optional) - Filter by author username.
|
|
745
|
+
|
|
746
|
+
---
|
|
747
|
+
|
|
701
748
|
<a id="runtimerunclasswithprofiling-read-only-system"></a>
|
|
702
749
|
#### RuntimeRunClassWithProfiling (Read-Only / System)
|
|
703
750
|
**Description:** [runtime] Execute ABAP class with profiler enabled and return created profilerId + traceId.
|
|
@@ -753,7 +800,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
753
800
|
|
|
754
801
|
<a id="gettablecontents-read-only-table"></a>
|
|
755
802
|
#### GetTableContents (Read-Only / Table)
|
|
756
|
-
**Description:** [read-only] Retrieve contents of an ABAP table.
|
|
803
|
+
**Description:** [read-only] Retrieve contents (data preview) of an ABAP database table or CDS view. Returns rows of data like SE16/SE16N.
|
|
757
804
|
|
|
758
805
|
**Source:** `src/handlers/table/readonly/handleGetTableContents.ts`
|
|
759
806
|
|
|
@@ -817,4 +864,4 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
817
864
|
|
|
818
865
|
---
|
|
819
866
|
|
|
820
|
-
*Last updated: 2026-
|
|
867
|
+
*Last updated: 2026-04-11*
|
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": "
|
|
4
|
+
"version": "5.0.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"yaml": "^2.8.1"
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@mcp-abap-adt/adt-clients": "^
|
|
139
|
+
"@mcp-abap-adt/adt-clients": "^4.0.0",
|
|
140
140
|
"@mcp-abap-adt/auth-broker": "^1.0.5",
|
|
141
141
|
"@mcp-abap-adt/auth-providers": "^1.0.5",
|
|
142
142
|
"@mcp-abap-adt/auth-stores": "^1.0.4",
|