Update @modelcontextprotocol/sdk version to 1.24.0 - #99
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @modelcontextprotocol/sdk dependency from version ^1.19.0 to ^1.24.0 to incorporate newer MCP SDK features and fixes. The update includes changes to internal type definitions to align with the SDK's updated type contracts, particularly around optional fields and more flexible schema structures.
Key changes:
- Version bump from
^1.19.0to^1.24.0in pnpm-workspace.yaml overrides - Standardization of package.json dependency specifiers from
*toworkspace:* - TypeScript interface updates in contracts.ts to match SDK's more flexible type definitions
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the override version constraint for @modelcontextprotocol/sdk from ^1.19.0 to ^1.24.0 |
| pnpm-lock.yaml | Reflects the version update throughout the dependency tree, updating from 1.22.0 to 1.24.2 with new peer dependencies |
| tests/package.json | Standardizes dependency specifier from * to workspace:* |
| packages/agents-a365-tooling/package.json | Standardizes dependency specifier from * to workspace:* |
| packages/agents-a365-tooling-extensions-claude/package.json | Standardizes dependency specifier from * to workspace:* |
| packages/agents-a365-tooling/src/contracts.ts | Updates interface definitions to make fields optional and loosen type constraints to align with MCP SDK 1.24.0 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
mrunalhirve128
previously approved these changes
Dec 4, 2025
rahuldevikar761
previously approved these changes
Dec 4, 2025
pontemonti
dismissed stale reviews from rahuldevikar761 and mrunalhirve128
via
December 5, 2025 07:12
37ae784
tmlsousa
approved these changes
Dec 5, 2025
mrunalhirve128
approved these changes
Dec 5, 2025
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.
No description provided.