-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Trying to install the client with pnpm install @modelcontextprotocol/client zod fail with the following error :
ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@modelcontextprotocol%2Fclient: Not Found - 404
This error happened while installing a direct dependency of G:\path\to\project
@modelcontextprotocol/client is not in the npm registry, or you have no permission to fetch it.
No authorization header was set for the request.
Progress: resolved 16, reused 16, downloaded 0, added 0
To Reproduce
Steps to reproduce the behavior:
- run
pnpm install @modelcontextprotocol/client zod(command in readme)
Expected behavior
The package should be installed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working