@primevue/mcp 5.0.0-rc.2 → 5.0.0-rc.4

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.
Files changed (41) hide show
  1. package/README.md +10 -8
  2. package/data/components.json +145 -75
  3. package/data/llms/components/accordion.md +1 -1
  4. package/data/llms/components/blockui.md +3 -1
  5. package/data/llms/components/button.md +1 -1
  6. package/data/llms/components/chart.md +1 -1
  7. package/data/llms/components/confirmdialog.md +8 -36
  8. package/data/llms/components/datatable.md +1 -1
  9. package/data/llms/components/datepicker.md +3 -1
  10. package/data/llms/components/dialog.md +8 -40
  11. package/data/llms/components/editor.md +0 -1
  12. package/data/llms/components/fileupload.md +7 -3
  13. package/data/llms/components/forms.md +3 -1
  14. package/data/llms/components/galleria.md +1 -1
  15. package/data/llms/components/inputgroup.md +0 -74
  16. package/data/llms/components/inputtags.md +0 -1
  17. package/data/llms/components/picklist.md +2 -2
  18. package/data/llms/components/toolbar.md +1 -1
  19. package/data/llms/components/treetable.md +1 -1
  20. package/data/llms/guides/cdn.md +2 -2
  21. package/data/llms/guides/icons.md +3 -3
  22. package/data/llms/guides/mcp.md +26 -50
  23. package/data/llms/guides/nuxt.md +6 -6
  24. package/data/llms/guides/plugin.md +99 -0
  25. package/data/llms/guides/theming/unstyled.md +1 -1
  26. package/data/llms/guides/vite.md +3 -3
  27. package/data/llms/llms-full.txt +185 -233
  28. package/data/llms/llms.txt +2 -1
  29. package/data/llms/pages/cdn.md +2 -2
  30. package/data/llms/pages/icons.md +3 -3
  31. package/data/llms/pages/mcp.md +26 -50
  32. package/data/llms/pages/nuxt.md +6 -6
  33. package/data/llms/pages/plugin.md +99 -0
  34. package/data/llms/pages/theming/unstyled.md +1 -1
  35. package/data/llms/pages/unstyled.md +1 -1
  36. package/data/llms/pages/vite.md +3 -3
  37. package/data/manifest.json +1136 -688
  38. package/data/mcp-data.json +288 -64
  39. package/dist/index.d.ts +3 -12
  40. package/dist/index.js +1439 -798
  41. package/package.json +11 -7
package/README.md CHANGED
@@ -2,10 +2,12 @@
2
2
 
3
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
+ Requires Node.js 22 or newer. Published runtime data is self-contained: normalized JSON lives once under `data/`, while offline Markdown and text resources live under `data/llms/`.
6
+
5
7
  ## Run
6
8
 
7
9
  ```bash
8
- npx -y @primevue/mcp@alpha
10
+ npx -y @primevue/mcp
9
11
  ```
10
12
 
11
13
  The public bin command is also available as:
@@ -19,13 +21,13 @@ primevue-mcp
19
21
  ### Claude Code
20
22
 
21
23
  ```bash
22
- claude mcp add primevue -s user -- npx -y @primevue/mcp@alpha
24
+ claude mcp add primevue -s user -- npx -y @primevue/mcp
23
25
  ```
24
26
 
25
27
  Project-local configuration:
26
28
 
27
29
  ```bash
28
- claude mcp add primevue -- npx -y @primevue/mcp@alpha
30
+ claude mcp add primevue -- npx -y @primevue/mcp
29
31
  ```
30
32
 
31
33
  ### Cursor
@@ -37,7 +39,7 @@ Create `.cursor/mcp.json` in your project or edit `~/.cursor/mcp.json`:
37
39
  "mcpServers": {
38
40
  "primevue": {
39
41
  "command": "npx",
40
- "args": ["-y", "@primevue/mcp@alpha"]
42
+ "args": ["-y", "@primevue/mcp"]
41
43
  }
42
44
  }
43
45
  }
@@ -52,7 +54,7 @@ Create `.vscode/mcp.json` in your project:
52
54
  "servers": {
53
55
  "primevue": {
54
56
  "command": "npx",
55
- "args": ["-y", "@primevue/mcp@alpha"]
57
+ "args": ["-y", "@primevue/mcp"]
56
58
  }
57
59
  }
58
60
  }
@@ -63,7 +65,7 @@ For user-level setup, place the same `servers` object in your VS Code user MCP c
63
65
  ### Codex
64
66
 
65
67
  ```bash
66
- codex mcp add primevue -- npx -y @primevue/mcp@alpha
68
+ codex mcp add primevue -- npx -y @primevue/mcp
67
69
  ```
68
70
 
69
71
  Or edit `~/.codex/config.toml`:
@@ -71,7 +73,7 @@ Or edit `~/.codex/config.toml`:
71
73
  ```toml
72
74
  [mcp_servers.primevue]
73
75
  command = "npx"
74
- args = ["-y", "@primevue/mcp@alpha"]
76
+ args = ["-y", "@primevue/mcp"]
75
77
  ```
76
78
 
77
79
  ## MCP Surface
@@ -104,7 +106,7 @@ Workflow prompts:
104
106
 
105
107
  ## Data and Release Assumption
106
108
 
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.
109
+ `@primevue/mcp` does not vendor the shared core. Its RC dependency on `@primeuix/mcp` is pinned exactly to `2.0.0-rc.2`; keep the dependency exact throughout the RC cycle so installed behavior remains reproducible.
108
110
 
109
111
  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.
110
112