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

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
@@ -72,6 +72,8 @@ The following rules help guide the LLM to use the server correctly:
72
72
  - When previewing the SAP Fiori elements application use the most specific script for the app in the `package.json`.
73
73
  ```
74
74
 
75
+ Add these rules to your existing global or project-specific [`AGENTS.md`](https://agents.md/) (specifics may vary based on respective MCP client).
76
+
75
77
  ## [Available Tools](#available-tools)
76
78
 
77
79
  #### `search_docs`
package/dist/index.js CHANGED
@@ -203999,7 +203999,7 @@ var StdioServerTransport = class {
203999
203999
  };
204000
204000
 
204001
204001
  // package.json
204002
- var version = "0.1.3";
204002
+ var version = "0.1.4";
204003
204003
  var package_default = {
204004
204004
  name: "@sap-ux/fiori-mcp-server",
204005
204005
  description: "SAP Fiori - Model Context Protocol (MCP) server",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-mcp-server",
3
3
  "description": "SAP Fiori - Model Context Protocol (MCP) server",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "keywords": [
6
6
  "SAP Fiori tools",
7
7
  "SAP Fiori elements",
@@ -39,16 +39,16 @@
39
39
  "os-name": "4.0.1",
40
40
  "zod": "4.1.5",
41
41
  "@sap-ux/fiori-annotation-api": "0.6.23",
42
- "@sap-ux/fiori-docs-embeddings": "0.0.2",
43
- "@sap-ux/i18n": "0.3.3",
44
42
  "@sap-ux/project-access": "1.32.1",
45
- "@sap-ux/odata-annotation-core-types": "0.4.6",
43
+ "@sap-ux/i18n": "0.3.3",
44
+ "@sap-ux/fiori-docs-embeddings": "0.0.2",
46
45
  "@sap-ux/odata-entity-model": "0.3.1",
47
- "@sap-ux/btp-utils": "1.1.2",
46
+ "@sap-ux/odata-annotation-core-types": "0.4.6",
48
47
  "@sap-ux/text-document-utils": "0.3.1",
48
+ "@sap-ux/btp-utils": "1.1.2",
49
49
  "@sap-ux/feature-toggle": "0.3.1",
50
- "@sap-ux/nodejs-utils": "0.2.4",
51
- "@sap-ux/telemetry": "0.6.23"
50
+ "@sap-ux/telemetry": "0.6.23",
51
+ "@sap-ux/nodejs-utils": "0.2.4"
52
52
  },
53
53
  "dependencies": {
54
54
  "@lancedb/lancedb": "0.22.0"