You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running 'e2b-mcp-server' through npx , i got this error:
npm error 404 Not Found - GET https://registry.npmjs.org/e2b-mcp-server - Not found npm error 404 npm error 404 'e2b-mcp-server@*' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url.
Seems like the package is not registered in the npmjs registry and therefore i am getting this error.
The text was updated successfully, but these errors were encountered:
I downloaded the package , but still gives the same error while i run on claude desktop, the MCP inspector shows this:
I see, this maybe looks like an issue that's not on our end. It looks like it incorrectly encoded the npmjs.org. Your screenshot shows https://registry.npmjs.org/e2b-mcp-server but it should be https://registry.npmjs.org/@e2b%2fmcp-server.
After running 'e2b-mcp-server' through npx , i got this error:
npm error 404 Not Found - GET https://registry.npmjs.org/e2b-mcp-server - Not found npm error 404 npm error 404 'e2b-mcp-server@*' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url.
Seems like the package is not registered in the npmjs registry and therefore i am getting this error.
The text was updated successfully, but these errors were encountered: