Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 9f0c782

Browse files
Merge pull request #725 from phuctm97/update-modelfetch-docs
2 parents 3f5faf2 + 253db05 commit 9f0c782

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

docs/publishing/guides/ts-modelfetch.mdx

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: TypeScript ModelFetch
33
description: This guide will show you how to publish an MCP server to Agentic using ModelFetch.
44
---
55

6-
[ModelFetch](https://www.modelfetch.com) is a TypeScript/JavaScript SDK designed for building and deploying MCP servers across multiple runtime environments.
6+
[ModelFetch](https://www.modelfetch.com) is a delightful TypeScript/JavaScript SDK for building and deploying MCP servers anywhere TypeScript/JavaScript runs - Write your MCP server once and run it anywhere without vendor lock-in.
77

88
## 1. Create a ModelFetch MCP server
99

@@ -18,9 +18,9 @@ npx -y create-modelfetch@latest
1818

1919
Follow the interactive prompts to:
2020

21-
1. **Choosing a runtime** - Node.js, Bun, Deno, Cloudflare Workers, or Vercel Functions
22-
2. **Selecting a language** - TypeScript or JavaScript
23-
3. **Picking a package manager** - npm, pnpm, bun, or yarn
21+
1. **Choose a runtime** - Node.js, Next.js, Bun, Deno, Vercel, Cloudflare, Netlify, Fastly, Supabase, Gcore, AWS Lambda, or Azure Functions
22+
2. **Select a language** - TypeScript or JavaScript
23+
3. **Pick a package manager** - npm, pnpm, bun, or yarn
2424

2525
Then navigate to your project:
2626

@@ -75,11 +75,21 @@ export default server
7575

7676
ModelFetch supports multiple deployment targets. Deploy your server to any platforms that support these runtimes:
7777

78-
- [Node.js](https://www.modelfetch.com/docs/runtimes/node)
79-
- [Bun](https://www.modelfetch.com/docs/runtimes/bun)
80-
- [Deno](https://www.modelfetch.com/docs/runtimes/deno)
81-
- [Cloudflare](https://www.modelfetch.com/docs/runtimes/cloudflare)
82-
- [Vercel](https://www.modelfetch.com/docs/runtimes/vercel)
78+
- Node.js
79+
- Next.js
80+
- Bun
81+
- Deno
82+
- Vercel
83+
- Cloudflare
84+
- Netlify
85+
- Fastly
86+
- Supabase
87+
- Gcore
88+
- AWS Lambda
89+
- Azure Functions
90+
- etc.
91+
92+
See the [ModelFetch documentation](https://www.modelfetch.com/docs) for more details.
8393

8494
<Warning>
8595
For development, you can use [ngrok](https://ngrok.com) to temporarily expose

0 commit comments

Comments
 (0)