From 00679aef889efe36bb0389f81d70b6229a2013ee Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Sat, 9 May 2026 15:40:06 -0500 Subject: [PATCH] Add sap-fiori-mcp-server plugin (#1777) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MCP server for SAP Fiori development tools — build and modify SAP Fiori applications with AI assistance. Pinned at d9d4ab7e (latest main of SAP/open-ux-tools). --- .claude-plugin/marketplace.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e4fd390..fd6f16f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1677,6 +1677,24 @@ }, "homepage": "https://www.sanity.io" }, + { + "name": "sap-fiori-mcp-server", + "description": "MCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.", + "author": { + "name": "SAP SE", + "email": "ospo@sap.com", + "url": "https://www.sap.com" + }, + "category": "development", + "source": { + "source": "git-subdir", + "url": "https://github.com/SAP/open-ux-tools.git", + "path": "packages/fiori-mcp-server", + "ref": "main", + "sha": "d9d4ab7e69fe453f8fd682304ff1e3ac40a216c6" + }, + "homepage": "https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-mcp-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.",