varmory 1.0.6 → 1.0.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/README.md +2 -0
- package/dist/varmory.mjs +2 -0
- package/dist/varmory.umd.js +2 -0
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@ Drop in an interactive browser for the Quasar components you use and any custom
|
|
|
7
7
|
- [Component Showcase](https://varmory-dec8b20a1b83.herokuapp.com/)
|
|
8
8
|
- [MCP Server](https://varmory-dec8b20a1b83.herokuapp.com/#docs/MCP)
|
|
9
9
|
|
|
10
|
+
> See [**themed_varmory**](https://github.com/jeka-kiselyov/themed_varmory) for a reference example of using varmory as a base to build your own themed component library — swappable themes, a theme store, custom components, and an extended showcase.
|
|
11
|
+
|
|
10
12
|
## Installation
|
|
11
13
|
|
|
12
14
|
```bash
|
package/dist/varmory.mjs
CHANGED
|
@@ -6664,6 +6664,8 @@ Drop in an interactive browser for the Quasar components you use and any custom
|
|
|
6664
6664
|
- [Component Showcase](https://varmory-dec8b20a1b83.herokuapp.com/)
|
|
6665
6665
|
- [MCP Server](https://varmory-dec8b20a1b83.herokuapp.com/#docs/MCP)
|
|
6666
6666
|
|
|
6667
|
+
> See [**themed_varmory**](https://github.com/jeka-kiselyov/themed_varmory) for a reference example of using varmory as a base to build your own themed component library — swappable themes, a theme store, custom components, and an extended showcase.
|
|
6668
|
+
|
|
6667
6669
|
## Installation
|
|
6668
6670
|
|
|
6669
6671
|
\`\`\`bash
|
package/dist/varmory.umd.js
CHANGED
|
@@ -235,6 +235,8 @@ Drop in an interactive browser for the Quasar components you use and any custom
|
|
|
235
235
|
- [Component Showcase](https://varmory-dec8b20a1b83.herokuapp.com/)
|
|
236
236
|
- [MCP Server](https://varmory-dec8b20a1b83.herokuapp.com/#docs/MCP)
|
|
237
237
|
|
|
238
|
+
> See [**themed_varmory**](https://github.com/jeka-kiselyov/themed_varmory) for a reference example of using varmory as a base to build your own themed component library — swappable themes, a theme store, custom components, and an extended showcase.
|
|
239
|
+
|
|
238
240
|
## Installation
|
|
239
241
|
|
|
240
242
|
\`\`\`bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "varmory",
|
|
3
|
-
"description": "",
|
|
4
|
-
"version": "1.0.
|
|
3
|
+
"description": "Component showcase for Vue 3 + Quasar apps with a built-in MCP (Model Context Protocol) server. Drop in an interactive browser for Quasar and custom components, auto-loaded docs, and searchable API definitions — and expose the same metadata to AI agents like Claude via Streamable HTTP MCP. No extra glue needed.",
|
|
4
|
+
"version": "1.0.7",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/jeka-kiselyov/varmory.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/jeka-kiselyov/varmory#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/jeka-kiselyov/varmory/issues"
|
|
12
|
+
},
|
|
5
13
|
"files": [
|
|
6
14
|
"dist",
|
|
7
15
|
"mcp/showcaseMcp.js",
|