@sap-ux/fiori-mcp-server 0.1.1 → 0.1.3

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.
Files changed (3) hide show
  1. package/README.md +7 -7
  2. package/dist/index.js +479 -350
  3. package/package.json +7 -7
package/README.md CHANGED
@@ -74,15 +74,15 @@ The following rules help guide the LLM to use the server correctly:
74
74
 
75
75
  ## [Available Tools](#available-tools)
76
76
 
77
- #### `doc-search`
78
- Searches Fiori Elements, Annotations, SAPUI5, Fiori tools documentation for the given query.
79
- Note: the results are based on the the most recent indexed version of SAPUI5 documentation
77
+ #### `search_docs`
78
+ Searches Fiori Elements, Annotations, UI5, Fiori tools documentation for the given query.
79
+ Note: the results are based on the most recent indexed version of UI5 documentation
80
80
 
81
81
 
82
- #### `list-fiori-apps`
82
+ #### `list_fiori_apps`
83
83
  Scans a specified directory to find existing SAP Fiori applications that can be modified.
84
84
 
85
- #### `list-functionalities` (Step 1 of 3)
85
+ #### `list_functionalities` (Step 1 of 3)
86
86
  Gets the list of supported functionalities to create a new or modify an existing SAP Fiori application.
87
87
 
88
88
  The main functionalities are:
@@ -92,10 +92,10 @@ The main functionalities are:
92
92
  - Adding and modifying controller extensions
93
93
  - Modifying `manifest.json` properties depending on the app (e.g. adding Flexible Column Layout, enabling initial load)
94
94
 
95
- #### `get-functionality-details` (Step 2 of 3)
95
+ #### `get_functionality_details` (Step 2 of 3)
96
96
  Gets the required parameters and detailed information for a specific functionality to create a new or modify an existing SAP Fiori application.
97
97
 
98
- #### `execute-functionality` (Step 3 of 3)
98
+ #### `execute_functionality` (Step 3 of 3)
99
99
  Executes a specific functionality to create a new or modify an existing SAP Fiori application with provided parameters.
100
100
 
101
101
  ## Code of Conduct