Compare commits

...

1 Commits

Author SHA1 Message Date
Bryan Thompson
13ed4bfc06 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
2026-05-08 06:39:12 -05:00

View File

@@ -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.",