diff --git a/icons/nuxt-spyglass.svg b/icons/nuxt-spyglass.svg new file mode 100644 index 000000000..0e809f340 --- /dev/null +++ b/icons/nuxt-spyglass.svg @@ -0,0 +1,11 @@ + + nuxt-spyglass + + + + + + + + + diff --git a/modules/hub.yml b/modules/hub.yml index 658d61209..1c7a45bcc 100644 --- a/modules/hub.yml +++ b/modules/hub.yml @@ -1,11 +1,13 @@ name: hub -description: Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub works on Vercel, Cloudflare, Netlify, and more. +description: >- + Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub + works on Vercel, Cloudflare, Netlify, and more. repo: nuxt-hub/core -npm: "@nuxthub/core" +npm: '@nuxthub/core' icon: nuxthub.svg github: https://github.com/nuxt-hub/core website: https://hub.nuxt.com -learn_more: "" +learn_more: '' category: Database type: 3rd-party maintainers: @@ -25,6 +27,6 @@ maintainers: - name: NuxtLabs github: nuxtlabs compatibility: - nuxt: ">=3.0.0" + nuxt: '>=3.0.0' requires: {} mcp: https://hub.nuxt.com/mcp diff --git a/modules/nuxt-spyglass.yml b/modules/nuxt-spyglass.yml new file mode 100644 index 000000000..eb8b6ef94 --- /dev/null +++ b/modules/nuxt-spyglass.yml @@ -0,0 +1,18 @@ +name: nuxt-spyglass +description: >- + Capture browser and server logs in one correlated place — and let your AI + agent read them over MCP +repo: Flo0806/nuxt-spyglass +npm: nuxt-spyglass +icon: nuxt-spyglass.svg +github: https://github.com/Flo0806/nuxt-spyglass +website: https://spyglass.fh-softdev.de +learn_more: https://spyglass.fh-softdev.de +category: AI +type: 3rd-party +maintainers: + - name: Florian Heuberger + github: Flo0806 +compatibility: + nuxt: '>=4.0.0' + requires: {}