@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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/modules.json +515 -354
  3. package/package.json +15 -15
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Explore Nuxt Modules to build Vue applications](https://user-images.githubusercontent.com/904724/210616249-25aec46e-ab06-4b4d-9154-10b02546d558.jpg)](https://nuxt.com/modules)
1
+ [![Explore Nuxt Modules to build Vue applications](https://github.com/user-attachments/assets/139f18eb-7bb1-4e37-8ef6-a94a60d6b0b0)](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