|
|
|
|
|
by icelancer
442 days ago
|
|
I just run into a bunch of errors on my Windows machine + Chrome when connected over remote-ssh. Extension installed, tab enabled, npx updated/installed, etc. 2025-04-07 10:57:11.606 [info] rmcp: Starting new stdio process with command: npx @browsermcp/mcp@latest 2025-04-07 10:57:11.606 [error] rmcp: Client error for command spawn npx ENOENT 2025-04-07 10:57:11.606 [error] rmcp: Error in MCP: spawn npx ENOENT 2025-04-07 10:57:11.606 [info] rmcp: Client closed for command 2025-04-07 10:57:11.606 [error] rmcp: Error in MCP: Client closed 2025-04-07 10:57:11.606 [info] rmcp: Handling ListOfferings action 2025-04-07 10:57:11.606 [error] rmcp: No server info found --- EDIT: Ended up fixing it by patching index.js. killProcessOnPort() was the problem. Can hit me up if you have questions, I cannot figure out how to put readable code in HN after all these years with the fake markdown syntax they use. |
|
Not that HN supports much in the way of markup, but code blocks are actually the same as Markdown: indent (by 2 spaces or more, in HN's syntax; Markdown calls for 4 or more, so they're compatible).