Skip to content

Update dependencies and adapt to MCP SDK 1.2.0#17

Merged
carldebilly merged 1 commit intomainfrom
dev/cdb/update-dependencies
Apr 4, 2026
Merged

Update dependencies and adapt to MCP SDK 1.2.0#17
carldebilly merged 1 commit intomainfrom
dev/cdb/update-dependencies

Conversation

@carldebilly
Copy link
Copy Markdown
Member

@carldebilly carldebilly commented Apr 4, 2026

Summary

  • ModelContextProtocol 1.1.0 → 1.2.0
  • Microsoft.Extensions.DependencyInjection 10.0.3 → 10.0.5
  • Microsoft.Extensions.Hosting 10.0.3 → 10.0.5
  • Spectre.Console 0.54.0 → 0.55.0
  • Meziantou.Analyzer 3.0.15 → 3.0.44
  • Microsoft.SourceLink.GitHub 10.0.103 → 10.0.201
  • Microsoft.Extensions.TimeProvider.Testing 10.3.0 → 10.4.0

Adapts code to the non-nullable RequestContext<T>.Params change in MCP SDK 1.2.0 (request.Params?.request.Params.).

Test plan

  • Repl.Mcp builds with 0 warnings, 0 errors
  • 113 MCP tests pass
  • Full CI green

Open with Devin

Bump ModelContextProtocol 1.1.0→1.2.0, Microsoft.Extensions.DependencyInjection
and Hosting 10.0.3→10.0.5, Spectre.Console 0.54.0→0.55.0,
Meziantou.Analyzer 3.0.15→3.0.44, Microsoft.SourceLink.GitHub 10.0.103→10.0.201,
and Microsoft.Extensions.TimeProvider.Testing 10.3.0→10.4.0.

Replace nullable Params access (request.Params?.) with direct access
(request.Params.) following the non-nullable Params change in MCP SDK 1.2.0.
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@carldebilly carldebilly merged commit 2dfc01a into main Apr 4, 2026
12 checks passed
@carldebilly carldebilly deleted the dev/cdb/update-dependencies branch April 4, 2026 16:02
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.

1 participant