@sap-ux/fiori-mcp-server 0.6.18 → 0.6.19
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 +1 -7
- package/dist/index.js +3 -3
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -16,12 +16,6 @@ The server helps AI models create or modify SAP Fiori applications based on prom
|
|
|
16
16
|
|
|
17
17
|
For the best experience we recommend using this server alongside [@cap-js/mcp-server](https://www.npmjs.com/package/@cap-js/mcp-server) and [@ui5/mcp-server](https://www.npmjs.com/package/@ui5/mcp-server).
|
|
18
18
|
|
|
19
|
-
> ⚠️ Caution
|
|
20
|
-
>
|
|
21
|
-
> This is an experimental feature and may change at any time without notice.
|
|
22
|
-
> It is not intended for productive use.
|
|
23
|
-
> Please back up your data before using it.
|
|
24
|
-
|
|
25
19
|
## [Usage](#usage)
|
|
26
20
|
|
|
27
21
|
### Method 1: npx
|
|
@@ -165,4 +159,4 @@ Everyone participating in this joint project is welcome as long as our [Code of
|
|
|
165
159
|
|
|
166
160
|
## Licensing
|
|
167
161
|
|
|
168
|
-
Please see our [LICENSE](./LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/open-ux-tools).
|
|
162
|
+
Please see our [LICENSE](./LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/open-ux-tools).
|