with one click
sap-cap
// Query @cap-js/mcp-server before writing CDS entities, types, aspects, services, or CAP service handlers. Triggers on schema and service files in db/ and srv/.
// Query @cap-js/mcp-server before writing CDS entities, types, aspects, services, or CAP service handlers. Triggers on schema and service files in db/ and srv/.
Query @sap-ux/fiori-mcp-server before writing CDS annotations, Fiori Elements config, or manifest.json. Triggers on annotation files in app/ and manifests.
Query @ui5/mcp-server before writing SAPUI5 controllers, XML views, control APIs, or model bindings. Triggers on views and controller extensions in app/.
| name | sap-cap |
| description | Query @cap-js/mcp-server before writing CDS entities, types, aspects, services, or CAP service handlers. Triggers on schema and service files in db/ and srv/. |
| paths | ["**/db/**/*.cds","**/srv/**/*.cds","**/srv/**/*.js"] |
Before writing, modifying, debugging, or fixing CDS entities, service definitions, or CAP service handlers, you MUST query the CAP MCP server and apply its guidance.
Use mcp__cap__* tools — primarily mcp__cap__search_docs and mcp__cap__search_model.
mcp__cap__search_docs for syntax, patterns, or conventionsThis skill covers:
db/schema.cds)srv/*.cds)srv/*.js)This skill does not cover CDS annotations (@UI, @Common, @Capabilities) or
Fiori Elements configuration — those belong to the sap-fiori skill.