@ui5/mcp-server 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.
- package/CHANGELOG.md +13 -0
- package/npm-shrinkwrap.json +10 -10
- package/package.json +4 -4
- package/resources/typescript_conversion_guidelines.md +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.2](https://github.com/UI5/mcp-server/compare/v0.2.1...v0.2.2) (2026-01-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Fix typo in TS conversion guidelines and enhance them ([#182](https://github.com/UI5/mcp-server/issues/182)) ([5bc8d49](https://github.com/UI5/mcp-server/commit/5bc8d4928c392a9364085c532f5694bdee251391))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* Bump @modelcontextprotocol/sdk from 1.25.1 to 1.25.2 ([c609171](https://github.com/UI5/mcp-server/commit/c609171b20078659b9a1c93b95840810d08e283c))
|
|
14
|
+
* Bump zod from 4.3.4 to 4.3.5 ([645f9af](https://github.com/UI5/mcp-server/commit/645f9af22cb32eca2e40e7932027159d87948b38))
|
|
15
|
+
|
|
3
16
|
## [0.2.1](https://github.com/UI5/mcp-server/compare/v0.2.0...v0.2.1) (2026-01-02)
|
|
4
17
|
|
|
5
18
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/mcp-server",
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@modelcontextprotocol/sdk": "^1.25.
|
|
12
|
+
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
13
13
|
"@ui5/linter": "^1.20.7",
|
|
14
14
|
"@ui5/logger": "^4.0.2",
|
|
15
15
|
"@ui5/project": "^4.0.9",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"lockfile": "^1.0.4",
|
|
24
24
|
"make-fetch-happen": "^15.0.3",
|
|
25
25
|
"semver": "^7.7.3",
|
|
26
|
-
"zod": "^4.3.
|
|
26
|
+
"zod": "^4.3.5"
|
|
27
27
|
},
|
|
28
28
|
"bin": {
|
|
29
29
|
"ui5mcp": "bin/ui5mcp.js"
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
146
|
-
"version": "1.25.
|
|
147
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.25.
|
|
148
|
-
"integrity": "sha512-
|
|
146
|
+
"version": "1.25.2",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.25.2.tgz",
|
|
148
|
+
"integrity": "sha512-LZFeo4F9M5qOhC/Uc1aQSrBHxMrvxett+9KLHt7OhcExtoiRN9DKgbZffMP/nxjutWDQpfMDfP3nkHI4X9ijww==",
|
|
149
149
|
"license": "MIT",
|
|
150
150
|
"dependencies": {
|
|
151
151
|
"@hono/node-server": "^1.19.7",
|
|
@@ -8476,9 +8476,9 @@
|
|
|
8476
8476
|
}
|
|
8477
8477
|
},
|
|
8478
8478
|
"node_modules/zod": {
|
|
8479
|
-
"version": "4.3.
|
|
8480
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.
|
|
8481
|
-
"integrity": "sha512-
|
|
8479
|
+
"version": "4.3.5",
|
|
8480
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz",
|
|
8481
|
+
"integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==",
|
|
8482
8482
|
"license": "MIT",
|
|
8483
8483
|
"peer": true,
|
|
8484
8484
|
"funding": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "MCP server for UI5 application development",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@modelcontextprotocol/sdk": "^1.25.
|
|
78
|
+
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
79
79
|
"@ui5/linter": "^1.20.7",
|
|
80
80
|
"@ui5/logger": "^4.0.2",
|
|
81
81
|
"@ui5/project": "^4.0.9",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"lockfile": "^1.0.4",
|
|
90
90
|
"make-fetch-happen": "^15.0.3",
|
|
91
91
|
"semver": "^7.7.3",
|
|
92
|
-
"zod": "^4.3.
|
|
92
|
+
"zod": "^4.3.5"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@commitlint/cli": "^20.3.0",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"sinon": "^21.0.1",
|
|
119
119
|
"tsx": "^4.21.0",
|
|
120
120
|
"typescript": "^5.9.3",
|
|
121
|
-
"typescript-eslint": "^8.
|
|
121
|
+
"typescript-eslint": "^8.52.0",
|
|
122
122
|
"yauzl-promise": "^4.0.0"
|
|
123
123
|
}
|
|
124
124
|
}
|
|
@@ -100,7 +100,7 @@ import SimpleForm from "sap/ui/layout/form/SimpleForm";
|
|
|
100
100
|
|
|
101
101
|
### Create shared type definitions
|
|
102
102
|
|
|
103
|
-
Many type definitions you create are useful in different files. Create those in a central location like a file in
|
|
103
|
+
Many type definitions you create are useful in different files. Create those in a central location like a file in `src/types/`.
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
## Project Setup Conversion
|
|
@@ -210,7 +210,7 @@ export default tseslint.config(
|
|
|
210
210
|
|
|
211
211
|
Every UI5 class definitions (`SuperClass.extend(...)`) must be converted to a standard JavaScript `class`.
|
|
212
212
|
The properties in the UI5 class configuration object (second parameter of `extend`) become members of the standard JavaScript class.
|
|
213
|
-
It is important to annotate the class with the namespace in a JSDoc comment, so the back transformation can re-add it.
|
|
213
|
+
It is important to annotate the class with the namespace in a JSDoc comment, so the back transformation can re-add it. This @namespace comment MUST immediately precede the class declaration.
|
|
214
214
|
The namespace is the part of the full package+class name (first parameter of `extend`) that precedes the class name.
|
|
215
215
|
|
|
216
216
|
Before (example):
|