chore: update @modelcontextprotocol/sdk to 1.26.0#189
Open
pontemonti wants to merge 5 commits intomainfrom
Open
chore: update @modelcontextprotocol/sdk to 1.26.0#189pontemonti wants to merge 5 commits intomainfrom
pontemonti wants to merge 5 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the workspace-level pnpm catalog entry for @modelcontextprotocol/sdk to ^1.26.0 and refreshes the lockfile to reflect the new resolution and its updated transitive dependency graph.
Changes:
- Bumped
@modelcontextprotocol/sdkcatalog version from^1.25.2to^1.26.0. - Regenerated
pnpm-lock.yamlwith updated resolutions/snapshots for the SDK and related transitive packages.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the pnpm catalog version for @modelcontextprotocol/sdk to ^1.26.0. |
| pnpm-lock.yaml | Updates resolved versions/snapshots to include @modelcontextprotocol/sdk@1.26.0 and new/updated transitive dependencies. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
…nto chore/update-mcp-sdk-1.26.0
…related dependencies
…osoft/Agent365-nodejs into chore/update-mcp-sdk-1.26.0
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
package.json:67
- Overrides for the same packages are now defined in both
pnpm-workspace.yamland this rootpackage.json(e.g.,@types/uuiddiffers:^9.0.0inpnpm-workspace.yamlvs^9.0.8here). Adding another duplicate override for@modelcontextprotocol/sdkincreases the risk of drift/unclear precedence. Suggest consolidating overrides into a single place or ensuring the two override lists are kept identical.
"pnpm": {
"overrides": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@types/uuid": "^9.0.8",
"hono": "^4.11.7",
"uuid": "^10.0.0",
"zod": "^4.1.12"
tmlsousa
approved these changes
Feb 7, 2026
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.
Summary
Update @modelcontextprotocol/sdk\ from ^1.25.2 to ^1.26.0 in the pnpm catalog.
Changes
Validation