@nuxt/modules 0.6.0-aad2e6 → 0.6.0-ab4e91
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 -1
- package/modules.json +515 -354
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://nuxt.com/modules)
|
|
2
2
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
|
@@ -75,6 +75,7 @@ Field Name | Auto sync | Description
|
|
|
75
75
|
`type` | No | `community` (for [nuxt-community](https://github.com/nuxt-community/)), `official` (for https://github.com/) or `3rd-party`
|
|
76
76
|
`maintainers` | Yes | List of maintainers each item has `name`, `github` and `avatar`
|
|
77
77
|
`compatibility` | No | Module compatibility status. `nuxt` field specifies semver of supported nuxt version. `requires.bridge: true\|optional` can be used to specify Nuxt 2 bridge compatibility.
|
|
78
|
+
`mcp` | No | MCP Server URL
|
|
78
79
|
|
|
79
80
|
|
|
80
81
|
## Maintenance
|