Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions icons/nuxt-spyglass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions modules/hub.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
18 changes: 18 additions & 0 deletions modules/nuxt-spyglass.yml
Original file line number Diff line number Diff line change
@@ -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: {}
Loading