@primevue/mcp 4.5.5 → 5.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +45 -21
- package/README.md +48 -250
- package/data/components.json +47269 -0
- package/data/llms/components/accordion.md +629 -0
- package/data/llms/components/animateonscroll.md +165 -0
- package/data/llms/components/autocomplete.md +995 -0
- package/data/llms/components/avatar.md +264 -0
- package/data/llms/components/badge.md +200 -0
- package/data/llms/components/blockui.md +99 -0
- package/data/llms/components/breadcrumb.md +269 -0
- package/data/llms/components/button.md +902 -0
- package/data/llms/components/card.md +209 -0
- package/data/llms/components/carousel.md +506 -0
- package/data/llms/components/cascadeselect.md +1207 -0
- package/data/llms/components/chart.md +1022 -0
- package/data/llms/components/checkbox.md +401 -0
- package/data/llms/components/chip.md +206 -0
- package/data/llms/components/colorpicker.md +213 -0
- package/data/llms/components/commandmenu.md +660 -0
- package/data/llms/components/compare.md +407 -0
- package/data/llms/components/confirmdialog.md +343 -0
- package/data/llms/components/confirmpopup.md +252 -0
- package/data/llms/components/contextmenu.md +522 -0
- package/data/llms/components/datatable.md +5266 -0
- package/data/llms/components/dataview.md +569 -0
- package/data/llms/components/datepicker.md +964 -0
- package/data/llms/components/deferredcontent.md +96 -0
- package/data/llms/components/dialog.md +702 -0
- package/data/llms/components/divider.md +152 -0
- package/data/llms/components/dock.md +488 -0
- package/data/llms/components/drawer.md +469 -0
- package/data/llms/components/dynamicdialog.md +214 -0
- package/data/llms/components/editor.md +205 -0
- package/data/llms/components/fieldset.md +253 -0
- package/data/llms/components/fileupload.md +459 -0
- package/data/llms/components/floatlabel.md +144 -0
- package/data/llms/components/fluid.md +104 -0
- package/data/llms/components/focustrap.md +59 -0
- package/data/llms/components/forms.md +344 -0
- package/data/llms/components/galleria.md +1119 -0
- package/data/llms/components/gallery.md +1003 -0
- package/data/llms/components/iconfield.md +283 -0
- package/data/llms/components/iftalabel.md +96 -0
- package/data/llms/components/image.md +179 -0
- package/data/llms/components/imagecompare.md +108 -0
- package/data/llms/components/inplace.md +183 -0
- package/data/llms/components/inputcolor.md +869 -0
- package/data/llms/components/inputgroup.md +419 -0
- package/data/llms/components/inputmask.md +345 -0
- package/data/llms/components/inputnumber.md +551 -0
- package/data/llms/components/inputotp.md +345 -0
- package/data/llms/components/inputpassword.md +738 -0
- package/data/llms/components/inputtags.md +432 -0
- package/data/llms/components/inputtext.md +569 -0
- package/data/llms/components/installation.md +1 -0
- package/data/llms/components/keyfilter.md +116 -0
- package/data/llms/components/knob.md +318 -0
- package/data/llms/components/label.md +151 -0
- package/data/llms/components/laravel.md +53 -0
- package/data/llms/components/listbox.md +636 -0
- package/data/llms/components/mask.md +203 -0
- package/data/llms/components/mcp.md +39 -0
- package/data/llms/components/megamenu.md +563 -0
- package/data/llms/components/menu.md +651 -0
- package/data/llms/components/menubar.md +446 -0
- package/data/llms/components/message.md +497 -0
- package/data/llms/components/metergroup.md +281 -0
- package/data/llms/components/multiselect.md +752 -0
- package/data/llms/components/orderlist.md +224 -0
- package/data/llms/components/organizationchart.md +418 -0
- package/data/llms/components/paginator.md +221 -0
- package/data/llms/components/panel.md +321 -0
- package/data/llms/components/panelmenu.md +703 -0
- package/data/llms/components/password.md +657 -0
- package/data/llms/components/picklist.md +286 -0
- package/data/llms/components/popover.md +145 -0
- package/data/llms/components/progressbar.md +242 -0
- package/data/llms/components/progressspinner.md +104 -0
- package/data/llms/components/radiobutton.md +427 -0
- package/data/llms/components/rating.md +312 -0
- package/data/llms/components/ripple.md +91 -0
- package/data/llms/components/scrollarea.md +700 -0
- package/data/llms/components/scrollpanel.md +131 -0
- package/data/llms/components/scrolltop.md +87 -0
- package/data/llms/components/select.md +1251 -0
- package/data/llms/components/selectbutton.md +268 -0
- package/data/llms/components/sidebar.md +2232 -0
- package/data/llms/components/skeleton.md +302 -0
- package/data/llms/components/slider.md +416 -0
- package/data/llms/components/speeddial.md +402 -0
- package/data/llms/components/splitbutton.md +840 -0
- package/data/llms/components/splitter.md +447 -0
- package/data/llms/components/stepper.md +551 -0
- package/data/llms/components/styleclass.md +226 -0
- package/data/llms/components/tabs.md +609 -0
- package/data/llms/components/tag.md +178 -0
- package/data/llms/components/terminal.md +123 -0
- package/data/llms/components/textarea.md +519 -0
- package/data/llms/components/tieredmenu.md +578 -0
- package/data/llms/components/timeline.md +494 -0
- package/data/llms/components/toast.md +472 -0
- package/data/llms/components/togglebutton.md +276 -0
- package/data/llms/components/toggleswitch.md +271 -0
- package/data/llms/components/toolbar.md +140 -0
- package/data/llms/components/tooltip.md +160 -0
- package/data/llms/components/tree.md +1076 -0
- package/data/llms/components/treeselect.md +660 -0
- package/data/llms/components/treetable.md +2493 -0
- package/data/llms/components/virtualscroller.md +265 -0
- package/data/llms/guides/autoimport.md +28 -0
- package/data/llms/guides/cdn.md +72 -0
- package/data/llms/guides/configuration.md +158 -0
- package/data/llms/guides/customicons.md +67 -0
- package/data/llms/guides/guides/accessibility.md +27 -0
- package/data/llms/guides/guides/animations.md +119 -0
- package/data/llms/guides/guides/rtl.md +7 -0
- package/data/llms/guides/icons.md +136 -0
- package/data/llms/guides/installation.md +3 -0
- package/data/llms/guides/laravel.md +66 -0
- package/data/llms/guides/llms.md +15 -0
- package/data/llms/guides/mcp.md +104 -0
- package/data/llms/guides/migration/v4.md +15 -0
- package/data/llms/guides/migration/v5.md +15 -0
- package/data/llms/guides/nuxt.md +141 -0
- package/data/llms/guides/passthrough.md +137 -0
- package/data/llms/guides/primeclt.md +43 -0
- package/data/llms/guides/tailwind.md +151 -0
- package/data/llms/guides/theming/styled.md +497 -0
- package/data/llms/guides/theming/unstyled.md +57 -0
- package/data/llms/guides/uikit.md +3 -0
- package/data/llms/guides/vite.md +90 -0
- package/data/llms/llms-full.txt +54465 -0
- package/data/llms/llms.txt +132 -0
- package/data/llms/pages/accessibility.md +27 -0
- package/data/llms/pages/animations.md +119 -0
- package/data/llms/pages/autoimport.md +28 -0
- package/data/llms/pages/cdn.md +72 -0
- package/data/llms/pages/configuration.md +158 -0
- package/data/llms/pages/contribution.md +31 -0
- package/data/llms/pages/customicons.md +67 -0
- package/data/llms/pages/designer.md +79 -0
- package/data/llms/pages/dynamicimports.md +7 -0
- package/data/llms/pages/forms.md +63 -0
- package/data/llms/pages/guides/accessibility.md +27 -0
- package/data/llms/pages/guides/animations.md +119 -0
- package/data/llms/pages/guides/rtl.md +7 -0
- package/data/llms/pages/icons.md +136 -0
- package/data/llms/pages/installation.md +3 -0
- package/data/llms/pages/introduction.md +23 -0
- package/data/llms/pages/laravel.md +66 -0
- package/data/llms/pages/llms.md +15 -0
- package/data/llms/pages/mcp.md +104 -0
- package/data/llms/pages/migration/v4.md +15 -0
- package/data/llms/pages/migration/v5.md +15 -0
- package/data/llms/pages/nuxt.md +141 -0
- package/data/llms/pages/passthrough.md +137 -0
- package/data/llms/pages/primeclt.md +43 -0
- package/data/llms/pages/rtl.md +7 -0
- package/data/llms/pages/setup.md +3 -0
- package/data/llms/pages/styled.md +497 -0
- package/data/llms/pages/tailwind.md +151 -0
- package/data/llms/pages/theming/styled.md +497 -0
- package/data/llms/pages/theming/unstyled.md +57 -0
- package/data/llms/pages/uikit.md +3 -0
- package/data/llms/pages/unstyled.md +57 -0
- package/data/llms/pages/v4.md +15 -0
- package/data/llms/pages/v5.md +15 -0
- package/data/llms/pages/vite.md +90 -0
- package/data/manifest.json +11117 -0
- package/data/mcp-data.json +55940 -0
- package/dist/index.d.ts +17 -1
- package/dist/index.js +66066 -72541
- package/package.json +10 -12
package/LICENSE.md
CHANGED
|
@@ -1,21 +1,45 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
# PrimeUI License
|
|
2
|
+
|
|
3
|
+
This package is part of **PrimeUI**, a family of commercial UI libraries by PrimeTek Informatics.
|
|
4
|
+
|
|
5
|
+
## How PrimeUI May Be Used
|
|
6
|
+
|
|
7
|
+
PrimeUI may be used under one of two licenses. You choose the one that applies to you based on eligibility.
|
|
8
|
+
|
|
9
|
+
### Community License (Free)
|
|
10
|
+
|
|
11
|
+
Free for organizations that meet all of the following criteria:
|
|
12
|
+
|
|
13
|
+
- Less than $1,000,000 USD in annual gross revenue
|
|
14
|
+
- Fewer than 5 developers
|
|
15
|
+
- Fewer than 10 employees
|
|
16
|
+
- Less than $3,000,000 USD in venture capital or outside funding
|
|
17
|
+
|
|
18
|
+
Individuals, students, non-profits, and non-commercial open source projects also qualify.
|
|
19
|
+
|
|
20
|
+
The Community License provides full access to the core libraries and supports up to 4 developers. It requires annual renewal by confirming continued eligibility.
|
|
21
|
+
|
|
22
|
+
### Commercial License (Paid)
|
|
23
|
+
|
|
24
|
+
For organizations that do not qualify for the Community License.
|
|
25
|
+
|
|
26
|
+
Licensed per developer, perpetual, with one year of updates included. Renewal is optional and extends access to new versions. The Commercial Suite also includes PrimeBlocks, Theme Designer, all PrimeUI Pro components, and Premium Support.
|
|
27
|
+
|
|
28
|
+
## License Key
|
|
29
|
+
|
|
30
|
+
A valid license key is required to use this software. License verification is performed offline, with no telemetry and no remote connection. A missing, invalid, or expired key may cause the software to display a license notice.
|
|
31
|
+
|
|
32
|
+
## Full Terms
|
|
33
|
+
|
|
34
|
+
The complete license terms, eligibility details, and renewal information are available at:
|
|
35
|
+
|
|
36
|
+
- Community License: https://primeui.dev/licenses/community
|
|
37
|
+
- Commercial License: https://primeui.dev/licenses/commercial
|
|
38
|
+
|
|
39
|
+
## Restrictions
|
|
40
|
+
|
|
41
|
+
This software is distributed as a compiled package. You may not reverse-engineer, decompile, or extract its source code, redistribute it as a component library or development tool, or remove its license mechanisms. Redistributing the software so that third parties can develop with it requires a separate OEM License. See the full terms for details.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
© 2026 PrimeTek Informatics. All rights reserved.
|
package/README.md
CHANGED
|
@@ -1,92 +1,49 @@
|
|
|
1
1
|
# @primevue/mcp
|
|
2
2
|
|
|
3
|
-
Model Context Protocol (MCP) server for PrimeVue
|
|
3
|
+
Model Context Protocol (MCP) server for PrimeVue. The package is a thin public wrapper over the shared `@primeuix/mcp` v2 core and the generated PrimeVue docs artifacts in `packages/mcp/data/mcp-data.json` and `packages/mcp/data/manifest.json`.
|
|
4
4
|
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/) is an open standard that enables AI models to connect with external tools and data sources. By installing this MCP server, your AI assistant gains deep knowledge of PrimeVue components and can provide accurate, up-to-date information while helping you build Vue.js applications.
|
|
8
|
-
|
|
9
|
-
## Installation
|
|
10
|
-
|
|
11
|
-
### Claude Code
|
|
12
|
-
|
|
13
|
-
Add the PrimeVue MCP server using the CLI:
|
|
5
|
+
## Run
|
|
14
6
|
|
|
15
7
|
```bash
|
|
16
|
-
|
|
17
|
-
claude mcp add primevue -s user -- npx -y @primevue/mcp
|
|
18
|
-
|
|
19
|
-
# Or add to current project only
|
|
20
|
-
claude mcp add primevue -- npx -y @primevue/mcp
|
|
8
|
+
npx -y @primevue/mcp@alpha
|
|
21
9
|
```
|
|
22
10
|
|
|
23
|
-
|
|
11
|
+
The public bin command is also available as:
|
|
24
12
|
|
|
25
13
|
```bash
|
|
26
|
-
|
|
14
|
+
primevue-mcp
|
|
27
15
|
```
|
|
28
16
|
|
|
29
|
-
|
|
17
|
+
## Setup
|
|
18
|
+
|
|
19
|
+
### Claude Code
|
|
30
20
|
|
|
31
21
|
```bash
|
|
32
|
-
claude mcp
|
|
33
|
-
claude mcp get primevue # Get server details
|
|
34
|
-
claude mcp remove primevue # Remove the server
|
|
22
|
+
claude mcp add primevue -s user -- npx -y @primevue/mcp@alpha
|
|
35
23
|
```
|
|
36
24
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
> **Reference:** [Claude Code MCP Documentation](https://code.claude.com/docs/en/mcp)
|
|
25
|
+
Project-local configuration:
|
|
40
26
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Cursor
|
|
44
|
-
|
|
45
|
-
**Option 1: Project Configuration**
|
|
46
|
-
|
|
47
|
-
Create `.cursor/mcp.json` in your project:
|
|
48
|
-
|
|
49
|
-
```json
|
|
50
|
-
{
|
|
51
|
-
"mcpServers": {
|
|
52
|
-
"primevue": {
|
|
53
|
-
"command": "npx",
|
|
54
|
-
"args": ["-y", "@primevue/mcp"]
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
27
|
+
```bash
|
|
28
|
+
claude mcp add primevue -- npx -y @primevue/mcp@alpha
|
|
58
29
|
```
|
|
59
30
|
|
|
60
|
-
|
|
31
|
+
### Cursor
|
|
61
32
|
|
|
62
|
-
Create
|
|
33
|
+
Create `.cursor/mcp.json` in your project or edit `~/.cursor/mcp.json`:
|
|
63
34
|
|
|
64
35
|
```json
|
|
65
36
|
{
|
|
66
37
|
"mcpServers": {
|
|
67
38
|
"primevue": {
|
|
68
39
|
"command": "npx",
|
|
69
|
-
"args": ["-y", "@primevue/mcp"]
|
|
40
|
+
"args": ["-y", "@primevue/mcp@alpha"]
|
|
70
41
|
}
|
|
71
42
|
}
|
|
72
43
|
}
|
|
73
44
|
```
|
|
74
45
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
1. Go to **Cursor Settings** > **Tools & Integrations**
|
|
78
|
-
2. Click **New MCP Server**
|
|
79
|
-
3. Add the configuration above
|
|
80
|
-
|
|
81
|
-
After adding, go to **Settings > MCP** and click the refresh button. The Composer Agent will automatically use PrimeVue tools when relevant.
|
|
82
|
-
|
|
83
|
-
> **Reference:** [Cursor MCP Documentation](https://docs.cursor.com/context/model-context-protocol)
|
|
84
|
-
|
|
85
|
-
---
|
|
86
|
-
|
|
87
|
-
### VS Code (GitHub Copilot)
|
|
88
|
-
|
|
89
|
-
**Option 1: Project Configuration**
|
|
46
|
+
### VS Code
|
|
90
47
|
|
|
91
48
|
Create `.vscode/mcp.json` in your project:
|
|
92
49
|
|
|
@@ -95,228 +52,69 @@ Create `.vscode/mcp.json` in your project:
|
|
|
95
52
|
"servers": {
|
|
96
53
|
"primevue": {
|
|
97
54
|
"command": "npx",
|
|
98
|
-
"args": ["-y", "@primevue/mcp"]
|
|
55
|
+
"args": ["-y", "@primevue/mcp@alpha"]
|
|
99
56
|
}
|
|
100
57
|
}
|
|
101
58
|
}
|
|
102
59
|
```
|
|
103
60
|
|
|
104
|
-
|
|
61
|
+
For user-level setup, place the same `servers` object in your VS Code user MCP configuration.
|
|
105
62
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
- **macOS**: `~/Library/Application Support/Code/User/mcp.json`
|
|
109
|
-
- **Windows**: `%APPDATA%\Code\User\mcp.json`
|
|
110
|
-
- **Linux**: `~/.config/Code/User/mcp.json`
|
|
111
|
-
|
|
112
|
-
```json
|
|
113
|
-
{
|
|
114
|
-
"servers": {
|
|
115
|
-
"primevue": {
|
|
116
|
-
"command": "npx",
|
|
117
|
-
"args": ["-y", "@primevue/mcp"]
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
**Option 3: Via Command Palette**
|
|
124
|
-
|
|
125
|
-
1. Open Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`)
|
|
126
|
-
2. Type "MCP: Add Server"
|
|
127
|
-
3. Select "Command (stdio)"
|
|
128
|
-
4. Enter `primevue` as the server ID
|
|
129
|
-
5. Enter `npx` as the command
|
|
130
|
-
6. Enter `-y,@primevue/mcp` as the arguments
|
|
131
|
-
|
|
132
|
-
After adding, use Copilot in **Agent mode** to access PrimeVue tools. The MCP server will be available in GitHub Copilot Chat.
|
|
133
|
-
|
|
134
|
-
> **Reference:** [VS Code MCP Documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers)
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
### OpenAI Codex CLI
|
|
139
|
-
|
|
140
|
-
**Option 1: Using the CLI**
|
|
63
|
+
### Codex
|
|
141
64
|
|
|
142
65
|
```bash
|
|
143
|
-
codex mcp add primevue -- npx -y @primevue/mcp
|
|
66
|
+
codex mcp add primevue -- npx -y @primevue/mcp@alpha
|
|
144
67
|
```
|
|
145
68
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
Edit `~/.codex/config.toml`:
|
|
69
|
+
Or edit `~/.codex/config.toml`:
|
|
149
70
|
|
|
150
71
|
```toml
|
|
151
72
|
[mcp_servers.primevue]
|
|
152
73
|
command = "npx"
|
|
153
|
-
args = ["-y", "@primevue/mcp"]
|
|
74
|
+
args = ["-y", "@primevue/mcp@alpha"]
|
|
154
75
|
```
|
|
155
76
|
|
|
156
|
-
|
|
77
|
+
## MCP Surface
|
|
157
78
|
|
|
158
|
-
|
|
79
|
+
The server exposes only the compact shared v2 tool surface:
|
|
159
80
|
|
|
160
|
-
|
|
81
|
+
| Tool | Purpose |
|
|
82
|
+
| ---------------- | --------------------------------------------------------------------------- |
|
|
83
|
+
| `list` | List generated components, guides, examples, resources, or modes. |
|
|
84
|
+
| `search` | Search generated component, guide, section, API, and example text. |
|
|
85
|
+
| `get_component` | Read component docs and metadata. |
|
|
86
|
+
| `get_guide` | Read generated guide docs and metadata. |
|
|
87
|
+
| `get_example` | Return one source-backed example from generated component docs. |
|
|
88
|
+
| `get_setup` | Return setup guidance from generated installation docs. |
|
|
89
|
+
| `validate_usage` | Validate component usage against generated API metadata. |
|
|
90
|
+
| `version` | Return server, docs data, tool, resource, and known manual metadata status. |
|
|
161
91
|
|
|
162
|
-
|
|
92
|
+
Generated docs are exposed through resources and templates:
|
|
163
93
|
|
|
164
|
-
|
|
94
|
+
- Static resources: `primeui://primevue/index.json`, `primeui://primevue/llms.txt`, `primeui://primevue/llms-full.txt`
|
|
95
|
+
- Resource templates: `component-docs`, `component-api`, `example-docs`, `guide-docs`
|
|
165
96
|
|
|
166
|
-
|
|
167
|
-
2. Type "Open Windsurf Settings"
|
|
168
|
-
3. Navigate to **Cascade** section
|
|
169
|
-
4. Click **Manage MCPs** > **View raw config**
|
|
97
|
+
Workflow prompts:
|
|
170
98
|
|
|
171
|
-
|
|
99
|
+
- `use_component`
|
|
100
|
+
- `build_form`
|
|
101
|
+
- `theme_component`
|
|
102
|
+
- `migrate_primeui`
|
|
103
|
+
- `audit_component_usage`
|
|
172
104
|
|
|
173
|
-
|
|
105
|
+
## Data and Release Assumption
|
|
174
106
|
|
|
175
|
-
|
|
176
|
-
{
|
|
177
|
-
"mcpServers": {
|
|
178
|
-
"primevue": {
|
|
179
|
-
"command": "npx",
|
|
180
|
-
"args": ["-y", "@primevue/mcp"]
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
After adding, the MCP server will be available in Cascade.
|
|
187
|
-
|
|
188
|
-
> **Reference:** [Windsurf MCP Documentation](https://docs.windsurf.com/windsurf/cascade/mcp)
|
|
189
|
-
|
|
190
|
-
---
|
|
191
|
-
|
|
192
|
-
### Zed
|
|
193
|
-
|
|
194
|
-
Add to your Zed settings (`~/.config/zed/settings.json` on Linux, `~/Library/Application Support/Zed/settings.json` on macOS):
|
|
195
|
-
|
|
196
|
-
```json
|
|
197
|
-
{
|
|
198
|
-
"context_servers": {
|
|
199
|
-
"primevue": {
|
|
200
|
-
"command": {
|
|
201
|
-
"path": "npx",
|
|
202
|
-
"args": ["-y", "@primevue/mcp"]
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
```
|
|
107
|
+
`@primevue/mcp` does not vendor the shared core. For the first alpha, its published dependency on `@primeuix/mcp` is exactly `2.0.0-alpha.1`; do not widen this to `^2.0.0` or `^2.0.0-alpha.1` until the alpha package install path has been validated from the public registry.
|
|
208
108
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
> **Reference:** [Zed MCP Documentation](https://zed.dev/docs/ai/mcp)
|
|
212
|
-
|
|
213
|
-
---
|
|
214
|
-
|
|
215
|
-
## Available Tools
|
|
216
|
-
|
|
217
|
-
### Component Information
|
|
218
|
-
|
|
219
|
-
| Tool | Description |
|
|
220
|
-
| ----------------------- | -------------------------------------------- |
|
|
221
|
-
| `list_components` | List all PrimeVue components with categories |
|
|
222
|
-
| `get_component` | Get detailed info about a specific component |
|
|
223
|
-
| `search_components` | Search components by name or description |
|
|
224
|
-
| `get_component_props` | Get all props for a component |
|
|
225
|
-
| `get_component_events` | Get all events for a component |
|
|
226
|
-
| `get_component_methods` | Get all methods for a component |
|
|
227
|
-
| `get_component_slots` | Get all slots for a component |
|
|
228
|
-
| `compare_components` | Compare two components side by side |
|
|
229
|
-
| `get_categories` | Get all component categories |
|
|
230
|
-
|
|
231
|
-
### Code Examples
|
|
232
|
-
|
|
233
|
-
| Tool | Description |
|
|
234
|
-
| ----------------------------- | ----------------------------------------------- |
|
|
235
|
-
| `get_usage_example` | Get code examples for a component |
|
|
236
|
-
| `list_examples` | List all available code examples |
|
|
237
|
-
| `get_example` | Get a specific example by component and section |
|
|
238
|
-
| `generate_component_template` | Generate a basic component template |
|
|
239
|
-
|
|
240
|
-
### Theming & Styling
|
|
241
|
-
|
|
242
|
-
| Tool | Description |
|
|
243
|
-
| ----------------------- | ---------------------------------------------- |
|
|
244
|
-
| `get_component_pt` | Get Pass Through options for DOM customization |
|
|
245
|
-
| `get_component_tokens` | Get design tokens (CSS variables) |
|
|
246
|
-
| `get_component_styles` | Get CSS class names |
|
|
247
|
-
| `get_theming_info` | Get theming information |
|
|
248
|
-
| `get_theming_guide` | Get detailed theming guide |
|
|
249
|
-
| `get_passthrough_guide` | Get Pass Through customization guide |
|
|
250
|
-
| `get_tailwind_guide` | Get Tailwind CSS integration guide |
|
|
251
|
-
|
|
252
|
-
### Documentation & Guides
|
|
253
|
-
|
|
254
|
-
| Tool | Description |
|
|
255
|
-
| ------------------------- | --------------------------------------- |
|
|
256
|
-
| `list_guides` | List all guides and documentation pages |
|
|
257
|
-
| `get_guide` | Get a specific guide by name |
|
|
258
|
-
| `get_configuration` | Get PrimeVue configuration options |
|
|
259
|
-
| `get_installation` | Get installation instructions |
|
|
260
|
-
| `get_icons_guide` | Get icons usage guide |
|
|
261
|
-
| `get_accessibility_guide` | Get accessibility guide |
|
|
262
|
-
| `get_accessibility_info` | Get accessibility info for a component |
|
|
263
|
-
|
|
264
|
-
### Search & Discovery
|
|
265
|
-
|
|
266
|
-
| Tool | Description |
|
|
267
|
-
| ------------------------------ | ------------------------------------------- |
|
|
268
|
-
| `search_all` | Search across components, guides, and props |
|
|
269
|
-
| `suggest_component` | Suggest components based on use case |
|
|
270
|
-
| `find_by_prop` | Find components with a specific prop |
|
|
271
|
-
| `find_by_event` | Find components that emit a specific event |
|
|
272
|
-
| `find_components_with_feature` | Find components supporting a feature |
|
|
273
|
-
| `get_related_components` | Find related components |
|
|
274
|
-
|
|
275
|
-
### Utilities
|
|
276
|
-
|
|
277
|
-
| Tool | Description |
|
|
278
|
-
| ------------------------ | ----------------------------------------- |
|
|
279
|
-
| `get_component_url` | Get the official documentation URL |
|
|
280
|
-
| `get_component_import` | Get the correct import statement |
|
|
281
|
-
| `get_component_sections` | Get all sections/features for a component |
|
|
282
|
-
| `validate_props` | Validate props for a component |
|
|
283
|
-
| `export_component_docs` | Export documentation in markdown |
|
|
284
|
-
| `get_form_components` | Get all form input components |
|
|
285
|
-
| `get_data_components` | Get all data display components |
|
|
286
|
-
| `get_overlay_components` | Get all overlay/popup components |
|
|
287
|
-
| `get_performance_tips` | Get performance optimization tips |
|
|
288
|
-
| `get_version_info` | Get version and compatibility info |
|
|
289
|
-
|
|
290
|
-
### Vue Composables
|
|
291
|
-
|
|
292
|
-
| Tool | Description |
|
|
293
|
-
| ------------------ | --------------------------------------- |
|
|
294
|
-
| `list_composables` | List all PrimeVue composables |
|
|
295
|
-
| `get_composable` | Get details about a specific composable |
|
|
296
|
-
|
|
297
|
-
## Example Prompts
|
|
298
|
-
|
|
299
|
-
Once installed, try asking your AI assistant:
|
|
300
|
-
|
|
301
|
-
- "What are all the props available for the DataTable component?"
|
|
302
|
-
- "Show me how to implement row selection in DataTable"
|
|
303
|
-
- "How do I customize Button styles using Pass Through?"
|
|
304
|
-
- "What design tokens are available for the Card component?"
|
|
305
|
-
- "Find me a component for selecting multiple items from a list"
|
|
306
|
-
- "Compare AutoComplete and Select components"
|
|
307
|
-
|
|
308
|
-
## Requirements
|
|
309
|
-
|
|
310
|
-
- Node.js 18+
|
|
311
|
-
- One of the supported AI tools (Claude Code, VS Code + Copilot, Cursor, Windsurf, Claude Desktop)
|
|
109
|
+
The bundled package docs are copied from the generated public `/llms` Markdown files during `build:prebuild`. The public `/llms` files remain the canonical web compatibility surface.
|
|
312
110
|
|
|
313
111
|
## Links
|
|
314
112
|
|
|
315
|
-
- [PrimeVue Documentation](https://primevue.
|
|
113
|
+
- [PrimeVue Documentation](https://primevue.dev/)
|
|
316
114
|
- [Model Context Protocol](https://modelcontextprotocol.io/)
|
|
317
115
|
- [GitHub Repository](https://github.com/primefaces/primevue)
|
|
318
116
|
- [Report Issues](https://github.com/primefaces/primevue/issues)
|
|
319
117
|
|
|
320
118
|
## License
|
|
321
119
|
|
|
322
|
-
|
|
120
|
+
Licensed under the [PrimeUI License](https://primeui.dev/licenses) - Copyright (c) [PrimeTek Informatics](https://www.primetek.com.tr)
|