Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to install more modern node version #14

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

fearnworks
Copy link
Contributor

Currently it looks like the base image node is utilizing some variant of 7.x for npx which is causing issues with several of the node based mcp server examples from anthropic. Updating to node 20.x seems to resolve all of the errors and puts us in an lts install for node.

Prior to this fix both of these example servers do not work. After the fix they do :

https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search
https://github.com/modelcontextprotocol/servers/tree/main/src/memory

@SecretiveShell SecretiveShell merged commit 0306fbf into SecretiveShell:master Dec 24, 2024
@SecretiveShell
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants