You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: docs/publishing/guides/ts-modelfetch.mdx
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: TypeScript ModelFetch
3
3
description: This guide will show you how to publish an MCP server to Agentic using ModelFetch.
4
4
---
5
5
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.
7
7
8
8
## 1. Create a ModelFetch MCP server
9
9
@@ -18,9 +18,9 @@ npx -y create-modelfetch@latest
18
18
19
19
Follow the interactive prompts to:
20
20
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
24
24
25
25
Then navigate to your project:
26
26
@@ -75,11 +75,21 @@ export default server
75
75
76
76
ModelFetch supports multiple deployment targets. Deploy your server to any platforms that support these runtimes:
0 commit comments