@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
|
+
[](https://stand-with-ukraine.pp.ua)
|
|
4
|
+
[](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 [`
|
|
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 = "
|
|
1
|
+
export declare const PACKAGE_VERSION = "22.0.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/llm-agent-server-libs",
|
|
3
|
-
"version": "
|
|
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
|
-
"
|
|
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": "^
|
|
62
|
-
"@mcp-abap-adt/llm-agent-libs": "^
|
|
63
|
-
"@mcp-abap-adt/llm-agent-mcp": "^
|
|
64
|
-
"@mcp-abap-adt/llm-agent-rag": "^
|
|
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": "^
|
|
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": "^
|
|
77
|
+
"@mcp-abap-adt/sap-aicore-llm": "^22.0.0",
|
|
78
78
|
"@types/pg": "^8.11.0"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
/package/{COPYING → GPL-3.0.txt}
RENAMED
|
File without changes
|