@mcp-abap-adt/core 4.9.0 → 5.0.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.
Files changed (53) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -0
  3. package/dist/handlers/compact/high/handleHandlerFeedList.d.ts +50 -0
  4. package/dist/handlers/compact/high/handleHandlerFeedList.d.ts.map +1 -0
  5. package/dist/handlers/compact/high/handleHandlerFeedList.js +16 -0
  6. package/dist/handlers/compact/high/handleHandlerFeedList.js.map +1 -0
  7. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts +48 -0
  8. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts.map +1 -0
  9. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js +16 -0
  10. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js.map +1 -0
  11. package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts +43 -0
  12. package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts.map +1 -0
  13. package/dist/handlers/compact/high/handleHandlerSystemMessageList.js +16 -0
  14. package/dist/handlers/compact/high/handleHandlerSystemMessageList.js.map +1 -0
  15. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.d.ts.map +1 -1
  16. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js +4 -3
  17. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js.map +1 -1
  18. package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.d.ts.map +1 -1
  19. package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js +3 -2
  20. package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js.map +1 -1
  21. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js +1 -1
  22. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js.map +1 -1
  23. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts +48 -0
  24. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts.map +1 -0
  25. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js +81 -0
  26. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js.map +1 -0
  27. package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.d.ts.map +1 -1
  28. package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js +4 -3
  29. package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js.map +1 -1
  30. package/dist/handlers/system/readonly/handleRuntimeListDumps.d.ts.map +1 -1
  31. package/dist/handlers/system/readonly/handleRuntimeListDumps.js +3 -2
  32. package/dist/handlers/system/readonly/handleRuntimeListDumps.js.map +1 -1
  33. package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts +50 -0
  34. package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts.map +1 -0
  35. package/dist/handlers/system/readonly/handleRuntimeListFeeds.js +94 -0
  36. package/dist/handlers/system/readonly/handleRuntimeListFeeds.js.map +1 -0
  37. package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js +1 -1
  38. package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js.map +1 -1
  39. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts +43 -0
  40. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts.map +1 -0
  41. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js +62 -0
  42. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js.map +1 -0
  43. package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -1
  44. package/dist/lib/handlers/groups/SystemHandlersGroup.js +15 -0
  45. package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -1
  46. package/docs/superpowers/plans/2026-04-11-migrate-adt-clients-4.0.0.md +1014 -0
  47. package/docs/user-guide/AVAILABLE_TOOLS.md +67 -20
  48. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +1 -1
  49. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +5 -5
  50. package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +1 -1
  51. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1 -1
  52. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +62 -15
  53. package/package.json +2 -2
@@ -4,8 +4,8 @@ Generated from code in `src/handlers/**` (not from docs).
4
4
 
5
5
  ## Summary
6
6
 
7
- - Total tools: 287
8
- - Read-only tools: 52
7
+ - Total tools: 289
8
+ - Read-only tools: 54
9
9
  - High-level tools: 113
10
10
  - Low-level tools: 122
11
11
 
