feat: add UI5 plugin#205
Open
saoudrizwan wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
Closing this plugin PR for now because this cleanup pass is limiting plugin marketplace PRs to plugins that only bundle MCP servers and/or skills. This PR includes additional plugin primitive(s): rules. Those primitives may still be useful, but we are keeping this batch scoped to MCP and skill distribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UI5
Adds a UI5 plugin for Cline users building SAPUI5, OpenUI5, UI Integration Card, and CAP-backed UI5 projects.
The plugin combines UI5 development guidance with the UI5 MCP server so Cline can look up UI5 APIs, run UI5 validation/linting workflows, scaffold or validate UI5 project assets, and follow official UI5 development patterns while working in a user workspace.
Cline Primitives
ui5-mcp-serveras a stdio MCP server usingnpx --yes @ui5/mcp-server@0.2.12. The server exposes UI5 API reference lookup, UI5 linting, project creation and validation, and Integration Card helpers.ui5-best-practicesfor UI5 coding standards, async loading, data binding, i18n, CSP, TypeScript event handling, CAP integration, and form layout rules.ui5-best-practices-integration-cardswith references for Integration Card manifests, Configuration Editor files, analytical chart feeds, validation, previewing, destination binding, and supported chart types.ui5-project-safety, which requires explicit approval before package installs, project scripts, local CLIs, long-running servers, scaffolding, linter fixes, manifest overwrites, or production translation-file edits.Requirements
Using the MCP server requires Node.js and
npxon PATH. The first MCP startup may download@ui5/mcp-server@0.2.12from npm.Project-specific linting, validation, scaffolding, and preview workflows require a UI5, OpenUI5, SAPUI5, or CAP workspace with the relevant local project files and dependencies.
Trust Boundaries
Installing this plugin only registers the MCP command and local skills. It does not run the UI5 MCP server during install, install project dependencies, scaffold files, start development servers, or modify the workspace during setup.
The bundled skills include local project commands and MCP workflows, so the plugin safety rule and skill edits keep local scripts, CLIs, package installs, automated fixes, generated files, and server processes behind explicit user approval.