@sap-ux/fiori-mcp-server 1.0.3 → 1.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.
package/README.md CHANGED
@@ -165,6 +165,8 @@ Searches SAP Fiori elements, Annotations, UI5, SAP Fiori tools documentation for
165
165
 
166
166
  Note: the results are based on the most recent indexed version of UI5 documentation
167
167
 
168
+ > **First-use download:** `search_docs` uses a local text-embedding model (`all-MiniLM-L6-v2`, ~86 MB) for semantic search. The model is downloaded from HuggingFace Hub on first use and cached locally (location follows the `HF_HOME` / `TRANSFORMERS_CACHE` environment variables, defaulting to `~/.cache/huggingface/hub`). Subsequent starts load the model from the cache with no network access required.
169
+
168
170
  #### `list_fiori_apps`
169
171
  Scans a specified directory to find existing SAP Fiori applications that can be modified.
170
172
 
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": "2.0.0",
3
+ "createdAt": "2026-06-08T10:47:14.893Z",
4
+ "model": "Xenova/all-MiniLM-L6-v2",
5
+ "dimensions": 384,
6
+ "totalVectors": 749,
7
+ "totalDocuments": 749,
8
+ "chunkSize": 2000,
9
+ "chunkOverlap": 100
10
+ }