-
Notifications
You must be signed in to change notification settings - Fork 829
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
on mac os npx mcp can't work
Steps to reproduce
- config npx mcp in opencode.jsonc
"playwright": {
"type": "local",
"command": [
"npx",
"@playwright/mcp@latest",
"--extension"
],
"environment": {
"PLAYWRIGHT_MCP_EXTENSION_TOKEN": "YYlvY568G9qYSHPLt1wwwyKbQNY6kjjlZPhTKzRwwww"
},
"enabled": true
} - error message:Executable not found in $PATH: "npx". I've already installed npx.
Expected behavior
The MCP tool can be used .
Actual behavior
error message
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working