From b32879bf76f08048c8e469411ac3c64194c8e132 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 9 Apr 2026 14:30:37 -0500 Subject: [PATCH] Add SAP CAP MCP Server plugin (cds-mcp) (#1328) URL-source plugin pointing to cap-js/mcp-server which already has .claude-plugin/plugin.json and .mcp.json at repo root. Co-authored-by: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fb1e918..b45bf14 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -157,6 +157,17 @@ }, "homepage": "https://docs.brightdata.com" }, + { + "name": "cds-mcp", + "description": "AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/cap-js/mcp-server.git", + "sha": "4d59d7070a52761a9b8028cbe710c8d7477cbc92" + }, + "homepage": "https://cap.cloud.sap/" + }, { "name": "chrome-devtools-mcp", "description": "Control and inspect a live Chrome browser from your coding agent. Record performance traces, analyze network requests, check console messages with source-mapped stack traces, and automate browser actions with Puppeteer.",