sap-wm-mcp 0.2.1 → 0.2.2

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -471,6 +471,12 @@ The ABAP source is not included in this public repository. To obtain the ABAP pa
471
471
  | `ZSD_WMMCPSERVICE` | Service Def | OData V4 service definition (7 entity sets) |
472
472
  | `ZSB_WMMCPSERVICE_ODATA4_UI` | Service Binding | OData V4 UI binding |
473
473
 
474
+ ### abapGit compatibility
475
+
476
+ If you are installing these objects via abapGit, be aware of a version compatibility issue with BDEF serialization. Some abapGit releases reference a `SYNTAX_CONFIGURATION` field in the BDEF metadata structure (`CL_BLUE_SOURCE_OBJECT_DATA=>TY_OBJECT_DATA-METADATA`) that was introduced in a later S/4HANA kernel/SP level. If your system is on an older kernel and you hit a short dump (`ASSERTION_FAILED` in `zcl_abapgit_object_bdef→clear_field`) when pulling this package, downgrade your abapGit standalone to a version compatible with your kernel level.
477
+
478
+ This is a known abapGit issue — not specific to this package. The ABAP objects in this repo are plain source files and are portable across all kernel versions.
479
+
474
480
  ### Verify the service
475
481
 
476
482
  Once installed, verify the service is reachable:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sap-wm-mcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "MCP server for SAP Classic Warehouse Management — connects AI agents to S/4HANA WM via a custom RAP OData V4 service. For systems where EWM is not active.",
5
5
  "type": "module",
6
6
  "main": "index.js",