Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 160 Bytes

File metadata and controls

12 lines (12 loc) · 160 Bytes

FAQ

Error: spawn npx ENOENT

Solutions: Add PATH to mcpServer

{
  "env": {
    "PATH": "/Users/xxx/.nvm/versions/node/v20.10.0/bin:/bin"
  }
}