diff --git a/README.md b/README.md index d61b917..08619b3 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Update `app/mcp.ts` with your tools, prompts, and resources following the [MCP T - Requires a Redis attached to the project under `process.env.REDIS_URL` - Make sure you have [Fluid compute](https://vercel.com/docs/functions/fluid-compute) enabled for efficient execution -- After enabling Fluid compute, open `app/sse/route.ts` and adjust max duration to 800 if you using a Vercel Pro or Enterprise account +- After enabling Fluid compute, open `app/sse/route.ts` and adjust max duration to 800 if you are using a Vercel Pro or Enterprise account - [Deploy the Next.js MCP template](https://vercel.com/templates/next.js/model-context-protocol-mcp-with-next-js) ## Sample Client -`script/test-client.mjs` contains a sample client to try invocations. +`scripts/test-client.mjs` contains a sample client to try invocations. ```sh node scripts/test-client.mjs https://mcp-for-next-js.vercel.app