Upgrade MCP C# SDK to v1.2.0 and re-enable InMemoryMcpTaskStore#424
Merged
jongalloway merged 1 commit intomainfrom Apr 1, 2026
Merged
Upgrade MCP C# SDK to v1.2.0 and re-enable InMemoryMcpTaskStore#424jongalloway merged 1 commit intomainfrom
jongalloway merged 1 commit intomainfrom
Conversation
- Update ModelContextProtocol from 1.1.0 to 1.2.0 in both projects - Uncomment InMemoryMcpTaskStore registration in Program.cs (upstream DI scope lifetime bug fixed in csharp-sdk#1433) - Update ServerCapabilitiesTests to assert AsyncTasks == true - Replace degradation tests with task lifecycle conformance tests - Update MCP C# SDK docs URL to new vanity domain Fixes #410
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
Upgrades ModelContextProtocol from v1.1.0 → v1.2.0 and re-enables
InMemoryMcpTaskStore, which was disabled due to csharp-sdk#1430. The upstream fix shipped in v1.2.0 via csharp-sdk#1433.Fixes #410
Changes
DotNetMcp/DotNetMcp.csprojModelContextProtocol1.1.0 → 1.2.0DotNetMcp.Tests/DotNetMcp.Tests.csprojModelContextProtocol1.1.0 → 1.2.0DotNetMcp/Program.csAddSingleton<IMcpTaskStore, InMemoryMcpTaskStore>()DotNetMcp/Tools/Cli/DotNetCliTools.Misc.csAsyncTasksDotNetMcp.Tests/Server/ServerCapabilitiesTests.csInMemoryMcpTaskStoreto test fixture; flipAsyncTasksassertions totrueDotNetMcp.Tests/Server/McpConformanceTests.csREADME.mdChecklist from #410
builder.Services.AddSingleton<IMcpTaskStore, InMemoryMcpTaskStore>()inProgram.csAsyncTasksinDotNetCliTools.Misc.cs— already derived from_taskStore != null, now resolves totrueMcpConformanceTests.csServerCapabilitiesTests.csto assertAsyncTasks == truev1.2.0 impact assessment
InMemoryMcpTaskStoreRequestContext(MCP9003)CallToolResult(#1425)Test results