@mcp-abap-adt/llm-agent-server-libs 21.0.0 → 22.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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @mcp-abap-adt/llm-agent-server-libs
2
2
 
3
+ [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
4
+ [![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
5
+
3
6
  The SmartServer composition runtime as an **importable library**. It sits between the binary `@mcp-abap-adt/llm-agent-server` and the core `@mcp-abap-adt/llm-agent-libs`, so the SmartServer/coordinator composition can be reused in other projects without depending on the CLI/HTTP binary.
4
7
 
5
8
  ## Top-level exports
@@ -45,7 +48,7 @@ Depends on `@mcp-abap-adt/llm-agent`, `@mcp-abap-adt/llm-agent-libs`, `@mcp-abap
45
48
  ## License
46
49
 
47
50
  **GNU Lesser General Public License v3.0 only** (`LGPL-3.0-only`) — see
48
- [`LICENSE`](LICENSE) (LGPL) and [`COPYING`](COPYING) (the GPL it layers
51
+ [`LICENSE`](LICENSE) (LGPL) and [`GPL-3.0.txt`](GPL-3.0.txt) (the GPL it layers
49
52
  permissions onto; both are required, the LGPL is not standalone).
50
53
 
51
54
  Copyright © 2025–2026 Oleksii Kyslytsia
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "21.0.0";
1
+ export declare const PACKAGE_VERSION = "22.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/generate-version.js — do not edit
2
- export const PACKAGE_VERSION = '21.0.0';
2
+ export const PACKAGE_VERSION = '22.0.0';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/llm-agent-server-libs",
3
- "version": "21.0.0",
3
+ "version": "22.0.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "files": [
50
50
  "dist",
51
51
  "LICENSE",
52
- "COPYING"
52
+ "GPL-3.0.txt"
53
53
  ],
54
54
  "scripts": {
55
55
  "prebuild": "node scripts/generate-version.js",
@@ -58,15 +58,15 @@
58
58
  "test": "node --import tsx/esm --test --test-reporter=spec 'src/**/*.test.ts'"
59
59
  },
60
60
  "dependencies": {
61
- "@mcp-abap-adt/llm-agent": "^21.0.0",
62
- "@mcp-abap-adt/llm-agent-libs": "^21.0.0",
63
- "@mcp-abap-adt/llm-agent-mcp": "^21.0.0",
64
- "@mcp-abap-adt/llm-agent-rag": "^21.0.0",
61
+ "@mcp-abap-adt/llm-agent": "^22.0.0",
62
+ "@mcp-abap-adt/llm-agent-libs": "^22.0.0",
63
+ "@mcp-abap-adt/llm-agent-mcp": "^22.0.0",
64
+ "@mcp-abap-adt/llm-agent-rag": "^22.0.0",
65
65
  "pg": "^8.21.0",
66
66
  "yaml": "^2.9.0"
67
67
  },
68
68
  "peerDependencies": {
69
- "@mcp-abap-adt/sap-aicore-llm": "^21.0.0"
69
+ "@mcp-abap-adt/sap-aicore-llm": "^22.0.0"
70
70
  },
71
71
  "peerDependenciesMeta": {
72
72
  "@mcp-abap-adt/sap-aicore-llm": {
@@ -74,7 +74,7 @@
74
74
  }
75
75
  },
76
76
  "devDependencies": {
77
- "@mcp-abap-adt/sap-aicore-llm": "^21.0.0",
77
+ "@mcp-abap-adt/sap-aicore-llm": "^22.0.0",
78
78
  "@types/pg": "^8.11.0"
79
79
  },
80
80
  "publishConfig": {
File without changes