From 9907fda12e8c4f7855c30e6623987e1df5e285b4 Mon Sep 17 00:00:00 2001 From: zqq-nuli <1852150449@qq.com> Date: Tue, 25 Feb 2025 21:59:50 +0800 Subject: [PATCH] Update README with Windows-specific deployment instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dbdd832..72ed8b2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ npm install workers-mcp npx workers-mcp setup ``` +For Windows users: If you encounter an `ERROR spawn npx ENOENT` error when running `npx workers-mcp setup`, you can manually execute the following commands to complete the deployment: + +```shell +npx workers-mcp docgen src/index.ts +npx wrangler deploy +``` + Note: if something goes wrong, run `npx workers-mcp help` ### Step 4..♾️: Iterating