Skip to content

Commit eba8f08

Browse files
committed
feedback
1 parent d03807c commit eba8f08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/fiori-mcp-server/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ The following rules help guide the LLM to use the server correctly:
6969
- When creating sample data in CSV files, all primary keys and foreign keys MUST be in UUID format (e.g., `550e8400-e29b-41d4-a716-446655440001`).
7070
- When generating or modifying the SAP Fiori elements application on top of the CAP service use the Fiori MCP server if available.
7171
- When attempting to modify the SAP Fiori elements application like adding columns you must not use the screen personalization but instead modify the code of the project, before this first check whether an MCP server provides a suitable function.
72-
- When previewing the SAP Fiori elements application use the most specific script for the app in the `package.json`.
73-
- When modifying CAP Node.js project you "MUST" only use cds watch using either the fiori application "watch-" script in the CAP project or "cds watch". You "MUST NOT" use "npm run start", "npm start", "cds-serve" or "cds serve".
72+
- When previewing the SAP Fiori elements application use the most specific `npm run watch-*` script for the app in the `package.json`.
7473
```
7574

7675
Add these rules to your existing global or project-specific [`AGENTS.md`](https://agents.md/) (specifics may vary based on respective MCP client).

0 commit comments

Comments
 (0)