mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-11 14:05:52 -03:00
Add sap-cds-mcp plugin + SAP SE author block on cds-mcp
CAP CDS work as one cohesive unit, split out of #1616 to keep that PR narrowly scoped to sap-hana-cli (which is currently held on an upstream plugin.json fix). - Adds new sap-cds-mcp entry alongside existing cds-mcp (additive, non-breaking — both point to cap-js/mcp-server). Pinned at 8ce2e13a. - Adds the unified SAP SE author block to existing cds-mcp. Per the SAP namespace policy agreed with SAP (Tobin 2026-04-29 + Florian/Klaus/Avital 2026-05-04 email).
This commit is contained in:
parent
76b35e91d1
commit
57f2f9af02
@ -368,6 +368,11 @@
|
|||||||
{
|
{
|
||||||
"name": "cds-mcp",
|
"name": "cds-mcp",
|
||||||
"description": "AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.",
|
"description": "AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.",
|
||||||
|
"author": {
|
||||||
|
"name": "SAP SE",
|
||||||
|
"email": "ospo@sap.com",
|
||||||
|
"url": "https://www.sap.com"
|
||||||
|
},
|
||||||
"category": "development",
|
"category": "development",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "url",
|
"source": "url",
|
||||||
@ -1677,6 +1682,22 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.sanity.io"
|
"homepage": "https://www.sanity.io"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sap-cds-mcp",
|
||||||
|
"description": "AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.",
|
||||||
|
"author": {
|
||||||
|
"name": "SAP SE",
|
||||||
|
"email": "ospo@sap.com",
|
||||||
|
"url": "https://www.sap.com"
|
||||||
|
},
|
||||||
|
"category": "development",
|
||||||
|
"source": {
|
||||||
|
"source": "url",
|
||||||
|
"url": "https://github.com/cap-js/mcp-server.git",
|
||||||
|
"sha": "8ce2e13ac70bd78415aedeaab0061af9396d3372"
|
||||||
|
},
|
||||||
|
"homepage": "https://cap.cloud.sap/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "sap-mdk-server",
|
"name": "sap-mdk-server",
|
||||||
"description": "MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.",
|
"description": "MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user