Skip to content

fix(docs): update package name to @modelcontextprotocol/sdk#1648

Open
Rootlogger wants to merge 3 commits intomodelcontextprotocol:mainfrom
Rootlogger:fix/docs-dependency-1608
Open

fix(docs): update package name to @modelcontextprotocol/sdk#1648
Rootlogger wants to merge 3 commits intomodelcontextprotocol:mainfrom
Rootlogger:fix/docs-dependency-1608

Conversation

@Rootlogger
Copy link

Summary

The documentation incorrectly references @modelcontextprotocol/server which does not exist in the npm registry. The correct package to use is @modelcontextprotocol/sdk.

Changes

  • Updated docs/server-quickstart.md to use @modelcontextprotocol/sdk instead of @modelcontextprotocol/server

Motivation

This addresses issue #1608 where users reported that npm install @modelcontextprotocol/server fails because the package doesn't exist on npm.

The correct package is @modelcontextprotocol/sdk which includes all server, client, and core exports.

Closes #1608

Bart and others added 3 commits March 3, 2026 13:41
Allow users to override the default json limit (100kb) in createMcpExpressApp() by passing a limit option.

This addresses issue modelcontextprotocol#1354.

Closes modelcontextprotocol#1354
…modelcontextprotocol/sdk

The individual packages (@modelcontextprotocol/server, etc.) are not published to npm.
The correct package to use is @modelcontextprotocol/sdk which includes all exports.

This addresses issue modelcontextprotocol#1608.
@Rootlogger Rootlogger requested a review from a team as a code owner March 9, 2026 17:02
@changeset-bot
Copy link

changeset-bot bot commented Mar 9, 2026

🦋 Changeset detected

Latest commit: 1cb18c2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@modelcontextprotocol/server Patch
@modelcontextprotocol/express Patch
@modelcontextprotocol/hono Patch
@modelcontextprotocol/node Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

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.

Issue installing dependency - '@modelcontextprotocol/server' is not in this registry

1 participant