-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Description
When attempting to install @modelcontextprotocol/server using pnpm, the package cannot be found in the npm registry.
Steps to Reproduce
Run pnpm install @modelcontextprotocol/server
Observe the error
Expected Behavior
The package should install successfully from the npm registry.
Actual Behavior
Received an error indicating the package cannot be found.
Package Manager: pnpm
Node Version: [Please specify]
pnpm Version: [Please specify]
Possible Causes
Package name might be incorrect or misspelled
Package might be under a different namespace/name
Package might be private or unpublished
Package might be hosted on a different registry
Suggested Solutions
Verify the exact package name on npmjs.com
Check if the package exists: npm view @modelcontextprotocol/server
If using a private registry, ensure proper configuration
If the package is part of the Model Context Protocol, check their documentation for the correct package name