Initiates a full migration from Nuxt 2 to Nuxt 3/4 by detecting source paths and running a comprehensive codebase audit across components, stores, and API layer.
Provides MCP support for Vite and Nuxt development servers, helping AI models better understand your application structure and codebase during development.
A simple Nuxt application that serves as a Model Context Protocol server deployable on Vercel, allowing developers to implement AI tools, prompts, and resources through the MCP TypeScript SDK.
Audits codebases for Nuxt 2 to 4 migration issues, detecting legacy patterns like Options API, Vuex, SCSS, RxJS, and mixins to identify blocking problems.
Generate TypeScript types from a Supabase database schema and save the file to a specified path. Requires DATABASE_URL configuration and Supabase CLI installation to streamline type generation for development projects.
Deploy a new database migration with SQL code and migration name. For self-hosted Supabase, use supabase_migration_new and supabase_db_push instead for reliability.