@openvue/mcp 0.0.1-alpha.0 → 0.0.1-alpha.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.
Files changed (3) hide show
  1. package/LICENSE.md +22 -0
  2. package/dist/index.js +1 -1
  3. package/package.json +61 -61
package/LICENSE.md ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018-2025 PrimeTek
4
+ Copyright (c) 2026 OpenVue Foundation and contributors
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
package/dist/index.js CHANGED
@@ -73542,7 +73542,7 @@ const items = [
73542
73542
  // package.json
73543
73543
  var package_default = {
73544
73544
  name: "@openvue/mcp",
73545
- version: "0.0.1-alpha.0",
73545
+ version: "0.0.1-alpha.1",
73546
73546
  author: "OpenVue Contributors",
73547
73547
  description: "Model Context Protocol (MCP) server for PrimeVue component library",
73548
73548
  homepage: "https://github.com/openvi-foundation/openvue",
package/package.json CHANGED
@@ -1,63 +1,63 @@
1
1
  {
2
- "name": "@openvue/mcp",
3
- "version": "0.0.1-alpha.0",
4
- "author": "OpenVue Contributors",
5
- "description": "Model Context Protocol (MCP) server for PrimeVue component library",
6
- "homepage": "https://github.com/openvi-foundation/openvue",
7
- "license": "MIT",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/openvi-foundation/openvue.git",
11
- "directory": "packages/mcp"
12
- },
13
- "bugs": {
14
- "url": "https://github.com/openvi-foundation/openvue/issues"
15
- },
16
- "keywords": [
17
- "primevue",
18
- "openvue",
19
- "mcp",
20
- "model-context-protocol",
21
- "ai",
22
- "llm",
23
- "vue",
24
- "components"
25
- ],
26
- "bin": {
27
- "openvue-mcp": "./dist/index.js"
28
- },
29
- "type": "module",
30
- "main": "./dist/index.js",
31
- "module": "./dist/index.js",
32
- "types": "./dist/index.d.ts",
33
- "exports": {
34
- ".": {
35
- "types": "./dist/index.d.ts",
36
- "import": "./dist/index.js",
37
- "default": "./dist/index.js"
38
- }
39
- },
40
- "publishConfig": {
41
- "access": "public"
42
- },
43
- "files": [
44
- "dist",
45
- "README.md",
46
- "LICENSE"
47
- ],
48
- "scripts": {
49
- "build": "NODE_ENV=production INPUT_DIR=src/ OUTPUT_DIR=dist/ pnpm run build:package",
50
- "build:package": "pnpm run build:prebuild && tsup",
51
- "build:prebuild": "node ./scripts/prebuild.mjs",
52
- "dev:link": "pnpm link --global && npm link"
53
- },
54
- "dependencies": {
55
- "@primeuix/mcp": "catalog:"
56
- },
57
- "devDependencies": {
58
- "tsup": "^8.1.0"
59
- },
60
- "engines": {
61
- "node": ">=12.11.0"
2
+ "name": "@openvue/mcp",
3
+ "version": "0.0.1-alpha.1",
4
+ "author": "OpenVue Contributors",
5
+ "description": "Model Context Protocol (MCP) server for PrimeVue component library",
6
+ "homepage": "https://github.com/openvi-foundation/openvue",
7
+ "license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/openvi-foundation/openvue.git",
11
+ "directory": "packages/mcp"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/openvi-foundation/openvue/issues"
15
+ },
16
+ "keywords": [
17
+ "primevue",
18
+ "openvue",
19
+ "mcp",
20
+ "model-context-protocol",
21
+ "ai",
22
+ "llm",
23
+ "vue",
24
+ "components"
25
+ ],
26
+ "bin": {
27
+ "openvue-mcp": "./dist/index.js"
28
+ },
29
+ "type": "module",
30
+ "main": "./dist/index.js",
31
+ "module": "./dist/index.js",
32
+ "types": "./dist/index.d.ts",
33
+ "exports": {
34
+ ".": {
35
+ "types": "./dist/index.d.ts",
36
+ "import": "./dist/index.js",
37
+ "default": "./dist/index.js"
62
38
  }
63
- }
39
+ },
40
+ "publishConfig": {
41
+ "access": "public"
42
+ },
43
+ "files": [
44
+ "dist",
45
+ "README.md",
46
+ "LICENSE"
47
+ ],
48
+ "dependencies": {
49
+ "@primeuix/mcp": "^1.0.0"
50
+ },
51
+ "devDependencies": {
52
+ "tsup": "^8.1.0"
53
+ },
54
+ "engines": {
55
+ "node": ">=12.11.0"
56
+ },
57
+ "scripts": {
58
+ "build": "NODE_ENV=production INPUT_DIR=src/ OUTPUT_DIR=dist/ pnpm run build:package",
59
+ "build:package": "pnpm run build:prebuild && tsup",
60
+ "build:prebuild": "node ./scripts/prebuild.mjs",
61
+ "dev:link": "pnpm link --global && npm link"
62
+ }
63
+ }