Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down