Skip to content

Commit 7731f85

Browse files
Add sap- namespace alongside existing SAP entries
Adds 5 sap-prefixed plugin entries (sap-cds-mcp, sap-fiori-mcp-server, sap-hana-cli, sap-ui5, sap-ui5-typescript-conversion) without removing the existing cds-mcp, ui5, and ui5-typescript-conversion entries. This is an additive, non-breaking change — existing installs continue to resolve unchanged while new users can adopt the sap- namespace via SAP's documentation.
1 parent ac45fda commit 7731f85

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,47 @@
16841684
},
16851685
"homepage": "https://www.sanity.io"
16861686
},
1687+
{
1688+
"name": "sap-cds-mcp",
1689+
"description": "AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.",
1690+
"author": {
1691+
"name": "SAP"
1692+
},
1693+
"category": "development",
1694+
"source": {
1695+
"source": "url",
1696+
"url": "https://github.com/cap-js/mcp-server.git"
1697+
},
1698+
"homepage": "https://cap.cloud.sap/"
1699+
},
1700+
{
1701+
"name": "sap-fiori-mcp-server",
1702+
"description": "MCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.",
1703+
"author": {
1704+
"name": "SAP"
1705+
},
1706+
"category": "development",
1707+
"source": {
1708+
"source": "git-subdir",
1709+
"url": "https://github.com/SAP/open-ux-tools.git",
1710+
"path": "packages/fiori-mcp-server",
1711+
"ref": "main"
1712+
},
1713+
"homepage": "https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-mcp-server"
1714+
},
1715+
{
1716+
"name": "sap-hana-cli",
1717+
"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.",
1718+
"author": {
1719+
"name": "SAP"
1720+
},
1721+
"category": "database",
1722+
"source": {
1723+
"source": "url",
1724+
"url": "https://github.com/SAP-samples/hana-cli-claude-plugin.git"
1725+
},
1726+
"homepage": "https://github.com/SAP-samples/hana-cli-claude-plugin"
1727+
},
16871728
{
16881729
"name": "sap-mdk-server",
16891730
"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.",
@@ -1698,6 +1739,36 @@
16981739
},
16991740
"homepage": "https://help.sap.com/docs/MDK"
17001741
},
1742+
{
1743+
"name": "sap-ui5",
1744+
"description": "SAPUI5 / OpenUI5 plugin for Claude. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.",
1745+
"author": {
1746+
"name": "SAP"
1747+
},
1748+
"category": "development",
1749+
"source": {
1750+
"source": "git-subdir",
1751+
"url": "https://github.com/UI5/plugins-claude.git",
1752+
"path": "plugins/ui5",
1753+
"ref": "main"
1754+
},
1755+
"homepage": "https://github.com/UI5/plugins-claude"
1756+
},
1757+
{
1758+
"name": "sap-ui5-typescript-conversion",
1759+
"description": "SAPUI5 / OpenUI5 plugin for Claude. Convert JavaScript based UI5 projects to TypeScript.",
1760+
"author": {
1761+
"name": "SAP"
1762+
},
1763+
"category": "development",
1764+
"source": {
1765+
"source": "git-subdir",
1766+
"url": "https://github.com/UI5/plugins-claude.git",
1767+
"path": "plugins/ui5-typescript-conversion",
1768+
"ref": "main"
1769+
},
1770+
"homepage": "https://github.com/UI5/plugins-claude"
1771+
},
17011772
{
17021773
"name": "searchfit-seo",
17031774
"description": "Free AI-powered SEO toolkit — audit websites, plan content strategy, optimize pages, generate schema markup, cluster keywords, and track AI visibility. Works with any website or codebase.",

0 commit comments

Comments
 (0)