@mcp-abap-adt/core 5.0.2 → 5.0.3

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 CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [5.0.3] - 2026-04-12
6
+
7
+ ### Changed
8
+ - Updated `@mcp-abap-adt/adt-clients` to 4.0.3 — fixes `$TMP` and similar local package handling
9
+
5
10
  ## [5.0.2] - 2026-04-11
6
11
 
7
12
  ### Changed
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
- [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
2
-
3
1
  # <img src="logo.png" alt="mcp-abap-adt logo" width="36" align="absmiddle" /> mcp-abap-adt: Your Gateway to ABAP Development Tools (ADT)
2
+ [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
4
3
 
5
4
  `mcp-abap-adt` is an MCP server for ABAP ADT in SAP ECC/S/4HANA (on-premise) and SAP BTP ABAP Cloud systems. It gives agents controlled access to real ABAP repositories through ADT, so analysis and changes are grounded in system data instead of assumptions. It is built for AI-assisted pair programming (AIPNV: AI Pairing, Not Vibing), not autopilot vibe coding.
6
5
 
@@ -668,7 +668,7 @@ Generated from code in `src/handlers/**` (not from docs).
668
668
 
669
669
  <a id="searchobject-read-only-search"></a>
670
670
  #### SearchObject (Read-Only / Search)
671
- **Description:** [read-only] Search ABAP repository by object name or wildcard pattern (e.g.
671
+ **Description:** [read-only] Search ABAP repository by object name or wildcard pattern (e.g. \
672
672
 
673
673
  **Source:** `src/handlers/search/readonly/handleSearchObject.ts`
674
674
 
@@ -379,7 +379,7 @@ Generated from code in `src/handlers/**` (not from docs).
379
379
 
380
380
  <a id="searchobject-read-only-search"></a>
381
381
  #### SearchObject (Read-Only / Search)
382
- **Description:** [read-only] Search ABAP repository by object name or wildcard pattern (e.g.
382
+ **Description:** [read-only] Search ABAP repository by object name or wildcard pattern (e.g. \
383
383
 
384
384
  **Source:** `src/handlers/search/readonly/handleSearchObject.ts`
385
385
 
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": "5.0.2",
4
+ "version": "5.0.3",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {