@sap-ux/fiori-mcp-server 0.1.5 → 0.1.6
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 +2 -2
- package/dist/index.js +4091 -851
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -77,9 +77,9 @@ Add these rules to your existing global or project-specific [`AGENTS.md`](https:
|
|
|
77
77
|
## [Available Tools](#available-tools)
|
|
78
78
|
|
|
79
79
|
#### `search_docs`
|
|
80
|
-
Searches Fiori
|
|
81
|
-
Note: the results are based on the most recent indexed version of UI5 documentation
|
|
80
|
+
Searches SAP Fiori elements, Annotations, UI5, SAP Fiori tools documentation for the given query.
|
|
82
81
|
|
|
82
|
+
Note: the results are based on the most recent indexed version of UI5 documentation
|
|
83
83
|
|
|
84
84
|
#### `list_fiori_apps`
|
|
85
85
|
Scans a specified directory to find existing SAP Fiori applications that can be modified.
|