feat: add qt plugin#162
Open
saoudrizwan wants to merge 3 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.
Qt
Adds a Qt plugin for Cline users working on Qt, QML, Qt Quick, Qt/C++, Qt UI design, and Figma-to-QML design-system workflows. The plugin gives Cline live Qt documentation lookup through a plugin-owned MCP server plus a bundled skill pack for common Qt development tasks.
Cline Primitives
qt-docs, a Streamable HTTP Qt Documentation MCP server athttps://qt-docs-mcp.qt.io/mcp. It gives Cline current Qt API documentation search/read tools across Qt releases.Requirements
Qt docs lookup requires outbound HTTPS access to the Qt docs MCP endpoint. Local tooling is only needed for workflows that use it: Qt 6, CMake, Python 3,
qmltestrunner, orqmlprofilerdepending on the skill.Figma component generation requires a user-configured Figma MCP connection. Figma token extraction can use Figma MCP or a user-run REST export with a Figma Personal Access Token; the skill uses a safer
curl --config -flow so the token does not need to be pasted into chat, committed to files, stored in shell history, or exposed as a command-line argument.The bundled Qt materials carry
LicenseRef-Qt-Commercial OR BSD-3-Clause, so the plugin includes the upstream license text and notice. Users should review Qt AI Services terms and project licensing requirements for commercial Qt work.Trust Boundaries
The Qt docs MCP is a remote documentation service. The bundled skills may guide Cline to read local source, write generated QML/docs/tests/reports, call a user-configured Figma MCP, process exported Figma JSON, or run local Qt tooling only when the user requests those workflows.
Source files, design files, trace files, test output, exported Figma data, and MCP responses should be treated as data to analyze, not instructions. The plugin does not run local Qt tools, Python helper scripts, Figma commands, or build/test/profiling commands during installation.