chore(deps): bump @modelcontextprotocol/sdk from 1.27.1 to 1.28.0#113
Merged
jcanizalez merged 1 commit intomainfrom Mar 26, 2026
Merged
chore(deps): bump @modelcontextprotocol/sdk from 1.27.1 to 1.28.0#113jcanizalez merged 1 commit intomainfrom
jcanizalez merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s dependency on @modelcontextprotocol/sdk to 1.28.0, replacing a prior Dependabot PR that couldn’t resolve Yarn lockfile conflicts.
Changes:
- Update root
package.jsonto use@modelcontextprotocol/[email protected]. - Refresh
yarn.lockresolutions/checksums for the new SDK version.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Bumps @modelcontextprotocol/sdk dependency version. |
| yarn.lock | Updates lock entries/resolutions for @modelcontextprotocol/sdk (and related metadata). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }, | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.27.1", | ||
| "@modelcontextprotocol/sdk": "1.28.0", |
There was a problem hiding this comment.
package.json switches @modelcontextprotocol/sdk from a caret range to an exact pin ("1.28.0"). This prevents automatic patch updates and also contributes to extra lockfile selectors when other workspaces use ranges. Unless there's a specific reason to hard-pin, consider using ^1.28.0 (packages/mcp already uses ^1.28.0).
Suggested change
| "@modelcontextprotocol/sdk": "1.28.0", | |
| "@modelcontextprotocol/sdk": "^1.28.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces #108 (dependabot couldn't resolve lockfile conflicts). Build tested locally.