@fewangsit/wangsvue 1.5.229-alpha.44 → 1.5.229-alpha.45
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/mcp/components.json +1 -1
- package/mcp/components.summary.txt +1 -1
- package/mcp/main.js +4 -4
- package/mcp/package.json +5 -5
- package/package.json +1 -1
package/mcp/components.json
CHANGED
package/mcp/main.js
CHANGED
|
@@ -16939,7 +16939,7 @@ Arguments for init-rules:
|
|
|
16939
16939
|
|
|
16940
16940
|
Options:
|
|
16941
16941
|
--api-services Only initialize rules for API services documentation
|
|
16942
|
-
--
|
|
16942
|
+
--split Generate separate rule files instead of a single merged file (default: merged)
|
|
16943
16943
|
|
|
16944
16944
|
Available editors:
|
|
16945
16945
|
kiro - Kiro editor (inclusion: always, output: .kiro/steering/)
|
|
@@ -16956,8 +16956,8 @@ Examples:
|
|
|
16956
16956
|
wangsvue-mcp init-rules copilot
|
|
16957
16957
|
wangsvue-mcp init-rules default
|
|
16958
16958
|
wangsvue-mcp init-rules kiro --api-services
|
|
16959
|
-
wangsvue-mcp init-rules kiro --
|
|
16960
|
-
wangsvue-mcp init-rules kiro --api-services --
|
|
16959
|
+
wangsvue-mcp init-rules kiro --split
|
|
16960
|
+
wangsvue-mcp init-rules kiro --api-services --split
|
|
16961
16961
|
`);
|
|
16962
16962
|
}
|
|
16963
16963
|
async function m0() {
|
|
@@ -16969,7 +16969,7 @@ async function m0() {
|
|
|
16969
16969
|
await h0();
|
|
16970
16970
|
break;
|
|
16971
16971
|
case "init-rules":
|
|
16972
|
-
const r = t[1], n = t.includes("--api-services"), s = t.includes("--
|
|
16972
|
+
const r = t[1], n = t.includes("--api-services"), s = !t.includes("--split");
|
|
16973
16973
|
r || (Fs(), process.exit(1));
|
|
16974
16974
|
try {
|
|
16975
16975
|
console.log("Initializing rules..."), await gl(r, n, s), console.log("Rules initialization completed successfully!"), process.exit(0);
|
package/mcp/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fewangsit/wangsvue-mcp",
|
|
3
|
-
"version": "1.5.229-alpha.
|
|
3
|
+
"version": "1.5.229-alpha.44",
|
|
4
4
|
"description": "MCP Server for @fewangsit/wangsvue",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"type": "module",
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"buildContext": {
|
|
11
11
|
"package": {
|
|
12
12
|
"name": "@fewangsit/wangsvue",
|
|
13
|
-
"version": "1.5.229-alpha.
|
|
13
|
+
"version": "1.5.229-alpha.44",
|
|
14
14
|
"description": "Wangsit VueJS Component Library",
|
|
15
15
|
"repository": "https://github.com/fewangsit/wangsvue",
|
|
16
16
|
"workspace": "wangsvue"
|
|
17
17
|
},
|
|
18
18
|
"build": {
|
|
19
|
-
"timestamp": "2026-02-
|
|
19
|
+
"timestamp": "2026-02-02T04:33:08.922Z",
|
|
20
20
|
"gitInfo": {
|
|
21
|
-
"head": "
|
|
21
|
+
"head": "2769eed6dc33071b3bf62839589102cd929dc8dd",
|
|
22
22
|
"branch": "feat/mcp",
|
|
23
23
|
"repository": "https://github.com/fewangsit/wangsvue.git",
|
|
24
|
-
"timestamp": "2026-02-
|
|
24
|
+
"timestamp": "2026-02-02T04:33:08.599Z"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|