This repository was archived by the owner on Dec 12, 2025. It is now read-only.
Add modelfetch CLI to create-modelfetch templates#102
Merged
Conversation
Adds modelfetch as a development dependency to all create-modelfetch templates, enabling developers to use the modelfetch CLI in their generated projects. Also updates esbuild and wrangler to their latest versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Adds "dev:mcp": "modelfetch dev" script to all templates, allowing developers to easily run the MCP development server with the modelfetch CLI. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Renamed "dev:mcp" to "mcp:dev" for better naming convention - Added "mcp:serve" script that runs "modelfetch serve" - Now all templates have both mcp:dev and mcp:serve scripts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Removed mcp:dev and mcp:serve scripts from all templates - Added "dev": "modelfetch dev" only to templates without existing dev script - Templates with existing dev commands (Next.js, Cloudflare, Vercel) keep their original dev script 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…ript Removed modelfetch as a dependency from templates that don't use it: - Cloudflare, Next.js, and Vercel templates (they have their own dev scripts) - Deno, Netlify, and Supabase templates (no modelfetch dev script) Only templates with "dev": "modelfetch dev" now include the modelfetch dependency. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
modelfetchas a development dependency to all create-modelfetch templatesChanges
This PR adds the modelfetch CLI package as a devDependency to all 24 templates:
devDependenciesin package.jsonimportsin deno.jsonimportsin import_map.jsonimportsin the function's deno.jsonTest plan
create-modelfetch🤖 Generated with Claude Code