Skip to content

Commit d93b17e

Browse files
committed
README.md
1 parent 0cb9288 commit d93b17e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Run an MCP Server on Vercel
22

3+
**Uses [Vercel MCP Adapter](https://github.com/vercel/vercel/mcp-adapter/tree/main)**
4+
35
## Usage
46

57
Update `api/server.ts` with your tools, prompts, and resources following the [MCP TypeScript SDK documentation](https://github.com/modelcontextprotocol/typescript-sdk/tree/main?tab=readme-ov-file#server).
@@ -8,9 +10,9 @@ Update `api/server.ts` with your tools, prompts, and resources following the [MC
810

911
## Notes for running on Vercel
1012

11-
- Requires a Redis attached to the project under `process.env.REDIS_URL`
13+
- To use the SSE transport, requires a Redis attached to the project under `process.env.REDIS_URL`
1214
- Make sure you have [Fluid compute](https://vercel.com/docs/functions/fluid-compute) enabled for efficient execution
13-
- After enabling Fluid compute, open `vercel.json` and adjust max duration to 800 if you using a Vercel Pro or Enterprise account
15+
- After enabling Fluid compute, open `app/server.ts` and adjust `maxDuration` to 800 if you using a Vercel Pro or Enterprise account
1416
- [Deploy the MCP template](https://vercel.com/templates/other/model-context-protocol-mcp-with-vercel-functions)
1517

1618
## Sample Client

0 commit comments

Comments
 (0)