D:\Project-AI-MCP\my-new-worker>npx workers-mcp setup
πͺ Congratulations on installing workers-mcp π
T Let's get started...
|
β’ Step 1: adding 'workers-mcp docgen src/index.ts' as part of your wrangler deploy step
|
o Found NPM script key deploy that contains 'wrangler deploy'. Applying update:
|
| --- "deploy": "wrangler deploy"
| +++ "deploy": "workers-mcp docgen src/index.ts && wrangler deploy"
|
o Proceed?
| Yes
|
- Updated package.json!
|
β’ Step 2: generating and uploading a shared secret
|
- Generated and stored SHARED_SECRET in .dev.vars
|
o Uploading shared secret using wrangler secret put:
|
x ERROR spawn npx ENOENT
I am running this on windows
D:\Project-AI-MCP\my-new-worker>npx workers-mcp setup
πͺ Congratulations on installing workers-mcp π
T Let's get started...
|
β’ Step 1: adding 'workers-mcp docgen src/index.ts' as part of your wrangler deploy step
|
o Found NPM script key deploy that contains 'wrangler deploy'. Applying update:
|
| --- "deploy": "wrangler deploy"
| +++ "deploy": "workers-mcp docgen src/index.ts && wrangler deploy"
|
o Proceed?
| Yes
|
|
β’ Step 2: generating and uploading a shared secret
|
|
o Uploading shared secret using wrangler secret put:
|
x ERROR spawn npx ENOENT
I am running this on windows