Compare commits

..

3 Commits

Author SHA1 Message Date
Bryan Thompson
80398187c5 Apply author block to existing SAP entries (cds-mcp, ui5*, sap-mdk-server)
Brings all SAP entries to a single author standard. UI5 entries use
openui5@sap.com per upstream guidance; non-UI5 entries use ospo@sap.com.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 10:25:01 -05:00
Bryan Thompson
c70b864184 Apply SAP feedback: drop sap-ui5* entries, expand author blocks
Per SAP review thread (Klaus / Avital / Florian, 2026-05-04→05):

- Drop sap-ui5 and sap-ui5-typescript-conversion. UI5 has independent
  branding (SAPUI5 / OpenUI5); SAP marketing has not approved a sap-
  prefix for UI5 plugins. Existing ui5 and ui5-typescript-conversion
  entries (merged via #1313) remain unchanged.

- Expand author block on sap-cds-mcp, sap-fiori-mcp-server, sap-hana-cli
  to use SAP SE / ospo@sap.com / https://www.sap.com per Florian's
  recommendation for non-UI5 SAP projects.

PR now adds 3 entries (sap-cds-mcp, sap-fiori-mcp-server, sap-hana-cli)
alongside the unchanged ui5 / ui5-typescript-conversion / cds-mcp /
sap-mdk-server entries.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 09:02:42 -05:00
Bryan Thompson
7731f8559b 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.
2026-05-04 12:29:34 -05:00

View File

@@ -367,6 +367,11 @@
{
"name": "cds-mcp",
"description": "AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.",
"author": {
"name": "SAP SE",
"email": "ospo@sap.com",
"url": "https://www.sap.com"
},
"category": "development",
"source": {
"source": "url",
@@ -1324,22 +1329,6 @@
},
"homepage": "https://docs.oracle.com/en/cloud/paas/ai-data-platform/index.html"
},
{
"name": "outputai",
"description": "Output.ai workflow development toolkit for Claude Code. Adds 5 specialist agents (planner, builder, debugger, prompt writer, quality reviewer), 40+ slash-command skills covering scaffolding, debugging, evaluation, and credential management, plus a SessionStart hook that auto-loads Output SDK conventions so Claude understands the framework before the first prompt.",
"author": {
"name": "Output.ai"
},
"category": "development",
"source": {
"source": "git-subdir",
"url": "https://github.com/growthxai/output.git",
"path": "coding_assistants/claude/plugins/outputai",
"ref": "main",
"sha": "756d32d1d4fad028850ae5a28921432b825060f2"
},
"homepage": "https://output.ai"
},
{
"name": "pagerduty",
"description": "Enhance code quality and security through PagerDuty risk scoring and incident correlation. Score pre-commit diffs against historical incident data and surface deployment risk before you ship.",
@@ -1700,11 +1689,60 @@
},
"homepage": "https://www.sanity.io"
},
{
"name": "sap-cds-mcp",
"description": "AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.",
"author": {
"name": "SAP SE",
"email": "ospo@sap.com",
"url": "https://www.sap.com"
},
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/cap-js/mcp-server.git"
},
"homepage": "https://cap.cloud.sap/"
},
{
"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"
},
"homepage": "https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-mcp-server"
},
{
"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"
},
"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.",
"author": {
"name": "SAP"
"name": "SAP SE",
"email": "ospo@sap.com",
"url": "https://www.sap.com"
},
"category": "development",
"source": {
@@ -2051,6 +2089,11 @@
{
"name": "ui5",
"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.",
"author": {
"name": "SAP SE",
"email": "openui5@sap.com",
"url": "https://www.sap.com"
},
"category": "development",
"source": {
"source": "git-subdir",
@@ -2064,6 +2107,11 @@
{
"name": "ui5-typescript-conversion",
"description": "SAPUI5 / OpenUI5 plugin for Claude. Convert JavaScript based UI5 projects to TypeScript.",
"author": {
"name": "SAP SE",
"email": "openui5@sap.com",
"url": "https://www.sap.com"
},
"category": "development",
"source": {
"source": "git-subdir",