From 13ed4bfc06a9722ba1181ec9d4e5d38ef4cb810a Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 8 May 2026 06:39:12 -0500 Subject: [PATCH] Add sap-hana-cli plugin 150+ SAP HANA database tools for AI assistants. Pinned at 160ae47e. Held: this PR is on hold pending an upstream plugin.json fix in SAP-samples/hana-cli-claude-plugin#2 (the upstream repo uses the npm-style {type, url} form for `repository`; Claude's plugin schema requires the string form). Once that lands, bump the SHA pin here to the merge commit and re-run CI. Other SAP namespace work that was previously bundled in this PR has been split into: - #1777 add sap-fiori-mcp-server - #1778 add sap-cds-mcp + author block on cds-mcp - #1779 align SAP author blocks on sap-mdk-server, ui5, ui5-typescript-conversion --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e4fd390..0d195f9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1677,6 +1677,22 @@ }, "homepage": "https://www.sanity.io" }, + { + "name": "sap-hana-cli", + "description": "150+ SAP HANA database tools for AI assistants. Query tables, import/export data, profile data quality, compare schemas, manage backups, monitor performance, and more. Connects to SAP HANA Cloud and on-premise databases.", + "author": { + "name": "SAP SE", + "email": "ospo@sap.com", + "url": "https://www.sap.com" + }, + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/SAP-samples/hana-cli-claude-plugin.git", + "sha": "160ae47efaffea2e1dd9d6877ab9ec49b78542a0" + }, + "homepage": "https://github.com/SAP-samples/hana-cli-claude-plugin" + }, { "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.",