@morya-ui/mcp 0.2.6 → 0.2.7
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/data/catalog.json +479 -239
- package/data/example-coverage.json +21 -18
- package/dist/golden-pages.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-09-
|
|
3
|
-
"catalogGeneratedAt": "2026-09-
|
|
2
|
+
"generatedAt": "2026-09-18T07:52:19.611Z",
|
|
3
|
+
"catalogGeneratedAt": "2026-09-18T07:52:14.544Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"id": "Accordion",
|
|
@@ -844,12 +844,15 @@
|
|
|
844
844
|
{
|
|
845
845
|
"id": "Empty",
|
|
846
846
|
"exportName": "MEmpty",
|
|
847
|
-
"examples":
|
|
847
|
+
"examples": 12,
|
|
848
848
|
"props": {
|
|
849
|
-
"total":
|
|
850
|
-
"covered":
|
|
849
|
+
"total": 10,
|
|
850
|
+
"covered": 5,
|
|
851
851
|
"missing": [
|
|
852
|
+
"showDescription",
|
|
853
|
+
"showIcon",
|
|
852
854
|
"image",
|
|
855
|
+
"size",
|
|
853
856
|
"pt"
|
|
854
857
|
]
|
|
855
858
|
},
|
|
@@ -859,13 +862,12 @@
|
|
|
859
862
|
"missing": []
|
|
860
863
|
},
|
|
861
864
|
"slots": {
|
|
862
|
-
"total":
|
|
865
|
+
"total": 5,
|
|
863
866
|
"covered": 2,
|
|
864
867
|
"missing": [
|
|
865
868
|
"icon",
|
|
866
869
|
"image",
|
|
867
|
-
"title"
|
|
868
|
-
"description"
|
|
870
|
+
"title"
|
|
869
871
|
]
|
|
870
872
|
},
|
|
871
873
|
"methods": {
|
|
@@ -2085,12 +2087,11 @@
|
|
|
2085
2087
|
{
|
|
2086
2088
|
"id": "Result",
|
|
2087
2089
|
"exportName": "MResult",
|
|
2088
|
-
"examples":
|
|
2090
|
+
"examples": 10,
|
|
2089
2091
|
"props": {
|
|
2090
|
-
"total":
|
|
2091
|
-
"covered":
|
|
2092
|
+
"total": 6,
|
|
2093
|
+
"covered": 4,
|
|
2092
2094
|
"missing": [
|
|
2093
|
-
"title",
|
|
2094
2095
|
"icon",
|
|
2095
2096
|
"pt"
|
|
2096
2097
|
]
|
|
@@ -2501,10 +2502,10 @@
|
|
|
2501
2502
|
{
|
|
2502
2503
|
"id": "Status",
|
|
2503
2504
|
"exportName": "MStatus",
|
|
2504
|
-
"examples":
|
|
2505
|
+
"examples": 10,
|
|
2505
2506
|
"props": {
|
|
2506
|
-
"total":
|
|
2507
|
-
"covered":
|
|
2507
|
+
"total": 8,
|
|
2508
|
+
"covered": 7,
|
|
2508
2509
|
"missing": [
|
|
2509
2510
|
"color"
|
|
2510
2511
|
]
|
|
@@ -2515,9 +2516,11 @@
|
|
|
2515
2516
|
"missing": []
|
|
2516
2517
|
},
|
|
2517
2518
|
"slots": {
|
|
2518
|
-
"total":
|
|
2519
|
+
"total": 2,
|
|
2519
2520
|
"covered": 1,
|
|
2520
|
-
"missing": [
|
|
2521
|
+
"missing": [
|
|
2522
|
+
"icon"
|
|
2523
|
+
]
|
|
2521
2524
|
},
|
|
2522
2525
|
"methods": {
|
|
2523
2526
|
"total": 0,
|
|
@@ -3193,6 +3196,6 @@
|
|
|
3193
3196
|
"summary": {
|
|
3194
3197
|
"components": 92,
|
|
3195
3198
|
"componentsWithMissingCoverage": 87,
|
|
3196
|
-
"totalExamples":
|
|
3199
|
+
"totalExamples": 789
|
|
3197
3200
|
}
|
|
3198
3201
|
}
|
package/dist/golden-pages.js
CHANGED
|
@@ -47,7 +47,7 @@ export const goldenPageCatalog = [
|
|
|
47
47
|
];
|
|
48
48
|
const pkgRoot = join(dirname(fileURLToPath(import.meta.url)), '..');
|
|
49
49
|
const bundledDir = join(pkgRoot, 'data/golden-pages');
|
|
50
|
-
const repoDir = join(pkgRoot, '../../
|
|
50
|
+
const repoDir = join(pkgRoot, '../../design-kit/docs/golden-pages');
|
|
51
51
|
function resolveGoldenPagesDir() {
|
|
52
52
|
if (existsSync(bundledDir))
|
|
53
53
|
return bundledDir;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morya-ui/mcp",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.7",
|
|
5
5
|
"description": "MCP server for morya-ui — component docs, examples, and usage guidance for AI coding agents.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/morya-space/morya-ui/tree/main/packages/ui-mcp#readme",
|