@vizejs/musea-mcp-server 0.140.0 → 0.143.0
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -76,7 +76,7 @@ For Musea-specific workflows, check whether the assistant:
|
|
|
76
76
|
- reported missing metadata instead of guessing
|
|
77
77
|
|
|
78
78
|
The full MCP guide includes a longer reproducibility workflow and prompt template:
|
|
79
|
-
[docs/content/integrations/mcp.md](https://github.com/ubugeeei/vize/blob/main/docs/content/integrations/mcp.md)
|
|
79
|
+
[docs/content/integrations/mcp.md](https://github.com/ubugeeei-prod/vize/blob/main/docs/content/integrations/mcp.md)
|
|
80
80
|
|
|
81
81
|
## License
|
|
82
82
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/musea-mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.143.0",
|
|
4
4
|
"description": "MCP server for building Vue.js design systems - component analysis, documentation, variant generation, and design tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"musea",
|
|
12
12
|
"vue"
|
|
13
13
|
],
|
|
14
|
-
"homepage": "https://github.com/ubugeeei/vize",
|
|
14
|
+
"homepage": "https://github.com/ubugeeei-prod/vize",
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/ubugeeei/vize/issues"
|
|
16
|
+
"url": "https://github.com/ubugeeei-prod/vize/issues"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"author": "ubugeeei",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/ubugeeei/vize.git",
|
|
22
|
+
"url": "https://github.com/ubugeeei-prod/vize.git",
|
|
23
23
|
"directory": "npm/musea-mcp-server"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
45
|
-
"@vizejs/native": "0.
|
|
45
|
+
"@vizejs/native": "0.143.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@tsdown/css": "0.22.0",
|