@primevue/mcp 0.0.1-alpha.8 → 4.5.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 (3) hide show
  1. package/README.md +0 -8
  2. package/dist/index.js +10 -10
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -6,14 +6,6 @@ Model Context Protocol (MCP) server for PrimeVue component library. Provides AI
6
6
 
7
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
8
 
9
- ## Quick Start
10
-
11
- The easiest way to use this MCP server is with `npx` - no installation required:
12
-
13
- ```bash
14
- npx @primevue/mcp
15
- ```
16
-
17
9
  ## Installation
18
10
 
19
11
  ### Claude Code
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-12",
9
+ generatedAt: "2025-12-15",
10
10
  components: [
11
11
  {
12
12
  name: "accordion",
@@ -36635,11 +36635,11 @@ const countries = ref([
36635
36635
  examples: null
36636
36636
  },
36637
36637
  {
36638
- id: "quickstart",
36639
- label: "Quick Start",
36640
- description: "The easiest way to use this MCP server is with npx - no installation required:",
36638
+ id: "openaicodex",
36639
+ label: "OpenAI Codex",
36640
+ description: "Add the PrimeVue MCP server using the CLI or edit ~/.codex/config.toml directly.",
36641
36641
  examples: {
36642
- basic: "npx @primevue/mcp"
36642
+ basic: '# Using the CLI\ncodex mcp add primevue -- npx -y @primevue/mcp\n\n# Or edit ~/.codex/config.toml\n[mcp_servers.primevue]\ncommand = "npx"\nargs = ["-y", "@primevue/mcp"]'
36643
36643
  }
36644
36644
  },
36645
36645
  {
@@ -73269,11 +73269,11 @@ app.component('Button', Button);`,
73269
73269
  examples: null
73270
73270
  },
73271
73271
  {
73272
- id: "quickstart",
73273
- label: "Quick Start",
73274
- description: "The easiest way to use this MCP server is with npx - no installation required:",
73272
+ id: "openaicodex",
73273
+ label: "OpenAI Codex",
73274
+ description: "Add the PrimeVue MCP server using the CLI or edit ~/.codex/config.toml directly.",
73275
73275
  examples: {
73276
- basic: "npx @primevue/mcp"
73276
+ basic: '# Using the CLI\ncodex mcp add primevue -- npx -y @primevue/mcp\n\n# Or edit ~/.codex/config.toml\n[mcp_servers.primevue]\ncommand = "npx"\nargs = ["-y", "@primevue/mcp"]'
73277
73277
  }
73278
73278
  },
73279
73279
  {
@@ -73494,7 +73494,7 @@ const items = [
73494
73494
  // package.json
73495
73495
  var package_default = {
73496
73496
  name: "@primevue/mcp",
73497
- version: "0.0.1-alpha.8",
73497
+ version: "4.5.4",
73498
73498
  author: "PrimeTek Informatics",
73499
73499
  description: "Model Context Protocol (MCP) server for PrimeVue component library",
73500
73500
  homepage: "https://primevue.org/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primevue/mcp",
3
- "version": "0.0.1-alpha.8",
3
+ "version": "4.5.4",
4
4
  "author": "PrimeTek Informatics",
5
5
  "description": "Model Context Protocol (MCP) server for PrimeVue component library",
6
6
  "homepage": "https://primevue.org/",
@@ -45,7 +45,7 @@
45
45
  "LICENSE"
46
46
  ],
47
47
  "dependencies": {
48
- "@primeuix/mcp": "^0.0.1-alpha.3"
48
+ "@primeuix/mcp": "^1.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "tsup": "^8.1.0"