Thanks for releasing this, excited to try it.
I'm going through the intro, a few notes.
Windows 11
Microsoft Powershell
Node installed via scoop
- The initial instructions fail unless I run
npx wrangler login first
- Even then script fails to put the secret at the end
- The readme.md does not mention
npm run deploy but npx workers-mcp help does. Someone has to use both to get running, but it's running.
I then went to the scripts and looked at
|
export async function uploadSecret(secret: string) { |
I ran the command manually and it worked. Here's the error when run through the script.

Thanks for releasing this, excited to try it.
I'm going through the intro, a few notes.
Windows 11
Microsoft Powershell
Node installed via scoop
npx wrangler loginfirstnpm run deploybutnpx workers-mcp helpdoes. Someone has to use both to get running, but it's running.I then went to the scripts and looked at
workers-mcp/src/scripts/secret.ts
Line 37 in 03dbf65
I ran the command manually and it worked. Here's the error when run through the script.
