Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 652ce63

Browse files
phuctm97claude
andcommitted
Update dependencies and formatting
- Bump @types/node from 22.17.0 to 22.17.1 - Bump eslint from 9.32.0 to 9.33.0 - Bump lucide-react from 0.537.0 to 0.539.0 - Add newlines to version plan files for consistent formatting - Update related sub-dependencies in lockfile 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 278541c commit 652ce63

File tree

8 files changed

+136
-136
lines changed

8 files changed

+136
-136
lines changed

.nx/version-plans/add-runtime-detection-modelfetch-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__default__: patch
33
---
44

5-
Add automatic runtime detection for Bun and Deno in modelfetch CLI serve command
5+
Add automatic runtime detection for Bun and Deno in modelfetch CLI serve command

.nx/version-plans/update-bun-docs-and-hot-reload-terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__default__: patch
33
---
44

5-
Update Bun documentation to use "fast" instead of "lightning-fast" and replace "live reload" with "hot reload" terminology
5+
Update Bun documentation to use "fast" instead of "lightning-fast" and replace "live reload" with "hot reload" terminology

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -205,20 +205,20 @@ handle(server); // That's it — ModelFetch handles all runtime-specific details
205205

206206
ModelFetch provides runtime-specific packages that handle tedious platform differences while you focus on building your MCP server capabilities. Each package maintains a [consistent API](https://www.modelfetch.com/docs#the-handle-function) across different runtimes.
207207

208-
| Package | Description | Status |
209-
| ---------------------------------------------------------------- | --------------------------------------- | -------- |
210-
| [`@modelfetch/node`](libs/modelfetch-node) | Run simple MCP servers with Node.js | ✅ Ready |
211-
| [`@modelfetch/next`](libs/modelfetch-next) | Run flexible MCP servers with Next.js | ✅ Ready |
212-
| [`@modelfetch/bun`](libs/modelfetch-bun) | Run fast MCP servers with Bun | ✅ Ready |
213-
| [`@modelfetch/deno`](libs/modelfetch-deno) | Run secure MCP servers with Deno | ✅ Ready |
214-
| [`@modelfetch/vercel`](libs/modelfetch-vercel) | Deploy MCP servers to Vercel | ✅ Ready |
215-
| [`@modelfetch/cloudflare`](libs/modelfetch-cloudflare) | Deploy MCP servers to Cloudflare | ✅ Ready |
216-
| [`@modelfetch/netlify`](libs/modelfetch-netlify) | Deploy MCP servers to Netlify | ✅ Ready |
217-
| [`@modelfetch/fastly`](libs/modelfetch-fastly) | Deploy MCP servers to Fastly | ✅ Ready |
218-
| [`@modelfetch/supabase`](libs/modelfetch-supabase) | Deploy MCP servers to Supabase | ✅ Ready |
219-
| [`@modelfetch/gcore`](libs/modelfetch-gcore) | Deploy MCP servers to Gcore | ✅ Ready |
220-
| [`@modelfetch/aws-lambda`](libs/modelfetch-aws-lambda) | Deploy MCP servers to AWS Lambda | ✅ Ready |
221-
| [`@modelfetch/azure-functions`](libs/modelfetch-azure-functions) | Deploy MCP servers to Azure Functions | ✅ Ready |
208+
| Package | Description | Status |
209+
| ---------------------------------------------------------------- | ------------------------------------- | -------- |
210+
| [`@modelfetch/node`](libs/modelfetch-node) | Run simple MCP servers with Node.js | ✅ Ready |
211+
| [`@modelfetch/next`](libs/modelfetch-next) | Run flexible MCP servers with Next.js | ✅ Ready |
212+
| [`@modelfetch/bun`](libs/modelfetch-bun) | Run fast MCP servers with Bun | ✅ Ready |
213+
| [`@modelfetch/deno`](libs/modelfetch-deno) | Run secure MCP servers with Deno | ✅ Ready |
214+
| [`@modelfetch/vercel`](libs/modelfetch-vercel) | Deploy MCP servers to Vercel | ✅ Ready |
215+
| [`@modelfetch/cloudflare`](libs/modelfetch-cloudflare) | Deploy MCP servers to Cloudflare | ✅ Ready |
216+
| [`@modelfetch/netlify`](libs/modelfetch-netlify) | Deploy MCP servers to Netlify | ✅ Ready |
217+
| [`@modelfetch/fastly`](libs/modelfetch-fastly) | Deploy MCP servers to Fastly | ✅ Ready |
218+
| [`@modelfetch/supabase`](libs/modelfetch-supabase) | Deploy MCP servers to Supabase | ✅ Ready |
219+
| [`@modelfetch/gcore`](libs/modelfetch-gcore) | Deploy MCP servers to Gcore | ✅ Ready |
220+
| [`@modelfetch/aws-lambda`](libs/modelfetch-aws-lambda) | Deploy MCP servers to AWS Lambda | ✅ Ready |
221+
| [`@modelfetch/azure-functions`](libs/modelfetch-azure-functions) | Deploy MCP servers to Azure Functions | ✅ Ready |
222222

223223
## 🛠️ Development
224224

apps/modelfetch-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"fumadocs-core": "^15.6.9",
1010
"fumadocs-mdx": "^11.7.4",
1111
"fumadocs-ui": "^15.6.9",
12-
"lucide-react": "^0.537.0",
12+
"lucide-react": "^0.539.0",
1313
"next": "^15.4.6",
1414
"next-config": "workspace:^",
1515
"next-themes": "^0.4.6",

libs/create-eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "./src/index.js",
77
"dependencies": {
8-
"@eslint/js": "9.32.0",
8+
"@eslint/js": "9.33.0",
99
"eslint-config-prettier": "10.1.8",
1010
"eslint-import-resolver-typescript": "4.4.4",
1111
"eslint-plugin-import": "2.32.0",

libs/create-modelfetch/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const packageVersions = {
2727
tslib: "2.8.1",
2828
typescript: "5.9.2",
2929
"@modelfetch/node": packageJson.version,
30-
"@types/node": "22.17.0",
30+
"@types/node": "22.17.1",
3131
tsx: "4.20.3",
3232
"@modelfetch/next": packageJson.version,
3333
"@modelfetch/bun": packageJson.version,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@nx/js": "21.3.11",
1414
"@swc-node/register": "1.10.10",
1515
"@swc/helpers": "0.5.17",
16-
"@types/node": "22.17.0",
17-
"eslint": "9.32.0",
16+
"@types/node": "22.17.1",
17+
"eslint": "9.33.0",
1818
"husky": "9.1.7",
1919
"nx": "21.3.11",
2020
"prettier": "3.6.2",

0 commit comments

Comments
 (0)