From 87abb6d2fbe3477cc7e72ff28f6abbdb6b981c98 Mon Sep 17 00:00:00 2001 From: Florian Heuberger Date: Sat, 30 May 2026 13:18:06 +0200 Subject: [PATCH 1/2] feat: add nuxt-spyglass to modules --- icons/nuxt-spyglass.svg | 11 +++++++++++ modules/nuxt-spyglass.yml | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 icons/nuxt-spyglass.svg create mode 100644 modules/nuxt-spyglass.yml 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/nuxt-spyglass.yml b/modules/nuxt-spyglass.yml new file mode 100644 index 000000000..98030fc58 --- /dev/null +++ b/modules/nuxt-spyglass.yml @@ -0,0 +1,16 @@ +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: {} From b95c14ce1d2c7f03cf17b40796c15d4b24e20a5c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 11:22:11 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/hub.yml | 10 ++++++---- modules/nuxt-spyglass.yml | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) 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 index 98030fc58..eb8b6ef94 100644 --- a/modules/nuxt-spyglass.yml +++ b/modules/nuxt-spyglass.yml @@ -1,5 +1,7 @@ name: nuxt-spyglass -description: Capture browser and server logs in one correlated place — and let your AI agent read them over MCP +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