Skip to content

chore(deps): bump @modelcontextprotocol/sdk from 1.27.1 to 1.28.0#113

Merged
jcanizalez merged 1 commit intomainfrom
chore/bump-mcp-sdk-1.28.0
Mar 26, 2026
Merged

chore(deps): bump @modelcontextprotocol/sdk from 1.27.1 to 1.28.0#113
jcanizalez merged 1 commit intomainfrom
chore/bump-mcp-sdk-1.28.0

Conversation

@jcanizalez
Copy link
Copy Markdown
Owner

Replaces #108 (dependabot couldn't resolve lockfile conflicts). Build tested locally.

Copilot AI review requested due to automatic review settings March 26, 2026 04:49
@jcanizalez jcanizalez merged commit 0f6f1a6 into main Mar 26, 2026
3 checks passed
@jcanizalez jcanizalez deleted the chore/bump-mcp-sdk-1.28.0 branch March 26, 2026 04:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json to use @modelcontextprotocol/[email protected].
  • Refresh yarn.lock resolutions/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",
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",

Copilot uses AI. Check for mistakes.
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