@@ -81,9 +81,12 @@ Generated from code in `src/handlers/**` (not from docs).
81
81
  - [RuntimeAnalyzeProfilerTrace](#runtimeanalyzeprofilertrace-read-only-system)
82
82
  - [RuntimeCreateProfilerTraceParameters](#runtimecreateprofilertraceparameters-read-only-system)
83
83
  - [RuntimeGetDumpById](#runtimegetdumpbyid-read-only-system)
84
+ - [RuntimeGetGatewayErrorLog](#runtimegetgatewayerrorlog-read-only-system)
84
85
  - [RuntimeGetProfilerTraceData](#runtimegetprofilertracedata-read-only-system)
85
86
  - [RuntimeListDumps](#runtimelistdumps-read-only-system)
87
+ - [RuntimeListFeeds](#runtimelistfeeds-read-only-system)
86
88
  - [RuntimeListProfilerTraceFiles](#runtimelistprofilertracefiles-read-only-system)
89
+ - [RuntimeListSystemMessages](#runtimelistsystemmessages-read-only-system)
87
90
  - [RuntimeRunClassWithProfiling](#runtimerunclasswithprofiling-read-only-system)
88
91
  - [RuntimeRunProgramWithProfiling](#runtimerunprogramwithprofiling-read-only-system)
89
92
  - [Table](#read-only-table)
@@ -635,7 +638,7 @@ Generated from code in `src/handlers/**` (not from docs).
635
638
 
636
639
  <a id="getobjectsbytype-read-only-search"></a>
637
640
  #### GetObjectsByType (Read-Only / Search)
638
- **Description:** [read-only] Retrieves all ABAP objects of a specific type under a given node.
641
+ **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.
639
642
 
640
643
  **Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
641
644
 
@@ -651,7 +654,7 @@ Generated from code in `src/handlers/**` (not from docs).
651
654
 
652
655
  <a id="getobjectslist-read-only-search"></a>
653
656
  #### GetObjectsList (Read-Only / Search)
654
- **Description:** [read-only] Recursively retrieves all valid ABAP repository objects for a given parent (program, function group, etc.) including nested includes.
657
+ **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.
655
658
 
656
659
  **Source:** `src/handlers/search/readonly/handleGetObjectsList.ts`
657
660
 
@@ -665,7 +668,7 @@ Generated from code in `src/handlers/**` (not from docs).
665
668
 
666
669
  <a id="searchobject-read-only-search"></a>
667
670
  #### SearchObject (Read-Only / Search)
668
- **Description:** [read-only] Search for ABAP objects by name pattern. Parameters: object_name (with or without mask), object_type (optional), maxResults (optional). If object_type is specified, results are filtered by type.
671
+ **Description:** [read-only] Find, search, locate, or check if an ABAP repository object exists by name or wildcard pattern (e.g.
669
672
 
670
673
  **Source:** `src/handlers/search/readonly/handleSearchObject.ts`
671
674
 
@@ -772,7 +775,7 @@ Generated from code in `src/handlers/**` (not from docs).
772
775
 
773
776
  <a id="getadttypes-read-only-system"></a>
774
777
  #### GetAdtTypes (Read-Only / System)
775
- **Description:** [read-only] Retrieve all valid ADT object types.
778
+ **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.
776
779
 
777
780
  **Source:** `src/handlers/system/readonly/handleGetAllTypes.ts`
778
781
 
@@ -783,7 +786,7 @@ Generated from code in `src/handlers/**` (not from docs).
783
786
 
784
787
  <a id="getinactiveobjects-read-only-system"></a>
785
788
  #### GetInactiveObjects (Read-Only / System)
786
- **Description:** [read-only] Get a list of inactive ABAP objects (objects that have been modified but not activated).
789
+ **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.
787
790
 
788
791
  **Source:** `src/handlers/system/readonly/handleGetInactiveObjects.ts`
789
792
 
@@ -794,7 +797,7 @@ Generated from code in `src/handlers/**` (not from docs).
794
797
 
795
798
  <a id="getobjectinfo-read-only-system"></a>
796
799
  #### GetObjectInfo (Read-Only / System)
797
- **Description:** [read-only] Return ABAP object tree: root, group nodes, and terminal leaves up to maxDepth. Enrich each node via SearchObject if enrich=true. Group nodes are included for hierarchy. Each node has node_type: root, point, end.
800
+ **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.
798
801
 
799
802
  **Source:** `src/handlers/system/readonly/handleGetObjectInfo.ts`
800
803
 
@@ -844,7 +847,7 @@ Generated from code in `src/handlers/**` (not from docs).
844
847
 
845
848
  <a id="getsqlquery-read-only-system"></a>
846
849
  #### GetSqlQuery (Read-Only / System)
847
- **Description:** [read-only] Execute freestyle SQL queries via SAP ADT Data Preview API.
850
+ **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.
848
851
 
849
852
  **Source:** `src/handlers/system/readonly/handleGetSqlQuery.ts`
850
853
 
@@ -856,7 +859,7 @@ Generated from code in `src/handlers/**` (not from docs).
856
859
 
857
860
  <a id="gettransaction-read-only-system"></a>
858
861
  #### GetTransaction (Read-Only / System)
859
- **Description:** [read-only] Retrieve ABAP transaction details.
862
+ **Description:** [read-only] Retrieve ABAP transaction (t-code) details — program, screen, authorization object, and transaction type (dialog, report, OO).
860
863
 
861
864
  **Source:** `src/handlers/system/readonly/handleGetTransaction.ts`
862
865
 
@@ -867,7 +870,7 @@ Generated from code in `src/handlers/**` (not from docs).
867
870
 
868
871
  <a id="gettypeinfo-read-only-system"></a>
869
872
  #### GetTypeInfo (Read-Only / System)
870
- **Description:** [read-only] Retrieve ABAP type information.
873
+ **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.
871
874
 
872
875
  **Source:** `src/handlers/system/readonly/handleGetTypeInfo.ts`
873
876
 
@@ -879,7 +882,7 @@ Generated from code in `src/handlers/**` (not from docs).
879
882
 
880
883
  <a id="getwhereused-read-only-system"></a>
881
884
  #### GetWhereUsed (Read-Only / System)
882
- **Description:** [read-only] Retrieve where-used references for ABAP objects via ADT usageReferences. Returns parsed list of referencing objects with their types and packages.
885
+ **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.
883
886
 
884
887
  **Source:** `src/handlers/system/readonly/handleGetWhereUsed.ts`
885
888
 
@@ -935,14 +938,29 @@ Generated from code in `src/handlers/**` (not from docs).
935
938
  **Source:** `src/handlers/system/readonly/handleRuntimeGetDumpById.ts`
936
939
 
937
940
  **Parameters:**
938
- - `datetime` (string, optional) - Dump datetime (ISO or "YYYY-MM-DD HH:MM:SS"). Combined with user, uniquely identifies the dump. Preferred over dump_id.
941
+ - `datetime` (string, optional) - Dump datetime (ISO or
939
942
  - `dump_id` (string, optional) - Full runtime dump ID. Use only when already known; prefer datetime + user otherwise.
940
- - `response_mode` (string, optional (default: both)) - Controls what is returned: "payload" — full parsed dump data, "summary" — compact key facts only (title, exception, program, line, user, date…), "both" — summary + full payload.
943
+ - `response_mode` (string, optional (default: both)) - Controls what is returned:
941
944
  - `user` (string, optional) - SAP username whose dump to read. Required when using datetime lookup.
942
945
  - `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
943
946
 
944
947
  ---
945
948
 
949
+ <a id="runtimegetgatewayerrorlog-read-only-system"></a>
950
+ #### RuntimeGetGatewayErrorLog (Read-Only / System)
951
+ **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.
952
+
953
+ **Source:** `src/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.ts`
954
+
955
+ **Parameters:**
956
+ - `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.
957
+ - `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
958
+ - `max_results` (number, optional) - Maximum number of errors to return.
959
+ - `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
960
+ - `user` (string, optional) - Filter errors by SAP username.
961
+
962
+ ---
963
+
946
964
  <a id="runtimegetprofilertracedata-read-only-system"></a>
947
965
  #### RuntimeGetProfilerTraceData (Read-Only / System)
948
966
  **Description:** [runtime] Read profiler trace data by trace id/uri: hitlist, statements, or db accesses. Returns parsed JSON payload.
@@ -976,6 +994,21 @@ Generated from code in `src/handlers/**` (not from docs).
976
994
 
977
995
  ---
978
996
 
997
+ <a id="runtimelistfeeds-read-only-system"></a>
998
+ #### RuntimeListFeeds (Read-Only / System)
999
+ **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.
1000
+
1001
+ **Source:** `src/handlers/system/readonly/handleRuntimeListFeeds.ts`
1002
+
1003
+ **Parameters:**
1004
+ - `feed_type` (string, optional (default: descriptors)) - Feed to read.
1005
+ - `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
1006
+ - `max_results` (number, optional) - Maximum number of entries to return.
1007
+ - `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
1008
+ - `user` (string, optional) - Filter feed entries by SAP username.
1009
+
1010
+ ---
1011
+
979
1012
  <a id="runtimelistprofilertracefiles-read-only-system"></a>
980
1013
  #### RuntimeListProfilerTraceFiles (Read-Only / System)
981
1014
  **Description:** [runtime] List ABAP profiler trace files available in ADT runtime. Returns parsed JSON payload.
@@ -987,6 +1020,20 @@ Generated from code in `src/handlers/**` (not from docs).
987
1020
 
988
1021
  ---
989
1022
 
1023
+ <a id="runtimelistsystemmessages-read-only-system"></a>
1024
+ #### RuntimeListSystemMessages (Read-Only / System)
1025
+ **Description:** [runtime] List SM02 system messages. Returns structured entries with id, title, text, severity, validity period, and author.
1026
+
1027
+ **Source:** `src/handlers/system/readonly/handleRuntimeListSystemMessages.ts`
1028
+
1029
+ **Parameters:**
1030
+ - `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
1031
+ - `max_results` (number, optional) - Maximum number of messages to return.
1032
+ - `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
1033
+ - `user` (string, optional) - Filter by author username.
1034
+
1035
+ ---
1036
+
990
1037
  <a id="runtimerunclasswithprofiling-read-only-system"></a>
991
1038
  #### RuntimeRunClassWithProfiling (Read-Only / System)
992
1039
  **Description:** [runtime] Execute ABAP class with profiler enabled and return created profilerId + traceId.
@@ -1042,7 +1089,7 @@ Generated from code in `src/handlers/**` (not from docs).
1042
1089
 
1043
1090
  <a id="gettablecontents-read-only-table"></a>
1044
1091
  #### GetTableContents (Read-Only / Table)
1045
- **Description:** [read-only] Retrieve contents of an ABAP table.
1092
+ **Description:** [read-only] Retrieve contents (data preview) of an ABAP database table or CDS view. Returns rows of data like SE16/SE16N.
1046
1093
 
1047
1094
  **Source:** `src/handlers/table/readonly/handleGetTableContents.ts`
1048
1095
 
@@ -1114,7 +1161,7 @@ Generated from code in `src/handlers/**` (not from docs).
1114
1161
 
1115
1162
  <a id="createbehaviordefinition-high-level-behavior-definition"></a>
1116
1163
  #### CreateBehaviorDefinition (High-Level / Behavior Definition)
1117
- **Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system.
1164
+ **Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system. Defines RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
1118
1165
 
1119
1166
  **Source:** `src/handlers/behavior_definition/high/handleCreateBehaviorDefinition.ts`
1120
1167
 
@@ -1155,7 +1202,7 @@ Generated from code in `src/handlers/**` (not from docs).
1155
1202
 
1156
1203
  <a id="updatebehaviordefinition-high-level-behavior-definition"></a>
1157
1204
  #### UpdateBehaviorDefinition (High-Level / Behavior Definition)
1158
- **Description:** Update source code of an ABAP Behavior Definition.
1205
+ **Description:** Update source code of an ABAP Behavior Definition (BDEF). Modifies RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
1159
1206
 
1160
1207
  **Source:** `src/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.ts`
1161
1208
 
@@ -1925,7 +1972,7 @@ Generated from code in `src/handlers/**` (not from docs).
1925
1972
 
1926
1973
  <a id="createmetadataextension-high-level-ddlx"></a>
1927
1974
  #### CreateMetadataExtension (High-Level / Ddlx)
1928
- **Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system.
1975
+ **Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system. Defines Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
1929
1976
 
1930
1977
  **Source:** `src/handlers/ddlx/high/handleCreateMetadataExtension.ts`
1931
1978
 
@@ -1940,7 +1987,7 @@ Generated from code in `src/handlers/**` (not from docs).
1940
1987
 
1941
1988
  <a id="updatemetadataextension-high-level-ddlx"></a>
1942
1989
  #### UpdateMetadataExtension (High-Level / Ddlx)
1943
- **Description:** Update source code of an ABAP Metadata Extension.
1990
+ **Description:** Update source code of an ABAP Metadata Extension (DDLX). Modifies Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
1944
1991
 
1945
1992
  **Source:** `src/handlers/ddlx/high/handleUpdateMetadataExtension.ts`
1946
1993
 
@@ -4634,4 +4681,4 @@ Generated from code in `src/handlers/**` (not from docs).
4634
4681
 
4635
4682
  ---
4636
4683
 
4637
- *Last updated: 2026-03-14*
4684
+ *Last updated: 2026-04-11*
@@ -551,4 +551,4 @@ Preferred dedicated compact tools and minimal payloads:
551
551
 
552
552
  ---
553
553
 
554
- *Last updated: 2026-03-14*
554
+ *Last updated: 2026-04-11*
@@ -154,7 +154,7 @@ Generated from code in `src/handlers/**` (not from docs).
154
154
 
155
155
  <a id="createbehaviordefinition-high-level-behavior-definition"></a>
156
156
  #### CreateBehaviorDefinition (High-Level / Behavior Definition)
157
- **Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system.
157
+ **Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system. Defines RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
158
158
 
159
159
  **Source:** `src/handlers/behavior_definition/high/handleCreateBehaviorDefinition.ts`
160
160
 
@@ -195,7 +195,7 @@ Generated from code in `src/handlers/**` (not from docs).
195
195
 
196
196
  <a id="updatebehaviordefinition-high-level-behavior-definition"></a>
197
197
  #### UpdateBehaviorDefinition (High-Level / Behavior Definition)
198
- **Description:** Update source code of an ABAP Behavior Definition.
198
+ **Description:** Update source code of an ABAP Behavior Definition (BDEF). Modifies RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
199
199
 
200
200
  **Source:** `src/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.ts`
201
201
 
@@ -965,7 +965,7 @@ Generated from code in `src/handlers/**` (not from docs).
965
965
 
966
966
  <a id="createmetadataextension-high-level-ddlx"></a>
967
967
  #### CreateMetadataExtension (High-Level / Ddlx)
968
- **Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system.
968
+ **Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system. Defines Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
969
969
 
970
970
  **Source:** `src/handlers/ddlx/high/handleCreateMetadataExtension.ts`
971
971
 
@@ -980,7 +980,7 @@ Generated from code in `src/handlers/**` (not from docs).
980
980
 
981
981
  <a id="updatemetadataextension-high-level-ddlx"></a>
982
982
  #### UpdateMetadataExtension (High-Level / Ddlx)
983
- **Description:** Update source code of an ABAP Metadata Extension.
983
+ **Description:** Update source code of an ABAP Metadata Extension (DDLX). Modifies Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
984
984
 
985
985
  **Source:** `src/handlers/ddlx/high/handleUpdateMetadataExtension.ts`
986
986
 
@@ -1867,4 +1867,4 @@ Generated from code in `src/handlers/**` (not from docs).
1867
1867
 
1868
1868
  ---
1869
1869
 
1870
- *Last updated: 2026-03-14*
1870
+ *Last updated: 2026-04-11*
@@ -2129,4 +2129,4 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
2129
2129
 
2130
2130
  ---
2131
2131
 
2132
- *Last updated: 2026-03-14*
2132
+ *Last updated: 2026-04-11*
@@ -1956,4 +1956,4 @@ Generated from code in `src/handlers/**` (not from docs).
1956
1956
 
1957
1957
  ---
1958
1958
 
1959
- *Last updated: 2026-03-14*
1959
+ *Last updated: 2026-04-11*
@@ -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: 52
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 valid ABAP repository objects for a given parent (program, function group, etc.) including nested includes.
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] Search for ABAP objects by name pattern. Parameters: object_name (with or without mask), object_type (optional), maxResults (optional). If object_type is specified, results are filtered by type.
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 (objects that have been modified but not activated).
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: root, group nodes, and terminal leaves up to maxDepth. Enrich each node via SearchObject if enrich=true. Group nodes are included for hierarchy. Each node has node_type: root, point, end.
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 freestyle SQL queries via SAP ADT Data Preview API.
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] Retrieve where-used references for ABAP objects via ADT usageReferences. Returns parsed list of referencing objects with their types and packages.
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 "YYYY-MM-DD HH:MM:SS"). Combined with user, uniquely identifies the dump. Preferred over dump_id.
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: "payload" — full parsed dump data, "summary" — compact key facts only (title, exception, program, line, user, date…), "both" — summary + full payload.
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-03-14*
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.9.0",
4
+ "version": "5.0.1",
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": "^3.14.5",
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",