@primeng/mcp 0.0.1-alpha.2 → 21.0.1
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 +4 -16
- package/package.json +3 -3
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-15",
|
|
10
10
|
components: [
|
|
11
11
|
{
|
|
12
12
|
name: "accordion",
|
|
@@ -654,7 +654,7 @@ var components_default = {
|
|
|
654
654
|
{
|
|
655
655
|
name: "animateonscroll",
|
|
656
656
|
title: "Angular Animate On Scroll Directive",
|
|
657
|
-
description: "AnimateOnScroll
|
|
657
|
+
description: "AnimateOnScroll is used to apply animations to elements when entering or leaving the viewport during scrolling.",
|
|
658
658
|
sections: [
|
|
659
659
|
{
|
|
660
660
|
id: "accessibility",
|
|
@@ -24640,12 +24640,6 @@ export class InputTextDisabledDemo {
|
|
|
24640
24640
|
description: "Add the PrimeNG MCP server using the CLI or edit ~/.codex/config.toml directly.",
|
|
24641
24641
|
examples: null
|
|
24642
24642
|
},
|
|
24643
|
-
{
|
|
24644
|
-
id: "quickstart",
|
|
24645
|
-
label: "Quick Start",
|
|
24646
|
-
description: "The easiest way to use this MCP server is with npx - no installation required:",
|
|
24647
|
-
examples: null
|
|
24648
|
-
},
|
|
24649
24643
|
{
|
|
24650
24644
|
id: "tools",
|
|
24651
24645
|
label: "Available Tools",
|
|
@@ -59609,12 +59603,6 @@ export class PanelPtDemo {
|
|
|
59609
59603
|
description: "Add the PrimeNG MCP server using the CLI or edit ~/.codex/config.toml directly.",
|
|
59610
59604
|
examples: null
|
|
59611
59605
|
},
|
|
59612
|
-
{
|
|
59613
|
-
id: "quickstart",
|
|
59614
|
-
label: "Quickstart",
|
|
59615
|
-
description: "The easiest way to use this MCP server is with npx - no installation required:",
|
|
59616
|
-
examples: null
|
|
59617
|
-
},
|
|
59618
59606
|
{
|
|
59619
59607
|
id: "tools",
|
|
59620
59608
|
label: "Tools",
|
|
@@ -59871,11 +59859,11 @@ export class PanelPtDemo {
|
|
|
59871
59859
|
// package.json
|
|
59872
59860
|
var package_default = {
|
|
59873
59861
|
name: "@primeng/mcp",
|
|
59874
|
-
version: "
|
|
59862
|
+
version: "21.0.1",
|
|
59875
59863
|
author: "PrimeTek Informatics",
|
|
59876
59864
|
description: "Model Context Protocol (MCP) server for PrimeNg component library",
|
|
59877
59865
|
homepage: "https://primeng.org/",
|
|
59878
|
-
license: "
|
|
59866
|
+
license: "SEE LICENSE IN LICENSE.md",
|
|
59879
59867
|
repository: {
|
|
59880
59868
|
type: "git",
|
|
59881
59869
|
url: "https://github.com/primefaces/primeng.git",
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primeng/mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.1",
|
|
4
4
|
"author": "PrimeTek Informatics",
|
|
5
5
|
"description": "Model Context Protocol (MCP) server for PrimeNg component library",
|
|
6
6
|
"homepage": "https://primeng.org/",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/primefaces/primeng.git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"LICENSE"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@primeuix/mcp": "^0.0
|
|
48
|
+
"@primeuix/mcp": "^1.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"tsup": "^8.1.0"
|