@primevue/mcp 4.5.4 → 4.5.5
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/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { runPrimeMcpServer } from "@primeuix/mcp";
|
|
|
6
6
|
// data/components.json
|
|
7
7
|
var components_default = {
|
|
8
8
|
version: "1.0.0",
|
|
9
|
-
generatedAt: "2025-12-
|
|
9
|
+
generatedAt: "2025-12-18",
|
|
10
10
|
components: [
|
|
11
11
|
{
|
|
12
12
|
name: "accordion",
|
|
@@ -72475,7 +72475,7 @@ app.component('Button', Button);`
|
|
|
72475
72475
|
{
|
|
72476
72476
|
name: "cdn",
|
|
72477
72477
|
path: "cdn",
|
|
72478
|
-
title: "Install PrimeVue with
|
|
72478
|
+
title: "Install PrimeVue with CDN",
|
|
72479
72479
|
description: "Setting up PrimeVue in a project using CDN.",
|
|
72480
72480
|
sections: [
|
|
72481
72481
|
{
|
|
@@ -73494,7 +73494,7 @@ const items = [
|
|
|
73494
73494
|
// package.json
|
|
73495
73495
|
var package_default = {
|
|
73496
73496
|
name: "@primevue/mcp",
|
|
73497
|
-
version: "4.5.
|
|
73497
|
+
version: "4.5.5",
|
|
73498
73498
|
author: "PrimeTek Informatics",
|
|
73499
73499
|
description: "Model Context Protocol (MCP) server for PrimeVue component library",
|
|
73500
73500
|
homepage: "https://primevue.org/",
|