Failed to kill process on port 9009: Error: Command failed: FOR /F "tokens=5" %a in ('netstat -ano ^| findstr :9009') do taskkill /F /PID %a
at genericNodeError (node:internal/errors:985:15)
at wrappedFn (node:internal/errors:539:14)
at checkExecSyncError (node:child_process:925:11)
at execSync (node:child_process:997:15)
at killProcessOnPort (file:///d:/Users/Zhiqing/AppData/Local/npm-cache/_npx/6ddf87659f2ad8a4/node_modules/@browsermcp/mcp/dist/index.js:172:7)
at createWebSocketServer (file:///d:/Users/Zhiqing/AppData/Local/npm-cache/_npx/6ddf87659f2ad8a4/node_modules/@browsermcp/mcp/dist/index.js:185:3)
at createServerWithTools (file:///d:/Users/Zhiqing/AppData/Local/npm-cache/_npx/6ddf87659f2ad8a4/node_modules/@browsermcp/mcp/dist/index.js:205:21)
at createServer (file:///d:/Users/Zhiqing/AppData/Local/npm-cache/_npx/6ddf87659f2ad8a4/node_modules/@browsermcp/mcp/dist/index.js:730:10)
at Command.<anonymous> (file:///d:/Users/Zhiqing/AppData/Local/npm-cache/_npx/6ddf87659f2ad8a4/node_modules/@browsermcp/mcp/dist/index.js:738:24)
at Command.listener [as _actionHandler] (d:\Users\Zhiqing\AppData\Local\npm-cache\_npx\6ddf87659f2ad8a4\node_modules\commander\lib\command.js:552:17) {
status: 1,
signal: null,
output: [ null, <Buffer >, <Buffer > ],
pid: 81760,
stdout: <Buffer >,
stderr: <Buffer >
}
Could you please help? Thanks.
I ran
npx @browsermcp/mcp@latest, and got the following error:Could you please help? Thanks.